We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
airbnb-prop-types
direction
hoist-non-react-statics
object.assign
object.values
prop-types
1 parent 241a98a commit a57b3d1Copy full SHA for a57b3d1
package.json
@@ -22,14 +22,14 @@
22
"prepublish": "safe-publish-latest && npm run build"
23
},
24
"dependencies": {
25
- "airbnb-prop-types": "^2.10.0",
+ "airbnb-prop-types": "^2.16.0",
26
"brcast": "^2.0.2",
27
"deepmerge": "^1.5.2",
28
- "direction": "^1.0.2",
29
- "hoist-non-react-statics": "^3.3.0",
30
- "object.assign": "^4.1.0",
31
- "object.values": "^1.0.4",
32
- "prop-types": "^15.6.2"
+ "direction": "^1.0.4",
+ "hoist-non-react-statics": "^3.3.2",
+ "object.assign": "^4.1.2",
+ "object.values": "^1.1.5",
+ "prop-types": "^15.7.2"
33
34
"devDependencies": {
35
"babel-cli": "^6.26.0",
0 commit comments