Skip to content

Commit

Permalink
⬆️ upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
YutaGoto committed Jul 4, 2024
1 parent f798e85 commit 0aeeb2c
Show file tree
Hide file tree
Showing 4 changed files with 3,652 additions and 2,918 deletions.
2 changes: 0 additions & 2 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
.circleci
.vscode

.yarn
.next
.pnp.*

*.json
yarn.lock

README.md
6 changes: 1 addition & 5 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
{
"search.exclude": {
"**/.yarn": true,
"**/.pnp.*": true
},
"eslint.nodePath": ".yarn/sdks",

"typescript.tsdk": "node_modules/typescript/lib",
"typescript.enablePromptUseWorkspaceTsdk": true
}
35 changes: 17 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,36 +12,35 @@
"deploy-vercel": "vercel"
},
"dependencies": {
"@google-cloud/bigquery": "^7.5.1",
"@google-cloud/bigquery": "^7.8.0",
"@hookform/error-message": "^2.0.1",
"@react-google-maps/api": "^2.19.3",
"@vercel/analytics": "^1.2.2",
"@vercel/analytics": "^1.3.1",
"evergreen-ui": "^7.1.9",
"next": "^14.1.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.1",
"sass": "^1.72.0"
"next": "^14.2.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.52.1",
"sass": "^1.77.6"
},
"devDependencies": {
"@types/google.maps": "^3.55.5",
"@types/node": "^20.11.30",
"@types/google.maps": "^3.55.11",
"@types/node": "^20.14.9",
"@types/prettier": "^2.7.3",
"@types/react": "^18.2.67",
"@types/react": "^18.3.3",
"@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-next": "^14.2.4",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-jsx-a11y": "^6.9.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-unused-imports": "^3.1.0",
"eslint-plugin-react": "^7.34.3",
"eslint-plugin-unused-imports": "^3.2.0",
"prettier": "^2.8.8",
"typescript": "^5.4.3",
"vercel": "^33.6.1"
},
"packageManager": "yarn@3.2.0"
"typescript": "^5.5.3",
"vercel": "^33.7.1"
}
}
Loading

0 comments on commit 0aeeb2c

Please sign in to comment.