Skip to content
This repository was archived by the owner on Mar 14, 2025. It is now read-only.

Commit c69e4e3

Browse files
committed
Update flatpickr dep
1 parent 79fd2b5 commit c69e4e3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"build": "node ./node_modules/webpack/bin/webpack.js --hide-modules -p --progress"
2929
},
3030
"dependencies": {
31-
"flatpickr": "^3.0.6"
31+
"flatpickr": "^3.0.7"
3232
},
3333
"devDependencies": {
3434
"babel-core": "^6.25.0",

yarn.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -1614,9 +1614,9 @@ find-up@^2.1.0:
16141614
dependencies:
16151615
locate-path "^2.0.0"
16161616

1617-
flatpickr@^3.0.6:
1618-
version "3.0.6"
1619-
resolved "https://registry.yarnpkg.com/flatpickr/-/flatpickr-3.0.6.tgz#81540f1a0f010fa3b96d929943b6396bbb25b1b6"
1617+
flatpickr@^3.0.7:
1618+
version "3.0.7"
1619+
resolved "https://registry.yarnpkg.com/flatpickr/-/flatpickr-3.0.7.tgz#2aa980c0bd83884c0299ee9fba3b7809bea16a29"
16201620

16211621
flatten@^1.0.2:
16221622
version "1.0.2"

0 commit comments

Comments
 (0)