Skip to content

Commit 4646264

Browse files
renovate[bot]ascorbickodiakhq[bot]
authored
chore(deps): update dependency @netlify/build to ^27.1.6 (#1407)
* chore(deps): update dependency @netlify/build to ^27.1.6 * chore: switch to node 16.15.1 * chore: install next in demo site Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Matt Kane <[email protected]> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent 050ddcc commit 4646264

File tree

6 files changed

+544
-1843
lines changed

6 files changed

+544
-1843
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
17.9.0
1+
16.15.1

demos/default/netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ignore = "if [ $CACHED_COMMIT_REF == $COMMIT_REF ]; then (exit 1); else git diff
99
CYPRESS_CACHE_FOLDER = "../node_modules/.CypressBinary"
1010
# set TERM variable for terminal output
1111
TERM = "xterm"
12-
NODE_VERSION = "17"
12+
NODE_VERSION = "16.15.1"
1313

1414
[dev]
1515
framework = "#static"

demos/default/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
"dependencies": {
2020
"@reach/dialog": "^0.16.2",
2121
"@reach/visually-hidden": "^0.16.0",
22+
"next": "^12.1.6",
2223
"react": "^18.0.0",
2324
"react-dom": "^18.0.0"
2425
},

0 commit comments

Comments
 (0)