2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-06-24 16:50:37 +03:00

build: update date-format-parse

This commit is contained in:
mengxiong10
2019-11-13 17:05:58 +08:00
parent 8c546cc994
commit b4584d2593
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -4342,9 +4342,9 @@
"integrity": "sha1-gnHZQ8xGNqHydpjxuNap8c63QCY=" "integrity": "sha1-gnHZQ8xGNqHydpjxuNap8c63QCY="
}, },
"date-format-parse": { "date-format-parse": {
"version": "0.2.4", "version": "0.2.5",
"resolved": "https://registry.npmjs.org/date-format-parse/-/date-format-parse-0.2.4.tgz", "resolved": "https://registry.npmjs.org/date-format-parse/-/date-format-parse-0.2.5.tgz",
"integrity": "sha512-5bDOjfkLcYSOfWgF9gPuHGWX/A8aFoTFRHVDgCayom0c4tQGbjprlNStfz0nTeiV5B1z3x1KAEmeTGRGQQgVzw==" "integrity": "sha512-PzvB3p9bTxrGQbz3ZlO/kxgXzKZhMo4l0OQfPqVYjuwixHRS9yHH6cUJI9JG2Hh6iUQgh17T7w95lzQ131dS/g=="
}, },
"dateformat": { "dateformat": {
"version": "3.0.3", "version": "3.0.3",
+1 -1
View File
@@ -48,7 +48,7 @@
}, },
"dependencies": { "dependencies": {
"date-fns": "^2.0.1", "date-fns": "^2.0.1",
"date-format-parse": "^0.2.4" "date-format-parse": "^0.2.5"
}, },
"devDependencies": { "devDependencies": {
"@babel/core": "^7.5.5", "@babel/core": "^7.5.5",