Skip to content

Commit b764267

Browse files
authored
fix(e2e): use caret range for react in cache-components template (#8067)
1 parent 7d7d425 commit b764267

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"@types/react": "^19.0.0",
1515
"@types/react-dom": "^19.0.0",
1616
"next": "^16.0.0-canary.0",
17-
"react": "19.0.0",
18-
"react-dom": "19.0.0",
17+
"react": "^19.0.0",
18+
"react-dom": "^19.0.0",
1919
"typescript": "^5.7.3"
2020
},
2121
"engines": {

0 commit comments

Comments
 (0)