|
35 | 35 | "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
|
36 | 36 | },
|
37 | 37 | "dependencies": {
|
38 |
| - "@angular/animations": "17.0.0-rc.2", |
39 |
| - "@angular/common": "17.0.0-rc.2", |
40 |
| - "@angular/compiler": "17.0.0-rc.2", |
41 |
| - "@angular/core": "17.0.0-rc.2", |
42 |
| - "@angular/forms": "17.0.0-rc.2", |
43 |
| - "@angular/platform-browser": "17.0.0-rc.2", |
44 |
| - "@angular/platform-browser-dynamic": "17.0.0-rc.2", |
45 |
| - "@angular/router": "17.0.0-rc.2", |
| 38 | + "@angular/animations": "17.0.0", |
| 39 | + "@angular/common": "17.0.0", |
| 40 | + "@angular/compiler": "17.0.0", |
| 41 | + "@angular/core": "17.0.0", |
| 42 | + "@angular/forms": "17.0.0", |
| 43 | + "@angular/platform-browser": "17.0.0", |
| 44 | + "@angular/platform-browser-dynamic": "17.0.0", |
| 45 | + "@angular/router": "17.0.0", |
46 | 46 | "@nativescript/core": "~8.6.0",
|
47 | 47 | "@nativescript/theme": "~3.0.2",
|
48 | 48 | "@ngx-translate/core": "~15.0.0",
|
49 | 49 | "nativescript-fonticon": "~8.0.0",
|
50 | 50 | "rxjs": "^7.8.0",
|
51 |
| - "zone.js": "0.13.1" |
| 51 | + "zone.js": "0.14.2" |
52 | 52 | },
|
53 | 53 | "devDependencies": {
|
54 |
| - "@angular-devkit/build-angular": "17.0.0-rc.3", |
55 |
| - "@angular-devkit/core": "17.0.0-rc.3", |
56 |
| - "@angular-devkit/schematics": "17.0.0-rc.3", |
57 |
| - "@angular-eslint/eslint-plugin": "16.2.0", |
58 |
| - "@angular-eslint/eslint-plugin-template": "16.2.0", |
59 |
| - "@angular-eslint/template-parser": "16.2.0", |
60 |
| - "@angular/compiler-cli": "17.0.0-rc.2", |
| 54 | + "@angular-devkit/build-angular": "17.0.0", |
| 55 | + "@angular-devkit/core": "17.0.0", |
| 56 | + "@angular-devkit/schematics": "17.0.0", |
| 57 | + "@angular-eslint/eslint-plugin": "17.0.0", |
| 58 | + "@angular-eslint/eslint-plugin-template": "17.0.0", |
| 59 | + "@angular-eslint/template-parser": "17.0.0", |
| 60 | + "@angular/compiler-cli": "17.0.0", |
61 | 61 | "@jsdevtools/coverage-istanbul-loader": "3.0.5",
|
62 | 62 | "@nativescript/types": "~8.6.0",
|
63 | 63 | "@nativescript/unit-test-runner": "^3.0.4",
|
|
67 | 67 | "@nstudio/nativescript": "17.0.1",
|
68 | 68 | "@nstudio/nativescript-angular": "17.0.1",
|
69 | 69 | "@nstudio/xplat": "17.0.1",
|
70 |
| - "@nx/angular": "17.0.3", |
71 |
| - "@nx/eslint": "17.0.3", |
72 |
| - "@nx/eslint-plugin": "17.0.3", |
73 |
| - "@nx/jest": "17.0.3", |
74 |
| - "@nx/js": "17.0.3", |
75 |
| - "@nx/node": "17.0.3", |
76 |
| - "@nx/workspace": "17.0.3", |
77 |
| - "@schematics/angular": "17.0.0-rc.3", |
| 70 | + "@nx/angular": "17.1.0-beta.4", |
| 71 | + "@nx/eslint": "17.1.0-beta.4", |
| 72 | + "@nx/eslint-plugin": "17.1.0-beta.4", |
| 73 | + "@nx/jest": "17.1.0-beta.4", |
| 74 | + "@nx/js": "17.1.0-beta.4", |
| 75 | + "@nx/node": "17.1.0-beta.4", |
| 76 | + "@nx/workspace": "17.1.0-beta.4", |
| 77 | + "@schematics/angular": "17.0.0", |
78 | 78 | "@types/jasmine": "5.1.1",
|
79 | 79 | "@types/jest": "29.5.7",
|
80 | 80 | "@types/node": "^20.0.0",
|
81 | 81 | "@types/sinon": "^17.0.0",
|
82 |
| - "@typescript-eslint/eslint-plugin": "6.9.1", |
83 |
| - "@typescript-eslint/parser": "6.9.1", |
| 82 | + "@typescript-eslint/eslint-plugin": "6.10.0", |
| 83 | + "@typescript-eslint/parser": "6.10.0", |
84 | 84 | "conventional-changelog-cli": "^4.1.0",
|
85 | 85 | "dotenv": "16.3.1",
|
86 | 86 | "eslint": "8.53.0",
|
|
96 | 96 | "karma-nativescript-launcher": "0.4.0",
|
97 | 97 | "karma-sinon": "^1.0.5",
|
98 | 98 | "lint-staged": "^15.0.0",
|
99 |
| - "ng-packagr": "17.0.0-rc.1", |
100 |
| - "nx": "17.0.3", |
| 99 | + "ng-packagr": "17.0.0", |
| 100 | + "nx": "17.1.0-beta.4", |
101 | 101 | "nyc": "15.1.0",
|
102 | 102 | "postcss": "^8.4.16",
|
103 | 103 | "postcss-import": "15.1.0",
|
|
0 commit comments