Skip to content

Commit

Permalink
chore(deps): make vitest a direct dep of eslint-config
Browse files Browse the repository at this point in the history
  • Loading branch information
rozsival committed Nov 1, 2023
1 parent e69aa8f commit 455cfcd
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 13 deletions.
5 changes: 5 additions & 0 deletions .changeset/neat-moose-impress.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@apitree.cz/eslint-config': patch
---

Move `vitest` to direct dependencies as `eslint-plugin-vitest` needs it.
8 changes: 4 additions & 4 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
},
"dependencies": {
"@next/eslint-plugin-next": "^14.0.0",
"@types/eslint": "^8.44.6",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"@typescript-eslint/parser": "^6.9.0",
"eslint-config-airbnb": "^19.0.4",
Expand All @@ -46,15 +47,14 @@
"eslint-plugin-testing-library": "^6.1.0",
"eslint-plugin-unicorn": "^48.0.1",
"eslint-plugin-unused-imports": "^3.0.0",
"eslint-plugin-vitest": "^0.3.8"
"eslint-plugin-vitest": "^0.3.8",
"vitest": "^0.34.6"
},
"devDependencies": {
"@types/eslint": "^8.44.6",
"eslint": "^8.52.0",
"prettier": "^3.0.3",
"react": "^18.2.0",
"typescript": "^5.2.2",
"vitest": "^0.34.6"
"typescript": "^5.2.2"
},
"peerDependencies": {
"eslint": "^8.52.0",
Expand Down
21 changes: 12 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 455cfcd

Please sign in to comment.