|
1 | 1 | { |
2 | 2 | "name": "@nativescript/schematics", |
3 | | - "version": "9.0.0", |
| 3 | + "version": "10.0.1", |
4 | 4 | "description": "Schematics for NativeScript Angular apps.", |
5 | 5 | "scripts": { |
| 6 | + "clean": "npx rimraf node_modules package-lock.json && npm i", |
6 | 7 | "build": "tsc -p tsconfig.json", |
7 | 8 | "watch": "tsc -w -p tsconfig.json", |
8 | 9 | "test": "npm run build && npm run jasmine", |
|
23 | 24 | }, |
24 | 25 | "schematics": "./src/collection.json", |
25 | 26 | "dependencies": { |
26 | | - "@angular-devkit/core": "~9.1.0", |
27 | | - "@angular-devkit/schematics": "~9.1.0", |
| 27 | + "@angular-devkit/core": "~10.0.0", |
| 28 | + "@angular-devkit/schematics": "~10.0.0", |
28 | 29 | "@nativescript/tslint-rules": "~0.0.5", |
29 | | - "@phenomnomnominal/tsquery": "^4.1.0" |
| 30 | + "@phenomnomnominal/tsquery": "^4.1.0", |
| 31 | + "strip-json-comments": "~3.1.1" |
30 | 32 | }, |
31 | 33 | "devDependencies": { |
32 | | - "@schematics/angular": "~9.1.0", |
| 34 | + "@angular/cli": "~10.0.0", |
| 35 | + "@schematics/angular": "~10.0.0", |
33 | 36 | "@types/jasmine": "~3.5.0", |
34 | 37 | "@types/jasminewd2": "~2.0.3", |
35 | 38 | "@types/node": "^12.11.1", |
36 | 39 | "conventional-changelog-cli": "^2.0.1", |
37 | | - "jasmine": "^2.8.0", |
38 | | - "jasmine-spec-reporter": "^4.2.1", |
| 40 | + "jasmine": "^3.5.0", |
| 41 | + "jasmine-spec-reporter": "^5.0.2", |
39 | 42 | "tslint": "~6.1.0", |
40 | | - "typescript": "~3.8.3" |
| 43 | + "typescript": "~3.9.0" |
41 | 44 | }, |
42 | 45 | "repository": { |
43 | 46 | "type": "git", |
|
60 | 63 | "contributors": [ |
61 | 64 | "Stanimira Vlaeva <Stanimira.Vlaeva@progress.com>", |
62 | 65 | "Sebastian Witalec <Sebastian.Witalec@progress.com>", |
63 | | - "Danny Koppenhagen <d-koppenhagen>" |
| 66 | + "Danny Koppenhagen <d-koppenhagen>", |
| 67 | + "NativeScript Team <oss@nativescript.org>" |
64 | 68 | ], |
65 | 69 | "license": "Apache-2.0" |
66 | 70 | } |
0 commit comments