|
1 | 1 | { |
2 | 2 | "name": "@fireworks-js/angular", |
3 | 3 | "private": true, |
4 | | - "version": "2.0.1", |
| 4 | + "version": "2.0.2", |
5 | 5 | "typings": "./dist/ng-fireworks/index.d.ts", |
6 | 6 | "exports": { |
7 | 7 | "./package.json": { |
|
23 | 23 | "watch": "ng build --watch --configuration development" |
24 | 24 | }, |
25 | 25 | "dependencies": { |
26 | | - "@angular/animations": "^14.0.0", |
27 | | - "@angular/common": "^14.0.0", |
28 | | - "@angular/compiler": "^14.0.0", |
29 | | - "@angular/core": "^14.0.0", |
30 | | - "@angular/forms": "^14.0.0", |
31 | | - "@angular/platform-browser": "^14.0.0", |
32 | | - "@angular/platform-browser-dynamic": "^14.0.0", |
33 | | - "@angular/router": "^14.0.0", |
34 | | - "fireworks-js": "workspace:2.0.1", |
35 | | - "rxjs": "~7.5.0", |
| 26 | + "@angular/animations": "^14.1.2", |
| 27 | + "@angular/common": "^14.1.2", |
| 28 | + "@angular/compiler": "^14.1.2", |
| 29 | + "@angular/core": "^14.1.2", |
| 30 | + "@angular/forms": "^14.1.2", |
| 31 | + "@angular/platform-browser": "^14.1.2", |
| 32 | + "@angular/platform-browser-dynamic": "^14.1.2", |
| 33 | + "@angular/router": "^14.1.2", |
| 34 | + "fireworks-js": "workspace:2.0.2", |
| 35 | + "rxjs": "~7.5.6", |
36 | 36 | "tslib": "2.4.0", |
37 | | - "zone.js": "~0.11.4" |
| 37 | + "zone.js": "~0.11.8" |
38 | 38 | }, |
39 | 39 | "devDependencies": { |
40 | | - "@angular-devkit/build-angular": "^14.0.5", |
41 | | - "@angular/cli": "~14.0.5", |
42 | | - "@angular/compiler-cli": "^14.0.0", |
43 | | - "@types/jasmine": "~4.0.0", |
44 | | - "jasmine-core": "~4.1.0", |
45 | | - "ng-packagr": "^14.0.0" |
| 40 | + "@angular-devkit/build-angular": "^14.1.2", |
| 41 | + "@angular/cli": "~14.0.7", |
| 42 | + "@angular/compiler-cli": "^14.1.2", |
| 43 | + "@types/jasmine": "~4.0.3", |
| 44 | + "jasmine-core": "~4.1.1", |
| 45 | + "ng-packagr": "^14.1.0" |
46 | 46 | } |
47 | 47 | } |
0 commit comments