Skip to content

Commit

Permalink
Bump @types/chai to ^4.3.11 (#39993)
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 Nov 26, 2023
1 parent 45c0eca commit e6382bc
Show file tree
Hide file tree
Showing 25 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"@mui-internal/docs-utilities": "^1.0.0",
"@mui-internal/test-utils": "^1.0.0",
"@types/autosuggest-highlight": "^3.2.3",
"@types/chai": "^4.3.10",
"@types/chai": "^4.3.11",
"@types/css-mediaquery": "^0.1.4",
"@types/json2mq": "^0.2.2",
"@types/markdown-to-jsx": "^7.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/api-docs-builder-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"lodash": "^4.17.21"
},
"devDependencies": {
"@types/chai": "^4.3.10",
"@types/chai": "^4.3.11",
"@types/mocha": "^10.0.4",
"@types/node": "^18.18.10",
"@types/sinon": "^10.0.20",
Expand Down
2 changes: 1 addition & 1 deletion packages/api-docs-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"devDependencies": {
"@types/babel__core": "^7.20.4",
"@types/babel__traverse": "^7.20.4",
"@types/chai": "^4.3.10",
"@types/chai": "^4.3.11",
"@types/doctrine": "^0.0.9",
"@types/mdast": "4.0.3",
"@types/mocha": "^10.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"prismjs": "^1.29.0"
},
"devDependencies": {
"@types/chai": "^4.3.10",
"@types/chai": "^4.3.11",
"chai": "^4.3.10"
}
}
2 changes: 1 addition & 1 deletion packages/mui-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@mui/material": "^5.14.18",
"@testing-library/react": "^14.1.2",
"@testing-library/user-event": "^14.5.1",
"@types/chai": "^4.3.10",
"@types/chai": "^4.3.11",
"@types/prop-types": "^15.7.10",
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-codemod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/chai": "^4.3.10",
"@types/chai": "^4.3.11",
"@types/jscodeshift": "0.11.5",
"chai": "^4.3.10"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-envinfo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"envinfo": "^7.11.0"
},
"devDependencies": {
"@types/chai": "^4.3.10",
"@types/chai": "^4.3.11",
"chai": "^4.3.10",
"fs-extra": "^11.1.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-icons-material/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
"devDependencies": {
"@mui/internal-waterfall": "^1.0.0",
"@types/chai": "^4.3.10",
"@types/chai": "^4.3.11",
"@types/react": "^18.2.37",
"chai": "^4.3.10",
"chalk": "^5.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-joy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"devDependencies": {
"@mui-internal/test-utils": "^1.0.0",
"@mui/material": "^5.14.18",
"@types/chai": "^4.3.10",
"@types/chai": "^4.3.11",
"@types/prop-types": "^15.7.10",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-lab/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
},
"devDependencies": {
"@mui-internal/test-utils": "^1.0.0",
"@types/chai": "^4.3.10",
"@types/chai": "^4.3.11",
"@types/prop-types": "^15.7.10",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-material-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"devDependencies": {
"@mui-internal/test-utils": "^1.0.0",
"@testing-library/user-event": "^14.5.1",
"@types/chai": "^4.3.10",
"@types/chai": "^4.3.11",
"@types/prop-types": "^15.7.10",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-material/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"@rollup/plugin-replace": "^5.0.5",
"@testing-library/dom": "^9.3.3",
"@testing-library/user-event": "^14.5.1",
"@types/chai": "^4.3.10",
"@types/chai": "^4.3.11",
"@types/prop-types": "^15.7.10",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-private-theming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@mui/material": "^5.14.18",
"@mui/styles": "^5.14.18",
"@mui/types": "^7.2.9",
"@types/chai": "^4.3.10",
"@types/chai": "^4.3.11",
"@types/react": "^18.2.37",
"chai": "^4.3.10",
"react": "^18.2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-styled-engine-sc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"devDependencies": {
"@mui-internal/test-utils": "^1.0.0",
"@types/chai": "^4.3.10",
"@types/chai": "^4.3.11",
"@types/hoist-non-react-statics": "^3.3.5",
"@types/react": "^18.2.37",
"chai": "^4.3.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-styled-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@mui-internal/test-utils": "^1.0.0",
"@types/chai": "^4.3.10",
"@types/chai": "^4.3.11",
"@types/react": "^18.2.37",
"chai": "^4.3.10",
"react": "^18.2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@mui-internal/test-utils": "^1.0.0",
"@mui/joy": "5.0.0-beta.15",
"@mui/material": "^5.14.18",
"@types/chai": "^4.3.10",
"@types/chai": "^4.3.11",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@types/sinon": "^10.0.20",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@mui/joy": "5.0.0-beta.15",
"@mui/material": "^5.14.18",
"@mui/material-next": "6.0.0-alpha.110",
"@types/chai": "^4.3.10",
"@types/chai": "^4.3.11",
"@types/prop-types": "^15.7.10",
"@types/react": "^18.2.37",
"@types/sinon": "^10.0.20",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"@mui-internal/test-utils": "^1.0.0",
"@mui/types": "^7.2.9",
"@types/babel-plugin-macros": "^3.1.3",
"@types/chai": "^4.3.10",
"@types/chai": "^4.3.11",
"@types/mocha": "^10.0.4",
"@types/node": "^18.18.10",
"@types/react": "^18.2.37",
Expand Down
2 changes: 1 addition & 1 deletion packages/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"sinon": "^15.2.0"
},
"devDependencies": {
"@types/chai": "^4.3.10",
"@types/chai": "^4.3.11",
"@types/chai-dom": "^1.11.3",
"@types/enzyme": "^3.10.16",
"@types/format-util": "^1.0.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/typescript-to-proptypes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"devDependencies": {
"@babel/register": "^7.22.15",
"@types/babel__core": "^7.20.4",
"@types/chai": "^4.3.10",
"@types/chai": "^4.3.11",
"@types/doctrine": "^0.0.9",
"@types/lodash": "^4.14.201",
"@types/node": "^18.18.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/zero-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"csstype": "^3.1.2"
},
"devDependencies": {
"@types/chai": "^4.3.10",
"@types/chai": "^4.3.11",
"@types/mocha": "^10.0.4",
"@types/node": "^18.18.10",
"@types/react": "^18.2.37",
Expand Down
2 changes: 1 addition & 1 deletion packages/zero-tag-processor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@types/babel__core": "^7.20.4",
"@types/babel__helper-module-imports": "^7.18.3",
"@types/babel__helper-plugin-utils": "^7.10.3",
"@types/chai": "^4.3.10",
"@types/chai": "^4.3.11",
"@types/lodash.get": "^4.4.9",
"@types/mocha": "^10.0.4",
"@types/node": "^18.18.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/zero-vite-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
"devDependencies": {
"@types/babel__core": "^7.20.4",
"@types/chai": "^4.3.10",
"@types/chai": "^4.3.11",
"chai": "^4.3.10",
"vite": "^4.4.11"
},
Expand Down
2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@mui/system": "^5.14.18",
"@playwright/test": "1.39.0",
"@testing-library/dom": "^9.3.3",
"@types/chai": "^4.3.10",
"@types/chai": "^4.3.11",
"@types/react": "^18.2.37",
"chai": "^4.3.10",
"docs": "^5.0.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3558,10 +3558,10 @@
dependencies:
"@types/chai" "*"

"@types/chai@*", "@types/chai@^4.3.10":
version "4.3.10"
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.10.tgz#2ad2959d1767edee5b0e4efb1a0cd2b500747317"
integrity sha512-of+ICnbqjmFCiixUnqRulbylyXQrPqIGf/B3Jax1wIF3DvSheysQxAWvqHhZiW3IQrycvokcLcFQlveGp+vyNg==
"@types/chai@*", "@types/chai@^4.3.11":
version "4.3.11"
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.11.tgz#e95050bf79a932cb7305dd130254ccdf9bde671c"
integrity sha512-qQR1dr2rGIHYlJulmr8Ioq3De0Le9E4MJ5AiaeAETJJpndT1uUNHsGFK3L/UIu+rbkQSdj8J/w2bCsBZc/Y5fQ==

"@types/cheerio@*":
version "0.22.31"
Expand Down

0 comments on commit e6382bc

Please sign in to comment.