Skip to content

Commit

Permalink
fix: yarn lock
Browse files Browse the repository at this point in the history
Signed-off-by: Jason C. Leach <[email protected]>
  • Loading branch information
jleach committed Jan 10, 2024
1 parent f06eb40 commit db72744
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/remote-logs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
"@typescript-eslint/parser": "^6.6.0",
"eslint": "^8.48.0",
"eslint-import-resolver-typescript": "^2.5.0",
"rimraf": "^5.0.0",
"typescript": "^5.0.4",
"react-native": "0.72.5",
"react-native-logs": "^5.0.1"
"react-native-logs": "^5.0.1",
"rimraf": "^5.0.0",
"typescript": "^5.0.4"
},
"dependencies": {
"@aries-framework/core": "0.4.0",
Expand All @@ -48,4 +48,4 @@
"react-native": "0.72.5",
"react-native-logs": "^5.0.1"
}
}
}
3 changes: 3 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4255,6 +4255,9 @@ __metadata:
react-native-logs: ^5.0.1
rimraf: ^5.0.0
typescript: ^5.0.4
peerDependencies:
react-native: 0.72.5
react-native-logs: ^5.0.1
languageName: unknown
linkType: soft

Expand Down

0 comments on commit db72744

Please sign in to comment.