|
1 | 1 | {
|
2 | 2 | "name": "react-native-rn-in-app-update",
|
3 |
| - "version": "1.0.2-beta", |
| 3 | + "version": "1.0.2", |
4 | 4 | "description": "Google in app update plugin for react-native (Android only)",
|
5 | 5 | "main": "lib/commonjs/index",
|
6 | 6 | "module": "lib/module/index",
|
|
45 | 45 | "registry": "https://registry.npmjs.org/"
|
46 | 46 | },
|
47 | 47 | "devDependencies": {
|
48 |
| - "@arkweid/lefthook": "^0.7.7", |
49 |
| - "@babel/eslint-parser": "^7.18.2", |
50 |
| - "@commitlint/config-conventional": "^17.0.2", |
51 |
| - "@react-native-community/eslint-config": "^3.0.2", |
52 |
| - "@release-it/conventional-changelog": "^5.0.0", |
53 |
| - "@types/jest": "^28.1.2", |
54 |
| - "@types/react": "~17.0.21", |
| 48 | + "@arkweid/lefthook": "0.7.7", |
| 49 | + "@babel/eslint-parser": "7.18.2", |
| 50 | + "@commitlint/config-conventional": "17.0.2", |
| 51 | + "@react-native-community/eslint-config": "3.0.2", |
| 52 | + "@release-it/conventional-changelog": "5.0.0", |
| 53 | + "@types/jest": "28.1.2", |
| 54 | + "@types/react": "17.0.21", |
55 | 55 | "@types/react-native": "0.68.0",
|
56 |
| - "commitlint": "^17.0.2", |
57 |
| - "eslint": "^8.4.1", |
58 |
| - "eslint-config-prettier": "^8.5.0", |
59 |
| - "eslint-plugin-prettier": "^4.0.0", |
60 |
| - "jest": "^28.1.1", |
61 |
| - "pod-install": "^0.1.0", |
62 |
| - "prettier": "^2.0.5", |
| 56 | + "commitlint": "17.0.2", |
| 57 | + "eslint": "8.4.1", |
| 58 | + "eslint-config-prettier": "8.5.0", |
| 59 | + "eslint-plugin-prettier": "4.0.0", |
| 60 | + "jest": "28.1.1", |
| 61 | + "pod-install": "0.1.0", |
| 62 | + "prettier": "2.0.5", |
63 | 63 | "react": "17.0.2",
|
64 | 64 | "react-native": "0.68.2",
|
65 |
| - "react-native-builder-bob": "^0.18.3", |
66 |
| - "release-it": "^15.0.0", |
67 |
| - "typescript": "^4.5.2" |
| 65 | + "react-native-builder-bob": "0.18.3", |
| 66 | + "release-it": "15.0.0", |
| 67 | + "typescript": "4.5.2" |
68 | 68 | },
|
69 | 69 | "resolutions": {
|
70 | 70 | "@types/react": "17.0.21"
|
|
0 commit comments