|
10 | 10 | }, |
11 | 11 | "private": true, |
12 | 12 | "dependencies": { |
13 | | - "@angular/animations": "^17.0.2", |
14 | | - "@angular/common": "^17.0.2", |
15 | | - "@angular/compiler": "^17.0.2", |
16 | | - "@angular/core": "^17.0.2", |
17 | | - "@angular/forms": "^17.0.2", |
18 | | - "@angular/platform-browser": "^17.0.2", |
19 | | - "@angular/platform-browser-dynamic": "^17.0.2", |
20 | | - "@angular/router": "^17.0.2", |
| 13 | + "@angular/animations": "^17.1.1", |
| 14 | + "@angular/common": "^17.1.1", |
| 15 | + "@angular/compiler": "^17.1.1", |
| 16 | + "@angular/core": "^17.1.1", |
| 17 | + "@angular/forms": "^17.1.1", |
| 18 | + "@angular/platform-browser": "^17.1.1", |
| 19 | + "@angular/platform-browser-dynamic": "^17.1.1", |
| 20 | + "@angular/router": "^17.1.1", |
| 21 | + "@tiptap/core": "^2.1.16", |
| 22 | + "@tiptap/starter-kit": "^2.1.16", |
| 23 | + "ngx-tiptap": "^9.1.1", |
21 | 24 | "rxjs": "~7.8.0", |
22 | 25 | "tslib": "^2.3.0", |
23 | 26 | "zone.js": "~0.14.2" |
24 | 27 | }, |
25 | 28 | "devDependencies": { |
26 | | - "@angular-devkit/build-angular": "^17.0.0", |
27 | | - "@angular/cli": "~17.0.0", |
28 | | - "@angular/compiler-cli": "^17.0.2", |
29 | | - "@types/jest": "^29.5.5", |
30 | | - "autoprefixer": "^10.4.15", |
| 29 | + "@angular-devkit/build-angular": "^17.1.1", |
| 30 | + "@angular/cli": "~17.1.1", |
| 31 | + "@angular/compiler-cli": "^17.1.1", |
| 32 | + "@types/jest": "^29.5.11", |
| 33 | + "autoprefixer": "^10.4.17", |
31 | 34 | "jest": "^29.7.0", |
32 | | - "jest-preset-angular": "^13.1.2", |
33 | | - "ng-packagr": "^17.0.0", |
34 | | - "postcss": "^8.4.28", |
35 | | - "tailwindcss": "^3.3.3", |
| 35 | + "jest-preset-angular": "^14.0.0", |
| 36 | + "ng-packagr": "^17.1.2", |
| 37 | + "postcss": "^8.4.33", |
| 38 | + "tailwindcss": "^3.4.1", |
36 | 39 | "typescript": "~5.2.2" |
37 | 40 | }, |
38 | 41 | "jest": { |
|
0 commit comments