|
35 | 35 | "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s" |
36 | 36 | }, |
37 | 37 | "dependencies": { |
38 | | - "@angular/animations": "~18.0.0", |
39 | | - "@angular/common": "~18.0.0", |
40 | | - "@angular/compiler": "~18.0.0", |
41 | | - "@angular/core": "~18.0.0", |
42 | | - "@angular/forms": "~18.0.0", |
43 | | - "@angular/platform-browser": "~18.0.0", |
44 | | - "@angular/platform-browser-dynamic": "~18.0.0", |
45 | | - "@angular/router": "~18.0.0", |
46 | | - "@nativescript/core": "~8.7.0", |
| 38 | + "@angular/animations": "~18.1.0", |
| 39 | + "@angular/common": "~18.1.0", |
| 40 | + "@angular/compiler": "~18.1.0", |
| 41 | + "@angular/core": "~18.1.0", |
| 42 | + "@angular/forms": "~18.1.0", |
| 43 | + "@angular/platform-browser": "~18.1.0", |
| 44 | + "@angular/platform-browser-dynamic": "~18.1.0", |
| 45 | + "@angular/router": "~18.1.0", |
| 46 | + "@nativescript/core": "~8.8.0", |
47 | 47 | "@nativescript/theme": "~3.0.2", |
48 | 48 | "@ngx-translate/core": "~15.0.0", |
49 | | - "nativescript-fonticon": "~5.2.0", |
| 49 | + "nativescript-fonticon": "~8.1.3", |
50 | 50 | "rxjs": "^7.8.0", |
51 | 51 | "zone.js": "~0.14.6" |
52 | 52 | }, |
53 | 53 | "devDependencies": { |
54 | | - "@angular-devkit/build-angular": "~18.0.0", |
55 | | - "@angular-devkit/core": "~18.0.0", |
56 | | - "@angular-devkit/schematics": "~18.0.0", |
| 54 | + "@angular-devkit/build-angular": "~18.1.0", |
| 55 | + "@angular-devkit/core": "~18.1.0", |
| 56 | + "@angular-devkit/schematics": "~18.1.0", |
57 | 57 | "@angular-eslint/eslint-plugin": "18.1.0", |
58 | 58 | "@angular-eslint/eslint-plugin-template": "18.1.0", |
59 | 59 | "@angular-eslint/template-parser": "18.1.0", |
60 | | - "@angular/compiler-cli": "~18.0.0", |
| 60 | + "@angular/compiler-cli": "~18.1.0", |
61 | 61 | "@jsdevtools/coverage-istanbul-loader": "3.0.5", |
62 | | - "@nativescript/nx": "~18.0.0", |
63 | | - "@nativescript/types": "~8.7.0", |
| 62 | + "@nativescript/nx": "^19.0.0", |
| 63 | + "@nativescript/types": "~8.8.0", |
64 | 64 | "@nativescript/unit-test-runner": "^3.0.4", |
65 | | - "@nativescript/webpack": "~5.0.21", |
66 | | - "@ngtools/webpack": "~18.0.0", |
| 65 | + "@nativescript/webpack": "~5.0.22", |
| 66 | + "@ngtools/webpack": "~18.1.0", |
67 | 67 | "@nx/angular": "19.4.4", |
68 | 68 | "@nx/eslint": "19.4.4", |
69 | 69 | "@nx/eslint-plugin": "19.4.4", |
70 | 70 | "@nx/jest": "19.4.4", |
71 | 71 | "@nx/js": "19.4.4", |
72 | 72 | "@nx/node": "19.4.4", |
73 | 73 | "@nx/workspace": "19.4.4", |
74 | | - "@schematics/angular": "~18.0.0", |
75 | | - "@types/jasmine": "5.1.1", |
| 74 | + "@schematics/angular": "~18.1.0", |
| 75 | + "@types/jasmine": "5.1.4", |
76 | 76 | "@types/jest": "29.5.7", |
77 | 77 | "@types/node": "^20.0.0", |
78 | 78 | "@types/sinon": "^17.0.0", |
79 | | - "@typescript-eslint/eslint-plugin": "7.9.0", |
80 | | - "@typescript-eslint/parser": "7.9.0", |
| 79 | + "@typescript-eslint/eslint-plugin": "7.16.1", |
| 80 | + "@typescript-eslint/parser": "7.16.1", |
81 | 81 | "@typescript-eslint/utils": "^8.0.0-alpha.28", |
82 | 82 | "conventional-changelog-cli": "^4.1.0", |
83 | | - "dotenv": "16.3.1", |
| 83 | + "dotenv": "16.4.5", |
84 | 84 | "eslint": "8.57.0", |
85 | 85 | "eslint-config-prettier": "9.0.0", |
86 | 86 | "fs-extra": "^11.1.0", |
87 | | - "husky": "~9.0.0", |
| 87 | + "husky": "~9.1.0", |
88 | 88 | "jest": "29.7.0", |
89 | 89 | "jest-environment-jsdom": "29.7.0", |
90 | 90 | "karma": "6.4.2", |
|
94 | 94 | "karma-nativescript-launcher": "0.4.0", |
95 | 95 | "karma-sinon": "^1.0.5", |
96 | 96 | "lint-staged": "^15.0.0", |
97 | | - "ng-packagr": "~18.0.0", |
| 97 | + "ng-packagr": "~18.1.0", |
98 | 98 | "nx": "19.4.4", |
99 | 99 | "nyc": "15.1.0", |
100 | 100 | "postcss": "^8.4.16", |
|
107 | 107 | "ts-jest": "29.1.1", |
108 | 108 | "ts-node": "10.9.2", |
109 | 109 | "tslib": "^2.6.0", |
110 | | - "typescript": "~5.4.0" |
| 110 | + "typescript": "~5.5.0" |
111 | 111 | }, |
112 | 112 | "xplat": { |
113 | 113 | "prefix": "nativescript", |
|
0 commit comments