Skip to content

Commit 4bc90a3

Browse files
committed
chore: upgrade dependencies
1 parent 09128f2 commit 4bc90a3

4 files changed

Lines changed: 1029 additions & 781 deletions

File tree

next-env.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/// <reference types="next" />
22
/// <reference types="next/image-types/global" />
3+
import "./.next/dev/types/routes.d.ts";
34

45
// NOTE: This file should not be edited
56
// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.

package.json

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -11,26 +11,26 @@
1111
"lint": "eslint ."
1212
},
1313
"dependencies": {
14-
"framer-motion": "^12.22.0",
15-
"next": "^15.3.4",
16-
"react": "^19.1.0",
17-
"react-dom": "^19.1.0",
14+
"framer-motion": "^12.23.25",
15+
"next": "^16.0.7",
16+
"react": "^19.2.1",
17+
"react-dom": "^19.2.1",
1818
"styled-components": "^6.1.19"
1919
},
2020
"devDependencies": {
21-
"@eslint/eslintrc": "^3.3.1",
22-
"@eslint/js": "^9.30.0",
23-
"@next/eslint-plugin-next": "^15.3.4",
24-
"@types/node": "^24.0.8",
25-
"@types/react": "^19.1.8",
26-
"@types/styled-components": "^5.1.34",
27-
"@typescript-eslint/eslint-plugin": "^8.35.1",
28-
"@typescript-eslint/parser": "^8.35.1",
29-
"cypress": "^14.5.0",
30-
"eslint": "^9.30.0",
31-
"eslint-config-next": "^15.3.4",
32-
"typescript": "^5.8.3",
33-
"typescript-eslint": "^8.35.1"
21+
"@eslint/eslintrc": "^3.3.3",
22+
"@eslint/js": "^9.39.1",
23+
"@next/eslint-plugin-next": "^16.0.7",
24+
"@types/node": "^24.10.1",
25+
"@types/react": "^19.2.7",
26+
"@types/styled-components": "^5.1.36",
27+
"@typescript-eslint/eslint-plugin": "^8.48.1",
28+
"@typescript-eslint/parser": "^8.48.1",
29+
"cypress": "^15.7.1",
30+
"eslint": "^9.39.1",
31+
"eslint-config-next": "^16.0.7",
32+
"typescript": "^5.9.3",
33+
"typescript-eslint": "^8.48.1"
3434
},
35-
"packageManager": "pnpm@10.12.4+sha512.5ea8b0deed94ed68691c9bad4c955492705c5eeb8a87ef86bc62c74a26b037b08ff9570f108b2e4dbd1dd1a9186fea925e527f141c648e85af45631074680184"
35+
"packageManager": "pnpm@10.24.0+sha512.01ff8ae71b4419903b65c60fb2dc9d34cf8bb6e06d03bde112ef38f7a34d6904c424ba66bea5cdcf12890230bf39f9580473140ed9c946fef328b6e5238a345a"
3636
}

0 commit comments

Comments
 (0)