Skip to content

Commit ff8b4cd

Browse files
committed
chore: updated dep
1 parent ad75791 commit ff8b4cd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
},
7171
"dependencies": {
7272
"make-error": "1.3.6",
73-
"nativescript-observable": "^2.0.7",
73+
"@nativescript-community/observable": "^2.0.8",
7474
"p-queue": "^6.6.1",
7575
"ts-node": "^9.0.0"
7676
},

plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949
},
5050
"homepage": "https://github.com/EddyVerbruggen/@nativescript-community/ble",
5151
"dependencies": {
52-
"make-error": "1.3.5",
53-
"nativescript-observable": "^2.0.1",
52+
"make-error": "1.3.6",
53+
"@nativescript-community/observable": "^2.0.8",
5454
"p-queue": "^6.2.1"
5555
}
5656
}

src/bluetooth.common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import Observable from 'nativescript-observable';
1+
import Observable from '@nativescript-community/observable';
22
import { BaseError } from 'make-error';
33

44
// declare var require;

0 commit comments

Comments
 (0)