Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: bumped up react-native version to 0.74.1 and expo to 50.0.0 #889

Merged
merged 8 commits into from
May 8, 2024
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11

- name: Setup Node.js
uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8
with:
node-version: ${{ env.node }}
cache: 'npm'
Expand Down
15 changes: 15 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.25.0
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
ignore:
SNYK-JS-SEMVER-3247795:
- '*':
reason: Latest version of expo (50.0.17) has this vulnerability
expires: 2024-06-06T07:21:25.131Z
created: 2024-05-07T07:21:25.134Z
SNYK-JS-INFLIGHT-6095116:
- '*':
reason: Latest version of expo (50.0.17) has this vulnerability
expires: 2024-06-06T07:22:09.438Z
created: 2024-05-07T07:22:09.445Z
patch: {}
6 changes: 3 additions & 3 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PODS:
- A0Auth0 (3.0.1):
- A0Auth0 (3.1.0):
- Auth0 (= 2.5.0)
- JWTDecode (= 3.1.0)
- React-Core
Expand Down Expand Up @@ -584,7 +584,7 @@ EXTERNAL SOURCES:
:path: "../node_modules/react-native/ReactCommon/yoga"

SPEC CHECKSUMS:
A0Auth0: 9c3222f9a2938e7dd61002108134fa4c39b66298
A0Auth0: d6fa13c9daf99f5fb17a412837ea37f8db38a562
Auth0: 72f19ad566fdf57f07bf37f828afd0c1570769a5
boost: 57d2868c099736d80fcd648bf211b4431e51a558
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
Expand Down Expand Up @@ -640,4 +640,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 8b76cdfa2c2f558cb3fb9288d07f13c3d579c8c9

COCOAPODS: 1.12.1
COCOAPODS: 1.15.2
209 changes: 130 additions & 79 deletions example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@
"@babel/preset-env": "^7.20.0",
"@babel/runtime": "^7.20.0",
"metro-react-native-babel-preset": "0.73.9",
"babel-plugin-module-resolver": "^4.1.0"
"babel-plugin-module-resolver": "^5.0.0"
}
}
Loading
Loading