fix(deps): update react-datetime (#5803)

This commit is contained in:
Erez Rokah 2021-09-13 11:20:20 +02:00 committed by GitHub
parent cb426da1b1
commit 477efa58f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 5 deletions

View File

@ -22,7 +22,7 @@
"build:esm": "cross-env NODE_ENV=esm babel src --out-dir dist/esm --ignore \"**/__tests__\" --root-mode upward" "build:esm": "cross-env NODE_ENV=esm babel src --out-dir dist/esm --ignore \"**/__tests__\" --root-mode upward"
}, },
"dependencies": { "dependencies": {
"react-datetime": "^3.0.0" "react-datetime": "^3.1.1"
}, },
"peerDependencies": { "peerDependencies": {
"@emotion/core": "^10.0.35", "@emotion/core": "^10.0.35",

View File

@ -26,5 +26,8 @@
"@emotion/core": "^10.0.35", "@emotion/core": "^10.0.35",
"netlify-cms-widget-date": "^2.5.7", "netlify-cms-widget-date": "^2.5.7",
"react": "^16.8.4 || ^17.0.0" "react": "^16.8.4 || ^17.0.0"
},
"dependencies": {
"react-datetime": "^3.1.1"
} }
} }

View File

@ -14909,10 +14909,10 @@ react-color@^2.18.1:
reactcss "^1.2.0" reactcss "^1.2.0"
tinycolor2 "^1.4.1" tinycolor2 "^1.4.1"
react-datetime@^3.0.0: react-datetime@^3.1.1:
version "3.1.0" version "3.1.1"
resolved "https://registry.yarnpkg.com/react-datetime/-/react-datetime-3.1.0.tgz#fa10306287d50bf916ab525ce7d6d637ecfc71b0" resolved "https://registry.yarnpkg.com/react-datetime/-/react-datetime-3.1.1.tgz#adc346efda47653cfff9259c979f03f56106e48c"
integrity sha512-Vx6/wr03r9+mDtXv6rHTwjqZ/Hbq889jgc8/pD2Y7Hx+pf+Kr7KcTWIEDNMWGE4ZGi2BiXn+fjqVMnwIjxWguA== integrity sha512-gHCTjAniCcMb6jdXpz+MpVe/uCeaHNDOofg+l41nLlJI3uBLBMV40CQbGB2TCTUpCzGT1mCs4vQzKGMjXO/WWQ==
dependencies: dependencies:
prop-types "^15.5.7" prop-types "^15.5.7"