Update dependencies (#279)

This commit is contained in:
Lukasz Ostrowski 2023-08-29 13:41:42 +02:00 committed by GitHub
parent 357557a1f7
commit 8db1d567ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 1263 additions and 1103 deletions

View file

@ -0,0 +1,5 @@
---
"@saleor/app-sdk": patch
---
Updated dependencies

View file

@ -7,7 +7,7 @@ jobs:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2.2.4
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
with:
node-version: 18
@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2.2.4
with:
version: 7.5.0
version: 8.2.0
- uses: actions/setup-node@v3
with:
node-version: 18

View file

@ -20,19 +20,19 @@
"peerDependencies": {
"next": ">=12",
"react": ">=17",
"react-dom": ">=17"
"react-dom": ">=17",
"graphql": ">=16.6.0"
},
"dependencies": {
"@changesets/cli": "^2.26.0",
"debug": "^4.3.4",
"fast-glob": "^3.2.11",
"graphql": "^16.6.0",
"jose": "^4.9.2",
"raw-body": "^2.5.1",
"retes": "^0.33.0",
"uuid": "^8.3.2"
"debug": "4.3.4",
"jose": "4.14.4",
"raw-body": "2.5.2",
"retes": "0.33.0",
"uuid": "9.0.0"
},
"devDependencies": {
"graphql": "16.8.0",
"@changesets/cli": "2.26.2",
"@testing-library/dom": "^8.17.1",
"@testing-library/react": "^13.4.0",
"@types/debug": "^4.1.7",
@ -148,5 +148,5 @@
"url": "https://github.com/saleor/saleor-app-sdk/issues"
},
"homepage": "https://github.com/saleor/saleor-app-sdk#readme",
"packageManager": "pnpm@7.26.2"
"packageManager": "pnpm@8.2.0"
}

File diff suppressed because it is too large Load diff