|
3 | 3 | "version": "0.0.0",
|
4 | 4 | "license": "MIT",
|
5 | 5 | "scripts": {
|
6 |
| - "setup": "npx rimraf node_modules package-lock.json dist tmp yarn.lock && yarn config set ignore-engines true && ns package-manager set npm && yarn", |
| 6 | + "setup": "npx rimraf node_modules package-lock.json dist tmp yarn.lock && yarn config set ignore-engines true && yarn", |
7 | 7 | "start": "nps",
|
8 | 8 | "add": "nx g @nativescript/plugin-tools:add-package",
|
9 | 9 | "add-angular": "nx g @nativescript/plugin-tools:add-angular",
|
|
16 | 16 | },
|
17 | 17 | "private": true,
|
18 | 18 | "devDependencies": {
|
19 |
| - "@angular/animations": "^13.2.0", |
20 |
| - "@angular/common": "^13.2.0", |
21 |
| - "@angular/compiler": "^13.2.0", |
22 |
| - "@angular/compiler-cli": "^13.2.0", |
23 |
| - "@angular/core": "^13.2.0", |
24 |
| - "@angular/forms": "^13.2.0", |
25 |
| - "@angular/platform-browser": "^13.2.0", |
26 |
| - "@angular/platform-browser-dynamic": "^13.2.0", |
27 |
| - "@angular/router": "^13.2.0", |
| 19 | + "@angular/animations": "13.3.0", |
| 20 | + "@angular/common": "13.3.0", |
| 21 | + "@angular/compiler": "13.3.0", |
| 22 | + "@angular/compiler-cli": "13.3.0", |
| 23 | + "@angular/core": "13.3.0", |
| 24 | + "@angular/forms": "13.3.0", |
| 25 | + "@angular/platform-browser": "13.3.0", |
| 26 | + "@angular/platform-browser-dynamic": "13.3.0", |
| 27 | + "@angular/router": "13.3.0", |
28 | 28 | "@nativescript/angular": "^13.0.0",
|
29 | 29 | "@nativescript/core": "~8.2.0",
|
30 |
| - "@nativescript/plugin-tools": "3.0.2", |
| 30 | + "@nativescript/plugin-tools": "3.0.3", |
31 | 31 | "@nativescript/types": "~8.2.0",
|
32 | 32 | "@nativescript/webpack": "~5.0.5",
|
33 |
| - "@ngtools/webpack": "^13.0.0", |
| 33 | + "@ngtools/webpack": "13.3.0", |
34 | 34 | "@types/mkdirp": "^1.0.1",
|
35 | 35 | "@types/sprintf-js": "^1.1.0",
|
36 | 36 | "husky": "^7.0.0",
|
37 | 37 | "mkdirp": "^1.0.4",
|
38 | 38 | "nativescript-permissions": "1.3.11",
|
39 | 39 | "nativescript-vue": "~2.9.0",
|
40 | 40 | "nativescript-vue-template-compiler": "~2.9.0",
|
41 |
| - "ng-packagr": "^13.2.0", |
| 41 | + "ng-packagr": "13.3.0", |
42 | 42 | "rxjs": "~7.5.0",
|
43 | 43 | "shorthash": "0.0.2",
|
44 | 44 | "simple-plist": "^1.1.0",
|
45 | 45 | "sprintf-js": "^1.1.1",
|
46 | 46 | "typescript": "~4.5.5",
|
47 | 47 | "vue": "~2.6.12",
|
48 | 48 | "zone.js": "~0.11.1",
|
49 |
| - "@angular-devkit/build-angular": "^13.2.0" |
| 49 | + "@angular-devkit/build-angular": "13.3.0" |
50 | 50 | },
|
51 | 51 | "lint-staged": {
|
52 | 52 | "**/*.{js,ts,scss,json,html,xml}": [
|
|
0 commit comments