Skip to content

Commit 930f696

Browse files
committed
chore: project
1 parent ba27165 commit 930f696

File tree

2 files changed

+23
-23
lines changed

2 files changed

+23
-23
lines changed

package.json

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -12,31 +12,31 @@
1212
"commitmsg": "commitlint -e $GIT_PARAMS"
1313
},
1414
"devDependencies": {
15-
"@commitlint/cli": "^11.0.0",
16-
"@commitlint/config-conventional": "^11.0.0",
15+
"@commitlint/cli": "^17.1.2",
16+
"@commitlint/config-conventional": "^17.1.0",
1717
"@nativescript-community/texttospeech": "file:plugin",
18-
"@nativescript/core": "7.0.13",
19-
"@nativescript/ios": "7.0.4",
20-
"@nativescript/types-android": "~7.0.4",
21-
"@nativescript/types-ios": "~7.0.4",
22-
"@nativescript/webpack": "3.0.8",
23-
"@types/node": "14.14.9",
24-
"@typescript-eslint/eslint-plugin": "4.8.1",
25-
"@typescript-eslint/parser": "4.8.1",
18+
"@nativescript/core": "8.3.5",
19+
"@nativescript/ios": "8.3.3",
20+
"@nativescript/types-android": "~8.3.1",
21+
"@nativescript/types-ios": "~8.3.1",
22+
"@nativescript/webpack": "5.0.9",
23+
"@types/node": "18.8.4",
24+
"@typescript-eslint/eslint-plugin": "5.40.0",
25+
"@typescript-eslint/parser": "5.40.0",
2626
"cpy-cli": "^3.1.1",
27-
"eslint": "7.13.0",
28-
"eslint-config-prettier": "^6.15.0",
29-
"eslint-plugin-prettier": "^3.1.4",
30-
"husky": "^4.3.0",
31-
"lerna": "^3.22.1",
32-
"prettier": "^2.2.0",
33-
"prompt": "^1.0.0",
27+
"eslint": "8.25.0",
28+
"eslint-config-prettier": "^8.5.0",
29+
"eslint-plugin-prettier": "^4.2.1",
30+
"husky": "^8.0.1",
31+
"lerna": "^5.6.2",
32+
"prettier": "^2.7.1",
33+
"prompt": "^1.3.0",
3434
"rimraf": "^3.0.2",
35-
"rxjs": "^6.6.3",
36-
"ts-patch": "^1.3.0",
37-
"typedoc": "^0.19.2",
38-
"tslib": "2.0.3",
39-
"typescript": "3.9.7"
35+
"rxjs": "^7.5.7",
36+
"ts-patch": "^2.0.2",
37+
"typedoc": "^0.23.16",
38+
"tslib": "2.4.0",
39+
"typescript": "4.7.4"
4040
},
4141
"repository": {
4242
"type": "git",

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@nativescript-community/ui-texttospeech/*": ["src/*"],
3030
"*": ["node_modules/*"]
3131
},
32-
"plugins": [{ "transform": "./node_modules/@nativescript/webpack/transformers/ns-transform-native-classes", "type": "raw" }]
32+
"plugins": [{ "transform": "@nativescript/webpack/dist/transformers/NativeClass", "type": "raw" }]
3333
},
3434
"include": ["src/**/*", "./references.d.ts"],
3535
"exclude": ["node_modules", "platforms", "src/angular/**/*"],

0 commit comments

Comments
 (0)