15
15
"access" : " public"
16
16
},
17
17
"peerDependencies" : {
18
- "@angular/common" : " >= 10.x <= 15.x" ,
19
- "@angular/core" : " >= 10.x <= 15.x" ,
20
- "@angular/router" : " >= 10.x <= 15.x" ,
21
18
"rxjs" : " ^6.5.5 || ^7.x"
22
19
},
23
20
"dependencies" : {
28
25
"tslib" : " ^2.4.1"
29
26
},
30
27
"devDependencies" : {
31
- "@angular-devkit/build-angular" : " ~0.1102.19 " ,
32
- "@angular/cli" : " ^11 .2.19 " ,
33
- "@angular/common" : " ~11 .2.14 " ,
34
- "@angular/compiler" : " ^11 .2.14 " ,
35
- "@angular/compiler-cli" : " ~11 .2.14 " ,
36
- "@angular/core" : " ~11 .2.14 " ,
37
- "@angular/platform-browser" : " ~11 .2.14 " ,
38
- "@angular/platform-browser-dynamic" : " ~11 .2.14 " ,
39
- "@angular/router" : " ~11 .2.14 " ,
40
- "ng-packagr" : " ^11 .2.4 " ,
28
+ "@angular-devkit/build-angular" : " ~12.2.18 " ,
29
+ "@angular/cli" : " ^12 .2.18 " ,
30
+ "@angular/common" : " ~12 .2.17 " ,
31
+ "@angular/compiler" : " ^12 .2.17 " ,
32
+ "@angular/compiler-cli" : " ~12 .2.17 " ,
33
+ "@angular/core" : " ~12 .2.17 " ,
34
+ "@angular/platform-browser" : " ~12 .2.17 " ,
35
+ "@angular/platform-browser-dynamic" : " ~12 .2.17 " ,
36
+ "@angular/router" : " ~12 .2.17 " ,
37
+ "ng-packagr" : " ^12 .2.7 " ,
41
38
"rxjs" : " 6.5.5" ,
42
- "typescript" : " 4.0.2 " ,
43
- "zone.js" : " ^ 0.11.8 "
39
+ "typescript" : " 4.3.5 " ,
40
+ "zone.js" : " ~ 0.11.4 "
44
41
},
45
42
"scripts" : {
46
43
"build" : " yarn build:transpile" ,
47
- "build:transpile" : " ng build --prod " ,
44
+ "build:transpile" : " ng build --configuration production " ,
48
45
"build:dev" : " yarn build" ,
49
46
"build:watch" : " yarn build:transpile:watch" ,
50
47
"build:dev:watch" : " yarn build:watch" ,
51
- "build:transpile:watch" : " ng build --prod --watch" ,
48
+ "build:transpile:watch" : " ng build --configuration production --watch" ,
52
49
"build:tarball" : " npm pack ./build" ,
53
50
"circularDepCheck" : " madge --circular src/index.ts" ,
54
51
"clean" : " rimraf build coverage sentry-angular-*.tgz" ,
79
76
}
80
77
}
81
78
}
82
- }
79
+ }
0 commit comments