Skip to content

Commit

Permalink
Bump @types/react to 18.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
aarongarciah committed Jun 24, 2024
1 parent fbca61f commit 2cdbd2a
Show file tree
Hide file tree
Showing 23 changed files with 316 additions and 322 deletions.
16 changes: 8 additions & 8 deletions apps/pigment-css-next-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,24 @@
"clean": "rimraf .next"
},
"dependencies": {
"@pigment-css/react": "^0.0.13",
"@mui/utils": "workspace:^",
"@emotion/cache": "latest",
"@mui/base": "workspace:^",
"@mui/icons-material": "workspace:^",
"@mui/lab": "workspace:^",
"@mui/material": "workspace:^",
"@mui/system": "workspace:^",
"@mui/material-nextjs": "workspace:^",
"@mui/icons-material": "workspace:^",
"@emotion/cache": "latest",
"@mui/system": "workspace:^",
"@mui/utils": "workspace:^",
"@pigment-css/react": "^0.0.13",
"local-ui-lib": "workspace:^",
"next": "latest",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"next": "latest"
"react-dom": "^18.3.1"
},
"devDependencies": {
"@pigment-css/nextjs-plugin": "^0.0.14",
"@types/node": "^20.5.7",
"@types/react": "^18.2.55",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"eslint": "^8.57.0",
"typescript": "^5.4.5"
Expand Down
8 changes: 4 additions & 4 deletions apps/pigment-css-vite-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"build": "vite build"
},
"dependencies": {
"@pigment-css/react": "^0.0.13",
"@mui/utils": "workspace:^",
"@mui/base": "workspace:^",
"@mui/icons-material": "workspace:^",
"@mui/lab": "workspace:^",
"@mui/material": "workspace:^",
"@mui/system": "workspace:^",
"@mui/icons-material": "workspace:^",
"@mui/utils": "workspace:^",
"@pigment-css/react": "^0.0.13",
"clsx": "^2.1.1",
"local-ui-lib": "workspace:^",
"react": "^18.3.1",
Expand All @@ -28,7 +28,7 @@
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@pigment-css/vite-plugin": "^0.0.13",
"@types/react": "^18.2.55",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-react": "^4.3.1",
"postcss": "^8.4.38",
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
"@types/json2mq": "^0.2.2",
"@types/node": "^18.19.39",
"@types/prop-types": "^15.7.12",
"@types/react": "^18.2.55",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-swipeable-views": "^0.13.5",
"@types/react-transition-group": "^4.4.10",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
"@types/lodash": "^4.17.5",
"@types/mocha": "^10.0.7",
"@types/node": "^18.19.39",
"@types/react": "^18.2.55",
"@types/react": "^18.3.3",
"@types/yargs": "^17.0.32",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
Expand Down Expand Up @@ -209,7 +209,7 @@
"@definitelytyped/typescript-versions": "^0.1.2",
"@definitelytyped/utils": "^0.1.6",
"@types/node": "^18.19.39",
"@types/react": "18.2.55",
"@types/react": "18.3.3",
"@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 @@ -43,7 +43,7 @@
"@types/doctrine": "^0.0.9",
"@types/lodash": "^4.17.5",
"@types/node": "^18.19.39",
"@types/react": "^18.2.55",
"@types/react": "^18.3.3",
"@types/uuid": "^9.0.8",
"chai": "^4.4.1",
"fast-glob": "^3.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages-internal/test-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@types/enzyme": "^3.10.18",
"@types/format-util": "^1.0.4",
"@types/prop-types": "^15.7.12",
"@types/react": "^18.2.55",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-test-renderer": "^18.3.0",
"@types/sinon": "^17.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@testing-library/user-event": "^14.5.2",
"@types/chai": "^4.3.16",
"@types/prop-types": "^15.7.12",
"@types/react": "18.2.55",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/sinon": "^17.0.3",
"chai": "^4.4.1",
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 @@ -46,7 +46,7 @@
"@mui/material": "workspace:*",
"@types/node": "^18.19.39",
"@types/prop-types": "^15.7.12",
"@types/react": "^18.2.55",
"@types/react": "^18.3.3",
"next": "^13.5.1",
"react": "^18.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-envinfo/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"react-dom": "^18.3.1"
},
"devDependencies": {
"@types/react": "^18.2.55"
"@types/react": "^18.3.3"
}
}
2 changes: 1 addition & 1 deletion packages/mui-icons-material/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@mui/internal-waterfall": "workspace:^",
"@mui/material": "workspace:^",
"@types/chai": "^4.3.16",
"@types/react": "^18.2.55",
"@types/react": "^18.3.3",
"chai": "^4.4.1",
"chalk": "^5.3.0",
"cross-fetch": "^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-joy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"@mui/material": "workspace:^",
"@types/chai": "^4.3.16",
"@types/prop-types": "^15.7.12",
"@types/react": "^18.2.55",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/sinon": "^17.0.3",
"chai": "^4.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-lab/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@mui/material": "workspace:*",
"@types/chai": "^4.3.16",
"@types/prop-types": "^15.7.12",
"@types/react": "^18.2.55",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/sinon": "^17.0.3",
"chai": "^4.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-material-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.4",
"@emotion/server": "^11.11.0",
"@types/react": "^18.2.55",
"@types/react": "^18.3.3",
"next": "13.5.1",
"react": "^18.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-material/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"@testing-library/user-event": "^14.5.2",
"@types/chai": "^4.3.16",
"@types/prop-types": "^15.7.12",
"@types/react": "^18.2.55",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/sinon": "^17.0.3",
"chai": "^4.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-private-theming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@mui/internal-test-utils": "workspace:^",
"@mui/types": "workspace:^",
"@types/chai": "^4.3.16",
"@types/react": "^18.2.55",
"@types/react": "^18.3.3",
"chai": "^4.4.1",
"react": "^18.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-styled-engine-sc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@mui/styled-engine-sc": "workspace:*",
"@types/chai": "^4.3.16",
"@types/hoist-non-react-statics": "^3.3.5",
"@types/react": "^18.2.55",
"@types/react": "^18.3.3",
"chai": "^4.4.1",
"react": "^18.3.1",
"styled-components": "^6.1.11"
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-styled-engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"@mui/internal-test-utils": "workspace:^",
"@mui/styled-engine": "workspace:*",
"@types/chai": "^4.3.16",
"@types/react": "^18.2.55",
"@types/react": "^18.3.3",
"chai": "^4.4.1",
"react": "^18.3.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"@mui/internal-test-utils": "workspace:^",
"@mui/material": "workspace:^",
"@types/chai": "^4.3.16",
"@types/react": "^18.2.55",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/sinon": "^17.0.3",
"chai": "^4.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"@mui/system": "workspace:*",
"@types/chai": "^4.3.16",
"@types/prop-types": "^15.7.12",
"@types/react": "^18.2.55",
"@types/react": "^18.3.3",
"@types/sinon": "^17.0.3",
"chai": "^4.4.1",
"fast-glob": "^3.3.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/mui-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
},
"devDependencies": {
"@mui/types": "workspace:*",
"@types/react": "^18.2.55"
"@types/react": "^18.3.3"
},
"peerDependencies": {
"@types/react": "^17.0.0 || ^18.0.0"
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 @@ -50,7 +50,7 @@
"@types/chai": "^4.3.16",
"@types/mocha": "^10.0.7",
"@types/node": "^18.19.39",
"@types/react": "^18.2.55",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-is": "^18.3.0",
"@types/sinon": "^17.0.3",
Expand Down
Loading

0 comments on commit 2cdbd2a

Please sign in to comment.