Dependency updates (#374)

This commit is contained in:
Matt Cowley 2022-07-20 21:34:17 +01:00 committed by GitHub
parent cd3785061e
commit e95e615c18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3349 additions and 3180 deletions

6507
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -62,30 +62,30 @@
"webpack-require-from": "^1.8.6"
},
"devDependencies": {
"@babel/eslint-parser": "^7.18.2",
"@babel/eslint-parser": "^7.18.9",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.18.6",
"@babel/preset-env": "^7.18.6",
"@babel/runtime": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.18.9",
"@babel/preset-env": "^7.18.9",
"@babel/runtime": "^7.18.9",
"@vue/cli-service": "^5.0.8",
"ajv": "^8.11.0",
"chalk": "^5.0.1",
"copyfiles": "^2.4.1",
"core-js": "^3.23.4",
"core-js": "^3.23.5",
"duplicate-package-checker-webpack-plugin": "^3.0.0",
"eslint": "^8.19.0",
"eslint": "^8.20.0",
"eslint-plugin-vue": "^9.2.0",
"esm": "^3.2.25",
"jest": "^28.1.2",
"jest-environment-jsdom": "^28.1.2",
"node-fetch": "^3.2.6",
"jest": "^28.1.3",
"jest-environment-jsdom": "^28.1.3",
"node-fetch": "^3.2.9",
"postcss": "^8.4.14",
"sass": "^1.53.0",
"sass-loader": "^13.0.2",
"stylelint": "^14.9.1",
"stylelint-config-standard-scss": "^4.0.0",
"stylelint-config-standard-scss": "^5.0.0",
"stylelint-order": "^5.0.0",
"vue-template-compiler": "^2.7.4",
"vue-template-compiler": "^2.7.7",
"webpack": "^5.73.0",
"webpack-bundle-analyzer": "^4.5.0"
},