1
0
Fork 0
mirror of https://github.com/heyarne/airsonic-ui.git synced 2026-05-06 10:23:39 +02:00

Update dependencies and reduce build size by switching to fipp for pretty-printing

Before:  :main [JS: 742.51 KB] [GZIP: 187.08 KB]
After:   :main [JS: 634.35 KB] [GZIP: 163.7 KB]
This commit is contained in:
Arne Schlüter 2018-11-27 02:21:08 +01:00
commit 061fa174f0
4 changed files with 422 additions and 430 deletions

View file

@ -26,11 +26,11 @@
},
"dependencies": {
"@hugojosefson/color-hash": "^2.0.3",
"bulma": "^0.7.1",
"bulma": "^0.7.2",
"create-react-class": "^15.6.3",
"open-iconic": "^1.1.1",
"react": "^16.3.2",
"react-dom": "^16.3.2"
"react": "^16.6.3",
"react-dom": "^16.6.3"
},
"devDependencies": {
"gh-pages": "^1.2.0",
@ -38,11 +38,11 @@
"karma-chrome-launcher": "^2.2.0",
"karma-cljs-test": "^0.1.0",
"karma-notify-reporter": "^1.0.1",
"node-sass": "^4.9.2",
"npm-run-all": "^4.1.2",
"react-flip-move": "^3.0.1",
"node-sass": "^4.10.0",
"npm-run-all": "^4.1.5",
"react-flip-move": "^3.0.3",
"react-highlight.js": "^1.0.7",
"sass": "^1.3.2",
"shadow-cljs": "^2.6.1"
"sass": "^1.15.1",
"shadow-cljs": "^2.7.6"
}
}