Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ jobs:
- name: Checkout 🛎️
uses: actions/checkout@v4

- name: Setup pnpm 9
- name: Setup pnpm 10
uses: pnpm/action-setup@v2
with:
version: 9.3.0
version: 10.19.0

- name: Setup Node.js 20.19.0
uses: actions/setup-node@v2
- name: Setup Node.js 22.x
uses: actions/setup-node@v4
with:
node-version: 20.19.0
node-version: 22.x

- name: Install Dependencies 🔧
run: pnpm i
Expand Down
16 changes: 10 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,11 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: "20"
- name: Install pnpm
run: npm install -g pnpm@9.3.0
node-version: "22"
- name: Setup pnpm 10
uses: pnpm/action-setup@v2
with:
version: 10.19.0
- name: Login to DockerHub
uses: docker/login-action@v1
with:
Expand Down Expand Up @@ -82,9 +84,11 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: "20"
- name: Install pnpm
run: npm install -g pnpm@9.3.0
node-version: "22"
- name: Setup pnpm 10
uses: pnpm/action-setup@v2
with:
version: 10.19.0
- name: Login to DockerHub
uses: docker/login-action@v1
with:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/web-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ jobs:
fetch-depth: 0
ref: main

- name: Setup pnpm 9
- name: Setup pnpm 10
uses: pnpm/action-setup@v2
with:
version: 9.3.0
version: 10.19.0

- name: Setup Node.js 20.x
uses: actions/setup-node@v2
- name: Setup Node.js 22.x
uses: actions/setup-node@v4
with:
node-version: 20.x
node-version: 22.x

- name: Install Dependencies 🔧
run: pnpm i
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Build the UI
FROM node:20-alpine AS admin-builder
FROM node:22-alpine AS admin-builder
RUN apk add --no-cache make git
RUN npm install -g pnpm@9.3.0
RUN npm install -g pnpm@10.19.0
WORKDIR /app

COPY Makefile .
Expand Down
3 changes: 2 additions & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
"url-loader": "^4.1.1"
},
"engines": {
"node": ">=22"
"node": ">=22",
"pnpm": ">=10.19.0"
},
"browserslist": {
"production": [
Expand Down
10 changes: 5 additions & 5 deletions web/apps/admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
},
"dependencies": {
"@bufbuild/protobuf": "^2.11.0",
"@connectrpc/connect": "^2.1.0",
"@connectrpc/connect": "2.1.1",
"@connectrpc/connect-query": "2.1.1",
"@connectrpc/connect-web": "^2.1.0",
"@connectrpc/connect-web": "2.1.1",
"@hookform/resolvers": "^3.0.1",
"@radix-ui/react-form": "^0.0.2",
"@radix-ui/react-icons": "^1.3.0",
"@raystack/apsara": "0.56.6",
"@raystack/frontier": "workspace:^",
"@raystack/proton": "0.1.0-b1687af73f994fa9612a023c850aa97c35735af8",
"@raystack/proton": "0.1.0-d8accdc231fe7e3b23b38c0535b2aa92da42cf24",
"@stitches/react": "^1.2.8",
"@tanstack/react-query": "^5.83.0",
"@tanstack/react-query": "^5.90.2",
"@tanstack/react-query-devtools": "^5.90.2",
"@tanstack/react-table": "^8.9.3",
"@tanstack/table-core": "^8.21.3",
Expand All @@ -45,7 +45,7 @@
"zod": "^3.22.3"
},
"devDependencies": {
"@types/node": "^18.15.13",
"@types/node": "^22.10.0",
"@types/ramda": "^0.28.23",
"@types/react": "^18.3.0",
"@types/react-dom": "^18.3.0",
Expand Down
4 changes: 2 additions & 2 deletions web/apps/client-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"uuid": "^10.0.0"
},
"devDependencies": {
"@types/node": "^20.19.0",
"@types/node": "^22.10.0",
"@types/react": "^18.3.23",
"@types/react-dom": "^18.3.7",
"@types/react-router-dom": "^5.3.3",
Expand All @@ -25,5 +25,5 @@
"typescript": "^5.8.3",
"vite": "^7.0.6"
},
"packageManager": "pnpm@8.6.10"
"packageManager": "pnpm@10.19.0"
}
11 changes: 4 additions & 7 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"preview": "turbo run preview",
"lint": "turbo run lint",
"clean": "turbo run clean",
"publish": "turbo run publish",
Expand All @@ -20,7 +21,7 @@
"process": "^0.11.10",
"turbo": "2.0.6"
},
"packageManager": "pnpm@9.3.0",
"packageManager": "pnpm@10.19.0",
"dependencies": {
"@changesets/cli": "^2.26.2",
"eslint": "^8.57.1",
Expand All @@ -33,12 +34,8 @@
"arrowParens": "avoid",
"trailingComma": "none"
},
"pnpm": {
"overrides": {
"@connectrpc/connect-query-core": "2.1.1"
}
},
"engines": {
"node": ">=20.6.1"
"node": ">=22",
"pnpm": ">=10.19.0"
}
}
Loading
Loading