Skip to content

Commit

Permalink
Bump SDK peer dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
kudlajz committed Aug 2, 2024
1 parent 1e466ea commit 9a7dbc2
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 11 deletions.
13 changes: 6 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"devDependencies": {
"@playwright/test": "1.45.2",
"@prezly/eslint-config": "5.3.2",
"@prezly/sdk": "21.6.0",
"@prezly/sdk": "21.12.0",
"@types/jest": "29.5.11",
"@types/node": "20.11.0",
"@types/react": "18.3.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"test": "jest"
},
"peerDependencies": {
"@prezly/sdk": "21.6.0"
"@prezly/sdk": "21.12.0"
},
"dependencies": {
"@prezly/theme-kit-intl": "^7.5.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"peerDependencies": {
"@playwright/test": "1.x",
"@prezly/sdk": "21.6.0",
"@prezly/sdk": "21.12.0",
"next": "^12.x || ^13.x || ^14.x",
"react": "^17.x || ^18.x",
"react-dom": "^17.x || ^18.x"
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"url": "https://github.com/prezly/theme-kit-js/issues"
},
"peerDependencies": {
"@prezly/sdk": "21.6.0",
"@prezly/sdk": "21.12.0",
"next": "^13.x || ^14.x",
"react": "^18.x",
"react-dom": "^18.x"
Expand Down

0 comments on commit 9a7dbc2

Please sign in to comment.