|
1 | 1 | { |
2 | 2 | "name": "coreui-angular-dev", |
3 | | - "version": "5.2.0-next.0", |
| 3 | + "version": "5.2.0", |
4 | 4 | "description": "CoreUI Components Library for Angular", |
5 | 5 | "copyright": "Copyright 2024 creativeLabs Łukasz Holeczek", |
6 | 6 | "license": "MIT", |
|
36 | 36 | }, |
37 | 37 | "private": true, |
38 | 38 | "dependencies": { |
39 | | - "@angular/animations": "^18.0.2", |
40 | | - "@angular/cdk": "^18.0.2", |
41 | | - "@angular/common": "^18.0.2", |
42 | | - "@angular/compiler": "^18.0.2", |
43 | | - "@angular/core": "^18.0.2", |
44 | | - "@angular/forms": "^18.0.2", |
45 | | - "@angular/localize": "^18.0.2", |
46 | | - "@angular/platform-browser": "^18.0.2", |
47 | | - "@angular/platform-browser-dynamic": "^18.0.2", |
48 | | - "@angular/router": "^18.0.2", |
| 39 | + "@angular/animations": "^18.0.3", |
| 40 | + "@angular/cdk": "^18.0.3", |
| 41 | + "@angular/common": "^18.0.3", |
| 42 | + "@angular/compiler": "^18.0.3", |
| 43 | + "@angular/core": "^18.0.3", |
| 44 | + "@angular/forms": "^18.0.3", |
| 45 | + "@angular/localize": "^18.0.3", |
| 46 | + "@angular/platform-browser": "^18.0.3", |
| 47 | + "@angular/platform-browser-dynamic": "^18.0.3", |
| 48 | + "@angular/router": "^18.0.3", |
49 | 49 | "@coreui/chartjs": "^4.0.0", |
50 | 50 | "@coreui/icons": "^3.0.1", |
51 | 51 | "@popperjs/core": "~2.11.8", |
|
56 | 56 | "zone.js": "~0.14.7" |
57 | 57 | }, |
58 | 58 | "devDependencies": { |
59 | | - "@angular-devkit/build-angular": "^18.0.3", |
| 59 | + "@angular-devkit/build-angular": "^18.0.4", |
60 | 60 | "@angular-eslint/builder": "^18.0.1", |
61 | 61 | "@angular-eslint/eslint-plugin": "^18.0.1", |
62 | 62 | "@angular-eslint/eslint-plugin-template": "^18.0.1", |
63 | 63 | "@angular-eslint/schematics": "^18.0.1", |
64 | 64 | "@angular-eslint/template-parser": "^18.0.1", |
65 | | - "@angular/cli": "^18.0.3", |
66 | | - "@angular/compiler-cli": "^18.0.2", |
67 | | - "@angular/language-service": "^18.0.2", |
| 65 | + "@angular/cli": "^18.0.4", |
| 66 | + "@angular/compiler-cli": "^18.0.3", |
| 67 | + "@angular/language-service": "^18.0.3", |
68 | 68 | "@types/jasmine": "^5.1.4", |
69 | 69 | "@types/lodash-es": "^4.17.12", |
70 | 70 | "@types/node": "^20.14.2", |
71 | | - "@typescript-eslint/eslint-plugin": "^7.12.0", |
72 | | - "@typescript-eslint/parser": "^7.12.0", |
| 71 | + "@typescript-eslint/eslint-plugin": "^7.13.0", |
| 72 | + "@typescript-eslint/parser": "^7.13.0", |
73 | 73 | "eslint": "^8.57.0", |
74 | 74 | "jasmine-core": "^5.1.2", |
75 | 75 | "karma": "^6.4.3", |
|
78 | 78 | "karma-jasmine": "^5.1.0", |
79 | 79 | "karma-jasmine-html-reporter": "^2.1.0", |
80 | 80 | "ng-packagr": "^18.0.0", |
81 | | - "prettier": "^3.3.1", |
| 81 | + "prettier": "^3.3.2", |
82 | 82 | "typescript": "~5.4.5" |
83 | 83 | }, |
84 | 84 | "keywords": [ |
|
0 commit comments