Skip to content

Commit

Permalink
chore(deps): update vitest monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 27, 2024
1 parent fe5f58b commit 0a242cc
Show file tree
Hide file tree
Showing 7 changed files with 179 additions and 209 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitest/coverage-c8": "^0.31.4",
"@vitest/coverage-c8": "^0.33.0",
"conventional-changelog-cli": "^2.2.2",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
Expand All @@ -46,6 +46,6 @@
"lint-staged": "^13.3.0",
"prettier": "^2.8.8",
"typescript": "^4.9.5",
"vitest": "^0.31.4"
"vitest": "^0.34.6"
}
}
2 changes: 1 addition & 1 deletion packages/template-astro-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"prettier": "^2.8.8",
"prettier-plugin-astro": "^0.10.0",
"typescript": "^4.9.5",
"vitest": "^0.31.4"
"vitest": "^0.34.6"
},
"lint-staged": {
"**/*.{ts,astro}": [
Expand Down
2 changes: 1 addition & 1 deletion packages/template-react-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"prettier": "^2.8.8",
"typescript": "^4.9.5",
"vite": "^4.5.3",
"vitest": "^0.31.4"
"vitest": "^0.34.6"
},
"lint-staged": {
"**/*.{ts,tsx}": [
Expand Down
2 changes: 1 addition & 1 deletion packages/template-svelte-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"tslib": "^2.6.2",
"typescript": "^4.9.5",
"vite": "^4.5.3",
"vitest": "^0.31.4"
"vitest": "^0.34.6"
},
"lint-staged": {
"**/*.{ts,svelte}": [
Expand Down
2 changes: 1 addition & 1 deletion packages/template-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"rimraf": "^4.4.1",
"tsup": "^6.7.0",
"typescript": "^4.9.5",
"vitest": "^0.31.4"
"vitest": "^0.34.6"
},
"lint-staged": {
"**/*.ts": [
Expand Down
2 changes: 1 addition & 1 deletion packages/template-vue-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"prettier": "^2.8.8",
"typescript": "^4.9.5",
"vite": "^4.5.3",
"vitest": "^0.31.4",
"vitest": "^0.34.6",
"vue-eslint-parser": "^9.4.2",
"vue-tsc": "^1.8.27"
},
Expand Down
Loading

0 comments on commit 0a242cc

Please sign in to comment.