Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Commit ac968ab

Browse files
committed
Update devDependencies
1 parent 4123184 commit ac968ab

File tree

3 files changed

+305
-442
lines changed

3 files changed

+305
-442
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,12 @@
6464
],
6565
"devDependencies": {
6666
"@eslint-types/prettier": "~5.1.3",
67-
"@eslint-types/typescript-eslint": "~6.18.1",
67+
"@eslint-types/typescript-eslint": "~6.19.1",
6868
"@types/eslint": "~8.56.2",
6969
"@types/json-schema": "~7.0.15",
70-
"@types/node": "20.11.5",
71-
"@typescript-eslint/eslint-plugin": "~6.19.1",
72-
"@typescript-eslint/parser": "~6.19.1",
70+
"@types/node": "20.11.17",
71+
"@typescript-eslint/eslint-plugin": "~6.21.0",
72+
"@typescript-eslint/parser": "~6.21.0",
7373
"@vitest/coverage-v8": "~1.2.2",
7474
"change-case": "~5.4.2",
7575
"eslint": "~8.56.0",
@@ -80,16 +80,16 @@
8080
"expect-type": "~0.17.3",
8181
"json-schema": "~0.4.0",
8282
"json-schema-to-typescript": "~13.1.2",
83-
"npm-run-all2": "~6.1.1",
84-
"prettier": "3.2.4",
83+
"npm-run-all2": "~6.1.2",
84+
"prettier": "3.2.5",
8585
"prettier-plugin-organize-imports": "~3.2.4",
8686
"rimraf": "~5.0.5",
87-
"tsup": "~8.0.1",
88-
"tsx": "~4.7.0",
87+
"tsup": "~8.0.2",
88+
"tsx": "~4.7.1",
8989
"typescript": "~5.3.3",
9090
"vitest": "~1.2.2"
9191
},
92-
"packageManager": "[email protected].0",
92+
"packageManager": "[email protected].1",
9393
"engines": {
9494
"node": ">=18.0.0",
9595
"npm": ">=9.0.0",

0 commit comments

Comments
 (0)