Skip to content

Commit 058084f

Browse files
committed
Remove the redundant react-dom peer dependency.
1 parent eb5fb74 commit 058084f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

changelog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88

99
### Patch
1010

11-
- Updated the [`react`](https://npm.im/react) and [`react-dom`](https://npm.im/react-dom) peer dependencies to `16.14 - 18`.
11+
- Updated the [`react`](https://npm.im/react) peer dependency to `16.14 - 18`.
12+
- Removed the redundant [`react-dom`](https://npm.im/react-dom) peer dependency.
1213
- Updated dependencies.
1314
- Removed the [`@testing-library/react-hooks`](https://npm.im/@testing-library/react-hooks) dev dependency and rewrote React hook tests using [`react-test-renderer`](https://npm.im/react-test-renderer), a new test utility function `createReactTestRenderer`, and a custom React component `ReactHookTest`.
1415
- Removed the [`fetch-blob`](https://npm.im/fetch-blob) and [`formdata-node`](https://npm.im/formdata-node) dev dependencies. Instead, `File` and `FormData` are imported from [`node-fetch`](https://npm.im/node-fetch).

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,7 @@
9898
},
9999
"browserslist": "Node 14.17 - 15 and Node < 15, Node 16 - 17 and Node < 17, Node >= 18, > 0.5%, not OperaMini all, not dead",
100100
"peerDependencies": {
101-
"react": "16.14 - 18",
102-
"react-dom": "16.14 - 18"
101+
"react": "16.14 - 18"
103102
},
104103
"dependencies": {
105104
"extract-files": "^12.0.0",

0 commit comments

Comments
 (0)