Skip to content

Commit 96222fb

Browse files
authored
fix(e2e): unpin next.js to ^16.2.1 in cache-components template (#8158)
1 parent 2f52cad commit 96222fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

integration/templates/next-cache-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@types/node": "^18.19.33",
1414
"@types/react": "^19.0.0",
1515
"@types/react-dom": "^19.0.0",
16-
"next": "16.1.6",
16+
"next": "^16.2.1",
1717
"react": "^19.0.0",
1818
"react-dom": "^19.0.0",
1919
"typescript": "^5.7.3"

0 commit comments

Comments
 (0)