Skip to content

Commit

Permalink
feat: upgrade to Gatsby v5
Browse files Browse the repository at this point in the history
BREAKING CHANGE: upgrade to Gatsby v5, React v18, and Node v18
  • Loading branch information
konstantinmuenster committed Nov 11, 2022
1 parent d019b13 commit d395c01
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"serve": "gatsby serve"
},
"engines": {
"node": ">=16.0.0"
"node": ">=18.0.0"
},
"dependencies": {
"gatsby": "^4.18.2",
"gatsby": "^5.0.1",
"gatsby-theme-portfolio-minimal": "latest",
"react": "^17.0.2",
"react-dom": "^17.0.2"
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"author": "Konstantin Münster <[email protected]>",
"license": "0BSD",
Expand Down

0 comments on commit d395c01

Please sign in to comment.