Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
benscobie committed Aug 11, 2024
1 parent a142bb9 commit b5ff931
Show file tree
Hide file tree
Showing 2 changed files with 143 additions and 154 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,38 +12,38 @@
},
"dependencies": {
"@hookform/resolvers": "^3.9.0",
"@sentry/nextjs": "^8.22.0",
"@sentry/nextjs": "^8.25.0",
"axios": "^1.7.3",
"chart.js": "^4.4.3",
"classnames": "^2.5.1",
"luxon": "^3.4.4",
"luxon": "^3.5.0",
"next": "^14.2.5",
"react": "^18.3.1",
"react-bootstrap-icons": "^1.11.4",
"react-chartjs-2": "^5.2.0",
"react-datepicker": "^4.25.0",
"react-dom": "^18.3.1",
"react-hook-form": "^7.52.1",
"react-tooltip": "^5.27.1",
"react-hook-form": "^7.52.2",
"react-tooltip": "^5.28.0",
"tailwind-merge": "^2.4.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@next/bundle-analyzer": "^14.2.5",
"@types/luxon": "^3.4.2",
"@types/node": "20.14.13",
"@types/node": "20.14.15",
"@types/react": "18.3.3",
"@types/react-datepicker": "^4.19.6",
"@types/react-dom": "18.3.0",
"autoprefixer": "^10.4.19",
"autoprefixer": "^10.4.20",
"cross-env": "^7.0.3",
"eslint": "8.57.0",
"eslint-config-next": "^14.2.5",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-tailwindcss": "^3.17.4",
"postcss": "^8.4.40",
"postcss": "^8.4.41",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.7",
"tailwindcss": "^3.4.9",
"typescript": "5.5.4"
},
"resolutions": {
Expand Down
Loading

0 comments on commit b5ff931

Please sign in to comment.