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

Commit 8e25bf0

Browse files
committed
Update devDependencies
1 parent c538b39 commit 8e25bf0

File tree

2 files changed

+469
-252
lines changed

2 files changed

+469
-252
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -65,20 +65,20 @@
6565
],
6666
"devDependencies": {
6767
"@eslint-types/prettier": "~5.1.3",
68-
"@eslint-types/typescript-eslint": "~7.0.2",
69-
"@types/eslint": "~8.56.5",
68+
"@eslint-types/typescript-eslint": "~7.2.0",
69+
"@types/eslint": "~8.56.7",
7070
"@types/json-schema": "~7.0.15",
71-
"@types/node": "20.11.28",
72-
"@typescript-eslint/eslint-plugin": "~7.2.0",
73-
"@typescript-eslint/parser": "~7.2.0",
71+
"@types/node": "20.12.4",
72+
"@typescript-eslint/eslint-plugin": "~7.5.0",
73+
"@typescript-eslint/parser": "~7.5.0",
7474
"@vitest/coverage-v8": "~1.4.0",
75-
"change-case": "~5.4.3",
75+
"change-case": "~5.4.4",
7676
"eslint": "~8.57.0",
7777
"eslint-config-prettier": "~9.1.0",
7878
"eslint-define-config": "link:./",
7979
"eslint-gitignore": "~0.1.0",
8080
"eslint-plugin-prettier": "~5.1.3",
81-
"expect-type": "~0.18.0",
81+
"expect-type": "~0.19.0",
8282
"json-schema": "~0.4.0",
8383
"json-schema-to-typescript": "~13.1.2",
8484
"npm-run-all2": "~6.1.2",
@@ -87,10 +87,10 @@
8787
"rimraf": "~5.0.5",
8888
"tsup": "~8.0.2",
8989
"tsx": "~4.7.1",
90-
"typescript": "~5.4.2",
90+
"typescript": "~5.4.3",
9191
"vitest": "~1.4.0"
9292
},
93-
"packageManager": "[email protected].5",
93+
"packageManager": "[email protected].6",
9494
"engines": {
9595
"node": ">=18.0.0",
9696
"npm": ">=9.0.0",

0 commit comments

Comments
 (0)