Update dependencies (#427)

This commit is contained in:
Matt Cowley 2023-04-27 17:03:06 +01:00 committed by GitHub
parent d7cf4228a8
commit 54a0e57a5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4687 additions and 3586 deletions

8223
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -55,42 +55,42 @@
"memory-tar-create": "0.0.3",
"pretty-checkbox-vue": "^1.1.9",
"prismjs": "^1.29.0",
"qs": "^6.11.0",
"qs": "^6.11.1",
"simple-js-sha2-256": "^1.0.7",
"vue": "^3.2.45",
"vue": "^3.2.47",
"vue-i18n": "^9.2.2",
"vue-select": "^4.0.0-beta.6",
"webpack-require-from": "^1.8.6"
},
"devDependencies": {
"@babel/eslint-parser": "^7.19.1",
"@babel/eslint-parser": "^7.21.3",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-transform-runtime": "^7.19.6",
"@babel/preset-env": "^7.20.2",
"@babel/runtime": "^7.20.1",
"@babel/plugin-transform-runtime": "^7.21.4",
"@babel/preset-env": "^7.21.4",
"@babel/runtime": "^7.21.0",
"@vue/cli-service": "^5.0.8",
"ajv": "^8.11.2",
"chalk": "^5.1.2",
"ajv": "^8.12.0",
"chalk": "^5.2.0",
"copyfiles": "^2.4.1",
"core-js": "^3.26.1",
"core-js": "^3.30.1",
"duplicate-package-checker-webpack-plugin": "^3.0.0",
"eslint": "^8.28.0",
"eslint-plugin-vue": "^9.7.0",
"eslint": "^8.39.0",
"eslint-plugin-vue": "^9.11.0",
"esm": "^3.2.25",
"husky": "^8.0.2",
"jest": "^29.3.1",
"jest-environment-jsdom": "^29.3.1",
"lint-staged": "^13.0.3",
"node-fetch": "^3.3.0",
"postcss": "^8.4.19",
"sass": "^1.56.1",
"sass-loader": "^13.2.0",
"stylelint": "^14.15.0",
"stylelint-config-standard-scss": "^6.1.0",
"stylelint-order": "^5.0.0",
"husky": "^8.0.3",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"lint-staged": "^13.2.1",
"node-fetch": "^3.3.1",
"postcss": "^8.4.23",
"sass": "^1.62.0",
"sass-loader": "^13.2.2",
"stylelint": "^15.6.0",
"stylelint-config-standard-scss": "^9.0.0",
"stylelint-order": "^6.0.3",
"vue-template-compiler": "^2.7.14",
"webpack": "^5.76.0",
"webpack-bundle-analyzer": "^4.7.0"
"webpack": "^5.80.0",
"webpack-bundle-analyzer": "^4.8.0"
},
"lint-staged": {
"*.{js,vue}": [
@ -105,7 +105,7 @@
"mini-css-extract-plugin": "^1.6.2"
},
"pretty-checkbox-vue": {
"vue": "$vue"
"vue": "^3.0.0"
}
}
}