Skip to content

Commit

Permalink
Update leshan-bsserver-demos front-end dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernard31 committed Nov 13, 2023
1 parent 7595c7e commit 2fe97d3
Show file tree
Hide file tree
Showing 3 changed files with 854 additions and 987 deletions.
2 changes: 1 addition & 1 deletion leshan-bsserver-demo/webapp/package.json
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"@fontsource/roboto": "^4.5.0",
"axios": "^0.27.0",
"axios": "^1.6.0",
"core-js": "^3.18.0",
"file-saver": "^2.0.5",
"vue": "^2.6.0",
Expand Down
2 changes: 1 addition & 1 deletion leshan-bsserver-demo/webapp/src/plugins/axios.js
Expand Up @@ -25,7 +25,7 @@ let config = {
// baseURL: process.env.baseURL || process.env.apiUrl || ""
// timeout: 60 * 1000, // Timeout
// withCredentials: true, // Check cross-site Access-Control
responseType: "text",
responseType: "json",
};

// HACK waiting we get a solution for : https://github.com/yariksav/vuetify-dialog/issues/110#issuecomment-1145981361
Expand Down

0 comments on commit 2fe97d3

Please sign in to comment.