Skip to content

Commit ac8fbca

Browse files
committed
Add package for subtle notifications toast
1 parent 1fa0752 commit ac8fbca

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

omniport/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"react-favicon": "0.0.14",
4747
"react-file-icon": "^1.0.0",
4848
"react-helmet": "^5.2.0",
49+
"react-hot-toast": "^1.0.2",
4950
"react-image-crop": "^6.0.12",
5051
"react-redux": "^5.1.1",
5152
"react-router-dom": "^4.3.1",

omniport/yarn.lock

+12
Original file line numberDiff line numberDiff line change
@@ -3751,6 +3751,11 @@ globby@^6.1.0:
37513751
pify "^2.0.0"
37523752
pinkie-promise "^2.0.0"
37533753

3754+
goober@^2.0.15:
3755+
version "2.0.30"
3756+
resolved "https://registry.yarnpkg.com/goober/-/goober-2.0.30.tgz#fb3034d904002bac17eb2be6a8f1f8daf72a4970"
3757+
integrity sha512-fVAgCTKFGWw1oBvUSAyLjZJBur/BUn5tmUSaGx5ryPddYJYNrCsvkzSoCnE1O8/5EiDK0UYbWilBUp44hKekRw==
3758+
37543759
graceful-fs@^4.1.11, graceful-fs@^4.1.15, graceful-fs@^4.1.2, graceful-fs@^4.1.6:
37553760
version "4.1.15"
37563761
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.15.tgz#ffb703e1066e8a0eeaa4c8b80ba9253eeefbfb00"
@@ -6350,6 +6355,13 @@ react-helmet@^5.2.0:
63506355
prop-types "^15.5.4"
63516356
react-side-effect "^1.1.0"
63526357

6358+
react-hot-toast@^1.0.2:
6359+
version "1.0.2"
6360+
resolved "https://registry.yarnpkg.com/react-hot-toast/-/react-hot-toast-1.0.2.tgz#162f020ba7c0b20f2f25bb7738458c435e84107c"
6361+
integrity sha512-wp89H0WA6EtiexAg5l3ys+WaZ3u0xM/FJWxl6YxR3hlquWhKvO9snBgTe4ATPEcgbS6pbc43RbuBINOkYOzA5A==
6362+
dependencies:
6363+
goober "^2.0.15"
6364+
63536365
react-image-crop@^6.0.12:
63546366
version "6.0.12"
63556367
resolved "https://registry.yarnpkg.com/react-image-crop/-/react-image-crop-6.0.12.tgz#65e3dc22fb663ed41d5c25ec49ba3775b020ec9b"

0 commit comments

Comments
 (0)