|
35 | 35 | "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s" |
36 | 36 | }, |
37 | 37 | "dependencies": { |
38 | | - "@angular/animations": "14.0.1", |
39 | | - "@angular/common": "14.0.1", |
40 | | - "@angular/compiler": "14.0.1", |
41 | | - "@angular/core": "14.0.1", |
42 | | - "@angular/forms": "14.0.1", |
43 | | - "@angular/platform-browser": "14.0.1", |
44 | | - "@angular/platform-browser-dynamic": "14.0.1", |
45 | | - "@angular/router": "14.0.1", |
| 38 | + "@angular/animations": "14.0.4", |
| 39 | + "@angular/common": "14.0.4", |
| 40 | + "@angular/compiler": "14.0.4", |
| 41 | + "@angular/core": "14.0.4", |
| 42 | + "@angular/forms": "14.0.4", |
| 43 | + "@angular/platform-browser": "14.0.4", |
| 44 | + "@angular/platform-browser-dynamic": "14.0.4", |
| 45 | + "@angular/router": "14.0.4", |
46 | 46 | "@nativescript/core": "~8.2.0", |
47 | 47 | "@nativescript/theme": "~3.0.0", |
48 | 48 | "@ngx-translate/core": "~14.0.0", |
|
51 | 51 | "zone.js": "~0.11.5" |
52 | 52 | }, |
53 | 53 | "devDependencies": { |
54 | | - "@angular-devkit/build-angular": "14.0.2", |
55 | | - "@angular-eslint/eslint-plugin": "13.2.1", |
56 | | - "@angular-eslint/eslint-plugin-template": "13.2.1", |
57 | | - "@angular-eslint/template-parser": "13.2.1", |
58 | | - "@angular/compiler-cli": "14.0.1", |
| 54 | + "@angular-devkit/build-angular": "14.0.4", |
| 55 | + "@angular-eslint/eslint-plugin": "14.0.0", |
| 56 | + "@angular-eslint/eslint-plugin-template": "14.0.0", |
| 57 | + "@angular-eslint/template-parser": "14.0.0", |
| 58 | + "@angular/compiler-cli": "14.0.4", |
59 | 59 | "@jsdevtools/coverage-istanbul-loader": "3.0.5", |
60 | 60 | "@nativescript/types": "~8.2.0", |
61 | 61 | "@nativescript/unit-test-runner": "^3.0.2", |
62 | 62 | "@nativescript/webpack": "~5.0.0", |
63 | | - "@ngtools/webpack": "14.0.2", |
64 | | - "@nrwl/angular": "14.3.3", |
65 | | - "@nrwl/cli": "14.3.3", |
66 | | - "@nrwl/eslint-plugin-nx": "14.3.3", |
67 | | - "@nrwl/jest": "14.3.3", |
68 | | - "@nrwl/js": "14.3.3", |
69 | | - "@nrwl/node": "14.3.3", |
70 | | - "@nrwl/workspace": "14.3.3", |
71 | | - "@nstudio/angular": "14.0.1", |
72 | | - "@nstudio/nativescript": "14.0.1", |
73 | | - "@nstudio/nativescript-angular": "14.0.1", |
74 | | - "@nstudio/xplat": "14.0.1", |
| 63 | + "@ngtools/webpack": "14.0.4", |
| 64 | + "@nrwl/angular": "14.4.0", |
| 65 | + "@nrwl/cli": "14.4.0", |
| 66 | + "@nrwl/eslint-plugin-nx": "14.4.0", |
| 67 | + "@nrwl/jest": "14.4.0", |
| 68 | + "@nrwl/js": "14.4.0", |
| 69 | + "@nrwl/node": "14.4.0", |
| 70 | + "@nrwl/workspace": "14.4.0", |
| 71 | + "@nstudio/angular": "14.3.0", |
| 72 | + "@nstudio/nativescript": "14.3.0", |
| 73 | + "@nstudio/nativescript-angular": "14.3.0", |
| 74 | + "@nstudio/xplat": "14.3.0", |
75 | 75 | "@types/jasmine": "4.0.3", |
76 | 76 | "@types/jest": "27.4.1", |
77 | | - "@types/node": "17.0.41", |
| 77 | + "@types/node": "^18.0.0", |
78 | 78 | "@types/sinon": "^10.0.2", |
79 | 79 | "@typescript-eslint/eslint-plugin": "~5.24.0", |
80 | 80 | "@typescript-eslint/parser": "~5.24.0", |
|
83 | 83 | "eslint": "7.22.0", |
84 | 84 | "eslint-config-prettier": "8.1.0", |
85 | 85 | "fs-extra": "^9.0.1", |
86 | | - "husky": "~7.0.1", |
| 86 | + "husky": "~8.0.1", |
87 | 87 | "jest": "27.5.1", |
88 | 88 | "karma": "6.3.20", |
89 | 89 | "karma-coverage": "2.0.3", |
90 | 90 | "karma-jasmine": "5.0.1", |
91 | 91 | "karma-mocha-reporter": "^2.2.5", |
92 | 92 | "karma-nativescript-launcher": "0.4.0", |
93 | 93 | "karma-sinon": "^1.0.5", |
94 | | - "lint-staged": "^11.0.0", |
95 | | - "ng-packagr": "14.0.1", |
96 | | - "nx": "14.3.3", |
| 94 | + "lint-staged": "^13.0.0", |
| 95 | + "ng-packagr": "14.0.2", |
| 96 | + "nx": "14.4.0", |
97 | 97 | "nyc": "15.1.0", |
98 | 98 | "postcss": "^8.3.9", |
99 | 99 | "postcss-import": "14.1.0", |
|
105 | 105 | "ts-jest": "27.1.4", |
106 | 106 | "ts-node": "10.8.1", |
107 | 107 | "tslib": "^2.1.0", |
108 | | - "typescript": "4.7.3" |
| 108 | + "typescript": "~4.7.3" |
109 | 109 | }, |
110 | 110 | "xplat": { |
111 | 111 | "prefix": "nativescript", |
|
0 commit comments