Skip to content

Commit

Permalink
Bump @types/node to ^20.16.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 30, 2024
1 parent cf39e9f commit e932e6b
Show file tree
Hide file tree
Showing 10 changed files with 93 additions and 93 deletions.
2 changes: 1 addition & 1 deletion apps/pigment-css-next-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"devDependencies": {
"@pigment-css/nextjs-plugin": "0.0.23",
"@types/node": "^20.16.5",
"@types/node": "^20.16.10",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
"eslint": "^8.57.1",
Expand Down
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/gtag.js": "^0.0.20",
"@types/json2mq": "^0.2.2",
"@types/node": "^20.16.5",
"@types/node": "^20.16.10",
"@types/prop-types": "^15.7.13",
"@types/react": "^18.3.4",
"@types/react-dom": "^18.3.0",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.17.7",
"@types/mocha": "^10.0.8",
"@types/node": "^20.16.5",
"@types/node": "^20.16.10",
"@types/react": "^18.3.4",
"@types/yargs": "^17.0.33",
"@typescript-eslint/eslint-plugin": "^7.18.0",
Expand Down Expand Up @@ -214,7 +214,7 @@
"@definitelytyped/header-parser": "^0.2.12",
"@definitelytyped/typescript-versions": "^0.1.4",
"@definitelytyped/utils": "^0.1.7",
"@types/node": "^20.16.5",
"@types/node": "^20.16.10",
"@types/react": "^18.3.4",
"@types/react-dom": "18.3.0",
"cross-fetch": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages-internal/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@types/chai": "^4.3.19",
"@types/doctrine": "^0.0.9",
"@types/lodash": "^4.17.7",
"@types/node": "^20.16.5",
"@types/node": "^20.16.10",
"@types/react": "^18.3.4",
"@types/uuid": "^9.0.8",
"chai": "^4.5.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.19",
"@types/mocha": "^10.0.8",
"@types/node": "^20.16.5",
"@types/node": "^20.16.10",
"@types/sinon": "^17.0.3",
"chai": "^4.5.0",
"sinon": "^18.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 @@ -32,7 +32,7 @@
"@types/doctrine": "^0.0.9",
"@types/mdast": "4.0.4",
"@types/mocha": "^10.0.8",
"@types/node": "^20.16.5",
"@types/node": "^20.16.10",
"@types/react-docgen": "workspace:*",
"@types/sinon": "^17.0.3",
"chai": "^4.5.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@mui/icons-material": "workspace:*",
"@mui/material": "workspace:*",
"@types/gtag.js": "^0.0.20",
"@types/node": "^20.16.5",
"@types/node": "^20.16.10",
"@types/prop-types": "^15.7.13",
"@types/react": "^18.3.4",
"next": "^14.2.13",
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 @@ -51,7 +51,7 @@
"@mui/types": "workspace:^",
"@types/chai": "^4.3.19",
"@types/mocha": "^10.0.8",
"@types/node": "^20.16.5",
"@types/node": "^20.16.10",
"@types/react": "^18.3.4",
"@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
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
},
"devDependencies": {
"@types/mocha": "^10.0.8",
"@types/node": "^20.16.5"
"@types/node": "^20.16.10"
}
}
Loading

0 comments on commit e932e6b

Please sign in to comment.