We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3e21f3 commit 95124a6Copy full SHA for 95124a6
examples/overrides/d1-tag-next/package.json
@@ -13,16 +13,16 @@
13
"e2e": "playwright test -c e2e/playwright.config.ts"
14
},
15
"dependencies": {
16
- "react": "^19.0.0",
17
- "react-dom": "^19.0.0",
18
- "next": "15.1.7"
+ "react": "catalog:e2e",
+ "react-dom": "catalog:e2e",
+ "next": "catalog:e2e"
19
20
"devDependencies": {
21
"@opennextjs/cloudflare": "workspace:*",
22
"@playwright/test": "catalog:",
23
"@types/node": "catalog:",
24
- "@types/react": "^19",
25
- "@types/react-dom": "^19",
+ "@types/react": "catalog:e2e",
+ "@types/react-dom": "catalog:e2e",
26
"typescript": "catalog:",
27
"wrangler": "catalog:"
28
}
0 commit comments