Skip to content

Commit

Permalink
Bump vitest to 2.0.4 (#3857)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: MUI bot <[email protected]>
  • Loading branch information
renovate[bot] and Janpot authored Jul 30, 2024
1 parent bdfd9fd commit 0398ffd
Show file tree
Hide file tree
Showing 4 changed files with 128 additions and 112 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@types/yargs": "17.0.32",
"@typescript-eslint/eslint-plugin": "7.14.1",
"@typescript-eslint/parser": "7.14.1",
"@vitest/coverage-v8": "beta",
"@vitest/coverage-v8": "2.0.4",
"babel-plugin-react-remove-properties": "0.3.0",
"babel-plugin-transform-react-remove-prop-types": "0.4.24",
"chalk": "5.3.0",
Expand Down Expand Up @@ -113,7 +113,7 @@
},
"dependencies": {
"@types/lodash": "4.17.7",
"@vitest/browser": "beta",
"@vitest/browser": "2.0.4",
"archiver": "7.0.1",
"cross-env": "7.0.3",
"dotenv-cli": "7.4.2",
Expand All @@ -124,7 +124,7 @@
"semver": "7.6.3",
"tsup": "8.1.0",
"tsx": "4.16.2",
"vitest": "beta",
"vitest": "2.0.4",
"yargs": "17.7.2",
"zod": "3.23.8",
"zod-to-json-schema": "3.23.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/toolpad-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/sinon": "^17.0.3",
"@vitest/browser": "beta",
"@vitest/browser": "2.0.4",
"next": "^14.2.5",
"next-router-mock": "^0.9.13",
"playwright": "^1.45.3",
"sinon": "^18.0.0",
"vitest": "beta"
"vitest": "2.0.4"
},
"peerDependencies": {
"@mui/icons-material": "6.0.0-beta.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/toolpad-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"prettier": "3.3.3",
"react-is": "18.3.1",
"title": "3.5.3",
"vitest": "2.0.0-beta.13",
"vitest": "2.0.4",
"yaml": "2.4.5",
"yaml-diff-patch": "2.0.0"
},
Expand Down
Loading

0 comments on commit 0398ffd

Please sign in to comment.