|
1 | 1 | { |
2 | 2 | "name": "svc-ng", |
3 | | - "version": "1.12.1", |
| 3 | + "version": "1.12.2", |
4 | 4 | "license": "MIT AND GPL-3.0-or-later", |
5 | 5 | "author": "Kerry Shetline <kerry@shetline.com>", |
6 | 6 | "scripts": { |
|
14 | 14 | }, |
15 | 15 | "private": true, |
16 | 16 | "dependencies": { |
17 | | - "@angular/animations": "^11.2.3", |
18 | | - "@angular/cdk": "^11.2.2", |
19 | | - "@angular/common": "^11.2.3", |
20 | | - "@angular/compiler": "^11.2.3", |
21 | | - "@angular/core": "^11.2.3", |
| 17 | + "@angular/animations": "^11.2.10", |
| 18 | + "@angular/cdk": "^11.2.9", |
| 19 | + "@angular/common": "^11.2.10", |
| 20 | + "@angular/compiler": "^11.2.10", |
| 21 | + "@angular/core": "^11.2.10", |
22 | 22 | "@angular/flex-layout": "^11.0.0-beta.33", |
23 | | - "@angular/forms": "^11.2.3", |
24 | | - "@angular/platform-browser": "^11.2.3", |
25 | | - "@angular/platform-browser-dynamic": "^11.2.3", |
26 | | - "@angular/router": "^11.2.3", |
27 | | - "@fortawesome/fontawesome-free": "^5.15.2", |
28 | | - "@tubular/astronomy": "^2.1.8", |
| 23 | + "@angular/forms": "^11.2.10", |
| 24 | + "@angular/platform-browser": "^11.2.10", |
| 25 | + "@angular/platform-browser-dynamic": "^11.2.10", |
| 26 | + "@angular/router": "^11.2.10", |
| 27 | + "@fortawesome/fontawesome-free": "^5.15.3", |
| 28 | + "@tubular/astronomy": "^2.2.1", |
29 | 29 | "@tubular/math": "^2.2.0", |
30 | | - "@tubular/time": "^2.4.2", |
31 | | - "@tubular/util": "^3.4.1", |
| 30 | + "@tubular/time": "^2.6.0", |
| 31 | + "@tubular/util": "^3.6.0", |
32 | 32 | "array-buffer-reader": "^1.0.4", |
33 | 33 | "core-js": "^2.6.12", |
34 | 34 | "detect-resize": "^0.1.5", |
35 | 35 | "lodash-es": "^4.17.21", |
36 | 36 | "ng-busy": "^11.0.0", |
37 | 37 | "primeicons": "^4.1.0", |
38 | | - "primeng": "^11.2.3", |
39 | | - "rxjs": "^6.6.6", |
| 38 | + "primeng": "^11.3.2", |
| 39 | + "rxjs": "^6.6.7", |
40 | 40 | "zone.js": "~0.10.2" |
41 | 41 | }, |
42 | 42 | "devDependencies": { |
43 | | - "@angular-devkit/build-angular": "^0.1102.2", |
44 | | - "@angular/cli": "^11.2.2", |
45 | | - "@angular/compiler-cli": "^11.2.3", |
46 | | - "@angular/language-service": "^11.2.3", |
| 43 | + "@angular-devkit/build-angular": "^0.1102.9", |
| 44 | + "@angular/cli": "^11.2.9", |
| 45 | + "@angular/compiler-cli": "^11.2.10", |
| 46 | + "@angular/language-service": "^11.2.10", |
47 | 47 | "@types/googlemaps": "^3.43.2", |
48 | | - "@types/jasmine": "~3.6.0", |
| 48 | + "@types/jasmine": "^3.6.9", |
49 | 49 | "@types/jasminewd2": "^2.0.8", |
50 | 50 | "@types/lodash-es": "^4.17.4", |
51 | | - "@typescript-eslint/eslint-plugin": "^4.16.1", |
52 | | - "@typescript-eslint/parser": "^4.16.1", |
| 51 | + "@typescript-eslint/eslint-plugin": "^4.22.0", |
| 52 | + "@typescript-eslint/parser": "^4.22.0", |
53 | 53 | "codelyzer": "^6.0.0", |
54 | | - "eslint": "^7.21.0", |
| 54 | + "eslint": "^7.24.0", |
55 | 55 | "eslint-config-standard": "^16.0.2", |
56 | 56 | "eslint-plugin-import": "^2.22.1", |
57 | 57 | "eslint-plugin-node": "^11.1.0", |
58 | 58 | "eslint-plugin-promise": "^4.2.1", |
59 | 59 | "eslint-plugin-standard": "^5.0.0", |
60 | 60 | "jasmine-core": "~3.6.0", |
61 | 61 | "jasmine-spec-reporter": "~5.0.0", |
62 | | - "karma": "~6.1.1", |
| 62 | + "karma": "^6.1.2", |
63 | 63 | "karma-chrome-launcher": "~3.1.0", |
64 | 64 | "karma-coverage-istanbul-reporter": "~3.0.2", |
65 | 65 | "karma-jasmine": "~4.0.0", |
|
0 commit comments