Updated things, all ok except bug in v-text-field that was reported

This commit is contained in:
2020-10-21 23:52:23 +00:00
parent ab7dc1c378
commit ac94065e94
7 changed files with 78 additions and 51 deletions

View File

@@ -23,19 +23,19 @@
"core-js": "^3.6.5",
"dompurify": "^2.1.1",
"github-markdown-css": "^4.0.0",
"jwt-decode": "^2.2.0",
"jwt-decode": "^3.0.0",
"luxon": "^1.25.0",
"marked": "^0.8.2",
"monaco-editor": "^0.20.0",
"monaco-editor-webpack-plugin": "^1.9.1",
"marked": "^1.2.2",
"monaco-editor": "^0.21.2",
"monaco-editor-webpack-plugin": "^2.0.0",
"nprogress": "^0.2.0",
"register-service-worker": "^1.7.1",
"typeface-roboto": "0.0.75",
"fontsource-roboto": "^3.0.3",
"vue": "^2.6.12",
"vue-chartjs": "^3.5.1",
"vue-currency-input": "1.20.3",
"vue-router": "^3.4.7",
"vuetify": "^2.3.14",
"vuetify": "^2.3.15",
"vuex": "^3.5.1",
"vuex-persistedstate": "^2.7.1"
},