mirror of
https://github.com/gotson/komga.git
synced 2026-05-09 05:10:19 +02:00
build(webui): downgrade sass to remove warnings during build
This commit is contained in:
parent
864a86da57
commit
d478b86202
2 changed files with 719 additions and 140 deletions
851
komga-webui/package-lock.json
generated
851
komga-webui/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -40,8 +40,8 @@
|
|||
"@types/lodash": "^4.14.172",
|
||||
"@types/vuelidate": "^0.7.15",
|
||||
"@types/webpack": "^4.4.0",
|
||||
"@typescript-eslint/eslint-plugin": "^3.7.1",
|
||||
"@typescript-eslint/parser": "^3.7.1",
|
||||
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
||||
"@typescript-eslint/parser": "^4.33.0",
|
||||
"@vue/cli-plugin-babel": "^4.4.6",
|
||||
"@vue/cli-plugin-eslint": "^4.4.6",
|
||||
"@vue/cli-plugin-router": "^4.4.6",
|
||||
|
|
@ -60,8 +60,8 @@
|
|||
"eslint-plugin-vue": "^6.2.2",
|
||||
"html-webpack-inject-attributes-plugin": "^1.0.6",
|
||||
"jest-canvas-mock": "^2.3.1",
|
||||
"sass": "^1.39.0",
|
||||
"sass-loader": "^9.0.2",
|
||||
"sass": "^1.32.13",
|
||||
"sass-loader": "^10.2.0",
|
||||
"ts-jest": "^24.3.0",
|
||||
"typeface-roboto": "1.1.13",
|
||||
"typescript": "^3.9.7",
|
||||
|
|
|
|||
Loading…
Reference in a new issue