Skip to content

Commit

Permalink
added package upgrades
Browse files Browse the repository at this point in the history
  • Loading branch information
shroomlife committed Jan 16, 2024
1 parent 035d644 commit 01297e5
Show file tree
Hide file tree
Showing 6 changed files with 454 additions and 402 deletions.
34 changes: 17 additions & 17 deletions mm/dist/js/app.js

Large diffs are not rendered by default.

304 changes: 163 additions & 141 deletions mm/dist/js/chunk-vendors.js

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions mm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,21 @@
"node-forge": ">= 0.10.0"
},
"dependencies": {
"axios": "1.5.1",
"core-js": "3.33.0",
"sweetalert2": "11.7.32",
"axios": "1.6.5",
"core-js": "3.35.0",
"sweetalert2": "11.10.3",
"vue": "^2",
"vue-ionicons": "3.0.5",
"vue-sweetalert2": "5.0.5"
},
"devDependencies": {
"@babel/eslint-parser": "7.22.15",
"@babel/eslint-parser": "7.23.3",
"@vue/cli-plugin-babel": "5.0.8",
"@vue/cli-plugin-eslint": "5.0.8",
"@vue/cli-service": "5.0.8",
"eslint": "8.51.0",
"eslint-plugin-vue": "9.17.0",
"eslint": "8.56.0",
"eslint-plugin-vue": "9.20.1",
"vue-cli-plugin-bootstrap": "0.4.0",
"vue-template-compiler": "2.7.14"
"vue-template-compiler": "2.7.16"
}
}
Loading

0 comments on commit 01297e5

Please sign in to comment.