Skip to content

Commit

Permalink
Bump @types/node to ^18.19.4 (#40376)
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 Jan 4, 2024
1 parent 3fc586d commit d0b44b0
Show file tree
Hide file tree
Showing 11 changed files with 107 additions and 107 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
"@types/css-mediaquery": "^0.1.4",
"@types/json2mq": "^0.2.2",
"@types/markdown-to-jsx": "^7.0.1",
"@types/node": "^18.19.3",
"@types/node": "^18.19.4",
"@types/prop-types": "^15.7.11",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.14.202",
"@types/mocha": "^10.0.6",
"@types/node": "^18.19.3",
"@types/node": "^18.19.4",
"@types/prettier": "^2.7.3",
"@types/react": "^18.2.46",
"@types/yargs": "^17.0.32",
Expand Down Expand Up @@ -203,7 +203,7 @@
"@definitelytyped/header-parser": "^0.1.1",
"@definitelytyped/typescript-versions": "^0.0.184",
"@definitelytyped/utils": "^0.0.191",
"@types/node": "^18.19.3",
"@types/node": "^18.19.4",
"@types/react": "^18.2.46",
"@types/react-dom": "18.2.7",
"cross-fetch": "^4.0.0"
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 @@ -17,7 +17,7 @@
"devDependencies": {
"@types/chai": "^4.3.11",
"@types/mocha": "^10.0.6",
"@types/node": "^18.19.3",
"@types/node": "^18.19.4",
"@types/sinon": "^10.0.20",
"chai": "^4.3.10",
"sinon": "^15.2.0",
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 @@ -32,7 +32,7 @@
"@types/doctrine": "^0.0.9",
"@types/mdast": "4.0.3",
"@types/mocha": "^10.0.6",
"@types/node": "^18.19.3",
"@types/node": "^18.19.4",
"@types/react-docgen": "workspace:*",
"@types/sinon": "^10.0.20",
"chai": "^4.3.10",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-babel-macros/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"@types/babel-plugin-macros": "^3.1.3",
"@types/chai": "^4.3.11",
"@types/mocha": "^10.0.6",
"@types/node": "^18.19.3",
"@types/node": "^18.19.4",
"babel-plugin-tester": "^11.0.4",
"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": "workspace:^",
"@types/chai": "^4.3.11",
"@types/mocha": "^10.0.6",
"@types/node": "^18.19.3",
"@types/node": "^18.19.4",
"@types/react": "^18.2.46",
"@types/react-dom": "^18.2.18",
"@types/react-is": "^18.2.4",
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 @@ -9,6 +9,6 @@
},
"devDependencies": {
"@types/mocha": "^10.0.6",
"@types/node": "^18.19.3"
"@types/node": "^18.19.4"
}
}
2 changes: 1 addition & 1 deletion packages/typescript-to-proptypes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@types/chai": "^4.3.11",
"@types/doctrine": "^0.0.9",
"@types/lodash": "^4.14.202",
"@types/node": "^18.19.3",
"@types/node": "^18.19.4",
"@types/prettier": "^2.7.3",
"@types/react": "^18.2.46",
"@types/uuid": "^9.0.7",
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 @@ -46,7 +46,7 @@
"@mui/zero-runtime": "workspace:*",
"@types/chai": "^4.3.11",
"@types/mocha": "^10.0.6",
"@types/node": "^18.19.3",
"@types/node": "^18.19.4",
"@types/react": "^18.2.46",
"chai": "^4.3.10",
"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 @@ -59,7 +59,7 @@
"@types/chai": "^4.3.11",
"@types/lodash.get": "^4.4.9",
"@types/mocha": "^10.0.6",
"@types/node": "^18.19.3",
"@types/node": "^18.19.4",
"@types/stylis": "^4.2.0"
},
"sideEffects": false,
Expand Down
Loading

0 comments on commit d0b44b0

Please sign in to comment.