📦 (Vue)

This commit is contained in:
Julien Calixte
2019-10-19 08:34:37 +02:00
parent e1efe93470
commit 0be6fb0838
3 changed files with 79 additions and 69 deletions

View File

@@ -9,13 +9,13 @@
"test:unit": "vue-cli-service test:unit"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.22",
"@fortawesome/free-solid-svg-icons": "^5.10.2",
"@fortawesome/vue-fontawesome": "^0.1.6",
"@fortawesome/fontawesome-svg-core": "^1.2.25",
"@fortawesome/free-solid-svg-icons": "^5.11.2",
"@fortawesome/vue-fontawesome": "^0.1.7",
"@xkeshi/vue-qrcode": "^1.0.0",
"axios": "^0.19.0",
"bulma": "^0.7.5",
"bulma-checkradio": "^2.1.0",
"bulma-checkradio": "^2.1.1",
"bulma-pricingtable": "^0.2.0",
"bulma-switch": "^2.0.0",
"crypto-js": "^3.1.9-1",
@@ -30,16 +30,16 @@
"vue": "^2.6.10",
"vue-class-component": "^7.1.0",
"vue-click-outside": "^1.0.7",
"vue-i18n": "^8.14.0",
"vue-property-decorator": "^8.2.1",
"vue-router": "^3.1.2",
"vue-i18n": "^8.15.0",
"vue-property-decorator": "^8.3.0",
"vue-router": "^3.1.3",
"vuex": "^3.1.1",
"vuex-class": "^0.3.2",
"vuex-persist": "^2.0.1"
"vuex-persist": "^2.1.0"
},
"devDependencies": {
"@types/chartist": "^0.9.46",
"@types/jest": "^24.0.17",
"@types/jest": "^24.0.19",
"@types/lodash-es": "^4.17.3",
"@types/md5": "^2.1.33",
"@types/notyf": "^2.0.0",
@@ -53,9 +53,9 @@
"@vue/test-utils": "^1.0.0-beta.29",
"babel-core": "7.0.0-bridge.0",
"node-sass": "^4.12.0",
"sass-loader": "^7.2.0",
"ts-jest": "^24.0.2",
"typescript": "^3.5.3",
"sass-loader": "^7.3.1",
"ts-jest": "^24.1.0",
"typescript": "^3.6.4",
"vue-template-compiler": "^2.6.10"
}
}