Skip to content

Commit dbd4288

Browse files
committed
upgrade deps && docs [skip ci]
1 parent d782c05 commit dbd4288

File tree

5 files changed

+76
-76
lines changed

5 files changed

+76
-76
lines changed

.lst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-10-13_08:28:29
1+
2025-10-13_16:24:26

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.5.4",
15+
"next": "^15.5.5",
1616
"nextjs-darkmode": "^1.0.10",
1717
"nextjs-themes": "^4.0.6",
1818
"react": "^19.2.0",
@@ -24,12 +24,12 @@
2424
"webgl-generative-particles": "^0.0.1"
2525
},
2626
"devDependencies": {
27-
"@next/eslint-plugin-next": "^15.5.4",
27+
"@next/eslint-plugin-next": "^15.5.5",
2828
"@repo/eslint-config": "workspace:*",
2929
"@repo/typescript-config": "workspace:*",
3030
"@types/node": "^24.7.2",
3131
"@types/react": "^19.2.2",
32-
"@types/react-dom": "^19.2.1",
32+
"@types/react-dom": "^19.2.2",
3333
"typescript": "^5.9.3"
3434
}
3535
}

examples/vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@repo/eslint-config": "workspace:*",
2525
"@repo/typescript-config": "workspace:*",
2626
"@types/react": "^19.2.2",
27-
"@types/react-dom": "^19.2.1",
27+
"@types/react-dom": "^19.2.2",
2828
"@vitejs/plugin-react": "^5.0.4",
2929
"typescript": "^5.9.3",
3030
"vite": "^7.1.9"

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@testing-library/react": "^16.3.0",
2424
"@types/node": "^24.7.2",
2525
"@types/react": "^19.2.2",
26-
"@types/react-dom": "^19.2.1",
26+
"@types/react-dom": "^19.2.2",
2727
"@vitejs/plugin-react": "^5.0.4",
2828
"@vitest/coverage-v8": "^3.2.4",
2929
"esbuild-plugin-react18": "^0.2.6",

0 commit comments

Comments
 (0)