Skip to content

Commit 525a37d

Browse files
committed
chor: update dependencies for 5.1 release
1 parent beda97e commit 525a37d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

demo/package.json

Lines changed: 2 additions & 2 deletions
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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"typings": "index.d.ts",
77
"nativescript": {
88
"platforms": {
9-
"android": "5.0.0",
10-
"ios": "5.0.0"
9+
"android": "5.1.0",
10+
"ios": "5.1.0"
1111
}
1212
},
1313
"scripts": {
@@ -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)