Skip to content

Commit 38bdf4b

Browse files
committed
upgrade deps && docs [skip ci]
1 parent a2ef9f5 commit 38bdf4b

File tree

6 files changed

+304
-298
lines changed

6 files changed

+304
-298
lines changed

.lst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-07-18_16:31:25
1+
2025-07-19_01:56:12

examples/nextjs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@repo/shared": "workspace:*",
15-
"next": "^15.4.1",
15+
"next": "^15.4.2",
1616
"nextjs-darkmode": "^1.0.10",
1717
"nextjs-themes": "^4.0.6",
1818
"react": "^19.1.0",
@@ -22,10 +22,10 @@
2222
"webgl-generative-particles": "workspace:*"
2323
},
2424
"devDependencies": {
25-
"@next/eslint-plugin-next": "^15.4.1",
25+
"@next/eslint-plugin-next": "^15.4.2",
2626
"@repo/eslint-config": "workspace:*",
2727
"@repo/typescript-config": "workspace:*",
28-
"@types/node": "^24.0.14",
28+
"@types/node": "^24.0.15",
2929
"@types/react": "^19.1.8",
3030
"@types/react-dom": "^19.1.6",
3131
"typescript": "^5.8.3"

lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@repo/eslint-config": "workspace:*",
4545
"@repo/typescript-config": "workspace:*",
4646
"@testing-library/react": "^16.3.0",
47-
"@types/node": "^24.0.14",
47+
"@types/node": "^24.0.15",
4848
"@types/react": "^19.1.8",
4949
"@types/react-dom": "^19.1.6",
5050
"@vitejs/plugin-react": "^4.7.0",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
"devDependencies": {
1717
"@changesets/cli": "^2.29.5",
1818
"@repo/typescript-config": "workspace:*",
19-
"@types/node": "^24.0.14",
19+
"@types/node": "^24.0.15",
2020
"enquirer": "^2.4.1",
2121
"plop": "^4.0.1",
2222
"prettier": "^3.6.2",
2323
"turbo": "^2.5.5",
2424
"typedoc": "^0.28.7",
25-
"typedoc-plugin-extras": "^4.0.0",
25+
"typedoc-plugin-extras": "^4.0.1",
2626
"typedoc-plugin-mdn-links": "^5.0.4",
2727
"typedoc-plugin-missing-exports": "^4.0.0",
2828
"typedoc-plugin-rename-defaults": "^0.7.3",

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@repo/eslint-config": "workspace:*",
2222
"@repo/typescript-config": "workspace:*",
2323
"@testing-library/react": "^16.3.0",
24-
"@types/node": "^24.0.14",
24+
"@types/node": "^24.0.15",
2525
"@types/react": "^19.1.8",
2626
"@types/react-dom": "^19.1.6",
2727
"@vitejs/plugin-react": "^4.7.0",

0 commit comments

Comments
 (0)