Skip to content

Commit

Permalink
dependency bump
Browse files Browse the repository at this point in the history
  • Loading branch information
gregrickaby committed Jul 1, 2024
1 parent 4573a15 commit c0e3e7e
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 176 deletions.
215 changes: 48 additions & 167 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@
"lint": "next lint"
},
"dependencies": {
"react": "^18",
"react-dom": "^18",
"next": "14.2.4"
"react": "^18.3.1",
"react-dom": "^18.3.1",
"next": "^14.2.4"
},
"devDependencies": {
"typescript": "^5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"typescript": "^5.5.2",
"@types/node": "^20.14.9",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
"postcss": "^8",
"postcss": "^8.4.39",
"tailwindcss": "^3.4.4",
"eslint": "^8",
"eslint-config-next": "14.2.4"
"eslint-config-next": "^14.2.4"
}
}

0 comments on commit c0e3e7e

Please sign in to comment.