1
0
mirror of https://github.com/robonen/tools.git synced 2026-03-20 02:44:45 +00:00

chore(packages/stdlib): bump vitest to 1.5.0

This commit is contained in:
2024-04-16 21:04:34 +07:00
parent 43796ecae2
commit 841d172598
2 changed files with 36 additions and 54 deletions

View File

@@ -45,10 +45,10 @@
},
"devDependencies": {
"@robonen/tsconfig": "workspace:*",
"@vitest/coverage-v8": "^1.4.0",
"@vitest/coverage-v8": "^1.5.0",
"pathe": "^1.1.2",
"vite": "^5.2.8",
"vite-plugin-dts": "^3.8.1",
"vitest": "^1.4.0"
"vitest": "^1.5.0"
}
}