1515 "access" : " public"
1616 },
1717 "peerDependencies" : {
18- "@angular/common" : " >= 10.x <= 15.x" ,
19- "@angular/core" : " >= 10.x <= 15.x" ,
20- "@angular/router" : " >= 10.x <= 15.x" ,
2118 "rxjs" : " ^6.5.5 || ^7.x"
2219 },
2320 "dependencies" : {
2825 "tslib" : " ^2.4.1"
2926 },
3027 "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 " ,
4138 "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 "
4441 },
4542 "scripts" : {
4643 "build" : " yarn build:transpile" ,
47- "build:transpile" : " ng build --prod " ,
44+ "build:transpile" : " ng build --configuration production " ,
4845 "build:dev" : " yarn build" ,
4946 "build:watch" : " yarn build:transpile:watch" ,
5047 "build:dev:watch" : " yarn build:watch" ,
51- "build:transpile:watch" : " ng build --prod --watch" ,
48+ "build:transpile:watch" : " ng build --configuration production --watch" ,
5249 "build:tarball" : " npm pack ./build" ,
5350 "circularDepCheck" : " madge --circular src/index.ts" ,
5451 "clean" : " rimraf build coverage sentry-angular-*.tgz" ,
7976 }
8077 }
8178 }
82- }
79+ }
0 commit comments