Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Commit cf56f1d

Browse files
authored
Merge pull request #178 from NativeScript/lini/update-5-1
chor: update dependencies for 5.1 release
2 parents 5af489c + 68d5e64 commit cf56f1d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

demo/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
"nativescript": {
33
"id": "org.nativescript.demo",
44
"tns-android": {
5-
"version": "5.0.0"
5+
"version": "5.1.0"
66
},
77
"tns-ios": {
8-
"version": "5.0.0"
8+
"version": "5.1.0"
99
}
1010
},
1111
"dependencies": {
1212
"nativescript-geolocation": "../src",
1313
"nativescript-theme-core": "^1.0.4",
1414
"nativescript-toast": "^1.4.6",
1515
"nativescript-unit-test-runner": "^0.3.4",
16-
"tns-core-modules": "^5.0.0"
16+
"tns-core-modules": "^5.1.0"
1717
},
1818
"devDependencies": {
1919
"jasmine-core": "^2.5.2",
@@ -23,7 +23,7 @@
2323
"nativescript-css-loader": "~0.26.0",
2424
"nativescript-dev-typescript": "~0.7.0",
2525
"nativescript-dev-webpack": "~0.18.0",
26-
"tns-platform-declarations": "^5.0.0",
26+
"tns-platform-declarations": "^5.1.0",
2727
"tslint": "~5.11.0"
2828
},
2929
"scripts": {

src/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
"homepage": "https://github.com/NativeScript/nativescript-geolocation",
4141
"readmeFilename": "README.md",
4242
"devDependencies": {
43-
"tns-core-modules": "^5.0.0",
44-
"tns-platform-declarations": "^5.0.0",
43+
"tns-core-modules": "^5.1.0",
44+
"tns-platform-declarations": "^5.1.0",
4545
"typescript": "~3.1.6",
4646
"prompt": "~1.0.0",
4747
"rimraf": "~2.6.2",

0 commit comments

Comments
 (0)