Skip to content

Commit

Permalink
Update Node version to 18
Browse files Browse the repository at this point in the history
  • Loading branch information
LB Johnston authored and lb- committed Nov 28, 2022
1 parent 4c36043 commit ef010f2
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
15
18
13 changes: 13 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,8 @@
"prepare": "./.githooks/deploy.sh",
"lint": "prettier --check '**/?(.)*.{md,mdx,css,scss,js,json,json5,yaml,yml}'",
"format": "prettier --write '**/?(.)*.{md,mdx,css,scss,js,json,json5,yaml,yml}'"
},
"dependencies": {
"18": "*"
}
}
1 change: 1 addition & 0 deletions website/.npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
legacy-peer-deps=true
2 changes: 1 addition & 1 deletion website/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
15
18
18 changes: 6 additions & 12 deletions website/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ef010f2

Please sign in to comment.