Skip to content

Commit

Permalink
chore: upgrade pnpm from 8.9.0 to 9.14.4 (#1268)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
3 people authored Dec 3, 2024
1 parent 1c18695 commit e0db15a
Show file tree
Hide file tree
Showing 7 changed files with 17,141 additions and 13,099 deletions.
19 changes: 19 additions & 0 deletions .changeset/mean-singers-scream.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---
'@example/eth-web3js': patch
'@example/ethers': patch
'@example/ethers-v5': patch
'@ant-design/web3-assets': patch
'@ant-design/web3-bitcoin': patch
'@ant-design/web3-common': patch
'@ant-design/web3-eth-web3js': patch
'@ant-design/web3-ethers': patch
'@ant-design/web3-ethers-v5': patch
'@ant-design/web3-icons': patch
'@ant-design/web3-solana': patch
'@ant-design/web3-sui': patch
'@ant-design/web3-ton': patch
'@ant-design/web3-wagmi': patch
'@ant-design/web3': patch
---

chore: upgrade pnpm version from 8.9.0 to 9.14.4
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Build
run: |
npm i pnpm@8.9.0 -g
npm i pnpm@9.14.4 -g
pnpm install
pnpm run build:docs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- name: ci
run: |
npm i pnpm@8.9.0 -g
npm i pnpm@9.14.4 -g
pnpm install
pnpm run ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
export PUBLIC_PATH=/
export BASE=/
npm i pnpm@8.9.0 -g
npm i pnpm@9.14.4 -g
pnpm install
pnpm run build:docs
rm -rf dist/\~demos/:id
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:

- name: ci
run: |
npm i pnpm@8.9.0 -g
npm i pnpm@9.14.4 -g
pnpm install
pnpm run test
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"packages/*",
"examples/*"
],
"packageManager": "pnpm@8.9.0",
"packageManager": "pnpm@9.14.4",
"files": [],
"keywords": [
"ant",
Expand Down
Loading

0 comments on commit e0db15a

Please sign in to comment.