File tree 2 files changed +2801
-237
lines changed
2 files changed +2801
-237
lines changed Original file line number Diff line number Diff line change 22
22
"rxjs" : " ^6.5.5 || ^7.x"
23
23
},
24
24
"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" ,
33
25
"@sentry/browser" : " 7.0.0-alpha.1" ,
34
26
"@sentry/types" : " 7.0.0-alpha.1" ,
35
27
"@sentry/utils" : " 7.0.0-alpha.1" ,
36
- "rxjs" : " ~6.6.0" ,
37
28
"tslib" : " ^2.0.0"
38
29
},
39
30
"devDependencies" : {
51
42
"build" : " yarn build:ngc" ,
52
43
"build:legacy" : " run-p build:esm build:cjs" ,
53
44
"build:ngc" : " ng build --prod" ,
54
-
55
45
"build:cjs" : " tsc -p tsconfig.cjs.json" ,
56
-
57
46
"build:dev" : " run-s build" ,
58
47
"build:es5" : " yarn build:cjs # *** backwards compatibility - remove in v7 ***" ,
59
48
"build:esm" : " tsc -p tsconfig.esm.json" ,
You can’t perform that action at this time.
0 commit comments