Skip to content

Commit 824544e

Browse files
committed
fix angular dependencies and yarn.lock after rebase
1 parent 6ce4199 commit 824544e

File tree

2 files changed

+2801
-237
lines changed

2 files changed

+2801
-237
lines changed

packages/angular/package.json

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,9 @@
2222
"rxjs": "^6.5.5 || ^7.x"
2323
},
2424
"dependencies": {
25-
"@angular/animations": "~10.2.5",
26-
"@angular/common": "~10.2.5",
27-
"@angular/compiler": "~10.2.5",
28-
"@angular/core": "~10.2.5",
29-
"@angular/forms": "~10.2.5",
30-
"@angular/platform-browser": "~10.2.5",
31-
"@angular/platform-browser-dynamic": "~10.2.5",
32-
"@angular/router": "~10.2.5",
3325
"@sentry/browser": "7.0.0-alpha.1",
3426
"@sentry/types": "7.0.0-alpha.1",
3527
"@sentry/utils": "7.0.0-alpha.1",
36-
"rxjs": "~6.6.0",
3728
"tslib": "^2.0.0"
3829
},
3930
"devDependencies": {
@@ -51,9 +42,7 @@
5142
"build": "yarn build:ngc",
5243
"build:legacy": "run-p build:esm build:cjs",
5344
"build:ngc": "ng build --prod",
54-
5545
"build:cjs": "tsc -p tsconfig.cjs.json",
56-
5746
"build:dev": "run-s build",
5847
"build:es5": "yarn build:cjs # *** backwards compatibility - remove in v7 ***",
5948
"build:esm": "tsc -p tsconfig.esm.json",

0 commit comments

Comments
 (0)