Skip to content

Commit 83b14ea

Browse files
committed
chore: dep updates
1 parent 1c842f8 commit 83b14ea

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "nativescript-angular",
3-
"version": "12.0.2",
3+
"version": "12.0.3",
44
"license": "MIT",
55
"private": true,
66
"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",
88
"clean.all": "npm run clean && nx run nativescript-demo-ng:clean",
99
"postinstall": "husky install",
1010
"nx": "nx",
@@ -31,26 +31,26 @@
3131
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
3232
},
3333
"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",
4242
"@nativescript/core": "next",
4343
"@nativescript/theme": "~3.0.0",
4444
"nativescript-ngx-fonticon": "~7.0.0",
45-
"rxjs": "^6.6.0",
45+
"rxjs": "^7.1.0",
4646
"zone.js": "~0.11.4"
4747
},
4848
"devDependencies": {
4949
"@angular-eslint/eslint-plugin": "~12.0.0",
5050
"@angular-eslint/eslint-plugin-template": "~12.0.0",
5151
"@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",
5454
"@nrwl/angular": "12.3.5",
5555
"@nrwl/cli": "12.3.5",
5656
"@nrwl/eslint-plugin-nx": "12.3.5",

packages/angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/angular",
3-
"version": "12.0.2",
3+
"version": "12.0.3",
44
"homepage": "https://nativescript.org/",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)