Skip to content

Commit

Permalink
chore(deps): update vitest monorepo to v3 (#149)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 24, 2025
1 parent 17b9164 commit e17e35f
Show file tree
Hide file tree
Showing 3 changed files with 447 additions and 384 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@favware/cliff-jumper": "^6.0.0",
"@favware/npm-deprecate": "^2.0.0",
"@types/node": "^22.13.5",
"@vitest/coverage-v8": "^2.1.9",
"@vitest/coverage-v8": "^3.0.7",
"cz-conventional-changelog": "^3.3.0",
"esbuild-plugin-version-injector": "^1.2.1",
"eslint": "^9.21.0",
Expand All @@ -32,7 +32,7 @@
"prettier": "^3.5.2",
"tsup": "^8.3.6",
"turbo": "^2.4.2",
"vitest": "^2.1.9"
"vitest": "^3.0.7"
},
"commitlint": {
"extends": [
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@
"@favware/cliff-jumper": "^6.0.0",
"@favware/npm-deprecate": "^2.0.0",
"@types/node": "^22.13.5",
"@vitest/coverage-v8": "^2.1.9",
"@vitest/coverage-v8": "^3.0.7",
"esbuild-plugin-version-injector": "^1.2.1",
"eslint": "^9.21.0",
"eslint-config-mahir": "^1.0.7",
"husky": "^9.1.7",
"lint-staged": "^15.4.3",
"prettier": "^3.5.2",
"tsup": "^8.3.6",
"vitest": "^2.1.9"
"vitest": "^3.0.7"
},
"files": [
"dist/**/*.js*",
Expand Down
Loading

0 comments on commit e17e35f

Please sign in to comment.