Skip to content

Commit

Permalink
Next.js: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinpalkovic committed Sep 5, 2024
1 parent 75664a0 commit addcce3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions code/frameworks/experimental-nextjs-vite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
"typescript": "^5.3.2"
},
"peerDependencies": {
"@storybook/test": "workspace:*",
"next": "^14.1.0",
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta",
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta",
Expand Down
2 changes: 1 addition & 1 deletion code/frameworks/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
"sass-loader": "^12.4.0",
"semver": "^7.3.5",
"style-loader": "^3.3.1",
"styled-jsx": "5.1.1",
"styled-jsx": "^5.1.6",
"ts-dedent": "^2.0.0",
"tsconfig-paths": "^4.0.0",
"tsconfig-paths-webpack-plugin": "^4.0.1"
Expand Down
5 changes: 3 additions & 2 deletions code/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6157,6 +6157,7 @@ __metadata:
typescript: "npm:^5.3.2"
vite-plugin-storybook-nextjs: "npm:^1.0.10"
peerDependencies:
"@storybook/test": "workspace:*"
next: ^14.1.0
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0-beta
Expand Down Expand Up @@ -6336,7 +6337,7 @@ __metadata:
semver: "npm:^7.3.5"
sharp: "npm:^0.33.3"
style-loader: "npm:^3.3.1"
styled-jsx: "npm:5.1.1"
styled-jsx: "npm:^5.1.6"
ts-dedent: "npm:^2.0.0"
tsconfig-paths: "npm:^4.0.0"
tsconfig-paths-webpack-plugin: "npm:^4.0.1"
Expand Down Expand Up @@ -26458,7 +26459,7 @@ __metadata:
languageName: node
linkType: hard

"styled-jsx@npm:5.1.6":
"styled-jsx@npm:5.1.6, styled-jsx@npm:^5.1.6":
version: 5.1.6
resolution: "styled-jsx@npm:5.1.6"
dependencies:
Expand Down

0 comments on commit addcce3

Please sign in to comment.