Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
This commit is contained in:
renovate[bot] 2020-02-20 11:47:09 -07:00 committed by GitHub
parent caf99e42d9
commit 8e98002c27
3 changed files with 60 additions and 13 deletions

View File

@ -3469,6 +3469,28 @@
"rememo": "^3.0.0",
"tinycolor2": "^1.4.1",
"uuid": "^3.3.2"
},
"dependencies": {
"react-dates": {
"version": "17.2.0",
"resolved": "https://registry.npmjs.org/react-dates/-/react-dates-17.2.0.tgz",
"integrity": "sha512-RDlerU8DdRRrlYS0MQ7Z9igPWABGLDwz6+ykBNff67RM3Sset2TDqeuOr+R5o00Ggn5U47GeLsGcSDxlZd9cHw==",
"requires": {
"airbnb-prop-types": "^2.10.0",
"consolidated-events": "^1.1.1 || ^2.0.0",
"is-touch-device": "^1.0.1",
"lodash": "^4.1.1",
"object.assign": "^4.1.0",
"object.values": "^1.0.4",
"prop-types": "^15.6.1",
"react-addons-shallow-compare": "^15.6.2",
"react-moment-proptypes": "^1.6.0",
"react-outside-click-handler": "^1.2.0",
"react-portal": "^4.1.5",
"react-with-styles": "^3.2.0",
"react-with-styles-interface-css": "^4.0.2"
}
}
}
},
"@wordpress/compose": {
@ -17106,23 +17128,48 @@
}
},
"react-dates": {
"version": "17.2.0",
"resolved": "https://registry.npmjs.org/react-dates/-/react-dates-17.2.0.tgz",
"integrity": "sha512-RDlerU8DdRRrlYS0MQ7Z9igPWABGLDwz6+ykBNff67RM3Sset2TDqeuOr+R5o00Ggn5U47GeLsGcSDxlZd9cHw==",
"version": "21.8.0",
"resolved": "https://registry.npmjs.org/react-dates/-/react-dates-21.8.0.tgz",
"integrity": "sha512-PPriGqi30CtzZmoHiGdhlA++YPYPYGCZrhydYmXXQ6RAvAsaONcPtYgXRTLozIOrsQ5mSo40+DiA5eOFHnZ6xw==",
"requires": {
"airbnb-prop-types": "^2.10.0",
"airbnb-prop-types": "^2.15.0",
"consolidated-events": "^1.1.1 || ^2.0.0",
"enzyme-shallow-equal": "^1.0.0",
"is-touch-device": "^1.0.1",
"lodash": "^4.1.1",
"object.assign": "^4.1.0",
"object.values": "^1.0.4",
"prop-types": "^15.6.1",
"react-addons-shallow-compare": "^15.6.2",
"object.values": "^1.1.0",
"prop-types": "^15.7.2",
"raf": "^3.4.1",
"react-moment-proptypes": "^1.6.0",
"react-outside-click-handler": "^1.2.0",
"react-portal": "^4.1.5",
"react-with-styles": "^3.2.0",
"react-with-styles-interface-css": "^4.0.2"
"react-outside-click-handler": "^1.2.4",
"react-portal": "^4.2.0",
"react-with-direction": "^1.3.1",
"react-with-styles": "^4.1.0",
"react-with-styles-interface-css": "^6.0.0"
},
"dependencies": {
"react-with-styles": {
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/react-with-styles/-/react-with-styles-4.1.0.tgz",
"integrity": "sha512-zp05fyA6XFetqr07ox/a0bCFyEj//gUozI9cC1GW59zaGJ38STnxYvzotutgpzMyHOd7TFW9ZiZeBKjsYaS+RQ==",
"requires": {
"airbnb-prop-types": "^2.14.0",
"hoist-non-react-statics": "^3.2.1",
"object.assign": "^4.1.0",
"prop-types": "^15.7.2",
"react-with-direction": "^1.3.1"
}
},
"react-with-styles-interface-css": {
"version": "6.0.0",
"resolved": "https://registry.npmjs.org/react-with-styles-interface-css/-/react-with-styles-interface-css-6.0.0.tgz",
"integrity": "sha512-6khSG1Trf4L/uXOge/ZAlBnq2O2PEXlQEqAhCRbvzaQU4sksIkdwpCPEl6d+DtP3+IdhyffTWuHDO9lhe1iYvA==",
"requires": {
"array.prototype.flat": "^1.2.1",
"global-cache": "^1.2.1"
}
}
}
},
"react-docgen": {

View File

@ -118,7 +118,7 @@
"prismjs": "1.19.0",
"qs": "6.9.1",
"react-click-outside": "3.0.1",
"react-dates": "17.2.0",
"react-dates": "21.8.0",
"react-router-dom": "5.1.2",
"react-transition-group": "2.9.0",
"react-visibility-sensor": "5.1.1",

View File

@ -52,7 +52,7 @@
"moment": "2.22.1",
"prop-types": "15.7.2",
"qs": "6.9.1",
"react-dates": "17.2.0",
"react-dates": "21.8.0",
"react-router-dom": "5.1.2",
"react-transition-group": "2.9.0"
},