Browse Source

chore(deps): bump vue-tippy in /frontend

Bumps [vue-tippy](https://github.com/KABBOUCHI/vue-tippy) from 6.0.0-alpha.58 to 6.0.0-alpha.62.
- [Release notes](https://github.com/KABBOUCHI/vue-tippy/releases)
- [Commits](https://github.com/KABBOUCHI/vue-tippy/compare/v6.0.0-alpha.58...v6.0.0-alpha.62)

---
updated-dependencies:
- dependency-name: vue-tippy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot[bot] 2 years ago
parent
commit
8b198115dd
2 changed files with 9 additions and 9 deletions
  1. 8 8
      frontend/package-lock.json
  2. 1 1
      frontend/package.json

+ 8 - 8
frontend/package-lock.json

@@ -30,7 +30,7 @@
         "vue-json-pretty": "^2.1.1",
         "vue-loader": "^17.0.0",
         "vue-router": "^4.0.15",
-        "vue-tippy": "^6.0.0-alpha.57",
+        "vue-tippy": "^6.0.0-alpha.62",
         "vuedraggable": "^4.1.0",
         "vuex": "^4.0.2"
       },
@@ -4661,14 +4661,14 @@
       }
     },
     "node_modules/vue-tippy": {
-      "version": "6.0.0-alpha.58",
-      "resolved": "https://registry.npmjs.org/vue-tippy/-/vue-tippy-6.0.0-alpha.58.tgz",
-      "integrity": "sha512-kfpkFZMvua+nTn9Mqx3v5UrY8rlu3nHiOoGKO1bhSM0CUG8ISygfofSDwLDUW6wAcAHABkF7vcp5sPqhTb26CA==",
+      "version": "6.0.0-alpha.62",
+      "resolved": "https://registry.npmjs.org/vue-tippy/-/vue-tippy-6.0.0-alpha.62.tgz",
+      "integrity": "sha512-Q+Dn7D3tJq0w9HSWbxAexZ9LaP96Kg0dK8ridBKNsgcRBtYHJcaP4TqA/qSl5HbEv7bcD7dqQ4Q9zndMKkE4mw==",
       "dependencies": {
         "tippy.js": "^6.3.7"
       },
       "peerDependencies": {
-        "vue": "^3.0.0"
+        "vue": "^3.2.0"
       }
     },
     "node_modules/vuedraggable": {
@@ -8215,9 +8215,9 @@
       }
     },
     "vue-tippy": {
-      "version": "6.0.0-alpha.58",
-      "resolved": "https://registry.npmjs.org/vue-tippy/-/vue-tippy-6.0.0-alpha.58.tgz",
-      "integrity": "sha512-kfpkFZMvua+nTn9Mqx3v5UrY8rlu3nHiOoGKO1bhSM0CUG8ISygfofSDwLDUW6wAcAHABkF7vcp5sPqhTb26CA==",
+      "version": "6.0.0-alpha.62",
+      "resolved": "https://registry.npmjs.org/vue-tippy/-/vue-tippy-6.0.0-alpha.62.tgz",
+      "integrity": "sha512-Q+Dn7D3tJq0w9HSWbxAexZ9LaP96Kg0dK8ridBKNsgcRBtYHJcaP4TqA/qSl5HbEv7bcD7dqQ4Q9zndMKkE4mw==",
       "requires": {
         "tippy.js": "^6.3.7"
       }

+ 1 - 1
frontend/package.json

@@ -54,7 +54,7 @@
     "vue-json-pretty": "^2.1.1",
     "vue-loader": "^17.0.0",
     "vue-router": "^4.0.15",
-    "vue-tippy": "^6.0.0-alpha.57",
+    "vue-tippy": "^6.0.0-alpha.62",
     "vuedraggable": "^4.1.0",
     "vuex": "^4.0.2"
   }