纠正api.js中的错误
Showing
| ... | ... | @@ -10,6 +10,7 @@ |
| "replace": "sed -r -i 's/href=\\.\\//href=https:\\/\\/cdn02.moecube.com:444\\/ygopro\\//g' ./dist/index.html" | ||
| }, | ||
| "dependencies": { | ||
| "axios": "^1.4.0", | ||
| "bootstrap": "5.1.3", | ||
| "chokidar": "^3.5.2", | ||
| "datatables.net": "1.11.3", | ||
| ... | ... | @@ -21,7 +22,7 @@ |
| "glob-parent": "^6.0.2", | ||
| "is-svg": "^4.3.2", | ||
| "js-yaml": "2.1.3", | ||
| "moment": "^2.29.1", | ||
| "moment": "^2.29.4", | ||
| "normalize-wheel": "^1.0.1", | ||
| "parse-asn1": "^5.1.6", | ||
| "resize-observer-polyfill": "^1.5.1", | ||
| ... | ... | @@ -31,7 +32,7 @@ |
| "uuid": "3.1.0", | ||
| "vue": "2.5.17", | ||
| "vue-clipboard2": "0.3.1", | ||
| "vue-resource": "1.3.4", | ||
| "vue-resource": "^1.3.4", | ||
| "vue-router": "2.2.0", | ||
| "vuex": "2.4.0", | ||
| "watchpack": "2.3.1", | ||
| ... | ... |