2
0
mirror of https://github.com/tenrok/vue2-datepicker.git synced 2026-06-05 10:32:25 +03:00

fix: round the timezone offset

This commit is contained in:
mengxiong10
2021-08-08 15:30:18 +08:00
parent a1251ffc0f
commit 57216c10f2
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -4741,9 +4741,9 @@
"dev": true
},
"date-format-parse": {
"version": "0.2.6",
"resolved": "https://registry.npmjs.org/date-format-parse/-/date-format-parse-0.2.6.tgz",
"integrity": "sha512-sdxnYAWmLopeb+6Hmw+vo3or4OCJOnh4+YoJ9p+Id3o2EnNP0INpTqx7wr8UregfMpgaSZAH473R/ytiaB3gVg=="
"version": "0.2.7",
"resolved": "https://registry.npmjs.org/date-format-parse/-/date-format-parse-0.2.7.tgz",
"integrity": "sha512-/+lyMUKoRogMuTeOVii6lUwjbVlesN9YRYLzZT/g3TEZ3uD9QnpjResujeEqUW+OSNbT7T1+SYdyEkTcRv+KDQ=="
},
"dateformat": {
"version": "3.0.3",
+1 -1
View File
@@ -48,7 +48,7 @@
"vue": "^2.5.0"
},
"dependencies": {
"date-format-parse": "^0.2.6"
"date-format-parse": "^0.2.7"
},
"devDependencies": {
"@babel/core": "^7.9.0",