|
36 | 36 | "prettier --write" |
37 | 37 | ] |
38 | 38 | }, |
39 | | - "version": "3.4.22", |
| 39 | + "version": "3.4.23-rc.0", |
40 | 40 | "license": "MIT", |
41 | 41 | "private": false, |
42 | 42 | "main": "lib/commonjs/index", |
|
55 | 55 | "@types/jest": "^26.0.0", |
56 | 56 | "@types/lodash.clonedeep": "^4.5.6", |
57 | 57 | "@types/lodash.get": "^4.4.6", |
| 58 | + "@types/lodash.has": "^4.5.6", |
58 | 59 | "@types/lodash.isempty": "^4.4.6", |
59 | 60 | "@types/lodash.isequal": "^4.5.5", |
60 | 61 | "@types/lodash.isnil": "^4.0.6", |
|
66 | 67 | "@types/react": "^16.9.19", |
67 | 68 | "@types/react-native": "~0.63.2", |
68 | 69 | "@types/tinycolor2": "^1.4.2", |
| 70 | + "@types/use-subscription": "^1.0.0", |
69 | 71 | "babel-plugin-transform-remove-console": "^6.9.4", |
70 | 72 | "commitlint": "^8.3.5", |
71 | 73 | "eslint": "^7.10.0", |
|
174 | 176 | ] |
175 | 177 | }, |
176 | 178 | "dependencies": { |
177 | | - "@react-aria/focus": "3.2.3", |
178 | | - "@react-aria/utils": "^3.6.0", |
179 | 179 | "@react-aria/visually-hidden": "^3.2.1", |
180 | 180 | "@react-native-aria/button": "^0.2.4", |
181 | 181 | "@react-native-aria/checkbox": "^0.2.2", |
|
195 | 195 | "@react-stately/slider": "3.0.1", |
196 | 196 | "@react-stately/tabs": "3.0.0-alpha.1", |
197 | 197 | "@react-stately/toggle": "3.2.1", |
198 | | - "@types/lodash.has": "^4.5.6", |
199 | | - "@types/use-subscription": "^1.0.0", |
200 | 198 | "inline-style-prefixer": "^6.0.1", |
201 | 199 | "lodash.clonedeep": "^4.5.0", |
202 | 200 | "lodash.get": "^4.4.2", |
|
209 | 207 | "lodash.omit": "^4.5.0", |
210 | 208 | "lodash.omitby": "^4.6.0", |
211 | 209 | "lodash.pick": "^4.4.0", |
212 | | - "react-native-keyboard-aware-scroll-view": "^0.9.5", |
213 | 210 | "stable-hash": "^0.0.2", |
214 | 211 | "tinycolor2": "^1.4.2", |
215 | 212 | "use-subscription": "^1.8.0" |
|
0 commit comments