Skip to content

Commit

Permalink
Bump Vitest to 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 21, 2024
1 parent b78e92a commit 1f48f42
Show file tree
Hide file tree
Showing 4 changed files with 83 additions and 83 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"@types/yargs": "17.0.33",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"@vitest/coverage-v8": "2.1.2",
"@vitest/coverage-v8": "2.1.3",
"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 @@ -114,7 +114,7 @@
},
"dependencies": {
"@types/lodash": "4.17.12",
"@vitest/browser": "2.1.2",
"@vitest/browser": "2.1.3",
"archiver": "7.0.1",
"cross-env": "7.0.3",
"dotenv-cli": "7.4.2",
Expand All @@ -125,7 +125,7 @@
"semver": "7.6.3",
"tsup": "8.3.0",
"tsx": "4.19.1",
"vitest": "2.1.2",
"vitest": "2.1.3",
"yargs": "17.7.2",
"zod": "3.23.8",
"zod-to-json-schema": "3.23.3"
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 @@ -72,13 +72,13 @@
"@types/react": "18.3.11",
"@types/react-dom": "18.3.1",
"@types/sinon": "^17.0.3",
"@vitest/browser": "2.1.2",
"@vitest/browser": "2.1.3",
"next": "^14.2.15",
"next-router-mock": "^0.9.13",
"playwright": "^1.47.2",
"react-router-dom": "6.26.2",
"sinon": "^19.0.2",
"vitest": "2.1.2"
"vitest": "2.1.3"
},
"peerDependencies": {
"@mui/icons-material": "5 - 6",
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 @@ -71,6 +71,6 @@
"@types/react": "18.3.11",
"@types/react-is": "18.3.0",
"@types/title": "3.4.3",
"vitest": "2.1.2"
"vitest": "2.1.3"
}
}
Loading

0 comments on commit 1f48f42

Please sign in to comment.