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.
prop-types
1 parent 0a1a851 commit 8368950Copy full SHA for 8368950
package.json
@@ -28,9 +28,9 @@
28
"author": "J Scott Smith",
29
"license": "ISC",
30
"dependencies": {
31
+ "prop-types": "^15.5.10",
32
"react": "^15.4.2",
- "react-dom": "^15.4.2",
33
- "react-proptypes": "^1.0.0"
+ "react-dom": "^15.4.2"
34
},
35
"devDependencies": {
36
"babel-cli": "^6.24.1",
src/components/Parallax.js
@@ -1,5 +1,5 @@
1
import React, { Component } from 'react';
2
-import PropTypes from 'react-proptypes';
+import PropTypes from 'prop-types';
3
import { offsetMin, offsetMax } from '../utils/propValidation';
4
5
export default class Parallax extends Component {
0 commit comments