Skip to content

Commit

Permalink
[Pre-Release] Update Application Insights dependencies to v3.3.0
Browse files Browse the repository at this point in the history
- Add Node 20 to CI execution
  • Loading branch information
MSNev committed Jul 2, 2024
1 parent 40cedac commit 455ffd2
Show file tree
Hide file tree
Showing 6 changed files with 1,671 additions and 1,541 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 18.x]
node-version: [ 16.x, 18.x, 20.x ]

steps:
- uses: actions/checkout@v4
Expand Down
6 changes: 3 additions & 3 deletions applicationinsights-react-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@
},
"dependencies": {
"@microsoft/applicationinsights-shims": "^3.0.1",
"@microsoft/applicationinsights-core-js": "^3.2.0",
"@microsoft/applicationinsights-common": "^3.2.0",
"@microsoft/applicationinsights-core-js": "^3.3.0",
"@microsoft/applicationinsights-common": "^3.3.0",
"@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
Loading

0 comments on commit 455ffd2

Please sign in to comment.