Skip to content
This repository has been archived by the owner on Oct 4, 2022. It is now read-only.

Commit

Permalink
Upgrade axios
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelKohler committed Oct 3, 2022
1 parent c9e57f6 commit b9e40d7
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 30 deletions.
75 changes: 46 additions & 29 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -9,7 +9,7 @@
"deploy": "npm run build && sed -i'' -e 's#=/favicon#=favicon#g' dist/index.html && sed -i'' -e 's#=/js#=js#g' dist/index.html && sed -i'' -e 's#=/css#=css#g' dist/index.html && gh-pages -d dist"
},
"dependencies": {
"axios": "^0.26.1",
"axios": "^0.27.2",
"chart.js": "^2.9.4",
"vue": "^2.6.12",
"vue-chartjs": "^3.5.1",
Expand Down

0 comments on commit b9e40d7

Please sign in to comment.