Skip to content

Commit

Permalink
chore(deps): update dependency vitest to v2 (#66)
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 Sep 2, 2024
1 parent 3ed30e0 commit bf4d721
Show file tree
Hide file tree
Showing 7 changed files with 151 additions and 360 deletions.
2 changes: 1 addition & 1 deletion packages/converter-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"prettier-plugin-tailwindcss": "^0.1.11",
"typescript": "4.9.3",
"unbuild": "^2.0.0",
"vitest": "1.4.0"
"vitest": "2.0.5"
}
}
2 changes: 1 addition & 1 deletion packages/insert-emits-option/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@types/node": "^18.11.9",
"typescript": "^4.9.3",
"unbuild": "^2.0.0",
"vitest": "1.5.3"
"vitest": "2.0.5"
},
"dependencies": {
"@vue/compiler-sfc": "^3.2.45",
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt-bridge-migration-tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@types/yargs": "^17.0.20",
"prettier": "^2.8.3",
"typescript": "^4.9.4",
"vitest": "1.5.3"
"vitest": "2.0.5"
},
"dependencies": {
"@vue/compiler-sfc": "^3.2.45",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-composition-converter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"prettier": "^2.6.2",
"prettier-plugin-tailwindcss": "^0.1.11",
"unbuild": "^2.0.0",
"vitest": "1.5.3"
"vitest": "2.0.5"
},
"dependencies": {
"@vue/compiler-sfc": "^3.2.45",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-mixins-converter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"prettier": "^2.6.2",
"prettier-plugin-tailwindcss": "^0.1.11",
"unbuild": "^2.0.0",
"vitest": "1.5.3"
"vitest": "2.0.5"
},
"dependencies": {
"@vue/compiler-sfc": "^3.4.26",
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-script-setup-converter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@types/prettier": "^2.7.1",
"prettier": "^2.7.1",
"unbuild": "^2.0.0",
"vitest": "1.5.3"
"vitest": "2.0.5"
},
"dependencies": {
"@vue/compiler-sfc": "^3.2.40",
Expand Down
Loading

0 comments on commit bf4d721

Please sign in to comment.