Skip to content

Commit

Permalink
chore: 🤖 upgrade vitest
Browse files Browse the repository at this point in the history
  • Loading branch information
lrodrigues-newstore committed Feb 8, 2025
1 parent fbc4559 commit fb8846c
Show file tree
Hide file tree
Showing 2 changed files with 177 additions and 304 deletions.
12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,12 @@
"test:coverage": "vitest run --coverage"
},
"lint-staged": {
"**/*.{css,md}": ["prettier --write"],
"**/*.{js,json,ts,tsx}": ["biome check --apply ."]
"**/*.{css,md}": [
"prettier --write"
],
"**/*.{js,json,ts,tsx}": [
"biome check --apply ."
]
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
Expand All @@ -36,7 +40,7 @@
"@types/node": "^22.1.0",
"@types/ramda": "^0.30.1",
"@types/react": "^18.3.3",
"@vitest/coverage-v8": "^1.6.0",
"@vitest/coverage-v8": "^3.0.5",
"@vitest/ui": "^3.0.5",
"concurrently": "^9.0.1",
"fast-check": "^3.19.0",
Expand All @@ -57,7 +61,7 @@
"typedoc": "^0.27.5",
"typescript": "^5.5.3",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^1.6.0",
"vitest": "^3.0.5",
"xxhash-addon": "^1.5.0"
},
"dependencies": {
Expand Down
Loading

0 comments on commit fb8846c

Please sign in to comment.