|
19 | 19 | "build.angular.win": "lerna run build.angular.win",
|
20 | 20 | "build.all": "lerna run build.all",
|
21 | 21 | "build.all.win": "lerna run build.all.win",
|
22 |
| - "doc": "node builddoc && git add docs/* && git commit -m \"chore:doc\"", |
| 22 | + "doc": "node builddoc.mjs && git add docs/* && git commit -m \"chore:doc\"", |
23 | 23 | "force_publish": "lerna publish from-package",
|
24 | 24 | "increment_version": "lerna version",
|
25 | 25 | "tsc": "lerna run tsc",
|
|
49 | 49 | "repository": "https://github.com/nativescript-community/ui-material-components",
|
50 | 50 | "readmeFilename": "README.md",
|
51 | 51 | "devDependencies": {
|
52 |
| - "@angular/animations": "~11.2.0", |
53 |
| - "@angular/common": "~11.2.0", |
54 |
| - "@angular/compiler": "~11.2.0", |
55 |
| - "@angular/compiler-cli": "~11.2.0", |
56 |
| - "@angular/core": "~11.2.0", |
57 |
| - "@angular/forms": "~11.2.0", |
58 |
| - "@angular/platform-browser": "~11.2.0", |
59 |
| - "@angular/platform-browser-dynamic": "~11.2.0", |
60 |
| - "@angular/router": "~11.2.0", |
61 |
| - "@commitlint/cli": "^12.1.1", |
62 |
| - "@commitlint/config-conventional": "^12.1.1", |
63 |
| - "@nativescript-community/text": "^1.4.11", |
64 |
| - "@nativescript/angular": "ns8", |
65 |
| - "@nativescript/core": "8.0.1", |
| 52 | + "@angular/animations": "~11.2.14", |
| 53 | + "@angular/common": "~11.2.14", |
| 54 | + "@angular/compiler": "~11.2.14", |
| 55 | + "@angular/compiler-cli": "~11.2.14", |
| 56 | + "@angular/core": "~11.2.14", |
| 57 | + "@angular/forms": "~11.2.14", |
| 58 | + "@angular/platform-browser": "~11.2.14", |
| 59 | + "@angular/platform-browser-dynamic": "~11.2.14", |
| 60 | + "@angular/router": "~11.2.14", |
| 61 | + "@commitlint/cli": "^14.1.0", |
| 62 | + "@commitlint/config-conventional": "^14.1.0", |
| 63 | + "@nativescript-community/text": "^1.4.28", |
| 64 | + "@nativescript/angular": "12.2.0", |
| 65 | + "@nativescript/core": "8.1.5", |
66 | 66 | "@nativescript/eslint-plugin": "0.0.4",
|
67 | 67 | "@nativescript/hook": "~2.0.0",
|
68 |
| - "@nativescript/types": "8.0.0", |
69 |
| - "@nativescript/webpack": "beta", |
70 |
| - "@types/node": "~14.14.41", |
71 |
| - "@typescript-eslint/eslint-plugin": "4.22.0", |
72 |
| - "@typescript-eslint/parser": "4.22.0", |
| 68 | + "@nativescript/types": "8.1.1", |
| 69 | + "@nativescript/webpack": "5.0.0", |
| 70 | + "@types/node": "~16.11.7", |
| 71 | + "@typescript-eslint/eslint-plugin": "5.3.1", |
| 72 | + "@typescript-eslint/parser": "5.3.1", |
73 | 73 | "cpy-cli": "~3.1.1",
|
74 |
| - "eslint": "7.24.0", |
75 |
| - "eslint-config-prettier": "^8.2.0", |
76 |
| - "eslint-plugin-prettier": "^3.4.0", |
77 |
| - "eslint-plugin-vue": "^7.9.0", |
78 |
| - "globby": "^11.0.3", |
79 |
| - "husky": "^6.0.0", |
| 74 | + "eslint": "8.2.0", |
| 75 | + "eslint-config-prettier": "^8.3.0", |
| 76 | + "eslint-plugin-prettier": "^4.0.0", |
| 77 | + "eslint-plugin-vue": "^8.0.3", |
| 78 | + "globby": "^12.0.2", |
| 79 | + "husky": "^7.0.4", |
80 | 80 | "lerna": "^4.0.0",
|
81 | 81 | "nativescript-vue": "~2.9.0",
|
82 | 82 | "ng-packagr": "~11.2.0",
|
83 |
| - "prettier": "^2.2.1", |
84 |
| - "prompt": "^1.1.0", |
| 83 | + "prettier": "^2.4.1", |
85 | 84 | "react-nativescript": "^3.0.0-beta.1",
|
86 | 85 | "rimraf": "^3.0.2",
|
87 |
| - "rxjs": "^6.6.6", |
88 |
| - "ts-patch": "^1.3.2", |
89 |
| - "typedoc": "^0.20.35", |
90 |
| - "typescript": "~4.1.5", |
91 |
| - "vue": "2.6.12" |
| 86 | + "rxjs": "^7.4.0", |
| 87 | + "ts-patch": "^2.0.1", |
| 88 | + "typedoc": "^0.22.8", |
| 89 | + "typescript": "~4.4.4", |
| 90 | + "vue": "2.6.14" |
92 | 91 | },
|
93 | 92 | "commitlint": {
|
94 | 93 | "extends": [
|
|
0 commit comments