Skip to content

Commit

Permalink
Pin dependencies (#4)
Browse files Browse the repository at this point in the history
* Pin dependencies

* update

Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot authored Sep 23, 2020
1 parent 71d0b89 commit 5a263d9
Show file tree
Hide file tree
Showing 2 changed files with 94 additions and 104 deletions.
170 changes: 80 additions & 90 deletions web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

28 changes: 14 additions & 14 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,23 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"axios": "^0.20.0",
"buefy": "^0.9.3",
"core-js": "^3.6.5",
"vue": "^2.6.11",
"vue-router": "^3.2.0",
"vuex": "^3.5.1"
"axios": "0.20.0",
"buefy": "0.9.3",
"core-js": "3.6.5",
"vue": "2.6.12",
"vue-router": "3.4.3",
"vuex": "3.5.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-router": "^4.5.6",
"@vue/cli-service": "~4.5.0",
"babel-eslint": "^10.1.0",
"eslint": "^6.7.2",
"eslint-plugin-vue": "^6.2.2",
"@vue/cli-plugin-babel": "4.5.6",
"@vue/cli-plugin-eslint": "4.5.6",
"@vue/cli-plugin-router": "4.5.6",
"@vue/cli-service": "4.5.6",
"babel-eslint": "10.1.0",
"eslint": "6.8.0",
"eslint-plugin-vue": "6.2.2",
"prettier": "2.1.2",
"vue-template-compiler": "^2.6.11"
"vue-template-compiler": "2.6.12"
},
"eslintConfig": {
"root": true,
Expand Down

0 comments on commit 5a263d9

Please sign in to comment.