Skip to content

Commit 872a7fd

Browse files
committed
update angular to v15
1 parent 780875f commit 872a7fd

File tree

4 files changed

+1605
-2329
lines changed

4 files changed

+1605
-2329
lines changed

packages/angular-ivy/angular.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,8 @@
2626
}
2727
}
2828
},
29-
"defaultProject": "sentry-angular-ivy"
29+
"defaultProject": "sentry-angular-ivy",
30+
"cli": {
31+
"analytics": false
32+
}
3033
}

packages/angular-ivy/ng-package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,7 @@
22
"$schema": "node_modules/ng-packagr/ng-package.schema.json",
33
"dest": "build",
44
"lib": {
5-
"entryFile": "src/index.ts",
6-
"umdModuleIds": {
7-
"@sentry/browser": "Sentry",
8-
"@sentry/utils": "Sentry.util",
9-
"@sentry/core": "Sentry.core"
10-
}
5+
"entryFile": "src/index.ts"
116
},
127
"allowedNonPeerDependencies": ["@sentry/browser", "@sentry/core", "@sentry/utils", "@sentry/types", "tslib"],
138
"assets": ["README.md", "LICENSE"]

packages/angular-ivy/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,16 @@
2828
"tslib": "^2.4.1"
2929
},
3030
"devDependencies": {
31-
"@angular-devkit/build-angular": "~12.2.18",
32-
"@angular/cli": "~12.2.18",
33-
"@angular/common": "~12.2.0",
34-
"@angular/compiler": "~12.2.0",
35-
"@angular/compiler-cli": "~12.2.0",
36-
"@angular/core": "~12.2.0",
37-
"@angular/platform-browser": "~12.2.0",
38-
"@angular/platform-browser-dynamic": "~12.2.0",
39-
"@angular/router": "~12.2.0",
40-
"ng-packagr": "^12.1.1",
31+
"@angular-devkit/build-angular": "~15.2.10",
32+
"@angular/cli": "~15.2.10",
33+
"@angular/common": "~15.2.10",
34+
"@angular/compiler": "~15.2.10",
35+
"@angular/compiler-cli": "~15.2.10",
36+
"@angular/core": "~15.2.10",
37+
"@angular/platform-browser": "~15.2.10",
38+
"@angular/platform-browser-dynamic": "~15.2.10",
39+
"@angular/router": "~15.2.10",
40+
"ng-packagr": "^15.2.2",
4141
"zone.js": "~0.11.4"
4242
},
4343
"scripts": {

0 commit comments

Comments
 (0)