Update dependencies (#279)
This commit is contained in:
parent
357557a1f7
commit
8db1d567ad
4 changed files with 1263 additions and 1103 deletions
5
.changeset/two-maps-divide.md
Normal file
5
.changeset/two-maps-divide.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
"@saleor/app-sdk": patch
|
||||||
|
---
|
||||||
|
|
||||||
|
Updated dependencies
|
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
|
@ -7,7 +7,7 @@ jobs:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: pnpm/action-setup@v2.2.4
|
- uses: pnpm/action-setup@v2.2.4
|
||||||
with:
|
with:
|
||||||
version: 7.5.0 # Use 7.5.0 like other Saleor packages, to avoid pnpm version conflicts.
|
version: 8.2.0
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 18
|
node-version: 18
|
||||||
|
@ -23,7 +23,7 @@ jobs:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: pnpm/action-setup@v2.2.4
|
- uses: pnpm/action-setup@v2.2.4
|
||||||
with:
|
with:
|
||||||
version: 7.5.0
|
version: 8.2.0
|
||||||
- uses: actions/setup-node@v3
|
- uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 18
|
node-version: 18
|
||||||
|
|
20
package.json
20
package.json
|
@ -20,19 +20,19 @@
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"next": ">=12",
|
"next": ">=12",
|
||||||
"react": ">=17",
|
"react": ">=17",
|
||||||
"react-dom": ">=17"
|
"react-dom": ">=17",
|
||||||
|
"graphql": ">=16.6.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@changesets/cli": "^2.26.0",
|
"debug": "4.3.4",
|
||||||
"debug": "^4.3.4",
|
"jose": "4.14.4",
|
||||||
"fast-glob": "^3.2.11",
|
"raw-body": "2.5.2",
|
||||||
"graphql": "^16.6.0",
|
"retes": "0.33.0",
|
||||||
"jose": "^4.9.2",
|
"uuid": "9.0.0"
|
||||||
"raw-body": "^2.5.1",
|
|
||||||
"retes": "^0.33.0",
|
|
||||||
"uuid": "^8.3.2"
|
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
"graphql": "16.8.0",
|
||||||
|
"@changesets/cli": "2.26.2",
|
||||||
"@testing-library/dom": "^8.17.1",
|
"@testing-library/dom": "^8.17.1",
|
||||||
"@testing-library/react": "^13.4.0",
|
"@testing-library/react": "^13.4.0",
|
||||||
"@types/debug": "^4.1.7",
|
"@types/debug": "^4.1.7",
|
||||||
|
@ -148,5 +148,5 @@
|
||||||
"url": "https://github.com/saleor/saleor-app-sdk/issues"
|
"url": "https://github.com/saleor/saleor-app-sdk/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/saleor/saleor-app-sdk#readme",
|
"homepage": "https://github.com/saleor/saleor-app-sdk#readme",
|
||||||
"packageManager": "pnpm@7.26.2"
|
"packageManager": "pnpm@8.2.0"
|
||||||
}
|
}
|
||||||
|
|
2337
pnpm-lock.yaml
2337
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue