Import notistack package forked by Gnosis
This commit is contained in:
parent
c342277c49
commit
54e4ecfba6
|
@ -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",
|
||||
|
|
11
yarn.lock
11
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"
|
||||
fd-slicer "~1.1.0"
|
||||
|
|
Loading…
Reference in New Issue