Skip to content

Commit

Permalink
[docs] Fix build errors with Next.js 14 (#4594)
Browse files Browse the repository at this point in the history
  • Loading branch information
bharatkashyap authored Jan 12, 2025
1 parent ff4fdbd commit 88ba6ce
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 204 deletions.
2 changes: 1 addition & 1 deletion docs/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/pages/building-your-application/configuring/typescript for more information.
// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.
3 changes: 1 addition & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
"@toolpad/studio": "workspace:*",
"@trendmicro/react-interpolate": "0.5.5",
"@types/lodash": "4.17.14",
"@types/react-router-dom": "5.3.3",
"ast-types": "0.14.2",
"autoprefixer": "10.4.20",
"babel-plugin-module-resolver": "5.0.2",
Expand All @@ -67,7 +66,7 @@
"lodash": "4.17.21",
"lz-string": "1.5.0",
"markdown-to-jsx": "7.7.0",
"next": "^14.2.22",
"next": "^15.1.3",
"nprogress": "0.2.0",
"postcss": "8.4.49",
"prismjs": "1.29.0",
Expand Down
Loading

0 comments on commit 88ba6ce

Please sign in to comment.