Bump vue-agile from 1.1.3 to 2.0.0 (#790)

Bumps [vue-agile](https://github.com/lukaszflorczak/vue-agile) from 1.1.3 to 2.0.0.
- [Release notes](https://github.com/lukaszflorczak/vue-agile/releases)
- [Commits](https://github.com/lukaszflorczak/vue-agile/compare/v1.1.3...v2.0.0)

---
updated-dependencies:
- dependency-name: vue-agile
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-12-15 17:38:28 -05:00 committed by GitHub
parent c5c9675af3
commit e559bfdc86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -20,7 +20,7 @@
"material-design-icons-iconfont": "^6.1.1",
"moment": "^2.29.1",
"vue": "^2.6.14",
"vue-agile": "^1.1.3",
"vue-agile": "^2.0.0",
"vue-material-design-icons": "^5.0.0",
"vue-moment": "^4.1.0",
"vue-sweetalert2": "^5.0.2",
@ -16246,9 +16246,9 @@
"integrity": "sha512-x2284lgYvjOMj3Za7kqzRcUSxBboHqtgRE2zlos1qWaOye5yUmHn42LB1250NJBLRwEcdrB0JRwyPTEPhfQjiQ=="
},
"node_modules/vue-agile": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/vue-agile/-/vue-agile-1.1.3.tgz",
"integrity": "sha512-RnvKK6ZoXNAk2Q6h/ux+bhqYs4uflFew3xcsNfysQa+GVLKHfizAaeKHJndqGjSXA+qg+kJuYd4RDY/ry8RY4w==",
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/vue-agile/-/vue-agile-2.0.0.tgz",
"integrity": "sha512-5xkSLJQNRdQ7qpEnXj5FgLg33XKRHaTZKGP5qkvteOc/uGJX89MYCjPSgdNqJ1GYFGfdGAp0jvhihW8OMuXS3g==",
"dependencies": {
"lodash.orderby": "^4.6.0",
"lodash.throttle": "^4.1.1"
@ -30495,9 +30495,9 @@
"integrity": "sha512-x2284lgYvjOMj3Za7kqzRcUSxBboHqtgRE2zlos1qWaOye5yUmHn42LB1250NJBLRwEcdrB0JRwyPTEPhfQjiQ=="
},
"vue-agile": {
"version": "1.1.3",
"resolved": "https://registry.npmjs.org/vue-agile/-/vue-agile-1.1.3.tgz",
"integrity": "sha512-RnvKK6ZoXNAk2Q6h/ux+bhqYs4uflFew3xcsNfysQa+GVLKHfizAaeKHJndqGjSXA+qg+kJuYd4RDY/ry8RY4w==",
"version": "2.0.0",
"resolved": "https://registry.npmjs.org/vue-agile/-/vue-agile-2.0.0.tgz",
"integrity": "sha512-5xkSLJQNRdQ7qpEnXj5FgLg33XKRHaTZKGP5qkvteOc/uGJX89MYCjPSgdNqJ1GYFGfdGAp0jvhihW8OMuXS3g==",
"requires": {
"lodash.orderby": "^4.6.0",
"lodash.throttle": "^4.1.1"

View File

@ -53,7 +53,7 @@
"material-design-icons-iconfont": "^6.1.1",
"moment": "^2.29.1",
"vue": "^2.6.14",
"vue-agile": "^1.1.3",
"vue-agile": "^2.0.0",
"vue-material-design-icons": "^5.0.0",
"vue-moment": "^4.1.0",
"vue-sweetalert2": "^5.0.2",