Skip to content

Commit

Permalink
Update dependencies (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
lkostrowski authored Aug 29, 2023
1 parent 357557a commit 8db1d56
Show file tree
Hide file tree
Showing 4 changed files with 1,247 additions and 1,087 deletions.
5 changes: 5 additions & 0 deletions .changeset/two-maps-divide.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@saleor/app-sdk": patch
---

Updated dependencies
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- uses: actions/checkout@v3
- uses: pnpm/[email protected]
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
Expand All @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v3
- uses: pnpm/[email protected]
with:
version: 7.5.0
version: 8.2.0
- uses: actions/setup-node@v3
with:
node-version: 18
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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"
}
Loading

0 comments on commit 8db1d56

Please sign in to comment.