Skip to content

Commit

Permalink
Update AppInsights Core to 3.0.9 (#44)
Browse files Browse the repository at this point in the history
* add tag

* update to core 3.0.9

* update
  • Loading branch information
Karlie-777 authored Mar 22, 2024
1 parent 3fbe52f commit f727faf
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 15 deletions.
6 changes: 3 additions & 3 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.0.8",
"@microsoft/applicationinsights-core-js": "^3.0.8",
"@microsoft/applicationinsights-common": "^3.0.9",
"@microsoft/applicationinsights-core-js": "^3.0.9",
"@microsoft/applicationinsights-shims": "^3.0.1",
"@microsoft/dynamicproto-js": "^2.0.3",
"@nevware21/ts-utils": ">= 0.10.5 < 2.x"
Expand All @@ -90,5 +90,5 @@
},
"publishConfig": {
"tag": "Release4.x"
}
}
}
16 changes: 8 additions & 8 deletions common/config/rush/npm-shrinkwrap.json

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

12 changes: 9 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@
"fullCleanBuild": "npm run fullClean && npm run rebuild",
"ai-min": "node common/scripts/install-run-rush.js ai-min",
"ai-restore": "node common/scripts/install-run-rush.js ai-restore",
"gh-status": "node ./tools/status-tools/github-status.js"
"gh-status": "node ./tools/status-tools/github-status.js",
"npm-package": "node ./tools/release-tools/npm-package.js"

},
"devDependencies": {
"@microsoft/rush": "^5.97.0",
Expand Down Expand Up @@ -68,8 +70,8 @@
"whatwg-fetch": "^3.0.0"
},
"dependencies": {
"@microsoft/applicationinsights-common": "^3.0.8",
"@microsoft/applicationinsights-core-js": "^3.0.8",
"@microsoft/applicationinsights-common": "^3.0.9",
"@microsoft/applicationinsights-core-js": "^3.0.9",
"@microsoft/applicationinsights-shims": "^3.0.1",
"@microsoft/dynamicproto-js": "^2.0.3",
"@nevware21/ts-utils": ">= 0.10.5 < 2.x"
Expand All @@ -83,5 +85,9 @@
"react-native-device-info": {
"optional": true
}
},
"publishConfig": {
"tag": "Release4.x"
}

}
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.0.3",
"@microsoft/applicationinsights-web": "^3.0.8",
"@microsoft/applicationinsights-web": "^3.0.9",
"expo": "~48.0.18",
"expo-status-bar": "~1.4.4",
"react": "18.2.0",
Expand Down

0 comments on commit f727faf

Please sign in to comment.