Skip to content

Commit

Permalink
dependency bump
Browse files Browse the repository at this point in the history
  • Loading branch information
gregrickaby committed Oct 15, 2024
1 parent 3d9367a commit 60d2f90
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 69 deletions.
128 changes: 64 additions & 64 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 @@ -11,17 +11,17 @@
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1",
"next": "^14.2.14"
"next": "^14.2.15"
},
"devDependencies": {
"typescript": "^5.6.2",
"@types/node": "^22.7.4",
"typescript": "^5.6.3",
"@types/node": "^22.7.5",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.0",
"@types/react-dom": "^18.3.1",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.13",
"eslint": "^8",
"eslint-config-next": "^14.2.14"
"eslint-config-next": "^14.2.15"
}
}

0 comments on commit 60d2f90

Please sign in to comment.