|
16 | 16 | "pack": "npm run build && npm pack ./dist/tubular-ng-widgets/" |
17 | 17 | }, |
18 | 18 | "dependencies": { |
19 | | - "@angular/animations": "~13.1.0", |
20 | | - "@angular/common": "~13.1.0", |
21 | | - "@angular/compiler": "~13.1.0", |
22 | | - "@angular/core": "~13.1.0", |
23 | | - "@angular/forms": "~13.1.0", |
24 | | - "@angular/platform-browser": "~13.1.0", |
25 | | - "@angular/platform-browser-dynamic": "~13.1.0", |
26 | | - "@angular/router": "~13.1.0", |
| 19 | + "@angular/animations": "~12.2.5", |
| 20 | + "@angular/common": "~12.2.5", |
| 21 | + "@angular/compiler": "~12.2.5", |
| 22 | + "@angular/core": "~12.2.5", |
| 23 | + "@angular/forms": "~12.2.5", |
| 24 | + "@angular/platform-browser": "~12.2.5", |
| 25 | + "@angular/platform-browser-dynamic": "~12.2.5", |
| 26 | + "@angular/router": "~12.2.5", |
27 | 27 | "@tubular/math": "^3.1.0", |
28 | 28 | "@tubular/time": "^3.8.0", |
29 | | - "@tubular/util": "^4.5.1", |
| 29 | + "@tubular/util": "^4.6.0", |
30 | 30 | "detect-resize": "^0.1.5", |
31 | 31 | "lodash": "^4.17.21", |
32 | 32 | "rxjs": "~6.6.7", |
33 | 33 | "tslib": "^2.3.1", |
34 | 34 | "zone.js": "~0.11.4" |
35 | 35 | }, |
36 | 36 | "devDependencies": { |
37 | | - "@angular-devkit/build-angular": "^13.1.1", |
| 37 | + "@angular-devkit/build-angular": "^12.2.13", |
38 | 38 | "@angular-eslint/builder": "^12.4.1", |
39 | 39 | "@angular-eslint/eslint-plugin": "^12.4.1", |
40 | 40 | "@angular-eslint/eslint-plugin-template": "^12.4.1", |
41 | 41 | "@angular-eslint/schematics": "^12.7.0", |
42 | 42 | "@angular-eslint/template-parser": "^12.4.1", |
43 | | - "@angular/cli": "^13.1.1", |
44 | | - "@angular/compiler-cli": "~13.1.0", |
| 43 | + "@angular/cli": "^12.2.13", |
| 44 | + "@angular/compiler-cli": "~12.2.5", |
45 | 45 | "@types/jasmine": "~3.9.0", |
46 | 46 | "@types/node": "^12.20.17", |
47 | 47 | "@typescript-eslint/eslint-plugin": "^4.31.0", |
|
60 | 60 | "karma-coverage": "~2.0.3", |
61 | 61 | "karma-jasmine": "~4.0.1", |
62 | 62 | "karma-jasmine-html-reporter": "^1.7.0", |
63 | | - "ng-packagr": "^13.1.1", |
64 | | - "typescript": "~4.5.3" |
| 63 | + "ng-packagr": "^12.2.1", |
| 64 | + "typescript": "~4.2.4" |
65 | 65 | } |
66 | 66 | } |
0 commit comments