From 4df8e06c3cb182a5c9971078188bfabaec0ab05d Mon Sep 17 00:00:00 2001 From: Audric Ackermann Date: Fri, 27 Nov 2020 16:53:12 +1100 Subject: [PATCH] patch react-mentions types with custom one this can be reverted once https://github.com/signavio/react-mentions/pull/449 is merged upstream, as the DefinitelyTyped types will be regenerated --- package.json | 8 ++- patches/@types+react-mentions+3.3.1.patch | 34 +++++++++ yarn.lock | 88 ++++++++++++++++++++--- 3 files changed, 120 insertions(+), 10 deletions(-) create mode 100644 patches/@types+react-mentions+3.3.1.patch diff --git a/package.json b/package.json index d1b79dd4c..4aa78d1b6 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,9 @@ }, "main": "main.js", "scripts": { - "postinstall": "electron-builder install-app-deps && rimraf node_modules/dtrace-provider", + "prepare": "patch-package", + "postinstall": "yarn custom-react-mentions-build ; electron-builder install-app-deps && rimraf node_modules/dtrace-provider", + "custom-react-mentions-build": "cd node_modules/react-mentions && yarn install && rm -rf node_modules/react node_modules/react-dom && ln -s $PWD/../react node_modules && ln -s $PWD/../react-dom node_modules && yarn build; cd -", "start": "cross-env NODE_APP_INSTANCE=$MULTI electron .", "start-prod": "cross-env NODE_ENV=production NODE_APP_INSTANCE=devprod$MULTI electron .", "start-swarm-test": "cross-env NODE_ENV=swarm-testing NODE_APP_INSTANCE=$MULTI electron .", @@ -113,7 +115,7 @@ "react-emoji-render": "^1.2.4", "react-h5-audio-player": "^3.2.0", "react-intersection-observer": "^8.30.3", - "react-mentions": "^4.0.2", + "react-mentions": "https://github.com/Bilb/react-mentions", "react-portal": "^4.2.0", "react-qr-svg": "^2.2.1", "react-redux": "7.2.1", @@ -196,6 +198,8 @@ "node-gyp": "3.8.0", "node-sass-import-once": "1.2.0", "nyc": "11.4.1", + "patch-package": "^6.2.2", + "postinstall-prepare": "^1.0.1", "prettier": "1.19.0", "qs": "6.5.1", "react-docgen-typescript": "1.2.6", diff --git a/patches/@types+react-mentions+3.3.1.patch b/patches/@types+react-mentions+3.3.1.patch new file mode 100644 index 000000000..4044d6947 --- /dev/null +++ b/patches/@types+react-mentions+3.3.1.patch @@ -0,0 +1,34 @@ +diff --git a/node_modules/@types/react-mentions/README.md b/node_modules/@types/react-mentions/README.md +deleted file mode 100644 +index 8f5cd37..0000000 +--- a/node_modules/@types/react-mentions/README.md ++++ /dev/null +@@ -1,16 +0,0 @@ +-# Installation +-> `npm install --save @types/react-mentions` +- +-# Summary +-This package contains type definitions for react-mentions (https://github.com/signavio/react-mentions). +- +-# Details +-Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-mentions. +- +-### Additional Details +- * Last updated: Wed, 28 Oct 2020 03:29:22 GMT +- * Dependencies: [@types/react](https://npmjs.com/package/@types/react) +- * Global values: none +- +-# Credits +-These definitions were written by [Scott Willeke](https://github.com/activescott), and [Eugene Fedorenko](https://github.com/efedorenko). +diff --git a/node_modules/@types/react-mentions/index.d.ts b/node_modules/@types/react-mentions/index.d.ts +index 70256dd..bbba5cb 100644 +--- a/node_modules/@types/react-mentions/index.d.ts ++++ b/node_modules/@types/react-mentions/index.d.ts +@@ -33,6 +33,7 @@ export interface MentionsInputProps extends Omit