Skip to content

Commit

Permalink
Bump @types/node to ^18.19.33 (#42203)
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 May 12, 2024
1 parent 8aa15c8 commit d0a7e41
Show file tree
Hide file tree
Showing 10 changed files with 75 additions and 75 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Expand Up @@ -121,7 +121,7 @@
"@types/chai": "^4.3.16",
"@types/css-mediaquery": "^0.1.4",
"@types/json2mq": "^0.2.2",
"@types/node": "^18.19.31",
"@types/node": "^18.19.33",
"@types/prop-types": "^15.7.12",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.3.0",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -119,7 +119,7 @@
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.17.1",
"@types/mocha": "^10.0.6",
"@types/node": "^18.19.31",
"@types/node": "^18.19.33",
"@types/prettier": "^2.7.3",
"@types/react": "^18.2.55",
"@types/yargs": "^17.0.32",
Expand Down Expand Up @@ -208,7 +208,7 @@
"@definitelytyped/header-parser": "^0.2.9",
"@definitelytyped/typescript-versions": "^0.1.1",
"@definitelytyped/utils": "^0.1.6",
"@types/node": "^18.19.31",
"@types/node": "^18.19.33",
"@types/react": "18.2.55",
"@types/react-dom": "18.3.0",
"cross-fetch": "^4.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages-internal/scripts/package.json
Expand Up @@ -42,7 +42,7 @@
"@types/chai": "^4.3.16",
"@types/doctrine": "^0.0.9",
"@types/lodash": "^4.17.1",
"@types/node": "^18.19.31",
"@types/node": "^18.19.33",
"@types/prettier": "^2.7.3",
"@types/react": "^18.2.55",
"@types/uuid": "^9.0.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/api-docs-builder-core/package.json
Expand Up @@ -17,7 +17,7 @@
"devDependencies": {
"@types/chai": "^4.3.16",
"@types/mocha": "^10.0.6",
"@types/node": "^18.19.31",
"@types/node": "^18.19.33",
"@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
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.31",
"@types/node": "^18.19.33",
"@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
Expand Up @@ -32,7 +32,7 @@
"@types/babel-plugin-macros": "^3.1.3",
"@types/chai": "^4.3.16",
"@types/mocha": "^10.0.6",
"@types/node": "^18.19.31",
"@types/node": "^18.19.33",
"babel-plugin-tester": "^11.0.4",
"chai": "^4.4.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-docs/package.json
Expand Up @@ -44,7 +44,7 @@
"devDependencies": {
"@mui/icons-material": "workspace:*",
"@mui/material": "workspace:*",
"@types/node": "^18.19.31",
"@types/node": "^18.19.33",
"@types/prop-types": "^15.7.12",
"@types/react": "^18.2.55",
"next": "^13.5.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-utils/package.json
Expand Up @@ -49,7 +49,7 @@
"@mui/types": "workspace:^",
"@types/chai": "^4.3.16",
"@types/mocha": "^10.0.6",
"@types/node": "^18.19.31",
"@types/node": "^18.19.33",
"@types/react": "^18.2.55",
"@types/react-dom": "^18.3.0",
"@types/react-is": "^18.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/rsc-builder/package.json
Expand Up @@ -9,6 +9,6 @@
},
"devDependencies": {
"@types/mocha": "^10.0.6",
"@types/node": "^18.19.31"
"@types/node": "^18.19.33"
}
}

0 comments on commit d0a7e41

Please sign in to comment.