Skip to content

Commit f1e6cda

Browse files
committed
Bump @types/react to 18.3.3
1 parent 2b9f608 commit f1e6cda

File tree

23 files changed

+347
-322
lines changed

23 files changed

+347
-322
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,21 @@
1212
"@pigment-css/react": "^0.0.16",
1313
"@mui/utils": "workspace:^",
1414
"@mui/base": "workspace:^",
15+
"@mui/icons-material": "workspace:^",
1516
"@mui/lab": "workspace:^",
1617
"@mui/material": "workspace:^",
17-
"@mui/system": "workspace:^",
1818
"@mui/material-nextjs": "workspace:^",
19-
"@mui/icons-material": "workspace:^",
20-
"@emotion/cache": "latest",
19+
"@mui/system": "workspace:^",
20+
"@pigment-css/react": "^0.0.13",
2121
"local-ui-lib": "workspace:^",
22+
"next": "latest",
2223
"react": "^18.3.1",
23-
"react-dom": "^18.3.1",
24-
"next": "latest"
24+
"react-dom": "^18.3.1"
2525
},
2626
"devDependencies": {
2727
"@pigment-css/nextjs-plugin": "^0.0.16",
2828
"@types/node": "^20.5.7",
29-
"@types/react": "^18.2.55",
29+
"@types/react": "^18.3.3",
3030
"@types/react-dom": "^18.3.0",
3131
"eslint": "^8.57.0",
3232
"typescript": "^5.4.5"

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@
1212
"@pigment-css/react": "^0.0.16",
1313
"@mui/utils": "workspace:^",
1414
"@mui/base": "workspace:^",
15+
"@mui/icons-material": "workspace:^",
1516
"@mui/lab": "workspace:^",
1617
"@mui/material": "workspace:^",
1718
"@mui/system": "workspace:^",
18-
"@mui/icons-material": "workspace:^",
19+
"@pigment-css/react": "^0.0.13",
1920
"clsx": "^2.1.1",
2021
"local-ui-lib": "workspace:^",
2122
"react": "^18.3.1",
@@ -28,7 +29,7 @@
2829
"@babel/preset-react": "^7.24.7",
2930
"@babel/preset-typescript": "^7.24.7",
3031
"@pigment-css/vite-plugin": "^0.0.16",
31-
"@types/react": "^18.2.55",
32+
"@types/react": "^18.3.3",
3233
"@types/react-dom": "^18.3.0",
3334
"@vitejs/plugin-react": "^4.3.1",
3435
"postcss": "^8.4.38",

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
"@types/json2mq": "^0.2.2",
124124
"@types/node": "^18.19.39",
125125
"@types/prop-types": "^15.7.12",
126-
"@types/react": "^18.2.55",
126+
"@types/react": "^18.3.3",
127127
"@types/react-dom": "^18.3.0",
128128
"@types/react-swipeable-views": "^0.13.5",
129129
"@types/react-transition-group": "^4.4.10",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
"@types/lodash": "^4.17.5",
124124
"@types/mocha": "^10.0.7",
125125
"@types/node": "^18.19.39",
126-
"@types/react": "^18.2.55",
126+
"@types/react": "^18.3.3",
127127
"@types/yargs": "^17.0.32",
128128
"@typescript-eslint/eslint-plugin": "^6.21.0",
129129
"@typescript-eslint/parser": "^6.21.0",
@@ -206,7 +206,7 @@
206206
"@definitelytyped/typescript-versions": "^0.1.3",
207207
"@definitelytyped/utils": "^0.1.7",
208208
"@types/node": "^18.19.39",
209-
"@types/react": "18.2.55",
209+
"@types/react": "18.3.3",
210210
"@types/react-dom": "18.3.0",
211211
"cross-fetch": "^4.0.0"
212212
},

packages-internal/scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@types/doctrine": "^0.0.9",
4444
"@types/lodash": "^4.17.5",
4545
"@types/node": "^18.19.39",
46-
"@types/react": "^18.2.55",
46+
"@types/react": "^18.3.3",
4747
"@types/uuid": "^9.0.8",
4848
"chai": "^4.4.1",
4949
"fast-glob": "^3.3.2",

packages-internal/test-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@types/chai-dom": "^1.11.3",
5757
"@types/format-util": "^1.0.4",
5858
"@types/prop-types": "^15.7.12",
59-
"@types/react": "^18.2.55",
59+
"@types/react": "^18.3.3",
6060
"@types/react-dom": "^18.3.0",
6161
"@types/sinon": "^17.0.3",
6262
"typescript": "^5.4.5"

packages/mui-base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@testing-library/user-event": "^14.5.2",
5757
"@types/chai": "^4.3.16",
5858
"@types/prop-types": "^15.7.12",
59-
"@types/react": "18.2.55",
59+
"@types/react": "18.3.3",
6060
"@types/react-dom": "18.3.0",
6161
"@types/sinon": "^17.0.3",
6262
"chai": "^4.4.1",

packages/mui-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@mui/material": "workspace:*",
4747
"@types/node": "^18.19.39",
4848
"@types/prop-types": "^15.7.12",
49-
"@types/react": "^18.2.55",
49+
"@types/react": "^18.3.3",
5050
"next": "^13.5.1",
5151
"react": "^18.3.1"
5252
},

packages/mui-envinfo/test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"react-dom": "^18.3.1"
1313
},
1414
"devDependencies": {
15-
"@types/react": "^18.2.55"
15+
"@types/react": "^18.3.3"
1616
}
1717
}

packages/mui-icons-material/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@mui/internal-waterfall": "workspace:^",
5353
"@mui/material": "workspace:^",
5454
"@types/chai": "^4.3.16",
55-
"@types/react": "^18.2.55",
55+
"@types/react": "^18.3.3",
5656
"chai": "^4.4.1",
5757
"chalk": "^5.3.0",
5858
"cross-fetch": "^4.0.0",

0 commit comments

Comments
 (0)