Skip to content

Commit be7ca2e

Browse files
authored
Merge pull request #125 from NativeScript/hristova/update-to-5.3
chore: update dependencies for 5.3
2 parents 575e751 + 131b2af commit be7ca2e

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

demo/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"requireModules": ["nativescript-yourplugin"]
3131
},
3232
"devDependencies": {
33-
"nativescript-dev-typescript": "^0.3.0"
33+
"nativescript-dev-typescript": "~0.9.0"
3434
},
3535
3636
"_shasum": "a567c2b9a56024818c06596dab9629d155c5b8a8",

demo/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,17 @@
66
"nativescript-theme-core": "^1.0.4",
77
"nativescript-unit-test-runner": "^0.4.1",
88
"nativescript-yourplugin": "file:../src",
9-
"tns-core-modules": "^5.2.0"
9+
"tns-core-modules": "^5.0.0"
1010
},
1111
"devDependencies": {
1212
"jasmine-core": "^2.5.2",
1313
"karma": "^1.3.0",
1414
"karma-jasmine": "^1.0.2",
1515
"karma-nativescript-launcher": "^0.4.0",
1616
"nativescript-css-loader": "~0.26.1",
17-
"nativescript-dev-typescript": "~0.8.0",
18-
"nativescript-dev-webpack": "~0.20.0",
19-
"tns-platform-declarations": "^5.2.0",
17+
"nativescript-dev-typescript": "~0.9.0",
18+
"nativescript-dev-webpack": "~0.21.0",
19+
"tns-platform-declarations": "^5.0.0",
2020
"tslint": "~5.12.1"
2121
},
2222
"scripts": {

src/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@
4848
"homepage": "https://github.com/YourName/nativescript-yourplugin",
4949
"readmeFilename": "README.md",
5050
"devDependencies": {
51-
"tns-core-modules": "^5.2.0",
52-
"tns-platform-declarations": "^5.2.0",
51+
"tns-core-modules": "^5.0.0",
52+
"tns-platform-declarations": "^5.0.0",
5353
"typescript": "~3.3.3",
5454
"prompt": "^1.0.0",
5555
"rimraf": "^2.6.3",

0 commit comments

Comments
 (0)