Skip to content

Commit 55a3396

Browse files
committed
dapp: downgrade Sass dependency
Unfortunately there is an issue of Vuetify which produces tons (massive amounts) of warning output when building the dApp. This issue is known at the Vuetify project. Unfortunately it can't be resolved while sticking to Vue 2 as it would produce conflicting dependency versions. That is what I take away from the respective issues (links below). This downgrade is the recommended solution. vuetifyjs/vuetify#13737 vuetifyjs/vuetify#13694
1 parent 4fb3a52 commit 55a3396

File tree

2 files changed

+482
-607
lines changed

2 files changed

+482
-607
lines changed

raiden-dapp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"jest-junit": "^12.2.0",
104104
"material-design-icons-iconfont": "^6.1.0",
105105
"nyc": "^15.1.0",
106-
"sass": "^1.35.2",
106+
"sass": "1.32.0",
107107
"sass-loader": "^10.2.0",
108108
"source-map-loader": "^1.1.3",
109109
"stylelint": "^13.13.1",

0 commit comments

Comments
 (0)