Skip to content

Commit

Permalink
[Pre-Release] Update Application Insights dependencies to v3.3.2 (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
siyuniu-ms authored Sep 3, 2024
1 parent ac8c0f0 commit 348cede
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
4 changes: 2 additions & 2 deletions applicationinsights-react-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@
},
"dependencies": {
"@microsoft/applicationinsights-shims": "^3.0.1",
"@microsoft/applicationinsights-core-js": "^3.3.1",
"@microsoft/applicationinsights-common": "^3.3.1",
"@microsoft/applicationinsights-core-js": "^3.3.2",
"@microsoft/applicationinsights-common": "^3.3.2",
"@microsoft/dynamicproto-js": "^2.0.3",
"@nevware21/ts-utils": ">= 0.11.3 < 2.x"
},
Expand Down
36 changes: 18 additions & 18 deletions common/config/rush/npm-shrinkwrap.json

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

4 changes: 2 additions & 2 deletions sample/applicationinsights-react-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"author": "Microsoft Application Insights Team",
"license": "MIT",
"dependencies": {
"@microsoft/applicationinsights-core-js": "^3.3.1",
"@microsoft/applicationinsights-core-js": "^3.3.2",
"@microsoft/applicationinsights-react-js": "17.3.1",
"@microsoft/applicationinsights-web": "^3.3.1",
"@microsoft/applicationinsights-web": "^3.3.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-router-dom": "^6.11.2",
Expand Down

0 comments on commit 348cede

Please sign in to comment.