Export update frequency moving form 2.5 seconds to 1.0 seconds, and look at more…
Export update frequency moving form 2.5 seconds to 1.0 seconds, and look at more statuses (pending, preparing, in-progress, and finalizing)
Showing
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
... | ... | @@ -16,23 +16,23 @@ |
"lint": "vue-cli-service lint" | ||
}, | ||
"dependencies": { | ||
"@popperjs/core": "^2.11.0", | ||
"@popperjs/core": "^2.11.7", | ||
"axios": "^0.24.0", | ||
"bootstrap": "^5.1.3", | ||
"core-js": "^3.6.5", | ||
"bootstrap": "^5.2.3", | ||
"core-js": "^3.30.0", | ||
"uuid": "^8.3.2", | ||
"vue": "^3.0.0", | ||
"vue": "^3.2.47", | ||
"vue-gtag": "^2.0.1", | ||
"vue-router": "^4.0.0-0", | ||
"vuex": "^4.0.0-0" | ||
"vue-router": "^4.1.6", | ||
"vuex": "^4.1.0" | ||
}, | ||
"devDependencies": { | ||
"@vue/cli-plugin-babel": "~4.5.0", | ||
"@vue/cli-plugin-eslint": "~4.5.0", | ||
"@vue/cli-plugin-router": "~4.5.0", | ||
"@vue/cli-plugin-vuex": "~4.5.0", | ||
"@vue/cli-service": "~4.5.0", | ||
"@vue/compiler-sfc": "^3.0.0", | ||
"@vue/cli-plugin-babel": "^4.5.19", | ||
"@vue/cli-plugin-eslint": "^4.5.19", | ||
"@vue/cli-plugin-router": "^4.5.19", | ||
"@vue/cli-plugin-vuex": "^4.5.19", | ||
"@vue/cli-service": "^4.5.19", | ||
"@vue/compiler-sfc": "^3.2.47", | ||
"babel-eslint": "^10.1.0", | ||
"eslint": "^6.7.2", | ||
"eslint-plugin-vue": "^7.0.0" | ||
... | ... |
Please
register
or
sign in
to comment