Skip to content

Commit

Permalink
chore(deps): update vitest monorepo to ^0.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 10, 2023
1 parent 79172c0 commit b682350
Show file tree
Hide file tree
Showing 7 changed files with 55 additions and 55 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.59.9",
"@typescript-eslint/parser": "^5.59.9",
"@vitest/coverage-c8": "^0.31.4",
"@vitest/coverage-c8": "^0.32.0",
"conventional-changelog-cli": "^2.2.2",
"eslint": "^8.42.0",
"eslint-config-airbnb-base": "^15.0.0",
Expand All @@ -46,6 +46,6 @@
"lint-staged": "^13.2.2",
"prettier": "^2.8.8",
"typescript": "^4.9.5",
"vitest": "^0.31.4"
"vitest": "^0.32.0"
}
}
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.32.0"
},
"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.3.9",
"vitest": "^0.31.4"
"vitest": "^0.32.0"
},
"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.5.3",
"typescript": "^4.9.5",
"vite": "^4.3.9",
"vitest": "^0.31.4"
"vitest": "^0.32.0"
},
"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.32.0"
},
"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.3.9",
"vitest": "^0.31.4",
"vitest": "^0.32.0",
"vue-eslint-parser": "^9.3.0",
"vue-tsc": "^1.6.5"
},
Expand Down
96 changes: 48 additions & 48 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b682350

Please sign in to comment.