|
1 | 1 | { |
2 | 2 | "private": true, |
3 | 3 | "name": "@yourapp/frontend", |
4 | | - "version": "1.1.3", |
| 4 | + "version": "1.1.4", |
5 | 5 | "description": "A working example of a Nestjs-BFF angular web-app frontend", |
6 | 6 | "author": "ahrnee", |
7 | 7 | "license": "MIT", |
|
27 | 27 | "@coreui/coreui": "^2.0.20", |
28 | 28 | "@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.2.0", |
29 | 29 | "@coreui/icons": "0.3.0", |
30 | | - "@nestjs-bff/global-contracts": "^1.1.3", |
31 | | - "@nestjs-bff/global-utils-prod": "^1.1.3", |
| 30 | + "@nestjs-bff/global-contracts": "^1.1.4", |
| 31 | + "@nestjs-bff/global-utils-prod": "^1.1.4", |
32 | 32 | "@yourapp/global": "file:../global", |
33 | 33 | "bootstrap": "^4.1.3", |
34 | 34 | "chart.js": "^2.7.3", |
|
55 | 55 | "@angular/cli": "~7.2.3", |
56 | 56 | "@angular/compiler-cli": "~7.2.0", |
57 | 57 | "@angular/language-service": "~7.2.0", |
58 | | - "@nestjs-bff/global-utils-dev": "^1.1.3", |
| 58 | + "@nestjs-bff/global-utils-dev": "^1.1.4", |
59 | 59 | "@types/jasmine": "~2.8.8", |
60 | 60 | "@types/jasminewd2": "~2.0.3", |
61 | 61 | "@types/node": "^10.12.0", |
|
0 commit comments