We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e00cbc commit ec46331Copy full SHA for ec46331
apps/cache-testing/package.json
@@ -17,7 +17,7 @@
17
},
18
"dependencies": {
19
"lru-cache": "10.0.1",
20
- "next": "14.0.2-canary.23",
+ "next": "canary",
21
"react": "18.2.0",
22
"react-dom": "18.2.0",
23
"undici": "5.27.2"
@@ -26,7 +26,7 @@
26
"@neshca/cache-handler": "*",
27
"@neshca/json-replacer-reviver": "*",
28
"@neshca/tsconfig": "*",
29
- "@next/eslint-plugin-next": "14.0.2-canary.23",
+ "@next/eslint-plugin-next": "canary",
30
"@playwright/test": "1.39.0",
31
"@types/node": "20.9.0",
32
"@types/react": "18.2.37",
internal/next-types/package.json
@@ -14,7 +14,7 @@
14
"lint": "eslint ."
15
16
- "next": "14.0.2-canary.23"
+ "next": "14.0.3-canary.0"
"devDependencies": {
0 commit comments