We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 193c01c + a9460d1 commit 2f47a71Copy full SHA for 2f47a71
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
const queryType = PropTypes.oneOfType([
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