Update some client dependencies trying to fix tag picker bug where it won't display on form open and have to click on any item to trigger display

This commit is contained in:
2021-06-29 23:34:30 +00:00
parent b41e5de8be
commit 92d7d8a1ea
2 changed files with 35 additions and 35 deletions

View File

@@ -20,7 +20,7 @@
"@fortawesome/vue-fontawesome": "^2.0.2",
"chart.js": "^2.9.4",
"chartjs-adapter-luxon": "^0.2.2",
"core-js": "^3.14.0",
"core-js": "^3.15.2",
"dompurify": "^2.2.9",
"fontsource-roboto": "^3.1.5",
"github-markdown-css": "^4.0.0",
@@ -34,9 +34,9 @@
"vue": "^2.6.14",
"vue-chartjs": "^3.5.1",
"vue-currency-input": "1.20.3",
"vue-router": "^3.5.1",
"vue-router": "^3.5.2",
"vue-signature": "^2.5.1",
"vuetify": "^2.5.4",
"vuetify": "^2.5.5",
"vuex": "^3.6.2",
"vuex-persistedstate": "^2.7.1"
},