Skip to content

Commit

Permalink
fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
jmau111 committed Apr 20, 2022
1 parent 9ef8b83 commit 7f2646d
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 49 deletions.
94 changes: 50 additions & 44 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 @@ -33,17 +33,17 @@
"gatsby-plugin-sharp": "^4.12.1",
"gatsby-source-filesystem": "^4.12.1",
"gatsby-transformer-sharp": "^4.12.1",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"sass": "^1.50.0"
},
"devDependencies": {
"@babel/core": "^7.17.9",
"@babel/eslint-parser": "^7.17.0",
"@types/node": "^17.0.24",
"@types/react": "^18.0.5",
"@types/react-dom": "^18.0.1",
"@types/node": "^17.0.23",
"@types/react": "^17.0.44",
"@types/react-dom": "^17.0.15",
"@types/react-helmet": "^6.1.5",
"@typescript-eslint/eslint-plugin": "^5.20.0",
"@typescript-eslint/parser": "^5.20.0",
Expand Down

0 comments on commit 7f2646d

Please sign in to comment.