Skip to content

Commit 75e5f48

Browse files
authored
Upgrade next and related (#357)
1 parent 9cab3e0 commit 75e5f48

File tree

3 files changed

+509
-426
lines changed

3 files changed

+509
-426
lines changed

next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
/// <reference types="next/image-types/global" />
33

44
// NOTE: This file should not be edited
5-
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.
5+
// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"escape-string-regexp": "^5.0.0",
2929
"flexsearch": "^0.8.143",
3030
"js-yaml": "^4.1.0",
31-
"next": "^14.2.7",
31+
"next": "^15.3.3",
3232
"next-sitemap": "^4.2.3",
3333
"nextra": "^2.13.4",
3434
"nextra-theme-docs": "^2.13.4",
@@ -44,8 +44,8 @@
4444
"@tailwindcss/typography": "^0.5.13",
4545
"@types/flexsearch": "^0.7.6",
4646
"@types/js-yaml": "^4.0.9",
47-
"@types/node": "18.11.10",
48-
"@types/react": "^18.3.3",
47+
"@types/node": "22.15.29",
48+
"@types/react": "^19.1.6",
4949
"autoprefixer": "^10.4.19",
5050
"markdownlint-cli2": "^0.13.0",
5151
"markdownlint-rule-max-one-sentence-per-line": "^0.0.2",

0 commit comments

Comments
 (0)