Skip to content

Commit

Permalink
chore: change react-native peer deps version to any
Browse files Browse the repository at this point in the history
  • Loading branch information
leegeunhyeok committed Oct 21, 2023
1 parent 205d3ff commit 7b2570b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"ora": "^5.4.1"
},
"peerDependencies": {
"react-native": "^0.72.0"
"react-native": "*"
},
"devDependencies": {
"@babel/core": "^7.22.20",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4910,7 +4910,7 @@ __metadata:
md5: ^2.3.0
ora: ^5.4.1
peerDependencies:
react-native: ^0.72.0
react-native: "*"
languageName: unknown
linkType: soft

Expand Down

2 comments on commit 7b2570b

@vercel
Copy link

@vercel vercel bot commented on 7b2570b Oct 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🔴 Statements 15.68% 356/2270
🔴 Branches 18.57% 140/754
🔴 Functions 10.79% 70/649
🔴 Lines 14.95% 313/2093

Test suite run success

85 tests passing in 12 suites.

Report generated by 🧪jest coverage report action from 7b2570b

Please sign in to comment.