Skip to content

Commit 3f18b57

Browse files
committed
Removed unused react-dom peer dependency
1 parent 8db88f6 commit 3f18b57

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-error-boundary",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Sample reusable React error boundary component for React 16+",
55
"homepage": "https://github.com/bvaughn/react-error-boundary",
66
"repository": "bvaughn/react-error-boundary",
@@ -54,7 +54,6 @@
5454
"webpack": "^3.3.0"
5555
},
5656
"peerDependencies": {
57-
"react": "^16.0.0-beta.1",
58-
"react-dom": "^16.0.0-beta.1"
57+
"react": "^16.0.0-beta.1"
5958
}
6059
}

0 commit comments

Comments
 (0)