Skip to content

Commit ae6ec3d

Browse files
committed
chore: project update
1 parent 749210e commit ae6ec3d

File tree

2 files changed

+19
-22
lines changed

2 files changed

+19
-22
lines changed

package.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -79,26 +79,26 @@
7979
"precommit": "lint-staged"
8080
},
8181
"devDependencies": {
82-
"@commitlint/cli": "^9.1.2",
83-
"@commitlint/config-conventional": "^9.1.2",
84-
"@nativescript/core": "7.0.0",
85-
"@nativescript/types-android": "7.0.2",
86-
"@nativescript/types-ios": "7.0.1",
87-
"@nativescript/webpack": "~3.0.2",
88-
"@types/node": "^10.12.21",
89-
"@typescript-eslint/eslint-plugin": "4.0.1",
90-
"@typescript-eslint/parser": "4.0.1",
82+
"@commitlint/cli": "^13.2.1",
83+
"@commitlint/config-conventional": "^13.2.0",
84+
"@nativescript/core": "8.1.5",
85+
"@nativescript/types-android": "8.1.0",
86+
"@nativescript/types-ios": "8.1.1",
87+
"@nativescript/webpack": "~5.0.0",
88+
"@types/node": "^16.11.6",
89+
"@typescript-eslint/eslint-plugin": "5.2.0",
90+
"@typescript-eslint/parser": "5.2.0",
9191
"cpy-cli": "3.1.1",
92-
"eslint": "7.8.1",
93-
"husky": "^4.3.0",
94-
"lerna": "^3.22.1",
95-
"npm-watch": "^0.7.0",
96-
"prompt": "^1.0.0",
92+
"eslint": "8.1.0",
93+
"husky": "^7.0.4",
94+
"lerna": "^4.0.0",
95+
"npm-watch": "^0.11.0",
96+
"prompt": "^1.2.0",
9797
"rimraf": "^3.0.2",
98-
"ts-patch": "1.3.0",
99-
"typescript": "~3.9.7"
98+
"ts-patch": "1.4.5",
99+
"typescript": "~4.4.4"
100100
},
101101
"dependencies": {
102-
"ts-node": "^9.0.0"
102+
"ts-node": "^10.4.0"
103103
}
104104
}

tsconfig.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,11 @@
2222
"baseUrl": ".",
2323
"outDir": "./plugin",
2424
"paths": {
25-
"tns-core-modules": ["./node_modules/@nativescript/core"],
26-
"tns-core-modules/*": ["./node_modules/@nativescript/core/*"],
2725
"@nativescript-community/ui-lottie": ["src/lottie"],
28-
"@nativescript-community/ui-lottie/*": ["src/*"],
29-
"*": ["node_modules/*"]
26+
"@nativescript-community/ui-lottie/*": ["src/*"]
3027
},
3128
"plugins": [
32-
{ "transform": "@nativescript/webpack/transformers/ns-transform-native-classes", "type": "raw" }
29+
{ "transform": "@nativescript/webpack/dist/transformers/NativeClass", "type": "raw" }
3330
]
3431
},
3532
"include": ["src/**/*", "./references.d.ts"],

0 commit comments

Comments
 (0)