Skip to content

Commit

Permalink
📦 依存関係を更新
Browse files Browse the repository at this point in the history
  • Loading branch information
arrow2nd committed Dec 19, 2024
1 parent 009f886 commit fca0328
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 85 deletions.
2 changes: 1 addition & 1 deletion next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/app/building-your-application/configuring/typescript for more information.
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
},
"dependencies": {
"next": "15.1.2",
"react": "18.3.1",
"react-dom": "18.3.1",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-icons": "^5.0.1",
"react-select": "^5.8.2",
"react-wavify": "^1.10.0",
Expand All @@ -34,8 +34,8 @@
"@trivago/prettier-plugin-sort-imports": "^5.0.0",
"@types/jest": "^29.5.12",
"@types/node": "^22.0.0",
"@types/react": "18.3.17",
"@types/react-dom": "18.3.5",
"@types/react": "19.0.2",
"@types/react-dom": "19.0.2",
"autoprefixer": "^10.4.18",
"axios": "^1.6.7",
"eslint": "^9.0.0",
Expand Down
149 changes: 69 additions & 80 deletions pnpm-lock.yaml

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

0 comments on commit fca0328

Please sign in to comment.