1
0

Update dependencies (#40)

This commit is contained in:
konrad
2019-12-15 20:42:40 +00:00
parent ce1a524429
commit 11d9aaae12
11 changed files with 1993 additions and 2431 deletions

View File

@ -1,6 +1,6 @@
{
"name": "vikunja-frontend",
"version": "0.8.0",
"version": "0.10.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
@ -8,13 +8,13 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"bulma": "^0.7.1",
"bulma": "^0.8.0",
"copy-to-clipboard": "^3.2.0",
"lodash": "^4.17.11",
"lodash": "^4.17.15",
"register-service-worker": "^1.6.2",
"v-tooltip": "^2.0.0-rc.33",
"v-tooltip": "^2.0.2",
"verte": "^0.0.12",
"vue": "^2.5.17",
"vue": "^2.6.11",
"vue-drag-resize": "^1.3.2",
"vue-easymde": "^1.0.1"
},
@ -22,23 +22,24 @@
"@fortawesome/fontawesome-svg-core": "^1",
"@fortawesome/free-regular-svg-icons": "^5",
"@fortawesome/free-solid-svg-icons": "^5",
"@fortawesome/vue-fontawesome": "^0.1.1",
"@vue/cli": "^4.0.1",
"@vue/cli-plugin-babel": "^3.0.1",
"@vue/cli-plugin-eslint": "^3.0.1",
"@vue/cli-plugin-pwa": "^4.0.0",
"@vue/cli-service": "^3.9.2",
"@fortawesome/vue-fontawesome": "^0.1.9",
"@vue/cli": "^4.1.1",
"@vue/cli-plugin-babel": "^4.1.1",
"@vue/cli-plugin-eslint": "^4.1.1",
"@vue/cli-plugin-pwa": "^4.1.1",
"@vue/cli-service": "^4.1.1",
"axios": "^0.19.0",
"bulmaswatch": "^0.7.1",
"i": "^0.3.6",
"node-sass": "^4.9.3",
"npm": "^6.13.4",
"sass-loader": "^7.1.0",
"vue-flatpickr-component": "^8.1.2",
"vue-multiselect": "^2.1.0",
"vue-notification": "^1.3.13",
"vue-router": "^3.0.1",
"vue-template-compiler": "^2.5.17"
"babel-eslint": "^10.0.3",
"core-js": "^3.5.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.0.1",
"node-sass": "^4.13.0",
"sass-loader": "^8.0.0",
"vue-flatpickr-component": "^8.1.5",
"vue-multiselect": "^2.1.6",
"vue-notification": "^1.3.20",
"vue-router": "^3.1.3",
"vue-template-compiler": "^2.6.11"
},
"eslintConfig": {
"root": true,