File tree Expand file tree Collapse file tree 3 files changed +49
-44
lines changed
examples/overrides/memory-queue Expand file tree Collapse file tree 3 files changed +49
-44
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @opennextjs/cloudflare " : patch
3+ ---
4+
5+ fix deduplication for memory queue and add some log
Original file line number Diff line number Diff line change 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 }
You can’t perform that action at this time.
0 commit comments