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