Skip to content

Commit

Permalink
Merge pull request #32 from microsoft/lxiao/sdk-ver
Browse files Browse the repository at this point in the history
bump dependency version
  • Loading branch information
xiao-lix authored Nov 19, 2021
2 parents 18889d6 + 5f5d545 commit b78f6f0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microsoft/applicationinsights-angularplugin-js",
"version": "2.6.4",
"version": "2.7.0",
"description": "Microsoft Application Insights Angular plugin",
"main": "dist/bundles/microsoft-applicationinsights-angularplugin-js.umd.js",
"module": "dist/fesm2015/microsoft-applicationinsights-angularplugin-js.js",
Expand Down Expand Up @@ -37,8 +37,8 @@
"ts-node": "~8.3.0",
"tslint": "~6.1.0",
"typescript": "~4.0.2",
"@microsoft/applicationinsights-properties-js": "^2.6.5",
"@microsoft/applicationinsights-analytics-js": "^2.6.5",
"@microsoft/applicationinsights-properties-js": "^2.7.1",
"@microsoft/applicationinsights-analytics-js": "^2.7.1",
"@angular/animations": "~11.0.6",
"@angular/common": "~11.0.6",
"@angular/compiler": "~11.0.6",
Expand All @@ -47,8 +47,8 @@
"@angular/platform-browser": "~11.0.6",
"@angular/platform-browser-dynamic": "~11.0.6",
"@angular/router": "~11.0.6",
"@microsoft/applicationinsights-common": "^2.6.5",
"@microsoft/applicationinsights-core-js": "^2.6.5",
"@microsoft/applicationinsights-common": "^2.7.1",
"@microsoft/applicationinsights-core-js": "^2.7.1",
"rxjs": "~6.6.0",
"tslib": "^2.0.0",
"zone.js": "~0.10.2"
Expand Down
8 changes: 4 additions & 4 deletions projects/applicationinsights-angularplugin-js/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@microsoft/applicationinsights-angularplugin-js",
"version": "2.6.4",
"version": "2.7.0",
"peerDependencies": {
"@angular/common": "^11.0.6",
"@angular/core": "^11.0.6"
},
"dependencies": {
"@microsoft/applicationinsights-common": "^2.6.5",
"@microsoft/applicationinsights-core-js": "^2.6.5",
"@microsoft/applicationinsights-properties-js": "^2.6.5",
"@microsoft/applicationinsights-common": "^2.7.1",
"@microsoft/applicationinsights-core-js": "^2.7.1",
"@microsoft/applicationinsights-properties-js": "^2.7.1",
"@microsoft/applicationinsights-rollup-es3": "^1.1.3",
"@microsoft/applicationinsights-shims": "^1.0.3",
"tslib": "^2.0.0"
Expand Down

0 comments on commit b78f6f0

Please sign in to comment.