Skip to content

Commit b671a94

Browse files
committed
chore: upgrade dev deps
1 parent 57ad24d commit b671a94

File tree

3 files changed

+2065
-1463
lines changed

3 files changed

+2065
-1463
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"typescript.tsdk": "node_modules/typescript/lib"
2+
"typescript.tsdk": "node_modules/typescript/lib",
33
}

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,19 +53,19 @@
5353
"resolve-pkg-maps": "^1.0.0"
5454
},
5555
"devDependencies": {
56-
"@types/node": "^20.12.10",
56+
"@types/node": "^22.10.7",
5757
"@yarnpkg/pnp": "3.3.1",
5858
"clean-pkg-json": "^1.2.0",
59-
"execa": "^8.0.1",
60-
"fs-fixture": "^2.4.0",
59+
"execa": "^9.5.2",
60+
"fs-fixture": "^2.6.0",
6161
"is-fs-case-sensitive": "^1.0.0",
6262
"jsonc-parser": "^3.2.1",
63-
"lintroll": "^1.9.0",
63+
"lintroll": "^1.14.0",
6464
"manten": "^1.3.0",
65-
"pkgroll": "^2.4.2",
65+
"pkgroll": "^2.6.1",
6666
"slash": "^5.1.0",
67-
"tsx": "^4.19.0",
68-
"type-fest": "^4.20.1",
69-
"typescript": "~5.5.4"
67+
"tsx": "^4.19.2",
68+
"type-fest": "^4.32.0",
69+
"typescript": "~5.7.3"
7070
}
7171
}

0 commit comments

Comments
 (0)