13
13
"------------------ DEMO COMMANDS -----------------" : " " ,
14
14
"demo:start" : " yarn run ng serve" ,
15
15
"demo:build:base" : " yarn run ng build" ,
16
- "demo:build:prod" : " yarn run demo:build:base --prod " ,
16
+ "demo:build:prod" : " yarn run demo:build:base --configuration production " ,
17
17
"demo:test" : " yarn run ng test" ,
18
18
"demo:lint:check" : " yarn run ng lint" ,
19
19
"demo:lint:fix" : " yarn run demo:lint:check --fix" ,
20
20
"------------------ LIB COMMANDS -----------------" : " " ,
21
- "lib:build:prod" : " yarn run ng build --project ngx-observable-lifecycle --prod " ,
21
+ "lib:build:prod" : " yarn run ng build --project ngx-observable-lifecycle --configuration production " ,
22
22
"lib:build:watch" : " yarn run lib:build:prod --watch" ,
23
23
"lib:test:watch" : " yarn run ng test --project ngx-observable-lifecycle --code-coverage" ,
24
24
"lib:test:ci" : " yarn run ng test --project ngx-observable-lifecycle --watch false --browsers ChromeHeadless --code-coverage" ,
30
30
"lint:fix" : " yarn demo:lint:fix && yarn prettier:write" ,
31
31
"test" : " yarn lib:test:watch" ,
32
32
"start" : " yarn demo:start" ,
33
- "commit" : " git add . && git-cz"
33
+ "commit" : " git add . && git-cz" ,
34
+ "lint" : " ng lint"
34
35
},
35
36
"dependencies" : {
36
- "@angular/animations" : " ~11.2.3 " ,
37
- "@angular/common" : " ~11.2.3 " ,
38
- "@angular/compiler" : " ~11.2.3 " ,
39
- "@angular/core" : " ~11.2.3 " ,
40
- "@angular/forms" : " ~11.2.3 " ,
41
- "@angular/platform-browser" : " ~11.2.3 " ,
42
- "@angular/platform-browser-dynamic" : " ~11.2.3 " ,
43
- "@angular/router" : " ~11.2.3 " ,
37
+ "@angular/animations" : " ~13.0.2 " ,
38
+ "@angular/common" : " ~13.0.2 " ,
39
+ "@angular/compiler" : " ~13.0.2 " ,
40
+ "@angular/core" : " ~13.0.2 " ,
41
+ "@angular/forms" : " ~13.0.2 " ,
42
+ "@angular/platform-browser" : " ~13.0.2 " ,
43
+ "@angular/platform-browser-dynamic" : " ~13.0.2 " ,
44
+ "@angular/router" : " ~13.0.2 " ,
44
45
"rxjs" : " ~6.5.4" ,
45
- "tslib" : " ^2.0.0 " ,
46
- "zone.js" : " ~0.10.2 "
46
+ "tslib" : " ^2.3.1 " ,
47
+ "zone.js" : " ~0.11.4 "
47
48
},
48
49
"devDependencies" : {
49
- "@angular-devkit/build-angular" : " ~0.1102.1" ,
50
- "@angular/cli" : " ~11.2.1" ,
51
- "@angular/compiler-cli" : " ~11.2.3" ,
52
- "@angular/language-service" : " ~11.2.3" ,
50
+ "@angular-devkit/build-angular" : " ~13.0.3" ,
51
+ "@angular-eslint/builder" : " 13.0.1" ,
52
+ "@angular-eslint/eslint-plugin" : " 13.0.1" ,
53
+ "@angular-eslint/eslint-plugin-template" : " 13.0.1" ,
54
+ "@angular-eslint/schematics" : " 13.0.1" ,
55
+ "@angular-eslint/template-parser" : " 13.0.1" ,
56
+ "@angular/cli" : " ~13.0.3" ,
57
+ "@angular/compiler-cli" : " ~13.0.2" ,
58
+ "@angular/language-service" : " ~13.0.2" ,
53
59
"@types/jasmine" : " ~3.6.0" ,
54
60
"@types/jasminewd2" : " ~2.0.3" ,
55
61
"@types/node" : " ^12.11.1" ,
62
+ "@typescript-eslint/eslint-plugin" : " 5.3.0" ,
63
+ "@typescript-eslint/parser" : " 5.3.0" ,
56
64
"codecov" : " ^3.7.0" ,
57
- "codelyzer" : " ^6.0.0" ,
58
65
"commitizen" : " 4.1.2" ,
59
66
"embedme" : " 1.21.0" ,
67
+ "eslint" : " ^8.2.0" ,
60
68
"jasmine-core" : " ~3.6.0" ,
61
69
"jasmine-spec-reporter" : " ~5.0.0" ,
62
- "karma" : " ~6.1.1 " ,
70
+ "karma" : " ~6.3.9 " ,
63
71
"karma-chrome-launcher" : " ~3.1.0" ,
64
- "karma-coverage-istanbul-reporter " : " ~3 .0.2 " ,
72
+ "karma-coverage" : " ~2 .0.3 " ,
65
73
"karma-jasmine" : " ~4.0.0" ,
66
74
"karma-jasmine-html-reporter" : " ^1.5.0" ,
67
- "ng-packagr" : " ^11.2.4 " ,
68
- "prettier" : " 2.0.5 " ,
75
+ "ng-packagr" : " ^13.0.6 " ,
76
+ "prettier" : " 2.4.1 " ,
69
77
"protractor" : " ~7.0.0" ,
70
78
"semantic-release" : " ^17.2.3" ,
71
79
"ts-node" : " ~8.3.0" ,
72
- "tslint" : " ~6.1.0" ,
73
- "typescript" : " ~4.0.3"
80
+ "typescript" : " ~4.4.4"
74
81
},
75
82
"repository" : {
76
83
"type" : " git" ,
81
88
"path" : " ./node_modules/cz-conventional-changelog"
82
89
}
83
90
}
84
- }
91
+ }
0 commit comments