Skip to content

Commit cdbd73c

Browse files
committed
chore: pacakges
1 parent 0a1ada6 commit cdbd73c

File tree

2 files changed

+19
-30
lines changed

2 files changed

+19
-30
lines changed

package.json

Lines changed: 18 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -24,36 +24,25 @@
2424
"commitmsg": "commitlint -e $GIT_PARAMS"
2525
},
2626
"devDependencies": {
27-
"@angular/common": "^10.1.0",
28-
"@angular/compiler": "~10.1.0",
29-
"@angular/compiler-cli": "~10.1.0",
30-
"@angular/core": "~10.1.0",
31-
"@angular/forms": "~10.1.0",
32-
"@angular/platform-browser": "~10.1.0",
33-
"@angular/platform-browser-dynamic": "~10.1.0",
34-
"@angular/router": "~10.1.0",
35-
"@commitlint/cli": "^13.2.0",
36-
"@commitlint/config-conventional": "^13.2.0",
27+
"@commitlint/cli": "^17.3.0",
28+
"@commitlint/config-conventional": "^17.3.0",
3729
"@nativescript-community/arraybuffers": "^1.0.0",
38-
"@nativescript/angular": "10.1.0",
39-
"@nativescript/core": "8.1.3",
40-
"@nativescript/types-android": "8.1.0",
41-
"@nativescript/types-ios": "8.1.1",
42-
"@nativescript/webpack": "5.0.0",
43-
"@types/node": "^16.10.2",
44-
"@typescript-eslint/eslint-plugin": "4.33.0",
45-
"@typescript-eslint/parser": "4.33.0",
46-
"eslint": "7.32.0",
47-
"eslint-config-prettier": "^8.3.0",
48-
"eslint-plugin-prettier": "^4.0.0",
49-
"husky": "^7.0.2",
50-
"lerna": "^4.0.0",
51-
"ng-packagr": "~10.1.0",
52-
"prettier": "^2.4.1",
53-
"prompt": "^1.2.0",
30+
"@nativescript/core": "8.4.1",
31+
"@nativescript/types-android": "8.4.0",
32+
"@nativescript/types-ios": "8.4.0",
33+
"@nativescript/webpack": "5.0.12",
34+
"@types/node": "^18.11.10",
35+
"@typescript-eslint/eslint-plugin": "5.45.0",
36+
"@typescript-eslint/parser": "5.45.0",
37+
"eslint": "8.28.0",
38+
"eslint-config-prettier": "^8.5.0",
39+
"eslint-plugin-prettier": "^4.2.1",
40+
"husky": "^8.0.2",
41+
"lerna": "^6.1.0",
42+
"prettier": "^2.8.0",
5443
"rimraf": "^3.0.2",
55-
"ts-patch": "^1.4.4",
56-
"typescript": "~4.4.3"
44+
"ts-patch": "^2.0.2",
45+
"typescript": "~4.8.4"
5746
},
5847
"repository": {
5948
"type": "git",
@@ -87,4 +76,4 @@
8776
"dependencies": {
8877
"ts-node": "^8.10.2"
8978
}
90-
}
79+
}

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"noLib": false,
88
"emitDecoratorMetadata": false,
99
"experimentalDecorators": true,
10-
"lib": ["es6", "dom"],
10+
"lib": ["esnext", "dom"],
1111
"sourceMap": true,
1212
"pretty": true,
1313
"allowUnreachableCode": false,

0 commit comments

Comments
 (0)