Updating lots of npm libraries, and fixing paths and other config settings…
Updating lots of npm libraries, and fixing paths and other config settings required by these updates.
Showing
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
... | ... | @@ -17,25 +17,26 @@ |
}, | ||
"dependencies": { | ||
"@popperjs/core": "^2.11.7", | ||
"axios": "^0.24.0", | ||
"axios": "^1.4.0", | ||
"bootstrap": "^5.2.3", | ||
"core-js": "^3.30.0", | ||
"uuid": "^8.3.2", | ||
"core-js": "^3.30.2", | ||
"uuid": "^9.0.0", | ||
"vue": "^3.2.47", | ||
"vue-gtag": "^2.0.1", | ||
"vue-router": "^4.1.6", | ||
"vuex": "^4.1.0" | ||
}, | ||
"devDependencies": { | ||
"@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", | ||
"@types/node": "^20.1.1", | ||
"@vue/cli-plugin-babel": "^5.0.8", | ||
"@vue/cli-plugin-router": "^5.0.8", | ||
"@vue/cli-plugin-vuex": "^5.0.8", | ||
"@vue/cli-service": "^5.0.8", | ||
"@vue/compiler-sfc": "^3.2.47", | ||
"babel-eslint": "^10.1.0", | ||
"eslint-plugin-vue": "^9.11.1", | ||
"eslint": "^6.7.2", | ||
"eslint-plugin-vue": "^7.0.0" | ||
"path-browserify": "^1.0.1" | ||
}, | ||
"eslintConfig": { | ||
"root": true, | ||
... | ... |
Please
register
or
sign in
to comment