|
35 | 35 | "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
|
36 | 36 | },
|
37 | 37 | "dependencies": {
|
38 |
| - "@angular/animations": "15.2.2", |
39 |
| - "@angular/common": "15.2.2", |
40 |
| - "@angular/compiler": "15.2.2", |
41 |
| - "@angular/core": "15.2.2", |
42 |
| - "@angular/forms": "15.2.2", |
43 |
| - "@angular/platform-browser": "15.2.2", |
44 |
| - "@angular/platform-browser-dynamic": "15.2.2", |
45 |
| - "@angular/router": "15.2.2", |
46 |
| - "@nativescript/core": "~8.4.0", |
| 38 | + "@angular/animations": "16.0.1", |
| 39 | + "@angular/common": "16.0.1", |
| 40 | + "@angular/compiler": "16.0.1", |
| 41 | + "@angular/core": "16.0.1", |
| 42 | + "@angular/forms": "16.0.1", |
| 43 | + "@angular/platform-browser": "16.0.1", |
| 44 | + "@angular/platform-browser-dynamic": "16.0.1", |
| 45 | + "@angular/router": "16.0.1", |
| 46 | + "@nativescript/core": "~8.5.0", |
47 | 47 | "@nativescript/theme": "~3.0.2",
|
48 | 48 | "@ngx-translate/core": "~14.0.0",
|
49 |
| - "@nrwl/nx-cloud": "15.2.1", |
50 |
| - "nativescript-ngx-fonticon": "~7.0.0", |
51 |
| - "rxjs": "^7.5.6", |
52 |
| - "zone.js": "0.12.0" |
| 49 | + "nativescript-fonticon": "~8.0.0", |
| 50 | + "rxjs": "^7.8.0", |
| 51 | + "zone.js": "0.13.0", |
| 52 | + "nx-cloud": "16.0.5" |
53 | 53 | },
|
54 | 54 | "devDependencies": {
|
55 |
| - "@angular-devkit/build-angular": "15.2.2", |
56 |
| - "@angular-devkit/core": "15.2.2", |
57 |
| - "@angular-devkit/schematics": "15.2.2", |
58 |
| - "@angular-eslint/eslint-plugin": "15.2.1", |
59 |
| - "@angular-eslint/eslint-plugin-template": "15.2.1", |
60 |
| - "@angular-eslint/template-parser": "15.2.1", |
61 |
| - "@angular/compiler-cli": "15.2.2", |
| 55 | + "@angular-devkit/build-angular": "16.0.1", |
| 56 | + "@angular-devkit/core": "16.0.1", |
| 57 | + "@angular-devkit/schematics": "16.0.1", |
| 58 | + "@angular-eslint/eslint-plugin": "16.0.1", |
| 59 | + "@angular-eslint/eslint-plugin-template": "16.0.1", |
| 60 | + "@angular-eslint/template-parser": "16.0.1", |
| 61 | + "@angular/compiler-cli": "16.0.1", |
62 | 62 | "@jsdevtools/coverage-istanbul-loader": "3.0.5",
|
63 |
| - "@nativescript/types": "~8.4.0", |
| 63 | + "@nativescript/types": "~8.5.0", |
64 | 64 | "@nativescript/unit-test-runner": "^3.0.4",
|
65 | 65 | "@nativescript/webpack": "~5.0.12",
|
66 |
| - "@nrwl/angular": "15.8.6", |
67 |
| - "@nrwl/cli": "15.8.6", |
68 |
| - "@nrwl/eslint-plugin-nx": "15.8.6", |
69 |
| - "@nrwl/jest": "15.8.6", |
70 |
| - "@nrwl/js": "15.8.6", |
71 |
| - "@nrwl/linter": "15.8.6", |
72 |
| - "@nrwl/node": "15.8.6", |
73 |
| - "@nrwl/workspace": "15.8.6", |
| 66 | + "@ngtools/webpack": "16.0.1", |
74 | 67 | "@nstudio/angular": "15.0.3",
|
75 | 68 | "@nstudio/nativescript": "15.0.3",
|
76 | 69 | "@nstudio/nativescript-angular": "15.0.3",
|
77 | 70 | "@nstudio/xplat": "15.0.3",
|
78 |
| - "@schematics/angular": "15.2.2", |
| 71 | + "@schematics/angular": "16.0.1", |
79 | 72 | "@types/jasmine": "4.3.0",
|
80 | 73 | "@types/jest": "29.4.0",
|
81 | 74 | "@types/node": "^18.7.13",
|
82 | 75 | "@types/sinon": "^10.0.13",
|
83 |
| - "@typescript-eslint/eslint-plugin": "5.52.0", |
84 |
| - "@typescript-eslint/parser": "5.52.0", |
| 76 | + "@typescript-eslint/eslint-plugin": "5.59.6", |
| 77 | + "@typescript-eslint/parser": "5.59.6", |
85 | 78 | "conventional-changelog-cli": "^2.2.2",
|
86 | 79 | "dotenv": "16.0.1",
|
87 | 80 | "eslint": "8.22.0",
|
|
97 | 90 | "karma-nativescript-launcher": "0.4.0",
|
98 | 91 | "karma-sinon": "^1.0.5",
|
99 | 92 | "lint-staged": "^13.0.3",
|
100 |
| - "ng-packagr": "15.2.2", |
101 |
| - "nx": "15.8.6", |
| 93 | + "ng-packagr": "16.0.1", |
| 94 | + "nx": "16.1.4", |
102 | 95 | "nyc": "15.1.0",
|
103 | 96 | "postcss": "^8.4.16",
|
104 | 97 | "postcss-import": "14.1.0",
|
|
107 | 100 | "prettier": "2.7.1",
|
108 | 101 | "sass": "^1.54.5",
|
109 | 102 | "sinon": "^14.0.0",
|
110 |
| - "ts-jest": "29.0.5", |
| 103 | + "ts-jest": "29.1.0", |
111 | 104 | "ts-node": "10.9.1",
|
112 | 105 | "tslib": "^2.4.0",
|
113 |
| - "typescript": "~4.9.0" |
| 106 | + "typescript": "5.0.4", |
| 107 | + "@nx/js": "16.1.4", |
| 108 | + "@nx/workspace": "16.1.4", |
| 109 | + "@nx/linter": "16.1.4", |
| 110 | + "@nx/jest": "16.1.4", |
| 111 | + "@nx/node": "16.1.4", |
| 112 | + "@nx/eslint-plugin": "16.1.4", |
| 113 | + "@nx/angular": "16.1.4" |
114 | 114 | },
|
115 | 115 | "xplat": {
|
116 | 116 | "prefix": "nativescript",
|
|
123 | 123 | ]
|
124 | 124 | }
|
125 | 125 | }
|
126 |
| - |
0 commit comments