Merge pull request 'Update vue-cli monorepo to v5 (major)' (#43) from renovate/major-5-vue-cli-monorepo into main
continuous-integration/drone/push Build is passing Details

Reviewed-on: #43
Reviewed-by: HerHde <herhde@noreply.git.wtf-eg.de>
This commit is contained in:
Brain 2024-04-23 17:16:04 +02:00
commit 5ec81733a2
3 changed files with 4255 additions and 7529 deletions

11770
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -15,14 +15,14 @@
"vue": "^3.4.23"
},
"devDependencies": {
"@vue/cli-plugin-babel": "4.5.19",
"@vue/cli-plugin-eslint": "4.5.19",
"@vue/cli-plugin-pwa": "4.5.19",
"@vue/cli-service": "4.5.19",
"@vue/cli-plugin-babel": "5.0.8",
"@vue/cli-plugin-eslint": "5.0.8",
"@vue/cli-plugin-pwa": "5.0.8",
"@vue/cli-service": "5.0.8",
"@vue/compiler-sfc": "3.4.23",
"@vue/eslint-config-standard": "5.1.2",
"@vue/eslint-config-standard": "6.1.0",
"babel-eslint": "10.1.0",
"eslint": "6.8.0",
"eslint": "7.32.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "4.3.1",

View File

@ -798,7 +798,7 @@ export default {
@font-face {
font-family: "Lato";
src: local('Lato'), url("/fonts/Lato-Regular.woff") format("woff"), url("/fonts/Lato-Regular.woff2") format("woff2");
src: local('Lato'), url("../public/fonts/Lato-Regular.woff") format("woff"), url("../public/fonts/Lato-Regular.woff2") format("woff2");
}
body{
font-family: 'Lato', 'sans-serif' !important;