package.json updated

This commit is contained in:
Steffen 2020-12-10 15:02:32 +01:00
parent 943227865b
commit ca74fb81db
2 changed files with 838 additions and 468 deletions

1284
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -10,23 +10,23 @@
},
"main": "App.vue",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.29",
"@fortawesome/free-brands-svg-icons": "^5.13.1",
"@fortawesome/free-solid-svg-icons": "^5.13.1",
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-brands-svg-icons": "^5.15.1",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/vue-fontawesome": "^0.1.10",
"@vue/cli-service": "^4.4.6",
"sass": "^1.26.9",
"@vue/cli-service": "^4.5.9",
"sass": "^1.30.0",
"sass-loader": "^8.0.2",
"vue": "^2.3.3",
"vue-template-compiler": "^2.6.11",
"vuex": "^3.5.1",
"ws": "^7.3.0"
"vue": "^2.6.12",
"vue-template-compiler": "^2.6.12",
"vuex": "^3.6.0",
"ws": "^7.4.1"
},
"devDependencies": {
"@vue/cli-plugin-eslint": "^4.4.6",
"@vue/cli-plugin-eslint": "^4.5.9",
"@vue/eslint-config-prettier": "^6.0.0",
"eslint": "^6.7.2",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-prettier": "^3.2.0",
"eslint-plugin-vue": "^6.2.2",
"prettier": "^1.19.1"
},