Skip to content

Commit

Permalink
Update AppInsights Core to 3.1.2 (#39)
Browse files Browse the repository at this point in the history
* update core to 3.1.1

* update

* update

* update
  • Loading branch information
Karlie-777 authored Mar 22, 2024
1 parent 491d0ec commit 7a7566a
Show file tree
Hide file tree
Showing 6 changed files with 1,664 additions and 1,835 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: [14.x, 16.x, 18.x]
node-version: [16.x, 18.x, 20.x]

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions applicationinsights-react-native/Tests/UnitTests.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
// Load and define the app insights Shims module
modules.add("@microsoft/applicationinsights-shims", "./node_modules/@microsoft/applicationinsights-shims/browser/applicationinsights-shims");

// Load ts-utils
modules.add("@nevware21/ts-utils", "./node_modules/@nevware21/ts-utils/dist/es5/umd/ts-utils");
// Load ts-utils (ts-utils changed from umd to main)
modules.add("@nevware21/ts-utils", "./node_modules/@nevware21/ts-utils/dist/es5/main/ts-utils");

// Load DynamicProto
modules.add("@microsoft/dynamicproto-js", "./node_modules/@microsoft/dynamicproto-js/dist/es5/umd/dynamicproto-js", true);
Expand Down
4 changes: 2 additions & 2 deletions applicationinsights-react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@
"uglify-js": "3.16.0"
},
"dependencies": {
"@microsoft/applicationinsights-common": "^3.1.0",
"@microsoft/applicationinsights-core-js": "^3.1.0",
"@microsoft/applicationinsights-common": "^3.1.2",
"@microsoft/applicationinsights-core-js": "^3.1.2",
"@microsoft/applicationinsights-shims": "^3.0.1",
"@microsoft/dynamicproto-js": "^2.0.3",
"@nevware21/ts-utils": ">= 0.10.5 < 2.x"
Expand Down
Loading

0 comments on commit 7a7566a

Please sign in to comment.