Skip to content

Commit a1dd136

Browse files
committed
upgrade deps && docs [skip ci]
1 parent 630de74 commit a1dd136

File tree

7 files changed

+110
-110
lines changed

7 files changed

+110
-110
lines changed

.lst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-10-16_08:16:59
1+
2025-10-16_16:15:20

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.5",
2525
"@repo/eslint-config": "workspace:*",
2626
"@repo/typescript-config": "workspace:*",
27-
"@types/node": "^24.7.2",
27+
"@types/node": "^24.8.0",
2828
"@types/react": "^19.2.2",
2929
"@types/react-dom": "^19.2.2",
3030
"typescript": "^5.9.3"

lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"devDependencies": {
2727
"@repo/eslint-config": "workspace:*",
2828
"@repo/typescript-config": "workspace:*",
29-
"@types/node": "^24.7.2",
29+
"@types/node": "^24.8.0",
3030
"@vitest/coverage-v8": "^3.2.4",
3131
"esbuild": "^0.25.11",
3232
"esbuild-plugin-react18-css": "^0.0.4",

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.7.2"
33+
"@types/node": "^24.8.0"
3434
},
3535
"name": "esbuild-plugin-react18"
3636
}

packages/config-eslint/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
"eslint-config-turbo": "^2.5.8",
99
"eslint-plugin-mdx": "^3.6.2",
1010
"eslint-plugin-only-warn": "^1.1.0",
11-
"eslint-plugin-storybook": "^9.1.10"
11+
"eslint-plugin-storybook": "^9.1.12"
1212
}
1313
}

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.7.2",
24+
"@types/node": "^24.8.0",
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)