Skip to content

Commit 276af45

Browse files
committed
upgrade deps && docs [skip ci]
1 parent abd4001 commit 276af45

File tree

8 files changed

+1000
-928
lines changed

8 files changed

+1000
-928
lines changed

.lst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2025-04-01_16:23:14

examples/nextjs/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,23 @@
1212
},
1313
"dependencies": {
1414
"@repo/shared": "workspace:*",
15-
"next": "^15.2.2",
15+
"next": "^15.2.4",
1616
"nextjs-darkmode": "^1.0.10",
1717
"nextjs-themes": "^4.0.6",
18-
"react": "^19.0.0",
19-
"react-dom": "^19.0.0",
18+
"react": "^19.1.0",
19+
"react-dom": "^19.1.0",
2020
"react-markdown": "^10.1.0",
2121
"react-markdown-autolink": "workspace:*",
2222
"react-mouse-trails": "^0.0.5",
2323
"react18-loaders": "^1.1.4",
2424
"webgl-generative-particles": "^0.0.1"
2525
},
2626
"devDependencies": {
27-
"@next/eslint-plugin-next": "^15.2.2",
27+
"@next/eslint-plugin-next": "^15.2.4",
2828
"@repo/eslint-config": "workspace:*",
2929
"@repo/typescript-config": "workspace:*",
30-
"@types/node": "^22.13.10",
31-
"@types/react": "^19.0.10",
30+
"@types/node": "^22.13.16",
31+
"@types/react": "^19.0.12",
3232
"@types/react-dom": "^19.0.4",
3333
"typescript": "^5.8.2"
3434
}

examples/vite/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"dependencies": {
1414
"@repo/shared": "workspace:*",
1515
"nextjs-darkmode": "^1.0.10",
16-
"react": "^19.0.0",
17-
"react-dom": "^19.0.0",
16+
"react": "^19.1.0",
17+
"react-dom": "^19.1.0",
1818
"react-markdown-autolink": "workspace:*",
1919
"react-mouse-trails": "^0.0.5",
2020
"react18-loaders": "^1.1.4",
@@ -23,10 +23,10 @@
2323
"devDependencies": {
2424
"@repo/eslint-config": "workspace:*",
2525
"@repo/typescript-config": "workspace:*",
26-
"@types/react": "^19.0.10",
26+
"@types/react": "^19.0.12",
2727
"@types/react-dom": "^19.0.4",
2828
"@vitejs/plugin-react": "^4.3.4",
2929
"typescript": "^5.8.2",
30-
"vite": "^6.2.2"
30+
"vite": "^6.2.4"
3131
}
3232
}

lib/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@
2626
"devDependencies": {
2727
"@repo/eslint-config": "workspace:*",
2828
"@repo/typescript-config": "workspace:*",
29-
"@types/node": "^22.13.10",
30-
"@vitest/coverage-v8": "^3.0.8",
29+
"@types/node": "^22.13.16",
30+
"@vitest/coverage-v8": "^3.1.1",
3131
"esbuild-plugin-react18": "^0.2.6",
3232
"tsup": "^8.4.0",
3333
"typescript": "^5.8.2",
34-
"vite": "^6.2.2",
34+
"vite": "^6.2.4",
3535
"vite-tsconfig-paths": "^5.1.4",
36-
"vitest": "^3.0.8"
36+
"vitest": "^3.1.1"
3737
},
3838
"funding": [
3939
{

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@
1616
"devDependencies": {
1717
"@changesets/cli": "^2.28.1",
1818
"@repo/typescript-config": "workspace:*",
19-
"@types/node": "^22.13.10",
19+
"@types/node": "^22.13.16",
2020
"enquirer": "^2.4.1",
2121
"plop": "^4.0.1",
2222
"prettier": "^3.5.3",
2323
"turbo": "^2.4.4",
24-
"typedoc": "^0.27.9",
24+
"typedoc": "^0.28.1",
2525
"typedoc-plugin-extras": "^4.0.0",
2626
"typedoc-plugin-inline-sources": "^1.2.1",
2727
"typedoc-plugin-mdn-links": "^5.0.1",
28-
"typedoc-plugin-missing-exports": "^3.1.0",
29-
"typedoc-plugin-rename-defaults": "^0.7.2",
28+
"typedoc-plugin-missing-exports": "^4.0.0",
29+
"typedoc-plugin-rename-defaults": "^0.7.3",
3030
"typedoc-plugin-zod": "^1.4.0"
3131
},
3232
"packageManager": "[email protected]",

packages/config-eslint/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"devDependencies": {
77
"@vercel/style-guide": "^6.0.0",
88
"eslint-config-turbo": "^2.4.4",
9-
"eslint-plugin-mdx": "^3.2.0",
9+
"eslint-plugin-mdx": "^3.3.1",
1010
"eslint-plugin-only-warn": "^1.1.0",
11-
"eslint-plugin-storybook": "^0.11.4"
11+
"eslint-plugin-storybook": "^0.12.0"
1212
}
1313
}

packages/shared/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,20 @@
2121
"@repo/eslint-config": "workspace:*",
2222
"@repo/typescript-config": "workspace:*",
2323
"@testing-library/react": "^16.2.0",
24-
"@types/node": "^22.13.10",
25-
"@types/react": "^19.0.10",
24+
"@types/node": "^22.13.16",
25+
"@types/react": "^19.0.12",
2626
"@types/react-dom": "^19.0.4",
2727
"@vitejs/plugin-react": "^4.3.4",
28-
"@vitest/coverage-v8": "^3.0.8",
28+
"@vitest/coverage-v8": "^3.1.1",
2929
"esbuild-plugin-react18": "^0.2.6",
3030
"esbuild-plugin-react18-css": "^0.0.4",
3131
"jsdom": "^26.0.0",
32-
"react": "^19.0.0",
33-
"react-dom": "^19.0.0",
32+
"react": "^19.1.0",
33+
"react-dom": "^19.1.0",
3434
"tsup": "^8.4.0",
3535
"typescript": "^5.8.2",
3636
"vite-tsconfig-paths": "^5.1.4",
37-
"vitest": "^3.0.8"
37+
"vitest": "^3.1.1"
3838
},
3939
"dependencies": {
4040
"@mayank1513/fork-me": "^2.1.3",

0 commit comments

Comments
 (0)