Skip to content

Commit b7734eb

Browse files
committed
Update deps
1 parent 5da9a8c commit b7734eb

5 files changed

Lines changed: 1132 additions & 799 deletions

File tree

.dprint.jsonc

Lines changed: 3 additions & 3 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.12.wasm",
47-
"https://plugins.dprint.dev/json-0.21.0.wasm",
46+
"https://plugins.dprint.dev/typescript-0.95.13.wasm",
47+
"https://plugins.dprint.dev/json-0.21.1.wasm",
4848
"https://plugins.dprint.dev/markdown-0.20.0.wasm",
49-
"https://plugins.dprint.dev/g-plane/pretty_yaml-v0.5.1.wasm"
49+
"https://plugins.dprint.dev/g-plane/pretty_yaml-v0.6.0.wasm"
5050
]
5151
}

package.json

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,18 @@
88
"node": ">= 20.19.0 || >=22.12.0"
99
},
1010
"devDependencies": {
11-
"@eslint/js": "^9.39.1",
12-
"@types/node": "^22.19.1",
13-
"@typescript-eslint/eslint-plugin": "^8.47.0",
14-
"@typescript-eslint/parser": "^8.47.0",
15-
"dprint": "^0.50.2",
16-
"eslint": "^9.39.1",
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",
1717
"eslint-plugin-simple-import-sort": "^12.1.1",
1818
"eslint-plugin-unicorn": "^62.0.0",
19-
"globals": "^16.5.0",
19+
"globals": "^17.2.0",
2020
"typescript": "^5.9.3",
21-
"typescript-eslint": "^8.47.0",
22-
"vitest": "^4.0.10"
21+
"typescript-eslint": "^8.54.0",
22+
"vitest": "^4.0.18"
2323
},
2424
"packageManager": "pnpm@10.14.0+sha512.ad27a79641b49c3e481a16a805baa71817a04bbe06a38d17e60e2eaee83f6a146c6a688125f5792e48dd5ba30e7da52a5cda4c3992b9ccf333f9ce223af84748",
2525
"scripts": {
@@ -31,7 +31,10 @@
3131
"build"
3232
],
3333
"overrides": {
34-
"@types/node": "$@types/node"
34+
"@types/node": "$@types/node",
35+
"tar@<=7.5.2": ">=7.5.3",
36+
"tar@<=7.5.3": ">=7.5.4",
37+
"tar@<7.5.7": ">=7.5.7"
3538
},
3639
"onlyBuiltDependencies": [
3740
"@esfx/equatable",

0 commit comments

Comments
 (0)