@colisweb/rescript-toolkit 5.34.3 → 5.35.1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@colisweb/rescript-toolkit",
3
- "version": "5.34.3",
3
+ "version": "5.35.1",
4
4
  "type": "module",
5
5
  "scripts": {
6
6
  "clean": "rescript clean",
@@ -60,7 +60,7 @@
60
60
  "qs": "6.13.0",
61
61
  "react": "18.2.0",
62
62
  "react-big-calendar": "1.5.2",
63
- "react-datepicker": "3.8.0",
63
+ "react-datepicker": "8.3.0",
64
64
  "react-day-picker": "8.10.0",
65
65
  "react-dom": "18.2.0",
66
66
  "react-error-boundary": "5.0.0",
@@ -6206,3 +6206,7 @@ module FaHome = {
6206
6206
  @module("react-icons/fa") @react.component
6207
6207
  external make: (~size: int=?, ~color: string=?, ~className: string=?) => React.element = "FaHome"
6208
6208
  }
6209
+ module FaWifi = {
6210
+ @module("react-icons/fa") @react.component
6211
+ external make: (~size: int=?, ~color: string=?, ~className: string=?) => React.element = "FaWifi"
6212
+ }