|
36 | 36 | "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s" |
37 | 37 | }, |
38 | 38 | "dependencies": { |
39 | | - "@angular/animations": "19.2.9", |
40 | | - "@angular/common": "19.2.9", |
41 | | - "@angular/compiler": "19.2.9", |
42 | | - "@angular/core": "19.2.9", |
43 | | - "@angular/forms": "19.2.9", |
44 | | - "@angular/platform-browser": "19.2.9", |
45 | | - "@angular/platform-browser-dynamic": "19.2.9", |
46 | | - "@angular/router": "19.2.9", |
47 | | - "@nativescript/core": "~8.8.0", |
| 39 | + "@angular/animations": "next", |
| 40 | + "@angular/common": "next", |
| 41 | + "@angular/compiler": "next", |
| 42 | + "@angular/core": "next", |
| 43 | + "@angular/forms": "next", |
| 44 | + "@angular/platform-browser": "next", |
| 45 | + "@angular/platform-browser-dynamic": "next", |
| 46 | + "@angular/router": "next", |
| 47 | + "@nativescript/core": "~8.9.0", |
48 | 48 | "@nativescript/tailwind": "^2.1.0", |
49 | 49 | "nativescript-fonticon": "~8.1.3", |
50 | 50 | "rxjs": "^7.8.0", |
51 | 51 | "zone.js": "~0.15.0" |
52 | 52 | }, |
53 | 53 | "devDependencies": { |
54 | | - "@angular-devkit/build-angular": "19.2.9", |
55 | | - "@angular-devkit/core": "19.2.9", |
56 | | - "@angular-devkit/schematics": "19.2.9", |
| 54 | + "@angular-devkit/build-angular": "next", |
| 55 | + "@angular-devkit/core": "next", |
| 56 | + "@angular-devkit/schematics": "next", |
57 | 57 | "@angular-eslint/eslint-plugin": "19.4.0", |
58 | 58 | "@angular-eslint/eslint-plugin-template": "19.4.0", |
59 | 59 | "@angular-eslint/template-parser": "19.4.0", |
60 | | - "@angular/compiler-cli": "19.2.9", |
| 60 | + "@angular/compiler-cli": "next", |
61 | 61 | "@jsdevtools/coverage-istanbul-loader": "3.0.5", |
62 | | - "@nativescript/nx": "20.0.4", |
63 | | - "@nativescript/types": "~8.8.0", |
| 62 | + "@nativescript/nx": "~20.8.0", |
| 63 | + "@nativescript/types": "~8.9.0", |
64 | 64 | "@nativescript/unit-test-runner": "^3.0.4", |
65 | 65 | "@nativescript/webpack": "~5.0.22", |
66 | | - "@ngtools/webpack": "~19.0.0", |
| 66 | + "@ngtools/webpack": "next", |
67 | 67 | "@nx/angular": "21.1.0", |
68 | 68 | "@nx/eslint": "21.1.0", |
69 | 69 | "@nx/eslint-plugin": "21.1.0", |
70 | 70 | "@nx/jest": "21.1.0", |
71 | 71 | "@nx/js": "21.1.0", |
72 | 72 | "@nx/node": "21.1.0", |
73 | 73 | "@nx/workspace": "21.1.0", |
74 | | - "@schematics/angular": "19.2.9", |
| 74 | + "@schematics/angular": "next", |
75 | 75 | "@types/jasmine": "5.1.4", |
76 | 76 | "@types/jest": "29.5.13", |
77 | 77 | "@types/node": "^20.0.0", |
|
108 | 108 | "ts-jest": "~29.2.0", |
109 | 109 | "ts-node": "10.9.2", |
110 | 110 | "tslib": "^2.8.0", |
111 | | - "typescript": "5.7.3" |
| 111 | + "typescript": "~5.8.0" |
112 | 112 | }, |
113 | 113 | "xplat": { |
114 | 114 | "prefix": "nativescript", |
|
0 commit comments