Skip to content

Commit aa8a708

Browse files
committed
broaden version range of nextjs
1 parent a0e3884 commit aa8a708

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

code/frameworks/nextjs-vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"typescript": "^5.8.3"
9595
},
9696
"peerDependencies": {
97-
"next": "^14.1.0 || ^15.0.0",
97+
"next": "^14.1.0 || ^15.0.0 || ^16.0.0",
9898
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
9999
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
100100
"storybook": "workspace:^",

code/frameworks/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
"webpack": "^5.65.0"
128128
},
129129
"peerDependencies": {
130-
"next": "^14.1.0 || ^15.0.0",
130+
"next": "^14.1.0 || ^15.0.0 || ^16.0.0",
131131
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
132132
"react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0",
133133
"storybook": "workspace:^",

code/yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6556,7 +6556,7 @@ __metadata:
65566556
typescript: "npm:^5.8.3"
65576557
vite-plugin-storybook-nextjs: "npm:^2.0.7"
65586558
peerDependencies:
6559-
next: ^14.1.0 || ^15.0.0
6559+
next: ^14.1.0 || ^15.0.0 || ^16.0.0
65606560
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
65616561
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
65626562
storybook: "workspace:^"
@@ -6615,7 +6615,7 @@ __metadata:
66156615
typescript: "npm:^5.8.3"
66166616
webpack: "npm:^5.65.0"
66176617
peerDependencies:
6618-
next: ^14.1.0 || ^15.0.0
6618+
next: ^14.1.0 || ^15.0.0 || ^16.0.0
66196619
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
66206620
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
66216621
storybook: "workspace:^"

0 commit comments

Comments
 (0)