Package update

This commit is contained in:
2019-04-11 17:34:57 +00:00
parent 32486a1157
commit de202e9169
2 changed files with 86 additions and 62 deletions

View File

@@ -10,21 +10,21 @@
"test:unit": "vue-cli-service test:unit"
},
"dependencies": {
"@babel/polyfill": "^7.2.5",
"dayjs": "^1.8.8",
"@babel/polyfill": "^7.4.3",
"dayjs": "^1.8.12",
"jwt-decode": "^2.2.0",
"nprogress": "^0.2.0",
"register-service-worker": "^1.6.2",
"typeface-roboto": "0.0.54",
"vue": "^2.6.8",
"vue-router": "^3.0.2",
"vuetify": "^1.5.5",
"vue": "^2.6.10",
"vue-router": "^3.0.3",
"vuetify": "^1.5.11",
"vuex": "^3.1.0",
"vuex-persistedstate": "^2.5.4"
},
"devDependencies": {
"@cypress/webpack-preprocessor": "^3.0.0",
"@fortawesome/fontawesome-free": "^5.7.2",
"@fortawesome/fontawesome-free": "^5.8.1",
"@vue/cli-plugin-babel": "^3.2.2",
"@vue/cli-plugin-e2e-cypress": "^3.2.3",
"@vue/cli-plugin-eslint": "^3.2.2",
@@ -36,12 +36,12 @@
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "^10.0.1",
"babel-jest": "^23.6.0",
"eslint": "^5.15.1",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.2.2",
"node-sass": "^4.11.0",
"sass-loader": "^7.0.1",
"vue-cli-plugin-vuetify": "^0.4.6",
"vue-template-compiler": "^2.6.8"
"vue-template-compiler": "^2.6.10"
},
"eslintConfig": {
"root": true,