Skip to content

Commit c0ce276

Browse files
committed
chore: dev updates
1 parent 92b8872 commit c0ce276

File tree

2 files changed

+23
-22
lines changed

2 files changed

+23
-22
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,4 @@ Pods
2323
plugin/**/*js.map
2424
plugin/**/*js
2525
pnpm-lock.yaml
26+
*.aar

package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -18,37 +18,37 @@
1818
"plugin.watch": "npm run plugin.watch.tsc & npm run plugin.watch.android & npm run plugin.watch.ios"
1919
},
2020
"devDependencies": {
21-
"@angular/animations": "~10.1.1",
22-
"@angular/common": "~10.1.1",
23-
"@angular/compiler": "~10.1.1",
24-
"@angular/compiler-cli": "~10.1.1",
25-
"@angular/core": "~10.1.1",
26-
"@angular/forms": "~10.1.1",
27-
"@angular/platform-browser": "~10.1.1",
28-
"@angular/platform-browser-dynamic": "~10.1.1",
29-
"@angular/router": "~10.1.1",
30-
"@commitlint/cli": "^9.1.2",
31-
"@commitlint/config-conventional": "^9.1.2",
32-
"@nativescript/angular": "^10.1.0",
33-
"@nativescript/core": "7.0.0",
34-
"@nativescript/types-android": "7.0.2",
35-
"@nativescript/types-ios": "7.0.1",
36-
"@nativescript/webpack": "~3.0.1",
21+
"@angular/animations": "~10.2.0",
22+
"@angular/common": "~10.2.0",
23+
"@angular/compiler": "~10.2.0",
24+
"@angular/compiler-cli": "~10.2.0",
25+
"@angular/core": "~10.2.0",
26+
"@angular/forms": "~10.2.0",
27+
"@angular/platform-browser": "~10.2.0",
28+
"@angular/platform-browser-dynamic": "~10.2.0",
29+
"@angular/router": "~10.2.0",
30+
"@commitlint/cli": "^11.0.0",
31+
"@commitlint/config-conventional": "^11.0.0",
32+
"@nativescript/angular": "^10.1.7",
33+
"@nativescript/core": "7.0.12",
34+
"@nativescript/types-android": "7.0.4",
35+
"@nativescript/types-ios": "7.0.4",
36+
"@nativescript/webpack": "~3.0.8",
3737
"@types/node": "^14.6.4",
38-
"@typescript-eslint/eslint-plugin": "4.0.1",
39-
"@typescript-eslint/parser": "4.0.1",
40-
"eslint": "7.8.1",
38+
"@typescript-eslint/eslint-plugin": "4.6.0",
39+
"@typescript-eslint/parser": "4.6.0",
40+
"eslint": "7.12.1",
4141
"eslint-config-prettier": "^6.15.0",
4242
"eslint-plugin-prettier": "^3.1.4",
43-
"husky": "^4.2.5",
43+
"husky": "^4.3.0",
4444
"lerna": "^3.22.1",
4545
"nativescript-vue": "^2.8.1",
46-
"ng-packagr": "~10.1.0",
46+
"ng-packagr": "~10.1.2",
4747
"npm-watch": "^0.7.0",
4848
"prettier": "^2.1.2",
4949
"prompt": "^1.0.0",
5050
"rimraf": "^3.0.2",
51-
"rxjs": "6.6.2",
51+
"rxjs": "6.6.3",
5252
"ts-patch": "1.3.0",
5353
"typescript": "~3.9.7"
5454
},

0 commit comments

Comments
 (0)