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

fix: pin shadow-cljs to 2.9.4

This commit is contained in:
greenkeeper[bot] 2020-05-16 21:12:07 +00:00 committed by GitHub
commit dc7b9eea70
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,6 +49,6 @@
"react-flip-move": "^3.0.3", "react-flip-move": "^3.0.3",
"react-highlight.js": "^1.0.7", "react-highlight.js": "^1.0.7",
"sass": "^1.17.3", "sass": "^1.17.3",
"shadow-cljs": "^2.8.109" "shadow-cljs": "2.9.4"
} }
} }