Skip to content

Commit

Permalink
Update devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinigami92 committed Feb 26, 2024
1 parent ac968ab commit 8d08131
Show file tree
Hide file tree
Showing 2 changed files with 364 additions and 323 deletions.
21 changes: 11 additions & 10 deletions package.json
Expand Up @@ -41,6 +41,7 @@
"email": "chrissi92@hotmail.de",
"url": "https://github.com/Shinigami92"
},
"homepage": "https://github.com/eslint-types/eslint-define-config",
"repository": {
"type": "git",
"url": "https://github.com/eslint-types/eslint-define-config.git"
Expand All @@ -64,15 +65,15 @@
],
"devDependencies": {
"@eslint-types/prettier": "~5.1.3",
"@eslint-types/typescript-eslint": "~6.19.1",
"@types/eslint": "~8.56.2",
"@eslint-types/typescript-eslint": "~6.21.0",
"@types/eslint": "~8.56.3",
"@types/json-schema": "~7.0.15",
"@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",
"@types/node": "20.11.20",
"@typescript-eslint/eslint-plugin": "~7.0.2",
"@typescript-eslint/parser": "~7.0.2",
"@vitest/coverage-v8": "~1.3.1",
"change-case": "~5.4.3",
"eslint": "~8.57.0",
"eslint-config-prettier": "~9.1.0",
"eslint-define-config": "link:./",
"eslint-gitignore": "~0.1.0",
Expand All @@ -87,9 +88,9 @@
"tsup": "~8.0.2",
"tsx": "~4.7.1",
"typescript": "~5.3.3",
"vitest": "~1.2.2"
"vitest": "~1.3.1"
},
"packageManager": "pnpm@8.15.1",
"packageManager": "pnpm@8.15.4",
"engines": {
"node": ">=18.0.0",
"npm": ">=9.0.0",
Expand Down

0 comments on commit 8d08131

Please sign in to comment.