Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
chore(deps): update vitest monorepo to v0.32.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 15, 2023
1 parent df80c53 commit db71352
Show file tree
Hide file tree
Showing 5 changed files with 53 additions and 90 deletions.
4 changes: 2 additions & 2 deletions packages/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@
"@testing-library/preact": "3.2.3",
"@types/testing-library__jest-dom": "5.14.6",
"@preact/preset-vite": "2.5.0",
"@vitest/coverage-c8": "0.31.4",
"@vitest/coverage-c8": "0.32.0",
"csstype": "3.1.2",
"clean-package": "2.2.0",
"jsdom": "22.1.0",
"preact": "10.15.1",
"typescript": "5.1.3",
"vite": "4.3.9",
"vitest": "0.31.4"
"vitest": "0.32.0"
},
"peerDependencies": {
"preact": ">=10"
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@
"@types/react-dom": "18.2.5",
"@types/testing-library__jest-dom": "5.14.6",
"@vitejs/plugin-react": "4.0.0",
"@vitest/coverage-c8": "0.31.4",
"@vitest/coverage-c8": "0.32.0",
"clean-package": "2.2.0",
"csstype": "3.1.2",
"jsdom": "22.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.1.3",
"vite": "4.3.9",
"vitest": "0.31.4"
"vitest": "0.32.0"
},
"peerDependencies": {
"react": ">=16.8 || >=17 || >18"
Expand Down
4 changes: 2 additions & 2 deletions packages/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@testing-library/jest-dom": "5.16.5",
"@types/jsdom": "21.1.1",
"@types/testing-library__jest-dom": "5.14.6",
"@vitest/coverage-c8": "0.31.4",
"@vitest/coverage-c8": "0.32.0",
"clean-package": "2.2.0",
"esbuild": "0.18.3",
"esbuild-plugin-solid": "0.5.0",
Expand All @@ -58,7 +58,7 @@
"typescript": "5.1.3",
"vite": "4.3.9",
"vite-plugin-solid": "2.7.0",
"vitest": "0.31.4"
"vitest": "0.32.0"
},
"peerDependencies": {
"solid-js": ">=1.6.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@
"@types/testing-library__jest-dom": "5.14.6",
"@vitejs/plugin-vue": "4.2.3",
"@vitejs/plugin-vue-jsx": "3.0.1",
"@vitest/coverage-c8": "0.31.4",
"@vitest/coverage-c8": "0.32.0",
"clean-package": "2.2.0",
"jsdom": "22.1.0",
"tsup": "6.7.0",
"typescript": "5.1.3",
"vite": "4.3.9",
"vitest": "0.31.4",
"vitest": "0.32.0",
"vue": "3.2.47"
},
"peerDependencies": {
Expand Down
127 changes: 45 additions & 82 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 db71352

Please sign in to comment.