Ace dependency conflicts

I’m trying to create a plugin that needs a JSON object as config. I added react-ace as a way to build that json object. However, the version of Ace in my plugin is conflicting with the version of ace that the postgres plugin uses as a sql editor. Whichever one loads first wins. I’m not sure how to namespace it to be safer without access to the webpack config for the plugin.