Skip to content

Commit c7ccc06

Browse files
authored
Merge pull request #108 from NativeScript/lini/update-5-1
chor: update dependencies for 5.1 release
2 parents beda97e + c75fd55 commit c7ccc06

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

demo/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"nativescript-theme-core": "^1.0.4",
77
"nativescript-unit-test-runner": "^0.3.4",
88
"nativescript-yourplugin": "file:../src",
9-
"tns-core-modules": "^5.0.1"
9+
"tns-core-modules": "^5.1.0"
1010
},
1111
"devDependencies": {
1212
"jasmine-core": "^2.5.2",
@@ -16,7 +16,7 @@
1616
"nativescript-css-loader": "~0.26.1",
1717
"nativescript-dev-typescript": "~0.7.4",
1818
"nativescript-dev-webpack": "~0.17.0",
19-
"tns-platform-declarations": "^5.0.0",
19+
"tns-platform-declarations": "^5.1.0",
2020
"tslint": "~5.11.0",
2121
"typescript": "~2.8.2"
2222
},

src/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
"homepage": "https://github.com/YourName/nativescript-yourplugin",
4545
"readmeFilename": "README.md",
4646
"devDependencies": {
47-
"tns-core-modules": "^5.0.1",
48-
"tns-platform-declarations": "^5.0.0",
47+
"tns-core-modules": "^5.1.0",
48+
"tns-platform-declarations": "^5.1.0",
4949
"typescript": "~2.8.2",
5050
"prompt": "^1.0.0",
5151
"rimraf": "^2.6.2",

0 commit comments

Comments
 (0)