|
1 | 1 | { |
2 | 2 | "name": "gameon-front", |
3 | | - "version": "5.1.2", |
| 3 | + "version": "5.2.0", |
4 | 4 | "scripts": { |
5 | 5 | "ng": "ng", |
6 | 6 | "start": "ng serve", |
|
10 | 10 | }, |
11 | 11 | "private": true, |
12 | 12 | "dependencies": { |
13 | | - "@angular/animations": "^19.2.6", |
14 | | - "@angular/cdk": "^19.2.9", |
15 | | - "@angular/common": "^19.2.6", |
16 | | - "@angular/compiler": "^19.2.6", |
17 | | - "@angular/core": "^19.2.6", |
18 | | - "@angular/forms": "^19.2.6", |
19 | | - "@angular/platform-browser": "^19.2.6", |
20 | | - "@angular/platform-browser-dynamic": "^19.2.6", |
21 | | - "@angular/router": "^19.2.6", |
| 13 | + "@angular/animations": "^19.2.7", |
| 14 | + "@angular/cdk": "^19.2.10", |
| 15 | + "@angular/common": "^19.2.7", |
| 16 | + "@angular/compiler": "^19.2.7", |
| 17 | + "@angular/core": "^19.2.7", |
| 18 | + "@angular/forms": "^19.2.7", |
| 19 | + "@angular/platform-browser": "^19.2.7", |
| 20 | + "@angular/platform-browser-dynamic": "^19.2.7", |
| 21 | + "@angular/router": "^19.2.7", |
22 | 22 | "@fortawesome/angular-fontawesome": "^1.0.0", |
23 | 23 | "@fortawesome/free-solid-svg-icons": "^6.7.2", |
24 | 24 | "@ngrx/store": "^19.1.0", |
25 | | - "@tailwindcss/postcss": "^4.1.3", |
26 | | - "chart.js": "^4.4.7", |
27 | | - "flowbite": "^3.0.0-beta.1", |
| 25 | + "@tailwindcss/postcss": "^4.1.4", |
| 26 | + "chart.js": "^4.4.9", |
| 27 | + "flowbite": "^3.1.2", |
28 | 28 | "keycloak-angular": "^19.0.2", |
29 | 29 | "keycloak-js": "^26.0.7", |
30 | 30 | "postcss": "^8.5.3", |
31 | | - "rxjs": "~7.8.1", |
| 31 | + "rxjs": "^7.8.2", |
32 | 32 | "tailwindcss-animated": "^2.0.0", |
33 | 33 | "tslib": "^2.8.1", |
34 | 34 | "zone.js": "~0.15.0" |
35 | 35 | }, |
36 | 36 | "devDependencies": { |
37 | | - "@angular-devkit/build-angular": "^19.2.7", |
38 | | - "@angular/cli": "^19.2.7", |
39 | | - "@angular/compiler-cli": "^19.2.6", |
| 37 | + "@angular-devkit/build-angular": "^19.2.8", |
| 38 | + "@angular/cli": "^19.2.8", |
| 39 | + "@angular/compiler-cli": "^19.2.7", |
40 | 40 | "@types/jasmine": "~5.1.0", |
41 | 41 | "autoprefixer": "^10.4.20", |
42 | 42 | "jasmine-core": "~5.1.0", |
|
47 | 47 | "karma-jasmine-html-reporter": "~2.1.0", |
48 | 48 | "prettier": "^3.4.2", |
49 | 49 | "prettier-plugin-tailwindcss": "^0.6.11", |
50 | | - "tailwindcss": "^4.1.3", |
| 50 | + "tailwindcss": "^4.1.4", |
51 | 51 | "typescript": "~5.7.2" |
52 | 52 | } |
53 | 53 | } |
0 commit comments