Pin dependencies (#324)
Pin dependencies Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/324 Co-Authored-By: renovate <renovatebot@kolaente.de> Co-Committed-By: renovate <renovatebot@kolaente.de>
This commit is contained in:
parent
9e2eab6e23
commit
f036c666bb
2 changed files with 4 additions and 4 deletions
|
|
@ -43,7 +43,7 @@
|
|||
"axios": "0.21.0",
|
||||
"babel-eslint": "10.1.0",
|
||||
"cypress": "6.1.0",
|
||||
"cypress-file-upload": "^4.1.1",
|
||||
"cypress-file-upload": "4.1.1",
|
||||
"eslint": "7.15.0",
|
||||
"eslint-plugin-vue": "7.2.0",
|
||||
"faker": "5.1.0",
|
||||
|
|
@ -55,7 +55,7 @@
|
|||
"vue-notification": "1.3.20",
|
||||
"vue-router": "3.4.9",
|
||||
"vue-template-compiler": "2.6.12",
|
||||
"wait-on": "^5.2.0"
|
||||
"wait-on": "5.2.0"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"root": true,
|
||||
|
|
|
|||
Reference in a new issue