|
1 | 1 | { |
2 | 2 | "name": "angular-cc-library", |
3 | | - "version": "3.0.3", |
| 3 | + "version": "3.1.0", |
4 | 4 | "scripts": { |
5 | 5 | "run:demo": "ng serve example", |
6 | 6 | "build:library": "ng build angular-cc-library --configuration production ", |
7 | 7 | "test": "ng test", |
8 | 8 | "lint": "ng lint", |
9 | 9 | "e2e": "ng e2e", |
| 10 | + "deploy": "ng deploy angular-cc-library", |
10 | 11 | "postinstall": "ngcc", |
11 | 12 | "precommit": "lint-staged" |
12 | 13 | }, |
13 | 14 | "private": true, |
14 | 15 | "dependencies": { |
15 | | - "@angular/common": "^14.0.3", |
16 | | - "@angular/compiler": "^14.0.3", |
17 | | - "@angular/core": "^14.0.3", |
18 | | - "@angular/forms": "^14.0.3", |
19 | | - "@angular/platform-browser": "^14.0.3", |
20 | | - "@angular/platform-browser-dynamic": "^14.0.3", |
| 16 | + "@angular/common": "^15.0.4", |
| 17 | + "@angular/compiler": "^15.0.4", |
| 18 | + "@angular/core": "^15.0.4", |
| 19 | + "@angular/forms": "^15.0.4", |
| 20 | + "@angular/platform-browser": "^15.0.4", |
| 21 | + "@angular/platform-browser-dynamic": "^15.0.4", |
21 | 22 | "rxjs": "~6.6.3", |
22 | 23 | "tslib": "^2.1.0", |
23 | 24 | "zone.js": "~0.11.4" |
24 | 25 | }, |
25 | 26 | "devDependencies": { |
26 | | - "@angular-builders/jest": "14.0.0", |
27 | | - "@angular-devkit/build-angular": "^14.0.2", |
28 | | - "@angular/cli": "^14.0.2", |
29 | | - "@angular/compiler-cli": "^14.0.3", |
30 | | - "@angular/language-service": "^14.0.3", |
| 27 | + "@angular-builders/jest": "15.0.0", |
| 28 | + "@angular-devkit/build-angular": "^15.0.4", |
| 29 | + "@angular/cli": "^15.0.4", |
| 30 | + "@angular/compiler-cli": "^15.0.4", |
| 31 | + "@angular/language-service": "^15.0.4", |
31 | 32 | "@types/jest": "^27.5.2", |
32 | 33 | "@types/node": "^12.11.1", |
33 | 34 | "codelyzer": "^6.0.0", |
34 | 35 | "husky": "^4.2.3", |
35 | 36 | "jest": "28.1.1", |
36 | 37 | "lint-staged": "^11.2.6", |
37 | | - "ng-packagr": "^14.0.2", |
38 | | - "ngx-deploy-npm": "^1.3.2", |
| 38 | + "ng-packagr": "^15.0.3", |
| 39 | + "ngx-deploy-npm": "^4.3.10", |
39 | 40 | "ts-node": "~9.1.1", |
40 | 41 | "tslint": "~6.1.3", |
41 | | - "typescript": "~4.7.4" |
| 42 | + "typescript": "~4.8.4" |
42 | 43 | }, |
43 | 44 | "lint-staged": { |
44 | 45 | "*.ts": [ |
|
0 commit comments