|
1 | 1 | {
|
2 | 2 | "name": "@react-native-community/async-storage",
|
3 |
| - "version": "1.9.0", |
| 3 | + "version": "1.10.0", |
4 | 4 | "description": "Asynchronous, persistent, key-value storage system for React Native.",
|
5 | 5 | "types": "./types/index.d.ts",
|
6 | 6 | "main": "./lib/index.js",
|
|
48 | 48 | "devDependencies": {
|
49 | 49 | "@babel/core": "^7.6.2",
|
50 | 50 | "@babel/runtime": "^7.6.2",
|
51 |
| - "@react-native-community/eslint-config": "^0.0.5", |
52 | 51 | "@react-native-community/cli": "^3.1.0",
|
53 |
| - "@react-native-community/cli-platform-ios": "^3.1.0", |
54 | 52 | "@react-native-community/cli-platform-android": "^3.1.0",
|
| 53 | + "@react-native-community/cli-platform-ios": "^3.1.0", |
| 54 | + "@react-native-community/eslint-config": "^0.0.5", |
55 | 55 | "babel-jest": "^24.9.0",
|
56 | 56 | "babel-plugin-module-resolver": "3.1.3",
|
57 | 57 | "detox": "12.6.1",
|
58 |
| - "expo": "36.0.2", |
59 | 58 | "eslint": "5.1.0",
|
| 59 | + "expo": "36.0.2", |
60 | 60 | "flow-bin": "0.105.2",
|
61 | 61 | "jest": "^24.9.0",
|
| 62 | + "metro": "0.56.4", |
62 | 63 | "metro-react-native-babel-preset": "^0.56.0",
|
63 | 64 | "react": "16.9.0",
|
64 | 65 | "react-dom": "16.9.0",
|
65 |
| - "react-test-renderer": "16.9.0", |
66 | 66 | "react-native": "0.61.5",
|
67 |
| - "react-native-web": "~0.12.0", |
68 | 67 | "react-native-macos": "0.60.0-microsoft.50",
|
| 68 | + "react-native-web": "~0.12.0", |
69 | 69 | "react-native-windows": "0.61.0",
|
70 |
| - "metro": "0.56.4" |
| 70 | + "react-test-renderer": "16.9.0" |
71 | 71 | },
|
72 | 72 | "jest": {
|
73 | 73 | "preset": "react-native",
|
|
0 commit comments