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 caae2c1 commit 638298b
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 67 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/basic-features/typescript for more information.
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
},
"dependencies": {
"next": "15.1.1",
"react": "18.3.1",
"react": "19.0.0",
"react-device-detect": "^2.2.3",
"react-dom": "18.3.1",
"react-dom": "19.0.0",
"react-github-corner": "^2.5.0",
"react-icons": "^5.0.1",
"react-infinite-scroller": "^1.2.6",
Expand All @@ -32,7 +32,8 @@
"@types/color-convert": "^2.0.3",
"@types/jest": "^29.5.12",
"@types/node": "^22.0.0",
"@types/react": "18.3.17",
"@types/react": "19.0.2",
"@types/react-dom": "^19.0.0",
"@types/react-scroll": "^1.8.10",
"autoprefixer": "^10.4.18",
"axios": "^1.6.7",
Expand Down
128 changes: 65 additions & 63 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 638298b

Please sign in to comment.