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

Rollback to 7.0.9 #738

Merged
merged 4 commits into from
Nov 23, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix unset-value snyk issue
Ahmed Elsayed committed Nov 23, 2023

Verified

This commit was signed with the committer’s verified signature. The key has expired.
foolnotion Bogdan Burlacu
commit 28528252755ce4484949d5e6f3a3fdd81010cd29
126 changes: 73 additions & 53 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -48,7 +48,8 @@
"react": "18.2.0",
"react-dom": "18.2.0",
"react-native": "0.70.7",
"@babel/traverse": "7.23.2"
"@babel/traverse": "7.23.2",
"unset-value": "2.0.1"
},
"resolutions": {
"react": "18.2.0",