Skip to content

Commit e0db15a

Browse files
yutingzhao1991tingzhao.ytzthinkasany
authored
chore: upgrade pnpm from 8.9.0 to 9.14.4 (#1268)
* chore: upgrade pnpm to lastest version 9.x * chore: update ci pnpm version * chore: upgrade pnpm version to 9 * Update .changeset/mean-singers-scream.md * Update .changeset/mean-singers-scream.md --------- Co-authored-by: tingzhao.ytz <tingzhao.ytz@antgroup.com> Co-authored-by: thinkasany <480968828@qq.com>
1 parent 1c18695 commit e0db15a

File tree

7 files changed

+17141
-13099
lines changed

7 files changed

+17141
-13099
lines changed

.changeset/mean-singers-scream.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
'@example/eth-web3js': patch
3+
'@example/ethers': patch
4+
'@example/ethers-v5': patch
5+
'@ant-design/web3-assets': patch
6+
'@ant-design/web3-bitcoin': patch
7+
'@ant-design/web3-common': patch
8+
'@ant-design/web3-eth-web3js': patch
9+
'@ant-design/web3-ethers': patch
10+
'@ant-design/web3-ethers-v5': patch
11+
'@ant-design/web3-icons': patch
12+
'@ant-design/web3-solana': patch
13+
'@ant-design/web3-sui': patch
14+
'@ant-design/web3-ton': patch
15+
'@ant-design/web3-wagmi': patch
16+
'@ant-design/web3': patch
17+
---
18+
19+
chore: upgrade pnpm version from 8.9.0 to 9.14.4

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
- name: Build
2020
run: |
21-
npm i pnpm@8.9.0 -g
21+
npm i pnpm@9.14.4 -g
2222
pnpm install
2323
pnpm run build:docs
2424

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- name: ci
1818
run: |
19-
npm i pnpm@8.9.0 -g
19+
npm i pnpm@9.14.4 -g
2020
pnpm install
2121
pnpm run ci
2222

.github/workflows/preview-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: |
2828
export PUBLIC_PATH=/
2929
export BASE=/
30-
npm i pnpm@8.9.0 -g
30+
npm i pnpm@9.14.4 -g
3131
pnpm install
3232
pnpm run build:docs
3333
rm -rf dist/\~demos/:id

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818

1919
- name: ci
2020
run: |
21-
npm i pnpm@8.9.0 -g
21+
npm i pnpm@9.14.4 -g
2222
pnpm install
2323
pnpm run test

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"packages/*",
77
"examples/*"
88
],
9-
"packageManager": "pnpm@8.9.0",
9+
"packageManager": "pnpm@9.14.4",
1010
"files": [],
1111
"keywords": [
1212
"ant",

0 commit comments

Comments
 (0)