Skip to content

Commit

Permalink
bump N deps
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyVerbruggen committed Sep 27, 2019
1 parent 52c07c4 commit c2bc5ba
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
"nativescript": {
"id": "org.nativescript.plugindemo.nfc",
"tns-ios": {
"version": "6.0.1"
"version": "6.1.1"
},
"tns-android": {
"version": "6.0.0"
"version": "6.1.1"
}
},
"dependencies": {
"nativescript-nfc": "file:../src",
"nativescript-theme-core": "~1.0.6",
"tns-core-modules": "~6.0.0",
"tns-core-modules": "~6.1.0",
"nativescript-unit-test-runner": "0.7.0"
},
"devDependencies": {
Expand All @@ -25,7 +25,7 @@
"karma-nativescript-launcher": "^0.4.0",
"lazy": "1.0.11",
"nativescript-dev-webpack": "next",
"tns-platform-declarations": "~6.0.0",
"tns-platform-declarations": "~6.1.0",
"typescript": "3.4.5",
"karma-webpack": "3.0.5"
}
Expand Down

0 comments on commit c2bc5ba

Please sign in to comment.