Skip to content

Commit 66cd72a

Browse files
authored
Update deps (#115)
1 parent 4906848 commit 66cd72a

File tree

13 files changed

+1506
-1566
lines changed

13 files changed

+1506
-1566
lines changed

.dprint.jsonc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@
4343
"SECURITY.md"
4444
],
4545
"plugins": [
46-
"https://plugins.dprint.dev/typescript-0.95.13.wasm",
46+
"https://plugins.dprint.dev/typescript-0.95.15.wasm",
4747
"https://plugins.dprint.dev/json-0.21.1.wasm",
48-
"https://plugins.dprint.dev/markdown-0.20.0.wasm",
48+
"https://plugins.dprint.dev/markdown-0.21.1.wasm",
4949
"https://plugins.dprint.dev/g-plane/pretty_yaml-v0.6.0.wasm"
5050
]
5151
}

package.json

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,21 @@
55
"author": "Microsoft Corp.",
66
"license": "MIT",
77
"engines": {
8-
"node": ">= 20.19.0 || >=22.12.0"
8+
"node": "^20.19.0 || ^22.13.0 || >=24"
99
},
1010
"devDependencies": {
11-
"@eslint/js": "^9.39.2",
12-
"@types/node": "^22.19.7",
13-
"@typescript-eslint/eslint-plugin": "^8.54.0",
14-
"@typescript-eslint/parser": "^8.54.0",
15-
"dprint": "^0.51.1",
16-
"eslint": "^9.39.2",
11+
"@eslint/js": "^10.0.1",
12+
"@types/node": "^22.19.13",
13+
"dprint": "^0.52.0",
14+
"eslint": "^10.0.2",
1715
"eslint-plugin-simple-import-sort": "^12.1.1",
18-
"eslint-plugin-unicorn": "^62.0.0",
19-
"globals": "^17.2.0",
16+
"eslint-plugin-unicorn": "^63.0.0",
17+
"globals": "^17.4.0",
2018
"typescript": "^5.9.3",
21-
"typescript-eslint": "^8.54.0",
19+
"typescript-eslint": "^8.56.1",
2220
"vitest": "^4.0.18"
2321
},
24-
"packageManager": "pnpm@10.28.2+sha512.41872f037ad22f7348e3b1debbaf7e867cfd448f2726d9cf74c08f19507c31d2c8e7a11525b983febc2df640b5438dee6023ebb1f84ed43cc2d654d2bc326264",
22+
"packageManager": "pnpm@10.30.3+sha512.c961d1e0a2d8e354ecaa5166b822516668b7f44cb5bd95122d590dd81922f606f5473b6d23ec4a5be05e7fcd18e8488d47d978bbe981872f1145d06e9a740017",
2523
"scripts": {
2624
"build": "pnpm run --filter './scripts' --filter './ts-perf' build",
2725
"test": "vitest"
@@ -32,9 +30,10 @@
3230
],
3331
"overrides": {
3432
"@types/node": "$@types/node",
35-
"tar@<=7.5.2": ">=7.5.3",
3633
"tar@<=7.5.3": ">=7.5.4",
37-
"tar@<7.5.7": ">=7.5.7"
34+
"tar@<7.5.7": ">=7.5.7",
35+
"tar@<=7.5.2": ">=7.5.3",
36+
"tar@<7.5.8": ">=7.5.8"
3837
},
3938
"onlyBuiltDependencies": [
4039
"@esfx/equatable",

0 commit comments

Comments
 (0)