Skip to content

Commit cb6f28c

Browse files
committed
chore; update
1 parent f98add2 commit cb6f28c

File tree

2 files changed

+18
-19
lines changed

2 files changed

+18
-19
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,4 @@ plugin/*.d.ts
7272
plugin/**/*js.map
7373
plugin/**/*js
7474
.gradle
75+
yarn.lock

package.json

Lines changed: 17 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -79,29 +79,27 @@
7979
"precommit": "lint-staged"
8080
},
8181
"devDependencies": {
82-
"@angular/core": "^14.2.0",
83-
"@commitlint/cli": "^13.2.1",
84-
"@commitlint/config-conventional": "^13.2.0",
85-
"@nativescript/angular": "^14.2.0",
86-
"@nativescript/core": "~8.4.0",
82+
"@angular/core": "^14.2.12",
83+
"@commitlint/cli": "^17.3.0",
84+
"@commitlint/config-conventional": "^17.3.0",
85+
"@nativescript/angular": "^14.2.7",
86+
"@nativescript/core": "~8.4.1",
8787
"@nativescript/types-android": "~8.4.0",
8888
"@nativescript/types-ios": "~8.4.0",
89-
"@nativescript/webpack": "~5.0.0",
90-
"@types/node": "^16.11.6",
91-
"@typescript-eslint/eslint-plugin": "5.2.0",
92-
"@typescript-eslint/parser": "5.2.0",
89+
"@nativescript/webpack": "~5.0.12",
90+
"@types/node": "^18.11.10",
91+
"@typescript-eslint/eslint-plugin": "5.45.0",
92+
"@typescript-eslint/parser": "5.45.0",
9393
"cpy-cli": "3.1.1",
94-
"eslint": "8.1.0",
95-
"eslint-config-prettier": "^8.3.0",
96-
"eslint-plugin-prettier": "^4.0.0",
97-
"husky": "^7.0.4",
98-
"lerna": "^4.0.0",
99-
"npm-watch": "^0.11.0",
100-
"ng-packagr": "^14.2.0",
101-
"prettier": "^2.4.1",
102-
"prompt": "^1.2.0",
94+
"eslint": "8.28.0",
95+
"eslint-config-prettier": "^8.5.0",
96+
"eslint-plugin-prettier": "^4.2.1",
97+
"husky": "^8.0.2",
98+
"lerna": "^6.1.0",
99+
"ng-packagr": "^14.3.0",
100+
"prettier": "^2.8.0",
103101
"rimraf": "^3.0.2",
104-
"ts-patch": "~2.0.0",
102+
"ts-patch": "~2.0.2",
105103
"typescript": "~4.8.4"
106104
},
107105
"dependencies": {

0 commit comments

Comments
 (0)