|
1 | 1 | {
|
2 | 2 | "name": "nativescript-angular",
|
3 |
| - "version": "12.0.2", |
| 3 | + "version": "12.0.3", |
4 | 4 | "license": "MIT",
|
5 | 5 | "private": true,
|
6 | 6 | "scripts": {
|
7 |
| - "clean": "npx rimraf hooks node_modules package-lock.json && npm i", |
| 7 | + "clean": "npx rimraf hooks node_modules package-lock.json yarn.lock && yarn", |
8 | 8 | "clean.all": "npm run clean && nx run nativescript-demo-ng:clean",
|
9 | 9 | "postinstall": "husky install",
|
10 | 10 | "nx": "nx",
|
|
31 | 31 | "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
|
32 | 32 | },
|
33 | 33 | "dependencies": {
|
34 |
| - "@angular/animations": "~12.0.0", |
35 |
| - "@angular/common": "~12.0.0", |
36 |
| - "@angular/compiler": "~12.0.0", |
37 |
| - "@angular/core": "~12.0.0", |
38 |
| - "@angular/forms": "~12.0.0", |
39 |
| - "@angular/platform-browser": "~12.0.0", |
40 |
| - "@angular/platform-browser-dynamic": "~12.0.0", |
41 |
| - "@angular/router": "~12.0.0", |
| 34 | + "@angular/animations": "^12.0.0", |
| 35 | + "@angular/common": "^12.0.0", |
| 36 | + "@angular/compiler": "^12.0.0", |
| 37 | + "@angular/core": "^12.0.0", |
| 38 | + "@angular/forms": "^12.0.0", |
| 39 | + "@angular/platform-browser": "^12.0.0", |
| 40 | + "@angular/platform-browser-dynamic": "^12.0.0", |
| 41 | + "@angular/router": "^12.0.0", |
42 | 42 | "@nativescript/core": "next",
|
43 | 43 | "@nativescript/theme": "~3.0.0",
|
44 | 44 | "nativescript-ngx-fonticon": "~7.0.0",
|
45 |
| - "rxjs": "^6.6.0", |
| 45 | + "rxjs": "^7.1.0", |
46 | 46 | "zone.js": "~0.11.4"
|
47 | 47 | },
|
48 | 48 | "devDependencies": {
|
49 | 49 | "@angular-eslint/eslint-plugin": "~12.0.0",
|
50 | 50 | "@angular-eslint/eslint-plugin-template": "~12.0.0",
|
51 | 51 | "@angular-eslint/template-parser": "~12.0.0",
|
52 |
| - "@angular/compiler-cli": "~12.0.0", |
53 |
| - "@ngtools/webpack": "~12.0.0", |
| 52 | + "@angular/compiler-cli": "^12.0.0", |
| 53 | + "@ngtools/webpack": "^12.0.0", |
54 | 54 | "@nrwl/angular": "12.3.5",
|
55 | 55 | "@nrwl/cli": "12.3.5",
|
56 | 56 | "@nrwl/eslint-plugin-nx": "12.3.5",
|
|
0 commit comments