Skip to content

Commit 87485cd

Browse files
committed
Updating next deps
1 parent 424e169 commit 87485cd

File tree

3 files changed

+141
-455
lines changed

3 files changed

+141
-455
lines changed

apps/docs/next-env.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/// <reference types="next" />
22
/// <reference types="next/image-types/global" />
3+
/// <reference path="./.next/types/routes.d.ts" />
34

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

apps/docs/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,35 +14,35 @@
1414
"dependencies": {
1515
"@algolia/autocomplete-core": "^1.19.4",
1616
"@headlessui/react": "^2.2.9",
17-
"@markdoc/markdoc": "^0.4.0",
18-
"@markdoc/next.js": "^0.4.0",
19-
"@sindresorhus/slugify": "^2.2.1",
17+
"@markdoc/markdoc": "^0.5.4",
18+
"@markdoc/next.js": "^0.5.0",
19+
"@sindresorhus/slugify": "^3.0.0",
2020
"@tailwindcss/postcss": "^4.1.14",
2121
"@tailwindcss/typography": "^0.5.19",
22-
"@types/node": "^22.18.8",
23-
"@types/react": "^18.3.25",
24-
"@types/react-dom": "^18.3.7",
25-
"@types/react-highlight-words": "^0.16.7",
2622
"clsx": "^2.1.1",
2723
"fast-glob": "^3.3.3",
2824
"flexsearch": "^0.8.212",
2925
"js-yaml": "^4.1.0",
3026
"next": "^15.5.4",
31-
"next-themes": "^0.2.1",
27+
"next-themes": "^0.4.6",
3228
"prism-react-renderer": "^2.4.1",
33-
"react": "^18.3.1",
34-
"react-dom": "^18.3.1",
35-
"react-highlight-words": "^0.20.0",
29+
"react": "^19.2.0",
30+
"react-dom": "^19.2.0",
31+
"react-highlight-words": "^0.21.0",
3632
"simple-functional-loader": "^1.2.1",
3733
"tailwindcss": "^4.1.14",
3834
"typescript": "^5.9.3"
3935
},
4036
"devDependencies": {
37+
"@types/node": "^24.6.2",
38+
"@types/react": "^19.2.0",
39+
"@types/react-dom": "^19.2.0",
40+
"@types/react-highlight-words": "^0.20.0",
4141
"eslint": "^8.57.1",
4242
"eslint-config-next": "^15.5.4",
4343
"prettier": "^3.6.2",
4444
"prettier-plugin-tailwindcss": "^0.6.14",
45-
"sharp": "0.33.1"
45+
"sharp": "0.34.4"
4646
},
4747
"packageManager": "pnpm@10.7.0"
4848
}

0 commit comments

Comments
 (0)