Skip to content

Commit 0a8b9aa

Browse files
committed
chore: N 7 fix
1 parent af963e3 commit 0a8b9aa

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,15 @@
5151
},
5252
"homepage": "https://github.com/eddyverbruggen/@nativescript-community/ble",
5353
"devDependencies": {
54-
"@nativescript/core": "rc",
55-
"@nativescript/types": "rc",
56-
"@nativescript/webpack": "rc",
57-
"@typescript-eslint/eslint-plugin": "3.10.1",
58-
"@typescript-eslint/parser": "3.10.1",
54+
"@nativescript/core": "7.0.0",
55+
"@nativescript/types": "7.0.1",
56+
"@nativescript/webpack": "3.0.0",
57+
"@typescript-eslint/eslint-plugin": "4.0.1",
58+
"@typescript-eslint/parser": "4.0.1",
5959
"@commitlint/cli": "^9.1.2",
6060
"@commitlint/config-conventional": "^9.1.2",
61-
"@types/node": "^14.6.0",
62-
"eslint": "7.7.0",
61+
"@types/node": "^14.6.2",
62+
"eslint": "7.8.0",
6363
"husky": "^4.2.5",
6464
"lerna": "^3.22.1",
6565
"npm-watch": "^0.7.0",

references.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
/// <reference path="./node_modules/@nativescript/types/ios.d.ts" />
2-
/// <reference path="./node_modules/@nativescript/types/android-28.d.ts" />
1+
/// <reference path="./node_modules/@nativescript/types-ios/index.d.ts" />
2+
/// <reference path="./node_modules/@nativescript/types-android/lib/android-28.d.ts" />
33
/// <reference path="./node_modules/@nativescript/core/global-types.d.ts" />

0 commit comments

Comments
 (0)