Skip to content

Commit 9191d12

Browse files
committed
chore: update next
1 parent fc22e63 commit 9191d12

File tree

3 files changed

+26
-26
lines changed

3 files changed

+26
-26
lines changed

docs/next-env.d.ts

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

55
// NOTE: This file should not be edited
66
// see https://nextjs.org/docs/app/api-reference/config/typescript for more information.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@
106106
"picocolors": "^1.0.0",
107107
"postcss": "^8.5.4",
108108
"prettier": "3.4.2",
109-
"react": "^19.0.0",
110-
"react-dom": "^19.0.0",
109+
"react": "^19.2.1",
110+
"react-dom": "^19.2.1",
111111
"tailwindcss": "^4.1.8",
112112
"typescript": "^5.9.2",
113113
"vitest": "^3.0.4"

pnpm-lock.yaml

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)