Skip to content

Commit

Permalink
Bump @types/mocha to ^10.0.4 (#39855)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 13, 2023
1 parent 47e00c2 commit e205216
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
"@types/enzyme": "^3.10.15",
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.14.200",
"@types/mocha": "^10.0.3",
"@types/mocha": "^10.0.4",
"@types/node": "^18.18.9",
"@types/prettier": "^2.7.3",
"@types/react": "^18.2.37",
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 @@ -16,7 +16,7 @@
},
"devDependencies": {
"@types/chai": "^4.3.9",
"@types/mocha": "^10.0.3",
"@types/mocha": "^10.0.4",
"@types/node": "^18.18.9",
"@types/sinon": "^10.0.20",
"chai": "^4.3.10",
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 @@ -31,7 +31,7 @@
"@types/chai": "^4.3.9",
"@types/doctrine": "^0.0.8",
"@types/mdast": "4.0.3",
"@types/mocha": "^10.0.3",
"@types/mocha": "^10.0.4",
"@types/node": "^18.18.9",
"@types/sinon": "^10.0.20",
"chai": "^4.3.10",
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 @@ -50,7 +50,7 @@
"@mui/types": "^7.2.8",
"@types/babel-plugin-macros": "^3.1.2",
"@types/chai": "^4.3.9",
"@types/mocha": "^10.0.3",
"@types/mocha": "^10.0.4",
"@types/node": "^18.18.9",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
Expand Down
2 changes: 1 addition & 1 deletion packages/rsc-builder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"yargs": "^17.7.2"
},
"devDependencies": {
"@types/mocha": "^10.0.3",
"@types/mocha": "^10.0.4",
"@types/node": "^18.18.9"
}
}
2 changes: 1 addition & 1 deletion packages/zero-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"devDependencies": {
"@types/chai": "^4.3.9",
"@types/mocha": "^10.0.3",
"@types/mocha": "^10.0.4",
"@types/node": "^18.18.9",
"@types/react": "^18.2.37",
"react": "^18.2.0"
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 @@ -58,7 +58,7 @@
"@types/babel__helper-plugin-utils": "^7.10.2",
"@types/chai": "^4.3.9",
"@types/lodash.get": "^4.4.9",
"@types/mocha": "^10.0.3",
"@types/mocha": "^10.0.4",
"@types/node": "^18.18.9",
"@types/stylis": "^4.2.0"
},
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3860,10 +3860,10 @@
resolved "https://registry.yarnpkg.com/@types/minimist/-/minimist-1.2.2.tgz#ee771e2ba4b3dc5b372935d549fd9617bf345b8c"
integrity sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==

"@types/mocha@^10.0.3":
version "10.0.3"
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.3.tgz#4804fe9cd39da26eb62fa65c15ea77615a187812"
integrity sha512-RsOPImTriV/OE4A9qKjMtk2MnXiuLLbcO3nCXK+kvq4nr0iMfFgpjaX3MPLb6f7+EL1FGSelYvuJMV6REH+ZPQ==
"@types/mocha@^10.0.4":
version "10.0.4"
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.4.tgz#b5331955ebca216604691fd4fcd2dbdc2bd559a4"
integrity sha512-xKU7bUjiFTIttpWaIZ9qvgg+22O1nmbA+HRxdlR+u6TWsGfmFdXrheJoK4fFxrHNVIOBDvDNKZG+LYBpMHpX3w==

"@types/node@*", "@types/node@>=10.0.0", "@types/node@>=12", "@types/node@>=12.0.0", "@types/node@>=18.0.0", "@types/node@^14.0.1", "@types/node@^14.14.35", "@types/node@^18.18.9":
version "18.18.9"
Expand Down

0 comments on commit e205216

Please sign in to comment.