Skip to content

Commit

Permalink
Pin dependencies (#886)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jul 1, 2022
1 parent 1351f9e commit 06fff56
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
22 changes: 11 additions & 11 deletions web/package-lock.json

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

22 changes: 11 additions & 11 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@
"lint": "vue-cli-service lint"
},
"dependencies": {
"axios": "^0.27.2",
"buefy": "^0.9.21",
"core-js": "^3.8.3",
"vue": "^2.6.14",
"vue-router": "^3.4.9",
"axios": "0.27.2",
"buefy": "0.9.21",
"core-js": "3.23.3",
"vue": "2.6.14",
"vue-router": "3.5.4",
"vuex": "3.6.2"
},
"devDependencies": {
"@babel/core": "7.18.6",
"@babel/eslint-parser": "^7.12.16",
"@vue/cli-plugin-babel": "~5.0.0",
"@vue/cli-plugin-eslint": "~5.0.0",
"@vue/cli-service": "~5.0.0",
"eslint": "^7.32.0",
"@babel/eslint-parser": "7.18.2",
"@vue/cli-plugin-babel": "5.0.6",
"@vue/cli-plugin-eslint": "5.0.6",
"@vue/cli-service": "5.0.6",
"eslint": "7.32.0",
"eslint-plugin-vue": "9.1.1",
"vue-template-compiler": "^2.6.14"
"vue-template-compiler": "2.6.14"
},
"eslintConfig": {
"root": true,
Expand Down

0 comments on commit 06fff56

Please sign in to comment.