|
10 | 10 | },
|
11 | 11 | "private": true,
|
12 | 12 | "dependencies": {
|
13 |
| - "@angular/animations": "^16.0.0-rc.0", |
14 |
| - "@angular/common": "^16.0.0-rc.0", |
15 |
| - "@angular/compiler": "^16.0.0-rc.0", |
16 |
| - "@angular/core": "^16.0.0-rc.0", |
17 |
| - "@angular/forms": "^16.0.0-rc.0", |
18 |
| - "@angular/platform-browser": "^16.0.0-rc.0", |
19 |
| - "@angular/platform-browser-dynamic": "^16.0.0-rc.0", |
20 |
| - "@angular/router": "^16.0.0-rc.0", |
| 13 | + "@angular/animations": "^16.0.0-rc.1", |
| 14 | + "@angular/common": "^16.0.0-rc.1", |
| 15 | + "@angular/compiler": "^16.0.0-rc.1", |
| 16 | + "@angular/core": "^16.0.0-rc.1", |
| 17 | + "@angular/forms": "^16.0.0-rc.1", |
| 18 | + "@angular/platform-browser": "^16.0.0-rc.1", |
| 19 | + "@angular/platform-browser-dynamic": "^16.0.0-rc.1", |
| 20 | + "@angular/router": "^16.0.0-rc.1", |
21 | 21 | "axios": "^1.3.5",
|
22 | 22 | "rxjs": "~7.8.0",
|
23 | 23 | "tslib": "^2.3.0",
|
|
26 | 26 | "devDependencies": {
|
27 | 27 | "@angular-devkit/build-angular": "^16.0.0-rc.0",
|
28 | 28 | "@angular/cli": "~16.0.0-rc.0",
|
29 |
| - "@angular/compiler-cli": "^16.0.0-rc.0", |
| 29 | + "@angular/compiler-cli": "^16.0.0-rc.1", |
| 30 | + "@tailwindcss/aspect-ratio": "^0.4.2", |
| 31 | + "@tailwindcss/forms": "^0.5.3", |
| 32 | + "@tailwindcss/typography": "^0.5.9", |
30 | 33 | "@types/jasmine": "~4.3.0",
|
31 | 34 | "autoprefixer": "^10.4.14",
|
32 | 35 | "jasmine-core": "~4.6.0",
|
33 |
| - "karma": "~6.4.0", |
34 |
| - "karma-chrome-launcher": "~3.1.0", |
| 36 | + "karma": "~6.4.1", |
| 37 | + "karma-chrome-launcher": "~3.1.1", |
35 | 38 | "karma-coverage": "~2.2.0",
|
36 | 39 | "karma-jasmine": "~5.1.0",
|
37 | 40 | "karma-jasmine-html-reporter": "~2.0.0",
|
38 | 41 | "postcss": "^8.4.22",
|
| 42 | + "prettier-plugin-tailwindcss": "^0.2.7", |
39 | 43 | "tailwindcss": "^3.3.1",
|
40 |
| - "typescript": "~5.0.2" |
| 44 | + "typescript": "~5.0.4" |
41 | 45 | }
|
42 | 46 | }
|
0 commit comments