Skip to content

Commit

Permalink
Point @types/react-dom to types-react-dom
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoAndai authored and aarongarciah committed Jul 5, 2024
1 parent 25946a5 commit 0ccb628
Show file tree
Hide file tree
Showing 12 changed files with 2,356 additions and 2,310 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 @@ -27,7 +27,7 @@
"@pigment-css/nextjs-plugin": "^0.0.16",
"@types/node": "^20.5.7",
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
"eslint": "^8.57.0",
"typescript": "^5.4.5"
},
Expand Down
2 changes: 1 addition & 1 deletion apps/pigment-css-vite-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@babel/preset-typescript": "^7.24.7",
"@pigment-css/vite-plugin": "^0.0.16",
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
"@vitejs/plugin-react": "^4.3.1",
"postcss": "^8.4.39",
"postcss-combine-media-query": "^1.0.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/node": "^18.19.39",
"@types/prop-types": "^15.7.12",
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
"@types/react-swipeable-views": "^0.13.5",
"@types/react-transition-group": "^4.4.10",
"@types/react-window": "^1.8.8",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
"@definitelytyped/utils": "^0.1.7",
"@types/node": "^18.19.39",
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
"cross-fetch": "^4.0.0"
},
"nyc": {
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 @@ -57,7 +57,7 @@
"@types/format-util": "^1.0.4",
"@types/prop-types": "^15.7.12",
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
"@types/sinon": "^17.0.3",
"typescript": "^5.4.5"
},
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 @@ -57,7 +57,7 @@
"@types/chai": "^4.3.16",
"@types/prop-types": "^15.7.12",
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
"@types/sinon": "^17.0.3",
"chai": "^4.4.1",
"fast-glob": "^3.3.2",
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 @@ -53,7 +53,7 @@
"@types/chai": "^4.3.16",
"@types/prop-types": "^15.7.12",
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
"@types/sinon": "^17.0.3",
"chai": "^4.4.1",
"fast-glob": "^3.3.2",
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 @@ -54,7 +54,7 @@
"@types/chai": "^4.3.16",
"@types/prop-types": "^15.7.12",
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
"@types/sinon": "^17.0.3",
"chai": "^4.4.1",
"react": "19.0.0-rc-100dfd7dab-20240701",
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 @@ -62,7 +62,7 @@
"@types/chai": "^4.3.16",
"@types/prop-types": "^15.7.12",
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
"@types/sinon": "^17.0.3",
"chai": "^4.4.1",
"css-mediaquery": "^0.1.2",
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 @@ -60,7 +60,7 @@
"@mui/material": "workspace:^",
"@types/chai": "^4.3.16",
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
"@types/sinon": "^17.0.3",
"chai": "^4.4.1",
"react": "19.0.0-rc-100dfd7dab-20240701",
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 @@
"@types/mocha": "^10.0.7",
"@types/node": "^18.19.39",
"@types/react": "npm:[email protected]",
"@types/react-dom": "npm:[email protected]",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
"@types/react-is": "npm:[email protected]",
"@types/sinon": "^17.0.3",
"chai": "^4.4.1",
Expand Down
4,644 changes: 2,345 additions & 2,299 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 0ccb628

Please sign in to comment.