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 76531f7 commit 73c4a9eCopy full SHA for 73c4a9e
modules/Media.js
@@ -1,4 +1,5 @@
1
-import React, { PropTypes } from 'react'
+import React from 'react'
2
+import PropTypes from 'prop-types'
3
import json2mq from 'json2mq'
4
5
/**
package.json
@@ -48,6 +48,7 @@
48
"karma-webpack": "^2.0.1",
49
"mocha": "^3.0.0",
50
"pretty-bytes": "^4.0.2",
51
+ "prop-types": "^15.5.10",
52
"react": "^15.4.1 || ^0.14.7",
53
"react-dom": "^15.3.0 || ^0.14.7",
54
"readline-sync": "^1.4.4",
0 commit comments