Skip to content

Commit b4b901c

Browse files
committed
Bump @types/react to 18.3.3
1 parent 98ae0a4 commit b4b901c

File tree

23 files changed

+315
-321
lines changed

23 files changed

+315
-321
lines changed

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

+8-8
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,24 @@
99
"clean": "rimraf .next"
1010
},
1111
"dependencies": {
12-
"@pigment-css/react": "^0.0.13",
13-
"@mui/utils": "workspace:^",
12+
"@emotion/cache": "latest",
1413
"@mui/base": "workspace:^",
14+
"@mui/icons-material": "workspace:^",
1515
"@mui/lab": "workspace:^",
1616
"@mui/material": "workspace:^",
17-
"@mui/system": "workspace:^",
1817
"@mui/material-nextjs": "workspace:^",
19-
"@mui/icons-material": "workspace:^",
20-
"@emotion/cache": "latest",
18+
"@mui/system": "workspace:^",
19+
"@mui/utils": "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.14",
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

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
"build": "vite build"
1010
},
1111
"dependencies": {
12-
"@pigment-css/react": "^0.0.13",
13-
"@mui/utils": "workspace:^",
1412
"@mui/base": "workspace:^",
13+
"@mui/icons-material": "workspace:^",
1514
"@mui/lab": "workspace:^",
1615
"@mui/material": "workspace:^",
1716
"@mui/system": "workspace:^",
18-
"@mui/icons-material": "workspace:^",
17+
"@mui/utils": "workspace:^",
18+
"@pigment-css/react": "^0.0.13",
1919
"clsx": "^2.1.1",
2020
"local-ui-lib": "workspace:^",
2121
"react": "^18.3.1",
@@ -28,7 +28,7 @@
2828
"@babel/preset-react": "^7.24.7",
2929
"@babel/preset-typescript": "^7.24.7",
3030
"@pigment-css/vite-plugin": "^0.0.13",
31-
"@types/react": "^18.2.55",
31+
"@types/react": "^18.3.3",
3232
"@types/react-dom": "^18.3.0",
3333
"@vitejs/plugin-react": "^4.3.1",
3434
"postcss": "^8.4.38",

docs/package.json

+1-1
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

+2-2
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.2",
207207
"@definitelytyped/utils": "^0.1.6",
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

+1-1
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@types/chai-dom": "^1.11.3",
5858
"@types/format-util": "^1.0.4",
5959
"@types/prop-types": "^15.7.12",
60-
"@types/react": "^18.2.55",
60+
"@types/react": "^18.3.3",
6161
"@types/react-dom": "^18.3.0",
6262
"@types/react-test-renderer": "^18.3.0",
6363
"@types/sinon": "^17.0.3",

packages/mui-base/package.json

+1-1
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

+1-1
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

+1-1
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

+1-1
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",

packages/mui-joy/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"@mui/material": "workspace:^",
5353
"@types/chai": "^4.3.16",
5454
"@types/prop-types": "^15.7.12",
55-
"@types/react": "^18.2.55",
55+
"@types/react": "^18.3.3",
5656
"@types/react-dom": "^18.3.0",
5757
"@types/sinon": "^17.0.3",
5858
"chai": "^4.4.1",

packages/mui-lab/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@mui/material": "workspace:*",
5454
"@types/chai": "^4.3.16",
5555
"@types/prop-types": "^15.7.12",
56-
"@types/react": "^18.2.55",
56+
"@types/react": "^18.3.3",
5757
"@types/react-dom": "^18.3.0",
5858
"@types/sinon": "^17.0.3",
5959
"chai": "^4.4.1",

packages/mui-material-nextjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@emotion/cache": "^11.11.0",
4343
"@emotion/react": "^11.11.4",
4444
"@emotion/server": "^11.11.0",
45-
"@types/react": "^18.2.55",
45+
"@types/react": "^18.3.3",
4646
"next": "13.5.1",
4747
"react": "^18.3.1"
4848
},

packages/mui-material/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@testing-library/user-event": "^14.5.2",
6262
"@types/chai": "^4.3.16",
6363
"@types/prop-types": "^15.7.12",
64-
"@types/react": "^18.2.55",
64+
"@types/react": "^18.3.3",
6565
"@types/react-dom": "^18.3.0",
6666
"@types/sinon": "^17.0.3",
6767
"chai": "^4.4.1",

packages/mui-private-theming/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"@mui/internal-test-utils": "workspace:^",
4646
"@mui/types": "workspace:^",
4747
"@types/chai": "^4.3.16",
48-
"@types/react": "^18.2.55",
48+
"@types/react": "^18.3.3",
4949
"chai": "^4.4.1",
5050
"react": "^18.3.1"
5151
},

packages/mui-styled-engine-sc/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@mui/styled-engine-sc": "workspace:*",
4848
"@types/chai": "^4.3.16",
4949
"@types/hoist-non-react-statics": "^3.3.5",
50-
"@types/react": "^18.2.55",
50+
"@types/react": "^18.3.3",
5151
"chai": "^4.4.1",
5252
"react": "^18.3.1",
5353
"styled-components": "^6.1.11"

packages/mui-styled-engine/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@mui/internal-test-utils": "workspace:^",
4949
"@mui/styled-engine": "workspace:*",
5050
"@types/chai": "^4.3.16",
51-
"@types/react": "^18.2.55",
51+
"@types/react": "^18.3.3",
5252
"chai": "^4.4.1",
5353
"react": "^18.3.1"
5454
},

packages/mui-styles/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@mui/internal-test-utils": "workspace:^",
6060
"@mui/material": "workspace:^",
6161
"@types/chai": "^4.3.16",
62-
"@types/react": "^18.2.55",
62+
"@types/react": "^18.3.3",
6363
"@types/react-dom": "^18.3.0",
6464
"@types/sinon": "^17.0.3",
6565
"chai": "^4.4.1",

packages/mui-system/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@mui/system": "workspace:*",
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/sinon": "^17.0.3",
6161
"chai": "^4.4.1",
6262
"fast-glob": "^3.3.2",

packages/mui-types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
},
4141
"devDependencies": {
4242
"@mui/types": "workspace:*",
43-
"@types/react": "^18.2.55"
43+
"@types/react": "^18.3.3"
4444
},
4545
"peerDependencies": {
4646
"@types/react": "^17.0.0 || ^18.0.0"

packages/mui-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"@types/chai": "^4.3.16",
5151
"@types/mocha": "^10.0.7",
5252
"@types/node": "^18.19.39",
53-
"@types/react": "^18.2.55",
53+
"@types/react": "^18.3.3",
5454
"@types/react-dom": "^18.3.0",
5555
"@types/react-is": "^18.3.0",
5656
"@types/sinon": "^17.0.3",

0 commit comments

Comments
 (0)