Skip to content

Commit 4c82d77

Browse files
authored
Update deps (#110)
1 parent 3600d87 commit 4c82d77

8 files changed

Lines changed: 985 additions & 1110 deletions

File tree

.dprint.jsonc

Lines changed: 4 additions & 4 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.93.3.wasm",
47-
"https://plugins.dprint.dev/json-0.19.4.wasm",
48-
"https://plugins.dprint.dev/markdown-0.17.8.wasm",
49-
"https://plugins.dprint.dev/g-plane/pretty_yaml-v0.5.0.wasm"
46+
"https://plugins.dprint.dev/typescript-0.95.12.wasm",
47+
"https://plugins.dprint.dev/json-0.21.0.wasm",
48+
"https://plugins.dprint.dev/markdown-0.20.0.wasm",
49+
"https://plugins.dprint.dev/g-plane/pretty_yaml-v0.5.1.wasm"
5050
]
5151
}

build/templates/setup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
parameters:
22
- name: NODE_VERSION
33
type: string
4-
default: '20.x'
4+
default: '22.x'
55

66
steps:
77
- task: NodeTool@0

package.json

Lines changed: 11 additions & 11 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.32.0",
12-
"@types/node": "^20.14.8",
13-
"@typescript-eslint/eslint-plugin": "^8.39.0",
14-
"@typescript-eslint/parser": "^8.39.0",
15-
"dprint": "^0.49.1",
16-
"eslint": "^9.32.0",
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",
1717
"eslint-plugin-simple-import-sort": "^12.1.1",
18-
"eslint-plugin-unicorn": "^60.0.0",
19-
"globals": "^16.3.0",
20-
"typescript": "^5.9.2",
21-
"typescript-eslint": "^8.39.0",
22-
"vitest": "^3.2.4"
18+
"eslint-plugin-unicorn": "^62.0.0",
19+
"globals": "^16.5.0",
20+
"typescript": "^5.9.3",
21+
"typescript-eslint": "^8.47.0",
22+
"vitest": "^4.0.10"
2323
},
2424
"packageManager": "pnpm@10.14.0+sha512.ad27a79641b49c3e481a16a805baa71817a04bbe06a38d17e60e2eaee83f6a146c6a688125f5792e48dd5ba30e7da52a5cda4c3992b9ccf333f9ce223af84748",
2525
"scripts": {

0 commit comments

Comments
 (0)