Skip to content

Commit

Permalink
chore(deps): update vitest monorepo to v1.2.2 (#2098)
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 Jan 29, 2024
1 parent 6781cb5 commit 9a92d5e
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 56 deletions.
4 changes: 2 additions & 2 deletions packages/frameworks/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"@typescript-eslint/eslint-plugin": "6.19.1",
"@typescript-eslint/parser": "6.19.1",
"@vitejs/plugin-react": "4.2.1",
"@vitest/coverage-v8": "1.2.1",
"@vitest/coverage-v8": "1.2.2",
"eslint": "8.56.0",
"eslint-plugin-jest-dom": "5.1.0",
"eslint-plugin-react": "7.33.2",
Expand All @@ -101,7 +101,7 @@
"typescript": "5.3.3",
"vite": "5.0.12",
"vite-plugin-dts": "3.7.2",
"vitest": "1.2.1"
"vitest": "1.2.2"
},
"peerDependencies": {
"react": ">=18.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/frameworks/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"@types/testing-library__jest-dom": "5.14.9",
"@typescript-eslint/eslint-plugin": "6.19.1",
"@typescript-eslint/parser": "6.19.1",
"@vitest/coverage-v8": "1.2.1",
"@vitest/coverage-v8": "1.2.2",
"eslint": "8.56.0",
"eslint-plugin-jest-dom": "5.1.0",
"eslint-plugin-testing-library": "6.2.0",
Expand All @@ -116,7 +116,7 @@
"typescript": "5.3.3",
"vite": "5.0.12",
"vite-plugin-solid": "2.8.3",
"vitest": "1.2.1"
"vitest": "1.2.2"
},
"peerDependencies": {
"solid-js": ">=1.6.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/frameworks/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"@types/testing-library__jest-dom": "5.14.9",
"@vitejs/plugin-vue": "5.0.3",
"@vitejs/plugin-vue-jsx": "3.1.0",
"@vitest/coverage-v8": "1.2.1",
"@vitest/coverage-v8": "1.2.2",
"@vue/compiler-sfc": "3.4.15",
"@vue/eslint-config-prettier": "9.0.0",
"@vue/eslint-config-typescript": "12.0.0",
Expand All @@ -89,7 +89,7 @@
"typescript": "5.3.3",
"vite": "5.0.12",
"vite-plugin-dts": "3.7.2",
"vitest": "1.2.1",
"vitest": "1.2.2",
"vue": "3.4.15"
},
"peerDependencies": {
Expand Down
97 changes: 47 additions & 50 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 9a92d5e

Please sign in to comment.