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

npm update && npm audit fix

This commit is contained in:
heyarne 2019-04-01 16:25:18 +02:00
commit 593f8b57ea
2 changed files with 65 additions and 65 deletions

View file

@ -26,14 +26,14 @@
},
"dependencies": {
"@hugojosefson/color-hash": "^2.0.3",
"autoprefixer": "^9.4.10",
"bulma": "^0.7.3",
"autoprefixer": "^9.5.0",
"bulma": "^0.7.4",
"create-react-class": "^15.6.3",
"open-iconic": "^1.1.1",
"postcss-cli": "^6.1.2",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-sortable-hoc": "^1.6.1"
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-sortable-hoc": "^1.8.3"
},
"devDependencies": {
"gh-pages": "^1.2.0",
@ -45,7 +45,7 @@
"npm-run-all": "^4.1.5",
"react-flip-move": "^3.0.3",
"react-highlight.js": "^1.0.7",
"sass": "^1.17.0",
"shadow-cljs": "^2.8.14"
"sass": "^1.17.3",
"shadow-cljs": "^2.8.25"
}
}