Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Commit

Permalink
refactor: add ^ to react and react native (segmentio#428)
Browse files Browse the repository at this point in the history
Co-authored-by: Alan Charles <alancharles@Alans-MacBook-Pro-2.local>
  • Loading branch information
alanjcharles and Alan Charles authored Feb 2, 2022
1 parent c1dcda4 commit a0ca6c5
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,13 @@
"url": "https://github.com/segmentio/analytics-react-native/issues"
},
"homepage": "https://github.com/segmentio/analytics-react-native#readme",
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.15.17",
"@segment/sovran-react-native": "^0.2.1",
"js-base64": "^3.7.2",
"nanoid": "^3.1.25",
"react": "17.0.2",
"react-native": "0.66.3"
"react": "^17.0.2",
"react-native": "^0.66.3"
},
"devDependencies": {
"@babel/core": "^7.12.9",
Expand Down

0 comments on commit a0ca6c5

Please sign in to comment.