Skip to content

Commit

Permalink
[pre-release] update application insights to 3.3.0 (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
siyuniu-ms authored Jul 2, 2024
1 parent e4d2440 commit 38b6667
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 42 deletions.
6 changes: 3 additions & 3 deletions applicationinsights-react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@
"uglify-js": "3.16.0"
},
"dependencies": {
"@microsoft/applicationinsights-common": "^3.2.0",
"@microsoft/applicationinsights-core-js": "^3.2.0",
"@microsoft/applicationinsights-common": "^3.3.0",
"@microsoft/applicationinsights-core-js": "^3.3.0",
"@microsoft/applicationinsights-shims": "^3.0.1",
"@microsoft/dynamicproto-js": "^2.0.3",
"@nevware21/ts-utils": ">= 0.10.5 < 2.x"
"@nevware21/ts-utils": ">= 0.11.3 < 2.x"
},
"peerDependencies": {
"tslib": "*",
Expand Down
70 changes: 35 additions & 35 deletions common/config/rush/npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@
"whatwg-fetch": "^3.0.0"
},
"dependencies": {
"@microsoft/applicationinsights-common": "^3.2.0",
"@microsoft/applicationinsights-core-js": "^3.2.0",
"@microsoft/applicationinsights-common": "^3.3.0",
"@microsoft/applicationinsights-core-js": "^3.3.0",
"@microsoft/applicationinsights-shims": "^3.0.1",
"@microsoft/dynamicproto-js": "^2.0.3",
"@nevware21/ts-utils": ">= 0.10.5 < 2.x"
"@nevware21/ts-utils": ">= 0.11.3 < 2.x"
},
"peerDependencies": {
"react-native": "*",
Expand Down
2 changes: 1 addition & 1 deletion sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@expo/webpack-config": "^18.0.1",
"@microsoft/applicationinsights-react-native": "^4.2.0",
"@microsoft/applicationinsights-web": "^3.2.0",
"@microsoft/applicationinsights-web": "^3.3.0",
"expo": "~48.0.18",
"expo-status-bar": "~1.4.4",
"react": "18.2.0",
Expand Down

0 comments on commit 38b6667

Please sign in to comment.