Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #690 from prezly/feature/care-2094-bump-node-to-v1…
Browse files Browse the repository at this point in the history
…8-in-all-next-themes

Bump Node to v18
  • Loading branch information
riffbyte authored Jul 20, 2023
2 parents 76fa055 + 7ffa6a4 commit 03892fa
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v17
v18
14 changes: 7 additions & 7 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-marcel",
"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 @@ -59,7 +59,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-dom": "6.12.3",
Expand Down

3 comments on commit 03892fa

@vercel
Copy link

@vercel vercel bot commented on 03892fa Jul 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 03892fa Jul 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 03892fa Jul 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.