Skip to content

Commit

Permalink
Bump @types/node to ^18.19.10 (#40806)
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 Jan 28, 2024
1 parent 0ebf32f commit bcef13e
Show file tree
Hide file tree
Showing 10 changed files with 74 additions and 74 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
"@types/css-mediaquery": "^0.1.4",
"@types/json2mq": "^0.2.2",
"@types/markdown-to-jsx": "^7.0.1",
"@types/node": "^18.19.8",
"@types/node": "^18.19.10",
"@types/prop-types": "^15.7.11",
"@types/react": "^18.2.48",
"@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 @@ -115,7 +115,7 @@
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.14.202",
"@types/mocha": "^10.0.6",
"@types/node": "^18.19.8",
"@types/node": "^18.19.10",
"@types/prettier": "^2.7.3",
"@types/react": "^18.2.48",
"@types/yargs": "^17.0.32",
Expand Down Expand Up @@ -206,7 +206,7 @@
"@definitelytyped/header-parser": "^0.2.1",
"@definitelytyped/typescript-versions": "^0.1.0",
"@definitelytyped/utils": "^0.1.1",
"@types/node": "^18.19.8",
"@types/node": "^18.19.10",
"@types/react": "^18.2.48",
"@types/react-dom": "18.2.18",
"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.8",
"@types/node": "^18.19.10",
"@types/sinon": "^10.0.20",
"chai": "^4.4.1",
"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.8",
"@types/node": "^18.19.10",
"@types/react-docgen": "workspace:*",
"@types/sinon": "^10.0.20",
"chai": "^4.4.1",
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.8",
"@types/node": "^18.19.10",
"babel-plugin-tester": "^11.0.4",
"chai": "^4.4.1"
},
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.8",
"@types/node": "^18.19.10",
"@types/react": "^18.2.48",
"@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.8"
"@types/node": "^18.19.10"
}
}
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.8",
"@types/node": "^18.19.10",
"@types/prettier": "^2.7.3",
"@types/react": "^18.2.48",
"@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 @@ -39,7 +39,7 @@
"@types/lodash.get": "^4.4.9",
"@types/lodash.merge": "^4.6.9",
"@types/lodash.set": "^4.3.9",
"@types/node": "^18.19.8",
"@types/node": "^18.19.10",
"@types/react": "^18.2.48",
"@types/stylis": "^4.2.0",
"react": "^18.2.0"
Expand Down
Loading

0 comments on commit bcef13e

Please sign in to comment.