Skip to content

Commit 3e92565

Browse files
committed
upgrade deps && docs [skip ci]
1 parent a079112 commit 3e92565

File tree

7 files changed

+124
-124
lines changed

7 files changed

+124
-124
lines changed

.lst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2025-09-15_16:23:26
1+
2025-09-16_01:20:25

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.4.0",
29+
"@types/node": "^24.5.0",
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.4.0",
37+
"@types/node": "^24.5.0",
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.4.0",
24+
"@types/node": "^24.5.0",
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/eslint-config/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"private": true,
66
"devDependencies": {
77
"@next/eslint-plugin-next": "^15.5.3",
8-
"@typescript-eslint/eslint-plugin": "^8.43.0",
9-
"@typescript-eslint/parser": "^8.43.0",
8+
"@typescript-eslint/eslint-plugin": "^8.44.0",
9+
"@typescript-eslint/parser": "^8.44.0",
1010
"eslint": "^9.35.0",
1111
"eslint-config-prettier": "^10.1.8",
1212
"eslint-plugin-only-warn": "^1.1.0",
@@ -15,6 +15,6 @@
1515
"eslint-plugin-turbo": "^2.5.6",
1616
"globals": "^16.4.0",
1717
"typescript": "^5.9.2",
18-
"typescript-eslint": "^8.43.0"
18+
"typescript-eslint": "^8.44.0"
1919
}
2020
}

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.4.0",
26+
"@types/node": "^24.5.0",
2727
"@types/react": "^19.1.13",
2828
"@types/react-dom": "^19.1.9",
2929
"@vitejs/plugin-react": "^5.0.2",

0 commit comments

Comments
 (0)