Skip to content

Commit f69790b

Browse files
committed
upgrade deps && docs [skip ci]
1 parent 3674ee8 commit f69790b

File tree

6 files changed

+67
-67
lines changed

6 files changed

+67
-67
lines changed

.lst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-09-17_16:23:36
1+
2025-09-18_01:20:19

examples/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@next/eslint-plugin-next": "^15.5.3",
2727
"@repo/eslint-config": "workspace:*",
2828
"@repo/typescript-config": "workspace:*",
29-
"@types/node": "^24.5.1",
29+
"@types/node": "^24.5.2",
3030
"@types/react": "^19.1.13",
3131
"@types/react-dom": "^19.1.9",
3232
"typescript": "^5.9.2"

lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"devDependencies": {
3535
"@repo/eslint-config": "workspace:*",
3636
"@repo/typescript-config": "workspace:*",
37-
"@types/node": "^24.5.1",
37+
"@types/node": "^24.5.2",
3838
"@vitest/coverage-v8": "^3.2.4",
3939
"compare-versions": "^6.1.1",
4040
"esbuild-plugin-rdi": "^0.0.0",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"devDependencies": {
2222
"@changesets/cli": "^2.29.7",
2323
"@repo/typescript-config": "workspace:*",
24-
"@types/node": "^24.5.1",
24+
"@types/node": "^24.5.2",
2525
"pre-commit": "^1.2.2",
2626
"prettier": "^3.6.2",
2727
"turbo": "^2.5.6",
@@ -42,4 +42,4 @@
4242
"next@>=15.0.0 <15.2.3": ">=15.2.3"
4343
}
4444
}
45-
}
45+
}

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@repo/scripts": "workspace:*",
2424
"@repo/typescript-config": "workspace:*",
2525
"@testing-library/react": "^16.3.0",
26-
"@types/node": "^24.5.1",
26+
"@types/node": "^24.5.2",
2727
"@types/react": "^19.1.13",
2828
"@types/react-dom": "^19.1.9",
2929
"@vitejs/plugin-react": "^5.0.3",

0 commit comments

Comments
 (0)