Upgraded v-currency input from version 1.20.3 to the final compatible with my code release of version 1.22.3 and made appropriate modifications to controls that use it

This commit is contained in:
2022-01-31 00:23:59 +00:00
parent 7e842f259a
commit 6f354ed342
5 changed files with 14 additions and 14 deletions

View File

@@ -27,7 +27,7 @@
"register-service-worker": "^1.7.2",
"vue": "^2.6.14",
"vue-chartjs": "^3.5.1",
"vue-currency-input": "1.20.3",
"vue-currency-input": "1.22.3",
"vue-router": "^3.5.3",
"vue-signature": "^2.5.4",
"vuetify": "^2.6.1",
@@ -15112,9 +15112,9 @@
"dev": true
},
"node_modules/vue-currency-input": {
"version": "1.20.3",
"resolved": "https://registry.npmjs.org/vue-currency-input/-/vue-currency-input-1.20.3.tgz",
"integrity": "sha512-VPMpaqsYIpw6CWbXwx6YrqOxVSu/3M4H3K9qLnPpkJluyLf/fI2R6quYN+dYitsSRstTAl2u80uyIgLJSAZGoQ==",
"version": "1.22.3",
"resolved": "https://registry.npmjs.org/vue-currency-input/-/vue-currency-input-1.22.3.tgz",
"integrity": "sha512-vrOaaiCSG8Hh7Fw7CYROIymFvVprWKaze3h67sihqJ4QAI9F+YElTQYv0fJwFK1NkKUS8H/MvAL0mwg9qrUfgg==",
"peerDependencies": {
"vue": "^2.5"
}
@@ -28819,9 +28819,9 @@
}
},
"vue-currency-input": {
"version": "1.20.3",
"resolved": "https://registry.npmjs.org/vue-currency-input/-/vue-currency-input-1.20.3.tgz",
"integrity": "sha512-VPMpaqsYIpw6CWbXwx6YrqOxVSu/3M4H3K9qLnPpkJluyLf/fI2R6quYN+dYitsSRstTAl2u80uyIgLJSAZGoQ==",
"version": "1.22.3",
"resolved": "https://registry.npmjs.org/vue-currency-input/-/vue-currency-input-1.22.3.tgz",
"integrity": "sha512-vrOaaiCSG8Hh7Fw7CYROIymFvVprWKaze3h67sihqJ4QAI9F+YElTQYv0fJwFK1NkKUS8H/MvAL0mwg9qrUfgg==",
"requires": {}
},
"vue-eslint-parser": {