|
50 | 50 | "@angular-eslint/eslint-plugin-template": "~12.0.0", |
51 | 51 | "@angular-eslint/template-parser": "~12.0.0", |
52 | 52 | "@angular/compiler-cli": "^12.0.0", |
| 53 | + "@nativescript/types": "^8.0.0", |
| 54 | + "@nativescript/webpack": "beta", |
| 55 | + "@nativescript/unit-test-runner": "^2.0.5", |
53 | 56 | "@ngtools/webpack": "^12.0.0", |
54 | | - "@nrwl/angular": "12.3.5", |
55 | | - "@nrwl/cli": "12.3.5", |
56 | | - "@nrwl/eslint-plugin-nx": "12.3.5", |
57 | | - "@nrwl/jest": "12.3.5", |
58 | | - "@nrwl/node": "12.3.5", |
59 | | - "@nrwl/tao": "12.3.5", |
60 | | - "@nrwl/workspace": "12.3.5", |
| 57 | + "@nrwl/angular": "12.4.0", |
| 58 | + "@nrwl/cli": "12.4.0", |
| 59 | + "@nrwl/eslint-plugin-nx": "12.4.0", |
| 60 | + "@nrwl/jest": "12.4.0", |
| 61 | + "@nrwl/node": "12.4.0", |
| 62 | + "@nrwl/tao": "12.4.0", |
| 63 | + "@nrwl/workspace": "12.4.0", |
61 | 64 | "@nstudio/angular": "~12.0.0", |
62 | 65 | "@nstudio/nativescript": "~12.0.0", |
63 | 66 | "@nstudio/nativescript-angular": "~12.0.0", |
64 | 67 | "@nstudio/xplat": "~12.0.0", |
| 68 | + "@types/jasmine": "^3.7.2", |
65 | 69 | "@types/jest": "~26.0.8", |
66 | 70 | "@types/node": "14.14.33", |
| 71 | + "@types/sinon": "^10.0.2", |
67 | 72 | "@typescript-eslint/eslint-plugin": "4.19.0", |
68 | 73 | "@typescript-eslint/parser": "4.19.0", |
69 | 74 | "conventional-changelog-cli": "^2.1.1", |
|
72 | 77 | "eslint-config-prettier": "8.1.0", |
73 | 78 | "fs-extra": "^9.0.1", |
74 | 79 | "husky": "~5.1.3", |
75 | | - "jest": "~26.2.2", |
| 80 | + "jest": "27.0.3", |
| 81 | + "karma": "6.3.3", |
| 82 | + "karma-jasmine": "4.0.1", |
| 83 | + "karma-mocha-reporter": "^2.2.5", |
| 84 | + "karma-nativescript-launcher": "0.4.0", |
| 85 | + "karma-sinon": "^1.0.5", |
| 86 | + "karma-webpack": "5.0.0", |
76 | 87 | "lint-staged": "~10.5.0", |
77 | 88 | "ng-packagr": "^12.0.2", |
78 | 89 | "prettier": "2.2.1", |
79 | 90 | "sass": "~1.32.0", |
80 | | - "ts-jest": "26.5.5", |
| 91 | + "sinon": "^11.1.1", |
| 92 | + "ts-jest": "27.0.3", |
81 | 93 | "ts-node": "9.1.1", |
82 | 94 | "tslint": "6.1.3", |
83 | 95 | "typescript": "4.2.4" |
|
0 commit comments