Pin dependencies (#81)
Pin dependencies Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/81
This commit is contained in:
62
package.json
62
package.json
@ -8,39 +8,39 @@
|
||||
"lint": "vue-cli-service lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"bulma": "^0.8.0",
|
||||
"copy-to-clipboard": "^3.2.0",
|
||||
"date-fns": "^2.10.0",
|
||||
"lodash": "^4.17.15",
|
||||
"register-service-worker": "^1.6.2",
|
||||
"v-tooltip": "^2.0.2",
|
||||
"verte": "^0.0.12",
|
||||
"vue": "^2.6.11",
|
||||
"vue-drag-resize": "^1.3.2",
|
||||
"vue-easymde": "^1.0.1"
|
||||
"bulma": "0.8.0",
|
||||
"copy-to-clipboard": "3.2.0",
|
||||
"date-fns": "2.10.0",
|
||||
"lodash": "4.17.15",
|
||||
"register-service-worker": "1.6.2",
|
||||
"v-tooltip": "2.0.2",
|
||||
"verte": "0.0.12",
|
||||
"vue": "2.6.11",
|
||||
"vue-drag-resize": "1.3.2",
|
||||
"vue-easymde": "1.0.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@fortawesome/fontawesome-svg-core": "^1",
|
||||
"@fortawesome/free-regular-svg-icons": "^5",
|
||||
"@fortawesome/free-solid-svg-icons": "^5",
|
||||
"@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",
|
||||
"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"
|
||||
"@fortawesome/fontawesome-svg-core": "1.2.25",
|
||||
"@fortawesome/free-regular-svg-icons": "5.11.2",
|
||||
"@fortawesome/free-solid-svg-icons": "5.11.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",
|
||||
"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,
|
||||
|
Reference in New Issue
Block a user