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 d235f85 commit fcdbee1Copy full SHA for fcdbee1
package.json
@@ -19,16 +19,20 @@
19
"highlight.js": "^8.4.0",
20
"lodash.merge": "^4.3.2",
21
"office-ui-fabric": "^2.0.1",
22
+ "react": "^0.14.7",
23
"react-addons-test-utils": "^0.14.3",
24
+ "react-dom": "^0.14.7",
25
"react-highlight": "^0.6.1",
26
"vinyl-ftp": "^0.4.5",
27
"web-library-build": "0.0.12",
28
"webpack-notifier": "^1.2.1",
29
"webpack-split-by-path": "0.0.8"
30
},
31
"dependencies": {
- "load-themed-styles": "^1.0.3",
- "react": "^0.14.7",
32
- "react-dom": "^0.14.7"
+ "load-themed-styles": "^1.0.3"
33
+ },
34
+ "peerDependencies": {
35
+ "react": "^0.14.0",
36
+ "react-dom": "^0.14.0"
37
}
38
0 commit comments