Skip to content

Commit 0a11981

Browse files
committed
chore: project update
# Conflicts: # package.json
1 parent cf97f06 commit 0a11981

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,17 @@
4141
"readmeFilename": "README.md",
4242
"devDependencies": {
4343
"@commitlint/cli": "^9.1.2",
44-
"@commitlint/config-conventional": "^9.1.2",
45-
"@nativescript/core": "7.0.0",
46-
"@nativescript/types-android": "7.0.2",
47-
"@nativescript/types-ios": "7.0.1",
48-
"@nativescript/webpack": "~3.0.1",
49-
"@nativescript-community/ui-collectionview": "^3.0.5",
50-
"@types/node": "^14.6.4",
51-
"@typescript-eslint/eslint-plugin": "4.0.1",
44+
"@commitlint/config-conventional": "^12.1.4",
45+
"@nativescript-community/ui-collectionview": "^4.0.31",
46+
"@nativescript/core": "8.0.6",
47+
"@nativescript/types-android": "8.0.1",
48+
"@nativescript/types-ios": "8.0.1",
49+
"@nativescript/webpack": "beta",
50+
"@types/node": "^15.6.0",
51+
"@typescript-eslint/eslint-plugin": "4.24.1-alpha.13",
5252
"@typescript-eslint/parser": "4.0.1",
5353
"cpy-cli": "^3.1.1",
54-
"eslint": "7.8.1",
54+
"eslint": "7.27.0",
5555
"eslint-config-prettier": "^6.15.0",
5656
"eslint-plugin-prettier": "^3.3.1",
5757
"husky": "^4.3.0",

tsconfig.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@
2929
"@nativescript-community/ui-carto/*": ["src/*"],
3030
"*": ["node_modules/*"]
3131
},
32-
"plugins": [
33-
{ "transform": "@nativescript/webpack/transformers/ns-transform-native-classes", "type": "raw" }
34-
]
32+
"plugins": [{ "transform": "@nativescript/webpack/dist/transformers/NativeClass", "type": "raw" }]
3533
},
3634
"include": ["src/**/*", "./references.d.ts"],
3735
"exclude": ["node_modules", "platforms"],

0 commit comments

Comments
 (0)