Skip to content

Commit afb04cc

Browse files
committed
chore(toolchain): update vite-plus and pnpm
1 parent 4448482 commit afb04cc

6 files changed

Lines changed: 72 additions & 328 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ jobs:
3232
node-version-file: ".node-version"
3333
cache: true
3434

35-
- name: Install dependencies
36-
run: vp install
37-
3835
- name: Verify library
3936
working-directory: packages/react-json-logic
4037
run: vp run verify
@@ -75,9 +72,6 @@ jobs:
7572
node-version-file: ".node-version"
7673
cache: false
7774

78-
- name: Install dependencies
79-
run: vp install
80-
8175
- name: Build library
8276
working-directory: packages/react-json-logic
8377
run: vp pack

apps/example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
"@typescript/native-preview": "7.0.0-dev.20260517.1",
2222
"@vitejs/plugin-react": "^6.0.2",
2323
"typescript": "^6.0.2",
24-
"vite-plus": "^0.1.21"
24+
"vite-plus": "catalog:"
2525
}
2626
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"devDependencies": {
1515
"@typescript/native-preview": "7.0.0-dev.20260517.1",
16-
"vite-plus": "^0.1.21"
16+
"vite-plus": "catalog:"
1717
},
18-
"packageManager": "pnpm@10.33.2"
18+
"packageManager": "pnpm@11.2.2"
1919
}

packages/react-json-logic/package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,10 @@
6060
"react": "^19.2.6",
6161
"react-dom": "^19.2.6",
6262
"typescript": "^6.0.2",
63-
"vite-plus": "^0.1.21"
63+
"vite-plus": "catalog:"
6464
},
6565
"peerDependencies": {
6666
"react": "^19.0.0",
6767
"react-dom": "^19.0.0"
68-
},
69-
"packageManager": "pnpm@10.33.2"
68+
}
7069
}

0 commit comments

Comments
 (0)