Skip to content

Commit

Permalink
Bump @types/chai to ^4.3.9 (#39550)
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] committed Oct 24, 2023
1 parent 3e08a6f commit 4f57fb0
Show file tree
Hide file tree
Showing 24 changed files with 27 additions and 27 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
"@mui-internal/docs-utilities": "^1.0.0",
"@mui-internal/test-utils": "^1.0.0",
"@types/autosuggest-highlight": "^3.2.2",
"@types/chai": "^4.3.8",
"@types/chai": "^4.3.9",
"@types/css-mediaquery": "^0.1.3",
"@types/json2mq": "^0.2.0",
"@types/markdown-to-jsx": "^7.0.1",
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 @@ -29,7 +29,7 @@
"devDependencies": {
"@types/babel__core": "^7.20.3",
"@types/babel__traverse": "^7.20.3",
"@types/chai": "^4.3.8",
"@types/chai": "^4.3.9",
"@types/doctrine": "^0.0.8",
"@types/mdast": "4.0.1",
"@types/mocha": "^10.0.2",
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.8",
"@types/chai": "^4.3.9",
"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.14",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
"@types/chai": "^4.3.8",
"@types/chai": "^4.3.9",
"@types/prop-types": "^15.7.8",
"@types/react": "18.2.29",
"@types/react-dom": "18.2.13",
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.8",
"@types/chai": "^4.3.9",
"@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.10.0"
},
"devDependencies": {
"@types/chai": "^4.3.8",
"@types/chai": "^4.3.9",
"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.8",
"@types/chai": "^4.3.9",
"@types/react": "^18.2.29",
"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.14",
"@types/chai": "^4.3.8",
"@types/chai": "^4.3.9",
"@types/prop-types": "^15.7.8",
"@types/react": "^18.2.29",
"@types/react-dom": "^18.2.13",
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 @@ -52,7 +52,7 @@
},
"devDependencies": {
"@mui-internal/test-utils": "^1.0.0",
"@types/chai": "^4.3.8",
"@types/chai": "^4.3.9",
"@types/prop-types": "^15.7.8",
"@types/react": "^18.2.29",
"@types/react-dom": "^18.2.13",
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.8",
"@types/chai": "^4.3.9",
"@types/prop-types": "^15.7.8",
"@types/react": "^18.2.29",
"@types/react-dom": "^18.2.13",
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.4",
"@testing-library/dom": "^9.3.3",
"@testing-library/user-event": "^14.5.1",
"@types/chai": "^4.3.8",
"@types/chai": "^4.3.9",
"@types/prop-types": "^15.7.8",
"@types/react": "^18.2.29",
"@types/react-dom": "^18.2.13",
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.14",
"@mui/styles": "^5.14.14",
"@mui/types": "^7.2.6",
"@types/chai": "^4.3.8",
"@types/chai": "^4.3.9",
"@types/react": "^18.2.29",
"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.8",
"@types/chai": "^4.3.9",
"@types/hoist-non-react-statics": "^3.3.2",
"@types/react": "^18.2.29",
"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.8",
"@types/chai": "^4.3.9",
"@types/react": "^18.2.29",
"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.11",
"@mui/material": "^5.14.14",
"@types/chai": "^4.3.8",
"@types/chai": "^4.3.9",
"@types/react": "^18.2.29",
"@types/react-dom": "^18.2.13",
"@types/sinon": "^10.0.19",
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.11",
"@mui/material": "^5.14.14",
"@mui/material-next": "6.0.0-alpha.106",
"@types/chai": "^4.3.8",
"@types/chai": "^4.3.9",
"@types/prop-types": "^15.7.8",
"@types/react": "^18.2.29",
"@types/sinon": "^10.0.19",
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.6",
"@types/babel-plugin-macros": "^3.1.2",
"@types/chai": "^4.3.8",
"@types/chai": "^4.3.9",
"@types/mocha": "^10.0.2",
"@types/node": "^18.18.5",
"@types/react": "^18.2.29",
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.8",
"@types/chai": "^4.3.9",
"@types/chai-dom": "^1.11.2",
"@types/enzyme": "^3.10.14",
"@types/format-util": "^1.0.2",
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.3",
"@types/chai": "^4.3.8",
"@types/chai": "^4.3.9",
"@types/doctrine": "^0.0.8",
"@types/lodash": "^4.14.199",
"@types/node": "^18.18.5",
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.8",
"@types/chai": "^4.3.9",
"@types/mocha": "^10.0.2",
"@types/node": "^18.18.5",
"@types/react": "^18.2.29",
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.3",
"@types/babel__helper-module-imports": "^7.18.2",
"@types/babel__helper-plugin-utils": "^7.10.2",
"@types/chai": "^4.3.8",
"@types/chai": "^4.3.9",
"@types/lodash.get": "^4.4.7",
"@types/mocha": "^10.0.2",
"@types/node": "^18.18.5",
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.3",
"@types/chai": "^4.3.8",
"@types/chai": "^4.3.9",
"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.14",
"@playwright/test": "1.37.1",
"@testing-library/dom": "^9.3.3",
"@types/chai": "^4.3.8",
"@types/chai": "^4.3.9",
"@types/react": "^18.2.29",
"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 @@ -3563,10 +3563,10 @@
dependencies:
"@types/chai" "*"

"@types/chai@*", "@types/chai@^4.3.8":
version "4.3.8"
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.8.tgz#aa200a264a3bc78ccfc1718eedbd3b9d5a591270"
integrity sha512-yW/qTM4mRBBcsA9Xw9FbcImYtFPY7sgr+G/O5RDYVmxiy9a+pE5FyoFUi8JYCZY5nicj8atrr1pcfPiYpeNGOA==
"@types/chai@*", "@types/chai@^4.3.9":
version "4.3.9"
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.9.tgz#144d762491967db8c6dea38e03d2206c2623feec"
integrity sha512-69TtiDzu0bcmKQv3yg1Zx409/Kd7r0b5F1PfpYJfSHzLGtB53547V4u+9iqKYsTu/O2ai6KTb0TInNpvuQ3qmg==

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

0 comments on commit 4f57fb0

Please sign in to comment.