Skip to content

Commit 31c8a6f

Browse files
committed
review
1 parent 942159c commit 31c8a6f

File tree

3 files changed

+49
-44
lines changed

3 files changed

+49
-44
lines changed

.changeset/friendly-experts-eat.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@opennextjs/cloudflare": patch
3+
---
4+
5+
fix deduplication for memory queue and add some log

examples/overrides/memory-queue/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212
"e2e": "playwright test -c e2e/playwright.config.ts"
1313
},
1414
"dependencies": {
15-
"react": "^19.0.0",
16-
"react-dom": "^19.0.0",
15+
"react": "catalog:e2e",
16+
"react-dom": "catalog:e2e",
1717
"next": "catalog:e2e"
1818
},
1919
"devDependencies": {
2020
"@opennextjs/cloudflare": "workspace:*",
2121
"@playwright/test": "catalog:",
2222
"@types/node": "catalog:",
23-
"@types/react": "^19",
24-
"@types/react-dom": "^19",
23+
"@types/react": "catalog:e2e",
24+
"@types/react-dom": "catalog:e2e",
2525
"typescript": "catalog:",
2626
"wrangler": "catalog:"
2727
}

0 commit comments

Comments
 (0)