|
1 | 1 | { |
2 | 2 | "name": "@coreui/angular-dev", |
3 | | - "version": "2.11.3", |
| 3 | + "version": "2.12.0", |
4 | 4 | "license": "MIT", |
5 | 5 | "author": { |
6 | 6 | "name": "Łukasz Holeczek", |
|
16 | 16 | ], |
17 | 17 | "scripts": { |
18 | 18 | "ng": "ng", |
19 | | - "postinstall": "ngcc --properties es2015 browser module main --first-only --create-ivy-entry-points", |
20 | 19 | "build-lib:dev": "ng build @coreui/angular --watch", |
21 | 20 | "build-lib:prod": "ng build @coreui/angular --configuration production", |
22 | 21 | "test-lib:dev": "ng test @coreui/angular", |
23 | 22 | "test-lib:prod": "ng test @coreui/angular --karmaConfig=projects/coreui/angular/karma.conf.github.js", |
24 | | - "prestart": "npm run postinstall", |
25 | 23 | "start": "ng serve", |
26 | 24 | "test": "ng test", |
27 | 25 | "lint": "ng lint", |
28 | | - "pree2e": "npm run postinstall", |
29 | 26 | "e2e": "ng e2e", |
| 27 | + "prepublish": "ng test @coreui/angular --watch=false && ng e2e && ng build @coreui/angular --configuration production", |
30 | 28 | "publish": "cd dist/@coreui/angular/ && npm publish --tag v2-lts --dry-run", |
31 | 29 | "link": "cd dist/@coreui/angular/ && npm link", |
32 | 30 | "release-version": "node build/change-version.js" |
33 | 31 | }, |
34 | 32 | "private": true, |
35 | 33 | "dependencies": { |
36 | | - "@angular/animations": "^12.2.3", |
37 | | - "@angular/common": "^12.2.3", |
38 | | - "@angular/compiler": "^12.2.3", |
39 | | - "@angular/core": "^12.2.3", |
40 | | - "@angular/forms": "^12.2.3", |
41 | | - "@angular/localize": "^12.2.3", |
42 | | - "@angular/platform-browser": "^12.2.3", |
43 | | - "@angular/platform-browser-dynamic": "^12.2.3", |
44 | | - "@angular/router": "^12.2.3", |
45 | | - "rxjs": "^6.6.3", |
46 | | - "tslib": "^2.1.0", |
| 34 | + "@angular/animations": "^12.2.16", |
| 35 | + "@angular/common": "^12.2.16", |
| 36 | + "@angular/compiler": "^12.2.16", |
| 37 | + "@angular/core": "^12.2.16", |
| 38 | + "@angular/forms": "^12.2.16", |
| 39 | + "@angular/localize": "^12.2.16", |
| 40 | + "@angular/platform-browser": "^12.2.16", |
| 41 | + "@angular/platform-browser-dynamic": "^12.2.16", |
| 42 | + "@angular/router": "^12.2.16", |
| 43 | + "rxjs": "^6.6.7", |
| 44 | + "tslib": "^2.3.1", |
47 | 45 | "zone.js": "~0.11.4" |
48 | 46 | }, |
49 | 47 | "devDependencies": { |
50 | | - "@angular-devkit/build-angular": "^12.2.3", |
51 | | - "@angular/cli": "^12.2.3", |
52 | | - "@angular/compiler-cli": "^12.2.3", |
53 | | - "@angular/language-service": "^12.2.3", |
| 48 | + "@angular-devkit/build-angular": "^12.2.16", |
| 49 | + "@angular/cli": "^12.2.16", |
| 50 | + "@angular/compiler-cli": "^12.2.16", |
| 51 | + "@angular/language-service": "^12.2.16", |
54 | 52 | "@coreui/coreui": "^2.1.16", |
55 | 53 | "@types/jasmine": "^3.6.11", |
| 54 | + "@types/jasminewd2": "^2.0.10", |
56 | 55 | "@types/node": "^14.18.12", |
57 | 56 | "codelyzer": "^6.0.2", |
58 | 57 | "jasmine-core": "~3.10.1", |
59 | | - "jasmine-spec-reporter": "~5.0.2", |
60 | | - "karma": "^6.3.4", |
| 58 | + "jasmine-spec-reporter": "~7.0.0", |
| 59 | + "karma": "^6.3.17", |
61 | 60 | "karma-chrome-launcher": "~3.1.1", |
62 | 61 | "karma-coverage": "~2.0.3", |
63 | 62 | "karma-jasmine": "~4.0.1", |
64 | 63 | "karma-jasmine-html-reporter": "^1.7.0", |
65 | | - "ng-packagr": "^12.2.1", |
| 64 | + "ng-packagr": "^12.2.7", |
66 | 65 | "ngx-perfect-scrollbar": "^10.1.1", |
67 | 66 | "protractor": "~7.0.0", |
68 | 67 | "shelljs": "^0.8.5", |
69 | 68 | "simple-line-icons": "^2.5.5", |
70 | 69 | "ts-node": "^9.1.1", |
71 | 70 | "tslint": "~6.1.3", |
72 | | - "typescript": "~4.3.8" |
| 71 | + "typescript": "~4.3.5" |
73 | 72 | }, |
74 | 73 | "engines": { |
75 | | - "node": ">= 10.19", |
| 74 | + "node": "^12.20.0 || >=14.0.0", |
76 | 75 | "npm": ">= 6" |
77 | 76 | } |
78 | 77 | } |
0 commit comments