Skip to content

Commit 5503e5a

Browse files
committed
Bump: All deps
1 parent 2e889cc commit 5503e5a

22 files changed

+110
-103
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"devDependencies": {
7373
"@eslint/js": "^9.13.0",
7474
"@repo/tsconfig": "workspace:*",
75-
"@types/node": "^22.7.7",
75+
"@types/node": "^22.8.0",
7676
"@vitest/coverage-v8": "^2.1.3",
7777
"@vitest/ui": "^2.1.3",
7878
"eslint": "^9.13.0",
@@ -87,9 +87,9 @@
8787
"lint-staged": "^15.2.10",
8888
"prettier": "^3.3.3",
8989
"ts-node": "^10.9.2",
90-
"turbo": "^2.2.1",
90+
"turbo": "^2.2.3",
9191
"typescript": "^5.6.3",
92-
"typescript-eslint": "^8.10.0",
92+
"typescript-eslint": "^8.11.0",
9393
"vitest": "^2.1.3"
9494
},
9595
"packageManager": "[email protected]+sha512.837566d24eec14ec0f5f1411adb544e892b3454255e61fdef8fd05f3429480102806bac7446bc9daff3896b01ae4b62d00096c7e989f1596f2af10b927532f39",

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
"@inquirer/testing": "^2.1.35",
9090
"@repo/tsconfig": "workspace:*",
9191
"@types/mute-stream": "^0.0.4",
92-
"@types/node": "^22.7.7",
92+
"@types/node": "^22.8.0",
9393
"@types/wrap-ansi": "^3.0.0",
9494
"tshy": "^3.0.2"
9595
},

packages/demo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
},
7878
"devDependencies": {
7979
"@repo/tsconfig": "workspace:*",
80-
"@types/node": "^22.7.7",
80+
"@types/node": "^22.8.0",
8181
"tshy": "^3.0.2"
8282
},
8383
"engines": {

packages/testing/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"@arethetypeswrong/cli": "^0.16.4",
8787
"@repo/tsconfig": "workspace:*",
8888
"@types/mute-stream": "^0.0.4",
89-
"@types/node": "^22.7.7",
89+
"@types/node": "^22.8.0",
9090
"tshy": "^3.0.2"
9191
},
9292
"engines": {

0 commit comments

Comments
 (0)