From 131b2afd62e62ff9859d815fb8f0d8229c5cb6f0 Mon Sep 17 00:00:00 2001 From: Elena Hristova Date: Fri, 29 Mar 2019 17:51:48 +0200 Subject: [PATCH] chore: update dependencies for 5.3 --- demo/app/package.json | 2 +- demo/package.json | 8 ++++---- src/package.json | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/demo/app/package.json b/demo/app/package.json index db2c3b0..ed1fdd0 100644 --- a/demo/app/package.json +++ b/demo/app/package.json @@ -30,7 +30,7 @@ "requireModules": ["nativescript-yourplugin"] }, "devDependencies": { - "nativescript-dev-typescript": "^0.3.0" + "nativescript-dev-typescript": "~0.9.0" }, "_id": "tns-template-hello-world-ts@1.6.0", "_shasum": "a567c2b9a56024818c06596dab9629d155c5b8a8", diff --git a/demo/package.json b/demo/package.json index 828f56c..18feead 100644 --- a/demo/package.json +++ b/demo/package.json @@ -6,7 +6,7 @@ "nativescript-theme-core": "^1.0.4", "nativescript-unit-test-runner": "^0.4.1", "nativescript-yourplugin": "file:../src", - "tns-core-modules": "^5.2.0" + "tns-core-modules": "^5.0.0" }, "devDependencies": { "jasmine-core": "^2.5.2", @@ -14,9 +14,9 @@ "karma-jasmine": "^1.0.2", "karma-nativescript-launcher": "^0.4.0", "nativescript-css-loader": "~0.26.1", - "nativescript-dev-typescript": "~0.8.0", - "nativescript-dev-webpack": "~0.20.0", - "tns-platform-declarations": "^5.2.0", + "nativescript-dev-typescript": "~0.9.0", + "nativescript-dev-webpack": "~0.21.0", + "tns-platform-declarations": "^5.0.0", "tslint": "~5.12.1" }, "scripts": { diff --git a/src/package.json b/src/package.json index 7fe5a0c..af98fb5 100644 --- a/src/package.json +++ b/src/package.json @@ -48,8 +48,8 @@ "homepage": "https://github.com/YourName/nativescript-yourplugin", "readmeFilename": "README.md", "devDependencies": { - "tns-core-modules": "^5.2.0", - "tns-platform-declarations": "^5.2.0", + "tns-core-modules": "^5.0.0", + "tns-platform-declarations": "^5.0.0", "typescript": "~3.3.3", "prompt": "^1.0.0", "rimraf": "^2.6.3",