Skip to content

Commit f0982c7

Browse files
committed
upgrade deps && docs [skip ci]
1 parent 6495fb4 commit f0982c7

File tree

6 files changed

+154
-153
lines changed

6 files changed

+154
-153
lines changed

.lst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-10-20_16:25:43
1+
2025-10-21_01:37:03

examples/nextjs/package.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"node": ">=18"
3131
},
3232
"dependencies": {
33-
"@types/node": "^24.9.0"
33+
"@types/node": "^24.9.1"
3434
},
3535
"name": "treeshakable"
3636
}

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.9.0",
24+
"@types/node": "^24.9.1",
2525
"@types/react": "^19.2.2",
2626
"@types/react-dom": "^19.2.2",
2727
"@vitejs/plugin-react": "^5.0.4",

0 commit comments

Comments
 (0)