Skip to content

Commit

Permalink
chore(package): upgrade react-dom-core@0.0.4
Browse files Browse the repository at this point in the history
Fixes install warning:

```
html-react-parser > react-dom-core@0.0.3" has unmet peer dependency "fbjs@*".
html-react-parser > react-dom-core@0.0.3" has unmet peer dependency "object-assign@*".
```

Closes remarkablemark/react-dom-core#3
  • Loading branch information
remarkablemark committed Mar 7, 2019
1 parent ebd4ef4 commit 72f6b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -34,7 +34,7 @@
],
"dependencies": {
"html-dom-parser": "0.1.3",
"react-dom-core": "0.0.3",
"react-dom-core": "0.0.4",
"style-to-object": "0.2.2"
},
"devDependencies": {
Expand Down

0 comments on commit 72f6b63

Please sign in to comment.