Skip to content

Commit

Permalink
Merge pull request #497 from YutaGoto/update-packages-20240321
Browse files Browse the repository at this point in the history
⬆️ upgrade packages
  • Loading branch information
YutaGoto committed Mar 22, 2024
2 parents e31cd91 + 48163b7 commit f798e85
Show file tree
Hide file tree
Showing 2 changed files with 1,361 additions and 1,043 deletions.
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,36 +12,36 @@
"deploy-vercel": "vercel"
},
"dependencies": {
"@google-cloud/bigquery": "^7.3.0",
"@google-cloud/bigquery": "^7.5.1",
"@hookform/error-message": "^2.0.1",
"@react-google-maps/api": "^2.18.1",
"@vercel/analytics": "^1.1.1",
"@react-google-maps/api": "^2.19.3",
"@vercel/analytics": "^1.2.2",
"evergreen-ui": "^7.1.9",
"next": "^14.0.2",
"next": "^14.1.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.43.9",
"sass": "^1.69.4"
"react-hook-form": "^7.51.1",
"sass": "^1.72.0"
},
"devDependencies": {
"@types/google.maps": "^3.53.4",
"@types/node": "^20.6.3",
"@types/prettier": "^2.7.2",
"@types/react": "^18.2.14",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.11.0",
"eslint": "^8.51.0",
"eslint-config-next": "^14.0.2",
"eslint-config-prettier": "^9.0.0",
"@types/google.maps": "^3.55.5",
"@types/node": "^20.11.30",
"@types/prettier": "^2.7.3",
"@types/react": "^18.2.67",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.4",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-unused-imports": "^3.0.0",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-unused-imports": "^3.1.0",
"prettier": "^2.8.8",
"typescript": "^5.2.2",
"vercel": "^33.4.1"
"typescript": "^5.4.3",
"vercel": "^33.6.1"
},
"packageManager": "yarn@3.2.0"
}
Loading

0 comments on commit f798e85

Please sign in to comment.