|
6 | 6 | "scripts": {
|
7 | 7 | "clean": "npx rimraf hooks node_modules package-lock.json && yarn",
|
8 | 8 | "clean.all": "npm run clean && nx run-many --target=clean --all",
|
9 |
| - "postinstall": "husky install", |
| 9 | + "postinstall": "husky", |
10 | 10 | "nx": "nx",
|
11 | 11 | "start": "nx serve",
|
12 | 12 | "build": "nx run zone-js:build && nx run angular:build",
|
|
35 | 35 | "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
|
36 | 36 | },
|
37 | 37 | "dependencies": {
|
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", |
| 38 | + "@angular/animations": "18.2.5", |
| 39 | + "@angular/common": "18.2.5", |
| 40 | + "@angular/compiler": "18.2.5", |
| 41 | + "@angular/core": "18.2.5", |
| 42 | + "@angular/forms": "18.2.5", |
| 43 | + "@angular/platform-browser": "18.2.5", |
| 44 | + "@angular/platform-browser-dynamic": "18.2.5", |
| 45 | + "@angular/router": "18.2.5", |
46 | 46 | "@nativescript/core": "~8.8.0",
|
47 | 47 | "@nativescript/theme": "~3.0.2",
|
48 | 48 | "@ngx-translate/core": "~15.0.0",
|
|
51 | 51 | "zone.js": "~0.14.6"
|
52 | 52 | },
|
53 | 53 | "devDependencies": {
|
54 |
| - "@angular-devkit/build-angular": "~18.1.0", |
55 |
| - "@angular-devkit/core": "~18.1.0", |
56 |
| - "@angular-devkit/schematics": "~18.1.0", |
| 54 | + "@angular-devkit/build-angular": "18.2.4", |
| 55 | + "@angular-devkit/core": "18.2.4", |
| 56 | + "@angular-devkit/schematics": "18.2.4", |
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.1.0", |
| 60 | + "@angular/compiler-cli": "18.2.5", |
61 | 61 | "@jsdevtools/coverage-istanbul-loader": "3.0.5",
|
62 | 62 | "@nativescript/nx": "^19.0.0",
|
63 | 63 | "@nativescript/types": "~8.8.0",
|
64 | 64 | "@nativescript/unit-test-runner": "^3.0.4",
|
65 | 65 | "@nativescript/webpack": "~5.0.22",
|
66 | 66 | "@ngtools/webpack": "~18.1.0",
|
67 |
| - "@nx/angular": "19.4.4", |
68 |
| - "@nx/eslint": "19.4.4", |
69 |
| - "@nx/eslint-plugin": "19.4.4", |
70 |
| - "@nx/jest": "19.4.4", |
71 |
| - "@nx/js": "19.4.4", |
72 |
| - "@nx/node": "19.4.4", |
73 |
| - "@nx/workspace": "19.4.4", |
74 |
| - "@schematics/angular": "~18.1.0", |
| 67 | + "@nx/angular": "19.7.4", |
| 68 | + "@nx/eslint": "19.7.4", |
| 69 | + "@nx/eslint-plugin": "19.7.4", |
| 70 | + "@nx/jest": "19.7.4", |
| 71 | + "@nx/js": "19.7.4", |
| 72 | + "@nx/node": "19.7.4", |
| 73 | + "@nx/workspace": "19.7.4", |
| 74 | + "@schematics/angular": "18.2.4", |
75 | 75 | "@types/jasmine": "5.1.4",
|
76 |
| - "@types/jest": "29.5.7", |
| 76 | + "@types/jest": "29.5.13", |
77 | 77 | "@types/node": "^20.0.0",
|
78 | 78 | "@types/sinon": "^17.0.0",
|
79 |
| - "@typescript-eslint/eslint-plugin": "7.16.1", |
80 |
| - "@typescript-eslint/parser": "7.16.1", |
81 |
| - "@typescript-eslint/utils": "^8.0.0-alpha.28", |
| 79 | + "@typescript-eslint/eslint-plugin": "7.18.0", |
| 80 | + "@typescript-eslint/parser": "7.18.0", |
| 81 | + "@typescript-eslint/utils": "7.18.0", |
82 | 82 | "conventional-changelog-cli": "^4.1.0",
|
83 | 83 | "dotenv": "16.4.5",
|
84 | 84 | "eslint": "8.57.0",
|
|
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.1.0", |
98 |
| - "nx": "19.4.4", |
| 97 | + "ng-packagr": "18.2.1", |
| 98 | + "nx": "19.7.4", |
99 | 99 | "nyc": "15.1.0",
|
100 | 100 | "postcss": "^8.4.16",
|
101 | 101 | "postcss-import": "15.1.0",
|
|
0 commit comments