From 8ff3b09743172fec70443820382d0a2f4588f2fd Mon Sep 17 00:00:00 2001 From: rmgarg22 <34025549+rmgarg22@users.noreply.github.com> Date: Thu, 8 Oct 2020 13:56:35 +0100 Subject: [PATCH] Bumped up the reat-ace version Updated the version of react-ace to 6.0.0 so as to fix the opencollective permission related issue on Ubuntu --- src/main/resources/ui/package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/resources/ui/package.json b/src/main/resources/ui/package.json index fe51fb154..42351a482 100644 --- a/src/main/resources/ui/package.json +++ b/src/main/resources/ui/package.json @@ -16,7 +16,8 @@ "start": "node bin/server.js", "dev": "webpack --progress --colors", "build": "webpack --progress --colors --optimize-minimize --optimize-occurrence-order --optimize-dedupe --config webpack-release.config.js --bail", - "lint": "eslint --fix ./" + "lint": "eslint --fix ./", + "postinstall": "opencollective-postinstall" }, "devDependencies": { "babel-cli": "^6.18.0", @@ -40,7 +41,7 @@ "mobx-react": "^3.5.9", "mobx-react-form": "^1.13.28", "react": "^15.4.0", - "react-ace": "^4.1.0", + "react-ace": "^6.0.0", "react-dom": "^15.4.0", "react-select": "^1.0.0-rc.2", "validatorjs": "^3.8.0",