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 d9e98d3 commit 85a8e7bCopy full SHA for 85a8e7b
package.json
@@ -85,8 +85,7 @@
85
"typescript": "^4.3.4"
86
},
87
"dependencies": {
88
- "next": "^13.0.3",
89
- "@netlify/edge-functions": "^2.0.0"
+ "next": "^13.0.3"
90
91
"engines": {
92
"node": ">=16.0.0"
packages/next/package.json
@@ -33,5 +33,8 @@
33
"homepage": "https://github.com/netlify/next-runtime#readme",
34
35
"node": ">=12.0.0"
36
+ },
37
+ "dependencies": {
38
+ "@netlify/edge-functions": "^2.0.0"
39
}
40
0 commit comments