|
35 | 35 | "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s" |
36 | 36 | }, |
37 | 37 | "dependencies": { |
38 | | - "@angular/animations": "17.3.8", |
39 | | - "@angular/common": "17.3.8", |
40 | | - "@angular/compiler": "17.3.8", |
41 | | - "@angular/core": "17.3.8", |
42 | | - "@angular/forms": "17.3.8", |
43 | | - "@angular/platform-browser": "17.3.8", |
44 | | - "@angular/platform-browser-dynamic": "17.3.8", |
45 | | - "@angular/router": "17.3.8", |
| 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 | 46 | "@nativescript/core": "~8.7.0", |
47 | 47 | "@nativescript/theme": "~3.0.2", |
48 | 48 | "@ngx-translate/core": "~15.0.0", |
49 | | - "nativescript-fonticon": "~8.1.0", |
| 49 | + "nativescript-fonticon": "~5.2.0", |
50 | 50 | "rxjs": "^7.8.0", |
51 | | - "zone.js": "0.14.2" |
| 51 | + "zone.js": "~0.14.6" |
52 | 52 | }, |
53 | 53 | "devDependencies": { |
54 | | - "@angular-devkit/build-angular": "17.3.7", |
55 | | - "@angular-devkit/core": "17.3.7", |
56 | | - "@angular-devkit/schematics": "17.3.7", |
57 | | - "@angular-eslint/eslint-plugin": "17.4.0", |
58 | | - "@angular-eslint/eslint-plugin-template": "17.4.0", |
59 | | - "@angular-eslint/template-parser": "17.4.0", |
60 | | - "@angular/compiler-cli": "17.3.8", |
| 54 | + "@angular-devkit/build-angular": "~18.0.0", |
| 55 | + "@angular-devkit/core": "~18.0.0", |
| 56 | + "@angular-devkit/schematics": "~18.0.0", |
| 57 | + "@angular-eslint/eslint-plugin": "17.5.0", |
| 58 | + "@angular-eslint/eslint-plugin-template": "17.5.0", |
| 59 | + "@angular-eslint/template-parser": "17.5.0", |
| 60 | + "@angular/compiler-cli": "~18.0.0", |
61 | 61 | "@jsdevtools/coverage-istanbul-loader": "3.0.5", |
| 62 | + "@nativescript/nx": "~18.0.0", |
62 | 63 | "@nativescript/types": "~8.7.0", |
63 | 64 | "@nativescript/unit-test-runner": "^3.0.4", |
64 | 65 | "@nativescript/webpack": "~5.0.21", |
65 | | - "@ngtools/webpack": "17.3.7", |
66 | | - "@nstudio/angular": "17.0.1", |
67 | | - "@nstudio/nativescript": "17.0.1", |
68 | | - "@nstudio/nativescript-angular": "17.0.1", |
69 | | - "@nstudio/xplat": "17.0.1", |
70 | | - "@nx/angular": "17.1.3", |
71 | | - "@nx/eslint": "17.1.3", |
72 | | - "@nx/eslint-plugin": "17.1.3", |
73 | | - "@nx/jest": "17.1.3", |
74 | | - "@nx/js": "17.1.3", |
75 | | - "@nx/node": "17.1.3", |
76 | | - "@nx/workspace": "17.1.3", |
77 | | - "@schematics/angular": "17.0.0", |
| 66 | + "@ngtools/webpack": "~18.0.0", |
| 67 | + "@nx/angular": "19.0.6", |
| 68 | + "@nx/eslint": "19.0.6", |
| 69 | + "@nx/eslint-plugin": "19.0.6", |
| 70 | + "@nx/jest": "19.0.6", |
| 71 | + "@nx/js": "19.0.6", |
| 72 | + "@nx/node": "19.0.6", |
| 73 | + "@nx/workspace": "19.0.6", |
| 74 | + "@schematics/angular": "~18.0.0", |
78 | 75 | "@types/jasmine": "5.1.1", |
79 | 76 | "@types/jest": "29.5.7", |
80 | 77 | "@types/node": "^20.0.0", |
81 | 78 | "@types/sinon": "^17.0.0", |
82 | | - "@typescript-eslint/eslint-plugin": "6.10.0", |
83 | | - "@typescript-eslint/parser": "6.10.0", |
| 79 | + "@typescript-eslint/eslint-plugin": "7.9.0", |
| 80 | + "@typescript-eslint/parser": "7.9.0", |
84 | 81 | "conventional-changelog-cli": "^4.1.0", |
85 | 82 | "dotenv": "16.3.1", |
86 | | - "eslint": "8.53.0", |
| 83 | + "eslint": "8.57.0", |
87 | 84 | "eslint-config-prettier": "9.0.0", |
88 | 85 | "fs-extra": "^11.1.0", |
89 | 86 | "husky": "~9.0.0", |
|
96 | 93 | "karma-nativescript-launcher": "0.4.0", |
97 | 94 | "karma-sinon": "^1.0.5", |
98 | 95 | "lint-staged": "^15.0.0", |
99 | | - "ng-packagr": "17.3.0", |
100 | | - "nx": "17.1.3", |
| 96 | + "ng-packagr": "~18.0.0", |
| 97 | + "nx": "19.0.6", |
101 | 98 | "nyc": "15.1.0", |
102 | 99 | "postcss": "^8.4.16", |
103 | 100 | "postcss-import": "15.1.0", |
104 | 101 | "postcss-preset-env": "9.3.0", |
105 | 102 | "postcss-url": "10.1.3", |
106 | | - "prettier": "3.0.3", |
| 103 | + "prettier": "~3.2.0", |
107 | 104 | "sass": "^1.54.5", |
108 | 105 | "sinon": "^17.0.0", |
109 | 106 | "ts-jest": "29.1.1", |
110 | | - "ts-node": "10.9.1", |
| 107 | + "ts-node": "10.9.2", |
111 | 108 | "tslib": "^2.6.0", |
112 | 109 | "typescript": "~5.4.0" |
113 | 110 | }, |
| 111 | + "resolutions": { |
| 112 | + "@nx/angular": "19.0.6", |
| 113 | + "@nx/devkit": "19.0.6", |
| 114 | + "@nx/eslint": "19.0.6", |
| 115 | + "@nx/eslint-plugin": "19.0.6", |
| 116 | + "@nx/jest": "19.0.6", |
| 117 | + "@nx/js": "19.0.6", |
| 118 | + "@nx/node": "19.0.6", |
| 119 | + "@nx/workspace": "19.0.6" |
| 120 | + }, |
114 | 121 | "xplat": { |
115 | 122 | "prefix": "nativescript", |
116 | 123 | "framework": "angular" |
|
0 commit comments