Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
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
4 changes: 4 additions & 0 deletions applicationinsights-react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@
"@microsoft/dynamicproto-js": "^2.0.3",
"@nevware21/ts-utils": ">= 0.11.3 < 2.x"
},
"overrides": {
"form-data": "2.5.4",
"tar": "^7.5.3"
},
"peerDependencies": {
"tslib": "*",
"react-native": "*",
Expand Down
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,10 @@
"@microsoft/dynamicproto-js": "^2.0.3",
"@nevware21/ts-utils": ">= 0.11.3 < 2.x"
},
"overrides": {
"form-data": "2.5.4",
"tar": "^7.5.3"
},
"peerDependencies": {
"react-native": "*",
"react-native-device-info": ">=5.2.1",
Expand Down
Loading