Skip to content

Commit d41b123

Browse files
committed
upgrade deps && docs [skip ci]
1 parent 64ec8fb commit d41b123

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:17:49
1+
2025-10-13_16:14:19

examples/nextjs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,19 +14,19 @@
1414
"dependencies": {
1515
"@repo/shared": "workspace:*",
1616
"esbuild-plugin-react18": "workspace:*",
17-
"next": "^15.5.4",
17+
"next": "^15.5.5",
1818
"nextjs-themes": "^4.0.6",
1919
"react": "^19.2.0",
2020
"react-dom": "^19.2.0",
2121
"react18-loaders": "^1.1.11"
2222
},
2323
"devDependencies": {
24-
"@next/eslint-plugin-next": "^15.5.4",
24+
"@next/eslint-plugin-next": "^15.5.5",
2525
"@repo/eslint-config": "workspace:*",
2626
"@repo/typescript-config": "workspace:*",
2727
"@types/node": "^24.7.2",
2828
"@types/react": "^19.2.2",
29-
"@types/react-dom": "^19.2.1",
29+
"@types/react-dom": "^19.2.2",
3030
"typescript": "^5.9.3"
3131
}
3232
}

examples/vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@repo/eslint-config": "workspace:*",
2323
"@repo/typescript-config": "workspace:*",
2424
"@types/react": "^19.2.2",
25-
"@types/react-dom": "^19.2.1",
25+
"@types/react-dom": "^19.2.2",
2626
"@vitejs/plugin-react": "^5.0.4",
2727
"typescript": "^5.9.3",
2828
"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": "workspace:*",

0 commit comments

Comments
 (0)