Skip to content

Commit

Permalink
4.0.0-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
zoontek committed Oct 11, 2023
1 parent 019ddd7 commit d8227f4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ PODS:
- React-jsi (= 0.72.5)
- React-logger (= 0.72.5)
- React-perflogger (= 0.72.5)
- RNPermissions (4.0.0-alpha.2):
- RNPermissions (4.0.0-alpha.3):
- React-Core
- RNVectorIcons (10.0.0):
- React-Core
Expand Down Expand Up @@ -720,12 +720,12 @@ SPEC CHECKSUMS:
React-runtimescheduler: cc32add98c45c5df18436a6a52a7e1f6edec102c
React-utils: 7a9918a1ffdd39aba67835d42386f592ea3f8e76
ReactCommon: 91ece8350ebb3dd2be9cef662abd78b6948233c0
RNPermissions: 0810319a73a4054ff114be353f5634445de32a32
RNPermissions: 60694b27cafae806c01f87e8357c1e85082a5bae
RNVectorIcons: 8b5bb0fa61d54cd2020af4f24a51841ce365c7e9
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
Yoga: 86fed2e4d425ee4c6eab3813ba1791101ee153c6
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a

PODFILE CHECKSUM: c8d4ab3601ed0ea5e647a1e6210007e53430199c
PODFILE CHECKSUM: 965843ce5fd3c5e5ad3e021a83fe565e45f5e971

COCOAPODS: 1.13.0
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-permissions",
"version": "4.0.0-alpha.2",
"version": "4.0.0-alpha.3",
"license": "MIT",
"description": "An unified permissions API for React Native on iOS, Android and Windows",
"author": "Mathieu Acthernoene <[email protected]>",
Expand Down Expand Up @@ -71,9 +71,9 @@
}
},
"devDependencies": {
"@types/react": "^18.2.22",
"@typescript-eslint/eslint-plugin": "^6.7.2",
"@typescript-eslint/parser": "^6.7.2",
"@types/react": "^18.2.24",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"eslint": "^8.50.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
Expand All @@ -82,7 +82,7 @@
"prettier-plugin-organize-imports": "^3.2.3",
"react": "^18.2.0",
"react-native": "^0.72.5",
"react-native-builder-bob": "^0.22.0",
"react-native-builder-bob": "^0.23.0",
"typescript": "^5.2.2"
}
}

0 comments on commit d8227f4

Please sign in to comment.