Skip to content

Commit 236d7b1

Browse files
Bump @types/node to ^20.19.13
1 parent fed4a99 commit 236d7b1

File tree

11 files changed

+119
-119
lines changed

11 files changed

+119
-119
lines changed

apps/bare-next-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"devDependencies": {
2525
"@pigment-css/nextjs-plugin": "0.0.30",
26-
"@types/node": "^20.19.11",
26+
"@types/node": "^20.19.13",
2727
"@types/react": "^19.1.11",
2828
"@types/react-dom": "^19.1.7",
2929
"eslint": "^9.34.0",

apps/pigment-css-next-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"devDependencies": {
2424
"@pigment-css/nextjs-plugin": "0.0.30",
25-
"@types/node": "^20.19.11",
25+
"@types/node": "^20.19.13",
2626
"@types/react": "^19.1.11",
2727
"@types/react-dom": "^19.1.7",
2828
"eslint": "^9.34.0",

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
"@types/fg-loadcss": "^3.1.3",
120120
"@types/gtag.js": "^0.0.20",
121121
"@types/json2mq": "^0.2.2",
122-
"@types/node": "^20.19.11",
122+
"@types/node": "^20.19.13",
123123
"@types/nprogress": "^0.2.3",
124124
"@types/prop-types": "^15.7.15",
125125
"@types/react": "^19.1.11",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
"@types/fs-extra": "^11.0.4",
129129
"@types/lodash": "^4.17.20",
130130
"@types/mocha": "^10.0.10",
131-
"@types/node": "^20.19.11",
131+
"@types/node": "^20.19.13",
132132
"@types/react": "^19.1.11",
133133
"@types/yargs": "^17.0.33",
134134
"@vitejs/plugin-react": "^4.7.0",
@@ -204,7 +204,7 @@
204204
"@definitelytyped/header-parser": "^0.2.20",
205205
"@definitelytyped/typescript-versions": "^0.1.9",
206206
"@definitelytyped/utils": "^0.1.8",
207-
"@types/node": "^20.19.11",
207+
"@types/node": "^20.19.13",
208208
"cross-fetch": "^4.1.0",
209209
"@pigment-css/react": "0.0.30",
210210
"@pigment-css/unplugin": "0.0.30",

packages-internal/scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@types/chai": "^4.3.20",
4646
"@types/doctrine": "^0.0.9",
4747
"@types/lodash": "^4.17.20",
48-
"@types/node": "^20.19.11",
48+
"@types/node": "^20.19.13",
4949
"@types/react": "^19.1.11",
5050
"@types/uuid": "^10.0.0",
5151
"chai": "^4.5.0",

packages/api-docs-builder-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"devDependencies": {
1818
"@types/chai": "^4.3.20",
1919
"@types/mocha": "^10.0.10",
20-
"@types/node": "^20.19.11",
20+
"@types/node": "^20.19.13",
2121
"@types/sinon": "^17.0.4",
2222
"chai": "^4.5.0",
2323
"sinon": "^21.0.0",

packages/api-docs-builder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"@types/doctrine": "^0.0.9",
3232
"@types/mdast": "4.0.4",
3333
"@types/mocha": "^10.0.10",
34-
"@types/node": "^20.19.11",
34+
"@types/node": "^20.19.13",
3535
"@types/react-docgen": "workspace:*",
3636
"@types/sinon": "^17.0.4",
3737
"chai": "^4.5.0",

packages/mui-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@mui/icons-material": "workspace:*",
4040
"@mui/material": "workspace:*",
4141
"@types/gtag.js": "^0.0.20",
42-
"@types/node": "^20.19.11",
42+
"@types/node": "^20.19.13",
4343
"@types/prop-types": "^15.7.15",
4444
"@types/react": "^19.1.11",
4545
"next": "^15.5.0",

packages/mui-stylis-plugin-rtl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@mui/internal-test-utils": "workspace:^",
4141
"@types/chai": "^4.3.20",
4242
"@types/mocha": "^10.0.10",
43-
"@types/node": "^20.19.11",
43+
"@types/node": "^20.19.13",
4444
"@types/sinon": "^17.0.4",
4545
"@types/stylis": "4.2.7",
4646
"chai": "^4.5.0",

packages/mui-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@mui/types": "workspace:^",
4646
"@types/chai": "^4.3.20",
4747
"@types/mocha": "^10.0.10",
48-
"@types/node": "^20.19.11",
48+
"@types/node": "^20.19.13",
4949
"@types/react": "^19.1.11",
5050
"@types/react-dom": "^19.1.7",
5151
"@types/react-is": "^19.0.0",

0 commit comments

Comments
 (0)