Compare commits

..

1 Commits

Author SHA1 Message Date
38065fc6c2 Replace dependency babel-eslint with @babel/eslint-parser 7.11.0
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/pr Build is failing
2024-04-16 20:34:40 +00:00
3 changed files with 7620 additions and 4356 deletions

11962
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": "5.0.8",
"@vue/cli-plugin-eslint": "5.0.8",
"@vue/cli-plugin-pwa": "5.0.8",
"@vue/cli-service": "5.0.8",
"@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/compiler-sfc": "3.4.23",
"@vue/eslint-config-standard": "6.1.0",
"@vue/eslint-config-standard": "5.1.2",
"@babel/eslint-parser": "7.11.0",
"eslint": "7.32.0",
"eslint": "6.8.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("../public/fonts/Lato-Regular.woff") format("woff"), url("../public/fonts/Lato-Regular.woff2") format("woff2");
src: local('Lato'), url("/fonts/Lato-Regular.woff") format("woff"), url("/fonts/Lato-Regular.woff2") format("woff2");
}
body{
font-family: 'Lato', 'sans-serif' !important;