Skip to content

Commit 95124a6

Browse files
committed
fix deps for overrides app
1 parent e3e21f3 commit 95124a6

File tree

2 files changed

+55
-44
lines changed

2 files changed

+55
-44
lines changed

examples/overrides/d1-tag-next/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@
1313
"e2e": "playwright test -c e2e/playwright.config.ts"
1414
},
1515
"dependencies": {
16-
"react": "^19.0.0",
17-
"react-dom": "^19.0.0",
18-
"next": "15.1.7"
16+
"react": "catalog:e2e",
17+
"react-dom": "catalog:e2e",
18+
"next": "catalog:e2e"
1919
},
2020
"devDependencies": {
2121
"@opennextjs/cloudflare": "workspace:*",
2222
"@playwright/test": "catalog:",
2323
"@types/node": "catalog:",
24-
"@types/react": "^19",
25-
"@types/react-dom": "^19",
24+
"@types/react": "catalog:e2e",
25+
"@types/react-dom": "catalog:e2e",
2626
"typescript": "catalog:",
2727
"wrangler": "catalog:"
2828
}

0 commit comments

Comments
 (0)