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:
Generated
+3
-3
@@ -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
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user