1
0
Fork 0
mirror of https://github.com/heyarne/airsonic-ui.git synced 2026-05-06 18:33:38 +02:00

Update some libraries and run npm audit fix

This commit is contained in:
heyarne 2019-12-07 23:00:55 +01:00
commit 7764a5e4b8
3 changed files with 52 additions and 60 deletions

View file

@ -27,8 +27,9 @@
"dependencies": {
"@hugojosefson/color-hash": "^2.0.3",
"autoprefixer": "^9.5.0",
"bulma": "^0.7.4",
"bulma": "^0.8.0",
"create-react-class": "^15.6.3",
"highlight.js": "9.15.10",
"open-iconic": "^1.1.1",
"postcss-cli": "^6.1.2",
"react": "^16.8.6",
@ -46,6 +47,6 @@
"react-flip-move": "^3.0.3",
"react-highlight.js": "^1.0.7",
"sass": "^1.17.3",
"shadow-cljs": "^2.8.53"
"shadow-cljs": "^2.8.81"
}
}