ISSUE-72| Update vue tooltip dependency

This commit is contained in:
2024-02-20 20:48:41 +01:00
parent f7ed4d9a84
commit 09611184e8
4 changed files with 93 additions and 332 deletions

View File

@ -13,16 +13,16 @@
"@vue/cli-service": "~5.0.8",
"@vue/compiler-sfc": "^3.0.0",
"babel-eslint": "^10.1.0",
"bootstrap": "^5.0.1",
"bootstrap-icons": "^1.5.0",
"bootstrap": "^5.3.2",
"bootstrap-icons": "^1.11.3",
"core-js": "^3.6.5",
"eslint": "^7.32.0",
"eslint-plugin-vue": "^7.0.0",
"sass": "^1.37.5",
"sass-loader": "^10.2.0",
"v-tooltip": "^4.0.0-alpha.1",
"vue": "^3.0.0",
"vue-router": "^4.0.0-0",
"vuex": "^4.0.2"
"v-tooltip": "^4.0.0-beta.17",
"vue": "^3.4.0",
"vue-router": "^4.2.5",
"vuex": "^4.1.0"
}
}