We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 284c304 commit 5b094ebCopy full SHA for 5b094eb
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "doov-react",
3
- "version": "0.1.4",
+ "version": "0.1.5",
4
"desciption": "HTML Renderer with React for doov-ts",
5
"homepage": "https://doov.io",
6
"license": "Apache-2.0",
@@ -75,6 +75,7 @@
75
"jest-watch-typeahead": "0.3.1",
76
"prettier": "1.17.0",
77
"pretty-quick": "1.10.0",
78
+ "react-dom": "^16.0.0",
79
"rimraf": "2.6.3",
80
"rollup": "1.17.0",
81
"rollup-plugin-commonjs": "10.0.1",
@@ -87,8 +88,7 @@
87
88
"rollup-plugin-typescript2": "0.22.0",
89
"ts-jest": "24.0.2",
90
"typedoc": "^0.15.4",
- "typescript": "3.4.5",
91
- "react-dom": "^16.0.0"
+ "typescript": "3.4.5"
92
},
93
"dependencies": {
94
"doov": "^0.11.0",
0 commit comments