-
-
Notifications
You must be signed in to change notification settings - Fork 32.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Point @types/react-dom to types-react-dom
- Loading branch information
1 parent
25946a5
commit 0ccb628
Showing
12 changed files
with
2,356 additions
and
2,310 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" | ||
}, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.