I can help out with this, but since the bindings are code-generated, I'm not sure what's the best way to do that. Still, the `bower.json` file and PS deps in `package.json` are easy to update via [update-bower-json-release-versions.txt](https://github.com/JordanMartinez/purescript-ecosystem-update/blob/master/files/jq/update-bower-json-release-versions.txt) ```sh jq --from-file update-bower-json-release-versions.txt bower.json > bower.json.tmp && mv bower.json.tmp bower.json ```