@bigbinary/neetoui 3.4.5 → 3.4.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -23,6 +23,10 @@ Prefix the change with one of these keywords:
23
23
  - *Fixed*: for any bug fixes.
24
24
  - *Security*: in case of vulnerabilities.
25
25
 
26
+ ## 3.4.6 - 2022-05-19
27
+
28
+ - *Updated*: `react-toastify` to `9.0.1`
29
+
26
30
  ## 3.4.5 - 2022-05-19
27
31
 
28
32
  - Fixed: `TypeError` issue in *Toastr* component.
package/README.md CHANGED
@@ -18,7 +18,7 @@ Starting `3.0.x`, neetoUI stylesheet has been separated from the bundle. To get
18
18
  **neetoUI** has few peer dependencies which are required to use neetoUI properly. Install the peer dependencies using the below command:
19
19
 
20
20
  ```
21
- yarn add react-toastify@8.0.2 formik@2.2.0 react-router-dom@5.2.0 react-router-nav-prompt@0.4.1
21
+ yarn add react-toastify@9.0.1 formik@2.2.0 react-router-dom@5.2.0 react-router-nav-prompt@0.4.1
22
22
  ```
23
23
 
24
24
  **neetoUI** depends on `react-toastify` for Toasters, so the styles for toaster must be imported to your main `scss` entry point.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigbinary/neetoui",
3
- "version": "3.4.5",
3
+ "version": "3.4.6",
4
4
  "main": "./index.js",
5
5
  "author": "BigBinary",
6
6
  "license": "MIT",
@@ -85,7 +85,7 @@
85
85
  "react-select": "5.2.1",
86
86
  "react-spring": "8.0.27",
87
87
  "react-test-renderer": "17.0.2",
88
- "react-toastify": "8.0.2",
88
+ "react-toastify": "9.0.1",
89
89
  "sass": "1.26.11",
90
90
  "sass-loader": "10.0.2",
91
91
  "style-loader": "1.2.1",