Skip to content

Commit

Permalink
Bump Node to v18
Browse files Browse the repository at this point in the history
  • Loading branch information
riffbyte committed Jul 20, 2023
1 parent 7f45f56 commit e1ec4f0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v16
v18
18 changes: 9 additions & 9 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
"name": "theme-nextjs-lena",
"version": "1.1.0",
"engines": {
"node": "^16.x",
"npm": "^8.x"
"node": "^18.x",
"npm": "^9.x"
},
"devEngines": {
"node": "^16.x",
"npm": "^8.x"
"node": "^18.x",
"npm": "^9.x"
},
"scripts": {
"dev": "next",
Expand Down Expand Up @@ -55,7 +55,7 @@
"@next/bundle-analyzer": "13.4.9",
"@prezly/eslint-config": "5.2.0",
"@svgr/webpack": "6.5.1",
"@types/node": "16.18.38",
"@types/node": "18.16.19",
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7",
"@types/react-instantsearch-core": "6.26.3",
Expand Down

0 comments on commit e1ec4f0

Please sign in to comment.