Skip to content

Commit

Permalink
fix(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Oct 21, 2021
1 parent 7ddb883 commit 8776183
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions frontend/package-lock.json

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

8 changes: 4 additions & 4 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@
"dependencies": {
"@fortawesome/fontawesome-free": "5.15.4",
"@mdi/font": "6.2.95",
"@vue/composition-api": "^1.2.4",
"@vueuse/core": "^6.5.3",
"@vue/composition-api": "1.2.4",
"@vueuse/core": "6.5.3",
"axios": "0.23.0",
"buefy": "0.9.10",
"core-js": "3.18.3",
"dayjs": "1.10.7",
"filesize.js": "2.0.0",
"highlight.js": "11.2.0",
"js-base64": "3.7.2",
"js-file-download": "^0.4.12",
"js-file-download": "0.4.12",
"js-sha256": "0.9.0",
"qs": "6.10.1",
"url-parse": "1.5.3",
"vue": "2.6.14",
"vue-concurrency": "^2.2.1",
"vue-concurrency": "2.2.1",
"vue-markdown": "2.2.4",
"vue-router": "3.5.2"
},
Expand Down

0 comments on commit 8776183

Please sign in to comment.