Skip to content

Commit

Permalink
Pin dependencies (#248)
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 Jun 28, 2022
1 parent d2e81f5 commit 5a5d65c
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
24 changes: 12 additions & 12 deletions web/package-lock.json

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

24 changes: 12 additions & 12 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",
"eslint-plugin-vue": "^8.0.3",
"vue-template-compiler": "^2.6.14"
"@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": "8.7.1",
"vue-template-compiler": "2.6.14"
},
"eslintConfig": {
"root": true,
Expand Down

0 comments on commit 5a5d65c

Please sign in to comment.