Skip to content

Commit 7ecf41d

Browse files
authored
feat: ✨ change over to next-runtime (#1540)
* feat: ✨ change over to next-runtime * style: lint * chore: add next-auth to workspaces update package lock files * chore: revert complete regeneration of package lockfile * style: lint * chore: 🔥
1 parent 81381eb commit 7ecf41d

File tree

18 files changed

+378
-6216
lines changed

18 files changed

+378
-6216
lines changed
+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
name: '@netlify/plugin-nextjs-local'
1+
name: '@netlify/next-runtime-local'

demos/base-path/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0",
44
"description": "",
55
"devDependencies": {
6-
"@netlify/plugin-nextjs": "*",
6+
"@netlify/next-runtime": "*",
77
"@types/fs-extra": "^9.0.13",
88
"@types/jest": "^27.4.1",
99
"@types/node": "^17.0.25",
@@ -28,4 +28,4 @@
2828
"url": "https://github.com/netlify/next-runtime/issues"
2929
},
3030
"homepage": "https://github.com/netlify/next-runtime#readme"
31-
}
31+
}

demos/custom-routes/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0",
44
"description": "",
55
"devDependencies": {
6-
"@netlify/plugin-nextjs": "*",
6+
"@netlify/next-runtime": "*",
77
"@types/fs-extra": "^9.0.13",
88
"@types/jest": "^27.4.1",
99
"@types/node": "^17.0.25",
@@ -29,4 +29,4 @@
2929
"url": "https://github.com/netlify/next-runtime/issues"
3030
},
3131
"homepage": "https://github.com/netlify/next-runtime#readme"
32-
}
32+
}

demos/default/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"react-dom": "^18.0.0"
2626
},
2727
"devDependencies": {
28-
"@netlify/plugin-nextjs": "*",
28+
"@netlify/next-runtime": "*",
2929
"@types/fs-extra": "^9.0.13",
3030
"@types/jest": "^27.4.1",
3131
"@types/node": "^17.0.25",
@@ -35,4 +35,4 @@
3535
"npm-run-all": "^4.1.5",
3636
"typescript": "^4.6.3"
3737
}
38-
}
38+
}

demos/middleware/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"ntl": "ntl-internal"
1010
},
1111
"dependencies": {
12-
"@netlify/plugin-nextjs": "*",
12+
"@netlify/next-runtime": "*",
1313
"@netlify/next": "*",
1414
"next": "^12.2.0",
1515
"react": "18.0.0",
@@ -24,4 +24,4 @@
2424
"npm-run-all": "^4.1.5",
2525
"typescript": "^4.6.3"
2626
}
27-
}
27+
}

0 commit comments

Comments
 (0)