Skip to content

Commit

Permalink
fix(deps): update vitest monorepo to v2.1.4 (#1594)
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 and Sebastien Vanvelthem committed Nov 25, 2024
1 parent 32ff17e commit b3c2f62
Show file tree
Hide file tree
Showing 10 changed files with 177 additions and 196 deletions.
10 changes: 5 additions & 5 deletions devtools/vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,24 +26,24 @@
"install-playwright": "playwright install chromium"
},
"peerDependencies": {
"vitest": "2.1.3"
"vitest": "2.1.4"
},
"dependencies": {
"@belgattitude/eslint-config-bases": "6.1.0",
"@cloudflare/vitest-pool-workers": "0.5.22",
"@codspeed/vitest-plugin": "3.1.1",
"@edge-runtime/vm": "4.0.3",
"@vitest/browser": "2.1.3",
"@vitest/coverage-istanbul": "2.1.3",
"@vitest/ui": "2.1.3",
"@vitest/browser": "2.1.4",
"@vitest/coverage-istanbul": "2.1.4",
"@vitest/ui": "2.1.4",
"esbuild": "0.24.0",
"playwright": "1.48.2",
"typescript": "5.6.3",
"vite": "5.4.8",
"vite-tsconfig-paths": "5.0.1"
},
"devDependencies": {
"vitest": "2.1.3"
"vitest": "2.1.4"
},
"engines": {
"node": ">=18"
Expand Down
6 changes: 3 additions & 3 deletions integrations/prisma-exception/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@
"@size-limit/webpack": "11.1.6",
"@size-limit/webpack-why": "11.1.6",
"@types/node": "22.8.2",
"@vitest/coverage-istanbul": "2.1.3",
"@vitest/ui": "2.1.3",
"@vitest/coverage-istanbul": "2.1.4",
"@vitest/ui": "2.1.4",
"browserslist": "4.24.2",
"browserslist-to-esbuild": "2.1.1",
"cross-env": "7.0.3",
Expand All @@ -92,7 +92,7 @@
"typescript": "5.6.3",
"vite": "5.4.8",
"vite-tsconfig-paths": "5.0.1",
"vitest": "2.1.3",
"vitest": "2.1.4",
"webpack": "5.95.0"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/assert/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"typedoc-plugin-markdown": "4.2.9",
"typescript": "5.6.3",
"valibot": "0.42.1",
"vitest": "2.1.3",
"vitest": "2.1.4",
"webpack": "5.95.0",
"zod": "3.23.8"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/dsn-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"typedoc": "0.26.10",
"typedoc-plugin-markdown": "4.2.9",
"typescript": "5.6.3",
"vitest": "2.1.3",
"vitest": "2.1.4",
"webpack": "5.95.0"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/exception/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
"typedoc": "0.26.10",
"typedoc-plugin-markdown": "4.2.9",
"typescript": "5.6.3",
"vitest": "2.1.3",
"vitest": "2.1.4",
"webpack": "5.95.0"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/json-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"typedoc": "0.26.10",
"typedoc-plugin-markdown": "4.2.9",
"typescript": "5.6.3",
"vitest": "2.1.3",
"vitest": "2.1.4",
"webpack": "5.95.0"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/memo-intl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"typedoc": "0.26.10",
"typedoc-plugin-markdown": "4.2.9",
"typescript": "5.6.3",
"vitest": "2.1.3",
"vitest": "2.1.4",
"webpack": "5.95.0"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/plain-object/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"typedoc": "0.26.10",
"typedoc-plugin-markdown": "4.2.9",
"typescript": "5.6.3",
"vitest": "2.1.3",
"vitest": "2.1.4",
"webpack": "5.95.0"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion packages/treeu/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"typedoc": "0.26.10",
"typedoc-plugin-markdown": "4.2.9",
"typescript": "5.6.3",
"vitest": "2.1.3",
"vitest": "2.1.4",
"webpack": "5.95.0"
},
"engines": {
Expand Down
Loading

0 comments on commit b3c2f62

Please sign in to comment.