@mohamed-karawia/library 0.1.9 → 0.1.11

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -10,7 +10,7 @@
10
10
  ]
11
11
  ]
12
12
  },
13
- "version": "0.1.9",
13
+ "version": "0.1.11",
14
14
  "private": false,
15
15
  "dependencies": {
16
16
  "@babel/cli": "^7.16.7",
@@ -34,7 +34,6 @@
34
34
  "formik": "^2.2.9",
35
35
  "moment": "^2.29.1",
36
36
  "rc-slider": "^9.7.5",
37
- "react": "^16.14.0",
38
37
  "react-async-hook": "^4.0.0",
39
38
  "react-autocomplete": "^1.8.1",
40
39
  "react-dates": "^21.8.0",
@@ -59,6 +58,9 @@
59
58
  "web-vitals": "^1.0.1",
60
59
  "yup": "^0.32.9"
61
60
  },
61
+ "peerDependencies": {
62
+ "react": "^16.14.0"
63
+ },
62
64
  "scripts": {
63
65
  "start": "react-scripts start",
64
66
  "build": "cross-env BABEL_ENV=production babel src -d dist",