fix: update @blueprintjs/datetime package (#6719)
This commit is contained in:
parent
13c740a931
commit
5dd083665c
|
|
@ -9,7 +9,7 @@
|
|||
"cracoConfig": "craco.dev.config.js",
|
||||
"dependencies": {
|
||||
"@blueprintjs/core": "^3.36.0",
|
||||
"@blueprintjs/datetime": "^3.14.0",
|
||||
"@blueprintjs/datetime": "^3.23.6",
|
||||
"@blueprintjs/icons": "^3.10.0",
|
||||
"@blueprintjs/popover2": "^0.5.0",
|
||||
"@blueprintjs/select": "^3.10.0",
|
||||
|
|
|
|||
|
|
@ -1764,13 +1764,31 @@
|
|||
resize-observer-polyfill "^1.5.1"
|
||||
tslib "~1.13.0"
|
||||
|
||||
"@blueprintjs/datetime@^3.14.0":
|
||||
version "3.19.2"
|
||||
resolved "https://registry.npmjs.org/@blueprintjs/datetime/-/datetime-3.19.2.tgz"
|
||||
"@blueprintjs/core@^3.47.0":
|
||||
version "3.47.0"
|
||||
resolved "https://registry.yarnpkg.com/@blueprintjs/core/-/core-3.47.0.tgz#bf33155d224b742ba51c6e1cf5be4523290337a7"
|
||||
integrity sha512-u+bfmCyPXwKZMnwY4+e/iWjO2vDUvr8hA8ydmV0afyvcEe7Sh85UPEorIgQ/CBuRIbVMNm8FpLsFzDxgkfrCNA==
|
||||
dependencies:
|
||||
"@blueprintjs/core" "^3.33.0"
|
||||
"@blueprintjs/icons" "^3.27.0"
|
||||
"@types/dom4" "^2.0.1"
|
||||
classnames "^2.2"
|
||||
react-day-picker "7.4.8"
|
||||
dom4 "^2.1.5"
|
||||
normalize.css "^8.0.1"
|
||||
popper.js "^1.16.1"
|
||||
react-lifecycles-compat "^3.0.4"
|
||||
react-popper "^1.3.7"
|
||||
react-transition-group "^2.9.0"
|
||||
resize-observer-polyfill "^1.5.1"
|
||||
tslib "~1.13.0"
|
||||
|
||||
"@blueprintjs/datetime@^3.23.6":
|
||||
version "3.23.6"
|
||||
resolved "https://registry.yarnpkg.com/@blueprintjs/datetime/-/datetime-3.23.6.tgz#5d9588ae4537e87a6d14d765db722b9a2f449d95"
|
||||
integrity sha512-OACqjo7HQQnEvILj9L/4w0jbM34+aAP8g78eqcOl8E/R+W4U/V9ePBrlcY2eknkgalyueOkx5/0Ee852v5FL/w==
|
||||
dependencies:
|
||||
"@blueprintjs/core" "^3.47.0"
|
||||
classnames "^2.2"
|
||||
react-day-picker "7.4.9"
|
||||
react-lifecycles-compat "^3.0.4"
|
||||
tslib "~1.13.0"
|
||||
|
||||
|
|
@ -1795,6 +1813,14 @@
|
|||
classnames "^2.2"
|
||||
tslib "~1.13.0"
|
||||
|
||||
"@blueprintjs/icons@^3.27.0":
|
||||
version "3.27.0"
|
||||
resolved "https://registry.yarnpkg.com/@blueprintjs/icons/-/icons-3.27.0.tgz#f4c03e8bc2f9310f7eaefaab26dd91f65935da43"
|
||||
integrity sha512-ItRioyrr2s70chclj5q38HS9omKOa15b3JZXv9JcMIFz+6w6rAcoAH7DA+5xIs27bFjax/SdAZp/eYXSw0+QpA==
|
||||
dependencies:
|
||||
classnames "^2.2"
|
||||
tslib "~1.13.0"
|
||||
|
||||
"@blueprintjs/popover2@^0.5.0":
|
||||
version "0.5.0"
|
||||
resolved "https://registry.npmjs.org/@blueprintjs/popover2/-/popover2-0.5.0.tgz"
|
||||
|
|
@ -14491,9 +14517,10 @@ react-custom-scrollbars@^4.2.1:
|
|||
prop-types "^15.5.10"
|
||||
raf "^3.1.0"
|
||||
|
||||
react-day-picker@7.4.8:
|
||||
version "7.4.8"
|
||||
resolved "https://registry.npmjs.org/react-day-picker/-/react-day-picker-7.4.8.tgz"
|
||||
react-day-picker@7.4.9:
|
||||
version "7.4.9"
|
||||
resolved "https://registry.yarnpkg.com/react-day-picker/-/react-day-picker-7.4.9.tgz#ab556df9e838caa5bc988e55d1cb15318564149e"
|
||||
integrity sha512-CcXf0p7p6gTYnG0+n/4wNGljZuQDXl4HhgcxsXB0nX+8D4LnRho9EclPA/aLz4WlvvVpfY+AEgj2ylgPj4nm/g==
|
||||
dependencies:
|
||||
prop-types "^15.6.2"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user