Skip to content

Commit

Permalink
chore: project
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Oct 12, 2022
1 parent ba27165 commit 930f696
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,31 +12,31 @@
"commitmsg": "commitlint -e $GIT_PARAMS"
},
"devDependencies": {
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"@nativescript-community/texttospeech": "file:plugin",
"@nativescript/core": "7.0.13",
"@nativescript/ios": "7.0.4",
"@nativescript/types-android": "~7.0.4",
"@nativescript/types-ios": "~7.0.4",
"@nativescript/webpack": "3.0.8",
"@types/node": "14.14.9",
"@typescript-eslint/eslint-plugin": "4.8.1",
"@typescript-eslint/parser": "4.8.1",
"@nativescript/core": "8.3.5",
"@nativescript/ios": "8.3.3",
"@nativescript/types-android": "~8.3.1",
"@nativescript/types-ios": "~8.3.1",
"@nativescript/webpack": "5.0.9",
"@types/node": "18.8.4",
"@typescript-eslint/eslint-plugin": "5.40.0",
"@typescript-eslint/parser": "5.40.0",
"cpy-cli": "^3.1.1",
"eslint": "7.13.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.1.4",
"husky": "^4.3.0",
"lerna": "^3.22.1",
"prettier": "^2.2.0",
"prompt": "^1.0.0",
"eslint": "8.25.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.1",
"lerna": "^5.6.2",
"prettier": "^2.7.1",
"prompt": "^1.3.0",
"rimraf": "^3.0.2",
"rxjs": "^6.6.3",
"ts-patch": "^1.3.0",
"typedoc": "^0.19.2",
"tslib": "2.0.3",
"typescript": "3.9.7"
"rxjs": "^7.5.7",
"ts-patch": "^2.0.2",
"typedoc": "^0.23.16",
"tslib": "2.4.0",
"typescript": "4.7.4"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@nativescript-community/ui-texttospeech/*": ["src/*"],
"*": ["node_modules/*"]
},
"plugins": [{ "transform": "./node_modules/@nativescript/webpack/transformers/ns-transform-native-classes", "type": "raw" }]
"plugins": [{ "transform": "@nativescript/webpack/dist/transformers/NativeClass", "type": "raw" }]
},
"include": ["src/**/*", "./references.d.ts"],
"exclude": ["node_modules", "platforms", "src/angular/**/*"],
Expand Down

0 comments on commit 930f696

Please sign in to comment.