Skip to content

Commit

Permalink
Update app bridge
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztofzuraw committed Jul 26, 2024
1 parent 7161fae commit 6a692bc
Show file tree
Hide file tree
Showing 4 changed files with 108 additions and 127 deletions.
5 changes: 5 additions & 0 deletions .changeset/light-mugs-beam.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@saleor/app-sdk": patch
---

Update app bridge to support Next.js 14'
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"peerDependencies": {
"@vercel/kv": "^1.0.0",
"graphql": ">=16.6.0",
"next": ">=12",
"next": ">=14",
"react": ">=17",
"react-dom": ">=17"
},
Expand Down Expand Up @@ -65,7 +65,7 @@
"husky": "^8.0.1",
"jsdom": "^20.0.3",
"lint-staged": "^13.0.3",
"next": "^12.3.0",
"next": "^14.2.3",
"node-mocks-http": "^1.11.0",
"prettier": "2.7.1",
"react": "^18.2.0",
Expand Down
Loading

0 comments on commit 6a692bc

Please sign in to comment.