Skip to content

Commit 78ec8e7

Browse files
renovate[bot]renovate-botascorbic
authored
chore(deps): update dependency @netlify/build to v27 (#1308)
* chore(deps): update dependency @netlify/build to v27 * chore: add dev deps to demos Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Matt Kane <[email protected]>
1 parent aab72e7 commit 78ec8e7

File tree

8 files changed

+693
-794
lines changed

8 files changed

+693
-794
lines changed

demos/base-path/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
"version": "1.0.0",
44
"description": "",
55
"devDependencies": {
6-
"@netlify/plugin-nextjs": "*"
6+
"@netlify/plugin-nextjs": "*",
7+
"husky": "^7.0.4",
8+
"if-env": "^1.0.4",
9+
"npm-run-all": "^4.1.5",
10+
"typescript": "^4.6.3"
711
},
812
"scripts": {
913
"test": "echo \"Error: no test specified\" && exit 1"

demos/default/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@
2121
"@reach/visually-hidden": "^0.16.0"
2222
},
2323
"devDependencies": {
24-
"@netlify/plugin-nextjs": "*"
24+
"@netlify/plugin-nextjs": "*",
25+
"husky": "^7.0.4",
26+
"if-env": "^1.0.4",
27+
"npm-run-all": "^4.1.5",
28+
"typescript": "^4.6.3"
2529
}
2630
}

demos/next-export/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
"version": "1.0.0",
44
"description": "",
55
"devDependencies": {
6-
"@netlify/plugin-nextjs": "*"
6+
"@netlify/plugin-nextjs": "*",
7+
"husky": "^7.0.4",
8+
"if-env": "^1.0.4",
9+
"npm-run-all": "^4.1.5",
10+
"typescript": "^4.6.3"
711
},
812
"scripts": {
913
"test": "echo \"Error: no test specified\" && exit 1"

demos/plugin-wrapper/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
"devDependencies": {
1111
"@netlify/plugin-nextjs": "*",
1212
"husky": "^7.0.4",
13-
"npm-run-all": "^4.1.5"
13+
"if-env": "^1.0.4",
14+
"npm-run-all": "^4.1.5",
15+
"typescript": "^4.6.3"
1416
}
1517
}

demos/static-root/package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
"version": "1.0.0",
44
"description": "",
55
"devDependencies": {
6-
"@netlify/plugin-nextjs": "*"
6+
"@netlify/plugin-nextjs": "*",
7+
"husky": "^7.0.4",
8+
"if-env": "^1.0.4",
9+
"npm-run-all": "^4.1.5",
10+
"typescript": "^4.6.3"
711
},
812
"scripts": {
913
"test": "echo \"Error: no test specified\" && exit 1"

0 commit comments

Comments
 (0)