build(deps): update package-lock.json, package.json, src/components/Datepicker/index.js and yarn.lock

master
mahdi 3 years ago
parent 17dc78a425
commit 268ebfb2e6
  1. 1096
      package-lock.json
  2. 1
      package.json
  3. BIN
      public/images/SearchWithSuggestionsearch.png
  4. 2
      src/components/Datepicker/index.js
  5. 16766
      yarn.lock

1096
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -19,6 +19,7 @@
"apexcharts": "^3.33.1",
"axios": "^0.26.0",
"date-fns": "^2.28.0",
"jalaali-js": "^1.2.4",
"jalali-moment": "^3.3.11",
"leaflet": "^1.7.1",
"leaflet-draw": "^1.0.4",

Binary file not shown.

After

Width:  |  Height:  |  Size: 857 B

@ -6,7 +6,7 @@ import RangeDatePicker from "./RangeDatePicker";
function Calender() {
const list = {
1: <DateRangePicker />,
1: <RangeDatePicker />,
2: <RangeDatePicker />,
};
const [type, setType] = useState(1);
return (

16766
yarn.lock

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save