Skip to content

Commit c611ed1

Browse files
committed
chore: bump pnpm version
1 parent 6331fe4 commit c611ed1

File tree

5 files changed

+3637
-5061
lines changed

5 files changed

+3637
-5061
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,15 @@ jobs:
4040
uses: actions/setup-node@v4
4141
with:
4242
node-version: ${{ matrix.node-version }}
43-
cache: 'pnpm'
4443

4544
- name: Install Dependencies
4645
run: |
4746
pnpm install --frozen-lockfile
4847
48+
# `pnpm dedupe --check` still find duplications after run `pnpm dedupe`
49+
# - name: Check pnpm Dedupe
50+
# run: pnpm dedupe --check
51+
4952
- name: Lint / Type Check / Check Dependency Version
5053
run: |
5154
pnpm lint

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@
3636
"typescript": "^5.8.3",
3737
"vitest": "^2.1.9"
3838
},
39-
"packageManager": "pnpm@9.15.9"
39+
"packageManager": "pnpm@10.14.0"
4040
}

packages/framework-vue3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,13 @@
5353
},
5454
"devDependencies": {
5555
"@rsbuild/core": "^1.4.11",
56+
"@types/node": "^18.19.110",
5657
"storybook": "9.1.2",
5758
"typescript": "^5.8.3",
5859
"vue": "^3.5.18"
5960
},
6061
"peerDependencies": {
6162
"@rsbuild/core": "^1.0.1",
62-
"@types/node": "^18.19.110",
6363
"storybook": "^9.0.0",
6464
"vue": "^3.0.0"
6565
},

0 commit comments

Comments
 (0)