Update dependencies to latest minor versions
This commit is contained in:
parent
89c98ca114
commit
043316b533
File diff suppressed because it is too large
Load Diff
36
package.json
36
package.json
|
@ -53,41 +53,41 @@
|
|||
"json-to-pretty-yaml": "^1.2.2",
|
||||
"memory-tar-create": "0.0.3",
|
||||
"pretty-checkbox-vue": "^1.1.9",
|
||||
"prismjs": "^1.28.0",
|
||||
"prismjs": "^1.29.0",
|
||||
"qs": "^6.11.0",
|
||||
"simple-js-sha2-256": "^1.0.7",
|
||||
"vue": "^3.2.37",
|
||||
"vue-i18n": "^9.1.10",
|
||||
"vue-select": "^4.0.0-beta.3",
|
||||
"vue": "^3.2.40",
|
||||
"vue-i18n": "^9.2.2",
|
||||
"vue-select": "^4.0.0-beta.5",
|
||||
"webpack-require-from": "^1.8.6"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/eslint-parser": "^7.18.9",
|
||||
"@babel/eslint-parser": "^7.19.1",
|
||||
"@babel/plugin-proposal-class-properties": "^7.18.6",
|
||||
"@babel/plugin-transform-runtime": "^7.18.9",
|
||||
"@babel/preset-env": "^7.18.9",
|
||||
"@babel/runtime": "^7.18.9",
|
||||
"@babel/plugin-transform-runtime": "^7.19.1",
|
||||
"@babel/preset-env": "^7.19.3",
|
||||
"@babel/runtime": "^7.19.0",
|
||||
"@vue/cli-service": "^5.0.8",
|
||||
"ajv": "^8.11.0",
|
||||
"chalk": "^5.0.1",
|
||||
"copyfiles": "^2.4.1",
|
||||
"core-js": "^3.23.5",
|
||||
"core-js": "^3.25.3",
|
||||
"duplicate-package-checker-webpack-plugin": "^3.0.0",
|
||||
"eslint": "^8.20.0",
|
||||
"eslint-plugin-vue": "^9.2.0",
|
||||
"eslint": "^8.24.0",
|
||||
"eslint-plugin-vue": "^9.5.1",
|
||||
"esm": "^3.2.25",
|
||||
"jest": "^28.1.3",
|
||||
"jest-environment-jsdom": "^28.1.3",
|
||||
"node-fetch": "^3.2.9",
|
||||
"postcss": "^8.4.14",
|
||||
"sass": "^1.53.0",
|
||||
"node-fetch": "^3.2.10",
|
||||
"postcss": "^8.4.17",
|
||||
"sass": "^1.55.0",
|
||||
"sass-loader": "^13.0.2",
|
||||
"stylelint": "^14.9.1",
|
||||
"stylelint": "^14.13.0",
|
||||
"stylelint-config-standard-scss": "^5.0.0",
|
||||
"stylelint-order": "^5.0.0",
|
||||
"vue-template-compiler": "^2.7.7",
|
||||
"webpack": "^5.73.0",
|
||||
"webpack-bundle-analyzer": "^4.5.0"
|
||||
"vue-template-compiler": "^2.7.10",
|
||||
"webpack": "^5.74.0",
|
||||
"webpack-bundle-analyzer": "^4.6.1"
|
||||
},
|
||||
"overrides": {
|
||||
"@vue/cli-service": {
|
||||
|
|
Loading…
Reference in New Issue