Skip to content

Commit

Permalink
Update devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 committed Feb 10, 2024
1 parent 4123184 commit ac968ab
Show file tree
Hide file tree
Showing 3 changed files with 305 additions and 442 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,12 @@
],
"devDependencies": {
"@eslint-types/prettier": "~5.1.3",
"@eslint-types/typescript-eslint": "~6.18.1",
"@eslint-types/typescript-eslint": "~6.19.1",
"@types/eslint": "~8.56.2",
"@types/json-schema": "~7.0.15",
"@types/node": "20.11.5",
"@typescript-eslint/eslint-plugin": "~6.19.1",
"@typescript-eslint/parser": "~6.19.1",
"@types/node": "20.11.17",
"@typescript-eslint/eslint-plugin": "~6.21.0",
"@typescript-eslint/parser": "~6.21.0",
"@vitest/coverage-v8": "~1.2.2",
"change-case": "~5.4.2",
"eslint": "~8.56.0",
Expand All @@ -80,16 +80,16 @@
"expect-type": "~0.17.3",
"json-schema": "~0.4.0",
"json-schema-to-typescript": "~13.1.2",
"npm-run-all2": "~6.1.1",
"prettier": "3.2.4",
"npm-run-all2": "~6.1.2",
"prettier": "3.2.5",
"prettier-plugin-organize-imports": "~3.2.4",
"rimraf": "~5.0.5",
"tsup": "~8.0.1",
"tsx": "~4.7.0",
"tsup": "~8.0.2",
"tsx": "~4.7.1",
"typescript": "~5.3.3",
"vitest": "~1.2.2"
},
"packageManager": "[email protected].0",
"packageManager": "[email protected].1",
"engines": {
"node": ">=18.0.0",
"npm": ">=9.0.0",
Expand Down
Loading

0 comments on commit ac968ab

Please sign in to comment.