|
35 | 35 | "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
|
36 | 36 | },
|
37 | 37 | "dependencies": {
|
38 |
| - "@angular/animations": "14.1.1", |
39 |
| - "@angular/common": "14.1.1", |
40 |
| - "@angular/compiler": "14.1.1", |
41 |
| - "@angular/core": "14.1.1", |
42 |
| - "@angular/forms": "14.1.1", |
43 |
| - "@angular/platform-browser": "14.1.1", |
44 |
| - "@angular/platform-browser-dynamic": "14.1.1", |
45 |
| - "@angular/router": "14.1.1", |
46 |
| - "@nativescript/core": "~8.3.0", |
47 |
| - "@nativescript/theme": "~3.0.0", |
| 38 | + "@angular/animations": "14.2.0", |
| 39 | + "@angular/common": "14.2.0", |
| 40 | + "@angular/compiler": "14.2.0", |
| 41 | + "@angular/core": "14.2.0", |
| 42 | + "@angular/forms": "14.2.0", |
| 43 | + "@angular/platform-browser": "14.2.0", |
| 44 | + "@angular/platform-browser-dynamic": "14.2.0", |
| 45 | + "@angular/router": "14.2.0", |
| 46 | + "@nativescript/core": "~8.3.4", |
| 47 | + "@nativescript/theme": "~3.0.2", |
48 | 48 | "@ngx-translate/core": "~14.0.0",
|
49 | 49 | "nativescript-ngx-fonticon": "~7.0.0",
|
50 |
| - "rxjs": "^7.5.0", |
51 |
| - "zone.js": "~0.11.5" |
| 50 | + "rxjs": "^7.5.6", |
| 51 | + "zone.js": "~0.11.8" |
52 | 52 | },
|
53 | 53 | "devDependencies": {
|
54 |
| - "@angular-devkit/build-angular": "14.1.1", |
55 |
| - "@angular-eslint/eslint-plugin": "14.0.2", |
56 |
| - "@angular-eslint/eslint-plugin-template": "14.0.2", |
57 |
| - "@angular-eslint/template-parser": "14.0.2", |
58 |
| - "@angular/compiler-cli": "14.1.1", |
| 54 | + "@angular-devkit/build-angular": "14.2.0", |
| 55 | + "@angular-eslint/eslint-plugin": "14.0.3", |
| 56 | + "@angular-eslint/eslint-plugin-template": "14.0.3", |
| 57 | + "@angular-eslint/template-parser": "14.0.3", |
| 58 | + "@angular/compiler-cli": "14.2.0", |
59 | 59 | "@jsdevtools/coverage-istanbul-loader": "3.0.5",
|
60 |
| - "@nativescript/types": "~8.3.0", |
61 |
| - "@nativescript/unit-test-runner": "^3.0.2", |
62 |
| - "@nativescript/webpack": "~5.0.0", |
63 |
| - "@ngtools/webpack": "14.1.1", |
64 |
| - "@nrwl/angular": "14.5.4", |
65 |
| - "@nrwl/cli": "14.5.4", |
66 |
| - "@nrwl/eslint-plugin-nx": "14.5.4", |
67 |
| - "@nrwl/jest": "14.5.4", |
68 |
| - "@nrwl/js": "14.5.4", |
69 |
| - "@nrwl/node": "14.5.4", |
70 |
| - "@nrwl/workspace": "14.5.4", |
| 60 | + "@nativescript/types": "~8.3.1", |
| 61 | + "@nativescript/unit-test-runner": "^3.0.4", |
| 62 | + "@nativescript/webpack": "~5.0.8", |
| 63 | + "@ngtools/webpack": "14.2.0", |
| 64 | + "@nrwl/angular": "14.5.10", |
| 65 | + "@nrwl/cli": "14.5.10", |
| 66 | + "@nrwl/eslint-plugin-nx": "14.5.10", |
| 67 | + "@nrwl/jest": "14.5.10", |
| 68 | + "@nrwl/js": "14.5.10", |
| 69 | + "@nrwl/node": "14.5.10", |
| 70 | + "@nrwl/workspace": "14.5.10", |
71 | 71 | "@nstudio/angular": "14.3.0",
|
72 | 72 | "@nstudio/nativescript": "14.3.0",
|
73 | 73 | "@nstudio/nativescript-angular": "14.3.0",
|
74 | 74 | "@nstudio/xplat": "14.3.0",
|
75 |
| - "@types/jasmine": "4.0.3", |
76 |
| - "@types/jest": "27.4.1", |
77 |
| - "@types/node": "^18.0.0", |
78 |
| - "@types/sinon": "^10.0.2", |
79 |
| - "@typescript-eslint/eslint-plugin": "~5.24.0", |
80 |
| - "@typescript-eslint/parser": "~5.24.0", |
81 |
| - "conventional-changelog-cli": "^2.1.1", |
82 |
| - "dotenv": "10.0.0", |
83 |
| - "eslint": "7.22.0", |
84 |
| - "eslint-config-prettier": "8.1.0", |
85 |
| - "fs-extra": "^9.0.1", |
| 75 | + "@types/jasmine": "4.3.0", |
| 76 | + "@types/jest": "28.1.8", |
| 77 | + "@types/node": "^18.7.13", |
| 78 | + "@types/sinon": "^10.0.13", |
| 79 | + "@typescript-eslint/eslint-plugin": "~5.35.1", |
| 80 | + "@typescript-eslint/parser": "~5.35.1", |
| 81 | + "conventional-changelog-cli": "^2.2.2", |
| 82 | + "dotenv": "16.0.1", |
| 83 | + "eslint": "8.22.0", |
| 84 | + "eslint-config-prettier": "8.5.0", |
| 85 | + "fs-extra": "^10.1.0", |
86 | 86 | "husky": "~8.0.1",
|
87 |
| - "jest": "27.5.1", |
| 87 | + "jest": "29.0.1", |
88 | 88 | "karma": "6.4.0",
|
89 |
| - "karma-coverage": "2.0.3", |
| 89 | + "karma-coverage": "2.2.0", |
90 | 90 | "karma-jasmine": "5.1.0",
|
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": "^13.0.0", |
95 |
| - "ng-packagr": "14.1.0", |
96 |
| - "nx": "14.5.4", |
| 94 | + "lint-staged": "^13.0.3", |
| 95 | + "ng-packagr": "14.2.0", |
| 96 | + "nx": "14.5.10", |
97 | 97 | "nyc": "15.1.0",
|
98 |
| - "postcss": "^8.3.9", |
| 98 | + "postcss": "^8.4.16", |
99 | 99 | "postcss-import": "14.1.0",
|
100 |
| - "postcss-preset-env": "7.5.0", |
| 100 | + "postcss-preset-env": "7.8.0", |
101 | 101 | "postcss-url": "10.1.3",
|
102 |
| - "prettier": "2.6.2", |
103 |
| - "sass": "^1.32.0", |
104 |
| - "sinon": "^11.1.1", |
105 |
| - "ts-jest": "27.1.4", |
106 |
| - "ts-node": "10.8.1", |
107 |
| - "tslib": "^2.1.0", |
108 |
| - "typescript": "~4.7.3" |
| 102 | + "prettier": "2.7.1", |
| 103 | + "sass": "^1.54.5", |
| 104 | + "sinon": "^14.0.0", |
| 105 | + "ts-jest": "28.0.8", |
| 106 | + "ts-node": "10.9.1", |
| 107 | + "tslib": "^2.4.0", |
| 108 | + "typescript": "~4.8.2" |
109 | 109 | },
|
110 | 110 | "xplat": {
|
111 | 111 | "prefix": "nativescript",
|
|
0 commit comments