chore: upgrade pnpm version (#1833)

* chore: upgrade pnpm version

* chore: update
This commit is contained in:
boojack 2023-06-15 22:35:41 +08:00 committed by GitHub
parent 1b0efc5548
commit f1d85eeaec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 4 deletions

View file

@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2.2.4
with:
version: 8.0.0
version: 8
- uses: actions/setup-node@v3
with:
node-version: "18"
@ -31,7 +31,7 @@ jobs:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2.2.4
with:
version: 8.0.0
version: 8
- uses: actions/setup-node@v3
with:
node-version: "18"

View file

@ -6,7 +6,7 @@
"lint": "eslint --ext .js,.ts,.tsx, src",
"lint-fix": "eslint --ext .js,.ts,.tsx, src --fix"
},
"packageManager": "pnpm@8.4.0",
"packageManager": "pnpm@8.6.1",
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",

View file

@ -1,4 +1,8 @@
lockfileVersion: '6.0'
lockfileVersion: '6.1'
settings:
autoInstallPeers: true
excludeLinksFromLockfile: false
dependencies:
'@emotion/react':