Skip to content

Commit 7c24d99

Browse files
committed
upgrade deps && docs [skip ci]
1 parent d3bcddc commit 7c24d99

File tree

7 files changed

+93
-93
lines changed

7 files changed

+93
-93
lines changed

.lst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-08-04_08:35:35
1+
2025-08-04_16:34:14

examples/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@next/eslint-plugin-next": "^15.4.5",
2626
"@repo/eslint-config": "workspace:*",
2727
"@repo/typescript-config": "workspace:*",
28-
"@types/node": "^24.1.0",
28+
"@types/node": "^24.2.0",
2929
"@types/react": "^19.1.9",
3030
"@types/react-dom": "^19.1.7",
3131
"typescript": "^5.9.2"

lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"@repo/eslint-config": "workspace:*",
4545
"@repo/typescript-config": "workspace:*",
4646
"@testing-library/react": "^16.3.0",
47-
"@types/node": "^24.1.0",
47+
"@types/node": "^24.2.0",
4848
"@types/react": "^19.1.9",
4949
"@types/react-dom": "^19.1.7",
5050
"@vitejs/plugin-react": "^4.7.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"devDependencies": {
1717
"@changesets/cli": "^2.29.5",
1818
"@repo/typescript-config": "workspace:*",
19-
"@types/node": "^24.1.0",
19+
"@types/node": "^24.2.0",
2020
"enquirer": "^2.4.1",
2121
"plop": "^4.0.1",
2222
"prettier": "^3.6.2",

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.5",
99
"eslint-plugin-mdx": "^3.6.2",
1010
"eslint-plugin-only-warn": "^1.1.0",
11-
"eslint-plugin-storybook": "^9.1.0"
11+
"eslint-plugin-storybook": "^9.1.1"
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.1.0",
24+
"@types/node": "^24.2.0",
2525
"@types/react": "^19.1.9",
2626
"@types/react-dom": "^19.1.7",
2727
"@vitejs/plugin-react": "^4.7.0",

0 commit comments

Comments
 (0)