Skip to content

Commit b1a580e

Browse files
committed
upgrade deps && docs [skip ci]
1 parent 4b8ef7a commit b1a580e

File tree

8 files changed

+865
-981
lines changed

8 files changed

+865
-981
lines changed

.lst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2025-03-29_16:26:13

examples/nextjs/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,21 @@
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-mouse-trails": "^0.0.5",
2121
"react18-loaders": "^1.1.4",
2222
"webgl-generative-particles": "workspace:*"
2323
},
2424
"devDependencies": {
25-
"@next/eslint-plugin-next": "^15.2.2",
25+
"@next/eslint-plugin-next": "^15.2.4",
2626
"@repo/eslint-config": "workspace:*",
2727
"@repo/typescript-config": "workspace:*",
28-
"@types/node": "^22.13.10",
29-
"@types/react": "^19.0.10",
28+
"@types/node": "^22.13.14",
29+
"@types/react": "^19.0.12",
3030
"@types/react-dom": "^19.0.4",
3131
"typescript": "^5.8.2"
3232
}

examples/vite/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@
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
"react18-loaders": "^1.1.4",
1919
"react18-themes": "^3.2.0",
2020
"webgl-generative-particles": "workspace:*"
2121
},
2222
"devDependencies": {
2323
"@repo/eslint-config": "workspace:*",
2424
"@repo/typescript-config": "workspace:*",
25-
"@types/react": "^19.0.10",
25+
"@types/react": "^19.0.12",
2626
"@types/react-dom": "^19.0.4",
2727
"@vitejs/plugin-react": "^4.3.4",
2828
"typescript": "^5.8.2",
29-
"vite": "^6.2.2"
29+
"vite": "^6.2.3"
3030
}
3131
}

lib/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,22 +44,22 @@
4444
"@repo/eslint-config": "workspace:*",
4545
"@repo/typescript-config": "workspace:*",
4646
"@testing-library/react": "^16.2.0",
47-
"@types/node": "^22.13.10",
48-
"@types/react": "^19.0.10",
47+
"@types/node": "^22.13.14",
48+
"@types/react": "^19.0.12",
4949
"@types/react-dom": "^19.0.4",
5050
"@vitejs/plugin-react": "^4.3.4",
51-
"@vitest/coverage-v8": "^3.0.8",
51+
"@vitest/coverage-v8": "^3.0.9",
5252
"esbuild-plugin-rdi": "^0.0.0",
5353
"esbuild-plugin-react18": "0.2.6",
5454
"esbuild-plugin-react18-css": "^0.0.4",
5555
"esbuild-plugin-webgl": "^0.0.3",
5656
"jsdom": "^26.0.0",
57-
"react": "^19.0.0",
58-
"react-dom": "^19.0.0",
57+
"react": "^19.1.0",
58+
"react-dom": "^19.1.0",
5959
"tsup": "^8.4.0",
6060
"typescript": "^5.8.2",
6161
"vite-tsconfig-paths": "^5.1.4",
62-
"vitest": "^3.0.8"
62+
"vitest": "^3.0.9"
6363
},
6464
"peerDependencies": {
6565
"@types/react": "16.8 - 19",

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@
1616
"devDependencies": {
1717
"@changesets/cli": "^2.28.1",
1818
"@repo/typescript-config": "workspace:*",
19-
"@types/node": "^22.13.10",
19+
"@types/node": "^22.13.14",
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-mdn-links": "^5.0.1",
27-
"typedoc-plugin-missing-exports": "^3.1.0",
28-
"typedoc-plugin-rename-defaults": "^0.7.2",
27+
"typedoc-plugin-missing-exports": "^4.0.0",
28+
"typedoc-plugin-rename-defaults": "^0.7.3",
2929
"typedoc-plugin-zod": "^1.4.0"
3030
},
3131
"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.14",
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.0.9",
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.0.9"
3838
},
3939
"dependencies": {
4040
"@mayank1513/fork-me": "^2.1.3",

0 commit comments

Comments
 (0)