Skip to content

Commit

Permalink
dependency bumps node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
etweisberg committed Aug 23, 2024
1 parent 396a12d commit 3eaff08
Show file tree
Hide file tree
Showing 3 changed files with 3,405 additions and 2,231 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*
package-lock.json
.python*
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"lint:fix": "eslint --fix \"./**/*.{js,jsx}\""
},
"dependencies": {
"next": "^10.0.4",
"next": "^12.0.10",
"next-page-transitions": "^1.0.0-alpha.4",
"react": "^16.6.3",
"react-dom": "^16.6.3",
Expand All @@ -22,6 +22,8 @@
"react-toastify": "^6.0.8",
"react-vertical-timeline-component": "^3.0.2",
"reactstrap": "^8.5.1",
"sass": "^1.77.8",
"sass-loader": "^16.0.1",
"yarn": "^1.16.0"
},
"devDependencies": {
Expand All @@ -32,7 +34,7 @@
"eslint-config-prettier": "^6.12.0",
"eslint-plugin-prettier": "^3.3.1",
"jest": "^27.4.7",
"node-sass": "^5.0.0",
"node-sass": "^9.0.0",
"prettier": "^2.1.2",
"styled-jsx-plugin-sass": "^1.0.0"
}
Expand Down
Loading

0 comments on commit 3eaff08

Please sign in to comment.