Skip to content

Commit

Permalink
Merge pull request #50 from leandrosimoes/fix/peer-dependency-version…
Browse files Browse the repository at this point in the history
…-error-npm-install

fix(): dependency error on npm install
  • Loading branch information
leandrosimoes authored Dec 22, 2022
2 parents 278d99e + ed7795d commit 6e67a95
Show file tree
Hide file tree
Showing 4 changed files with 12,557 additions and 12,503 deletions.
6 changes: 3 additions & 3 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
},
"dependencies": {
"@react-native-async-storage/async-storage": "^1.17.7",
"react": "18.2.0",
"react": "18.0.0",
"react-native": "0.69.0",
"react-native-android-notification-listener": "^5.0.0"
"react-native-android-notification-listener": "../package"
},
"devDependencies": {
"@babel/core": "^7.18.5",
Expand Down Expand Up @@ -42,7 +42,7 @@
"npm-run-all": "^4.1.5",
"prettier": "^2.7.1",
"react-native-codegen": "^0.69.1",
"react-test-renderer": "18.2.0",
"react-test-renderer": "18.0.0",
"typescript": "^4.7.4"
},
"resolutions": {
Expand Down
Loading

0 comments on commit 6e67a95

Please sign in to comment.