From 54e4ecfba64902526717e2bcd3538690bc57858c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Germ=C3=A1n=20Mart=C3=ADnez?= Date: Sat, 28 Sep 2019 19:27:06 +0200 Subject: [PATCH] Import notistack package forked by Gnosis --- package.json | 2 +- yarn.lock | 11 +++++------ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 179e02ae..b0a11c6b 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,7 @@ "immortal-db": "^1.0.2", "immutable": "^4.0.0-rc.9", "material-ui-search-bar": "^1.0.0-beta.13", - "notistack": "^0.9.2", + "notistack": "https://github.com/gnosis/notistack.git#v0.9.4", "optimize-css-assets-webpack-plugin": "5.0.3", "qrcode.react": "^0.9.3", "react": "16.9.0", diff --git a/yarn.lock b/yarn.lock index dfcc3378..64684c41 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12893,15 +12893,14 @@ normalize-url@^4.1.0: resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-4.3.0.tgz#9c49e10fc1876aeb76dba88bf1b2b5d9fa57b2ee" integrity sha512-0NLtR71o4k6GLP+mr6Ty34c5GA6CMoEsncKJxvQd8NzPxaHRJNnb5gZE8R1XF4CPIS7QPHLJ74IFszwtNVAHVQ== -notistack@^0.9.2: - version "0.9.2" - resolved "https://registry.yarnpkg.com/notistack/-/notistack-0.9.2.tgz#333ca7e08e85ae10867b1e8be5d82b149676aad6" - integrity sha512-Z2zi3ankqvwmrQvUx7SHM2X3P8llbPA/O1nM1hqn2fGuffn40Fi8isw701pdxczxA6S7huSyfOE/ZPgeTpWmrQ== +"notistack@https://github.com/gnosis/notistack.git#v0.9.4": + version "0.9.4" + resolved "https://github.com/gnosis/notistack.git#077aa51fd066f2c3198b2f5ce773f741e21f24df" dependencies: classnames "^2.2.6" hoist-non-react-statics "^3.3.0" prop-types "^15.7.2" - react-is "^16.8.6" + react-is "^16.9.0" now-and-later@^2.0.0: version "2.0.1" @@ -20395,4 +20394,4 @@ yauzl@^2.4.2: integrity sha1-x+sXyT4RLLEIb6bY5R+wZnt5pfk= dependencies: buffer-crc32 "~0.2.3" - fd-slicer "~1.1.0" \ No newline at end of file + fd-slicer "~1.1.0"