Skip to content

Commit cf0f928

Browse files
committed
chore: add @netlify/next as devdep
1 parent 647645f commit cf0f928

File tree

8 files changed

+40
-184
lines changed

8 files changed

+40
-184
lines changed

demos/base-path/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "1.0.0",
44
"description": "",
55
"devDependencies": {
6+
"@netlify/next": "*",
67
"@netlify/plugin-nextjs": "*",
78
"@types/fs-extra": "^9.0.13",
89
"@types/jest": "^27.4.1",

demos/canary/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
"react-dom": "^18.2.0"
1515
},
1616
"devDependencies": {
17+
"@netlify/next": "*",
1718
"@netlify/plugin-nextjs": "*",
1819
"@types/fs-extra": "^9.0.13",
1920
"@types/jest": "^27.4.1",

demos/default/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"react-dom": "^18.2.0"
2828
},
2929
"devDependencies": {
30+
"@netlify/next": "*",
3031
"@netlify/plugin-nextjs": "*",
3132
"@types/fs-extra": "^9.0.13",
3233
"@types/jest": "^27.4.1",

demos/next-auth/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
"react-dom": "^18.2.0"
3131
},
3232
"devDependencies": {
33+
"@netlify/next": "*",
3334
"@netlify/plugin-nextjs": "*",
3435
"@types/fs-extra": "^9.0.13",
3536
"@types/jest": "^27.4.1",

demos/next-export/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"next": "^13.0.3"
77
},
88
"devDependencies": {
9+
"@netlify/next": "*",
910
"@netlify/plugin-nextjs": "*",
1011
"@types/fs-extra": "^9.0.13",
1112
"@types/jest": "^27.4.1",

demos/plugin-wrapper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},
99
"devDependencies": {
10-
"@netlify/plugin-nextjs": "*",
1110
"@netlify/next": "*",
11+
"@netlify/plugin-nextjs": "*",
1212
"@types/fs-extra": "^9.0.13",
1313
"@types/jest": "^27.4.1",
1414
"@types/node": "^17.0.25",

demos/static-root/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"next": "^13.0.3"
77
},
88
"devDependencies": {
9-
"@netlify/plugin-nextjs": "*",
109
"@netlify/next": "*",
10+
"@netlify/plugin-nextjs": "*",
1111
"@types/fs-extra": "^9.0.13",
1212
"@types/jest": "^27.4.1",
1313
"@types/node": "^17.0.25",

0 commit comments

Comments
 (0)