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

Commit

Permalink
chore: update dependencies for 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Elena Hristova committed Feb 14, 2019
1 parent e942229 commit e15ea5b
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 29 deletions.
32 changes: 16 additions & 16 deletions demo-angular/package.json
Expand Up @@ -2,36 +2,36 @@
"nativescript": {
"id": "org.nativescript.demoangular",
"tns-android": {
"version": "5.1.0"
"version": "5.2.0"
},
"tns-ios": {
"version": "5.1.0"
"version": "5.2.0"
}
},
"dependencies": {
"@angular/animations": "~7.1.0",
"@angular/common": "~7.1.0",
"@angular/compiler": "~7.1.0",
"@angular/core": "~7.1.0",
"@angular/forms": "~7.1.0",
"@angular/http": "~7.1.0",
"@angular/platform-browser": "~7.1.0",
"@angular/platform-browser-dynamic": "~7.1.0",
"@angular/router": "~7.1.0",
"nativescript-angular": "~7.1.0",
"@angular/animations": "~7.2.0",
"@angular/common": "~7.2.0",
"@angular/compiler": "~7.2.0",
"@angular/core": "~7.2.0",
"@angular/forms": "~7.2.0",
"@angular/http": "~7.2.0",
"@angular/platform-browser": "~7.2.0",
"@angular/platform-browser-dynamic": "~7.2.0",
"@angular/router": "~7.2.0",
"nativescript-angular": "~7.2.1",
"nativescript-geolocation": "../src",
"nativescript-theme-core": "~1.0.4",
"nativescript-toast": "^1.4.6",
"tns-core-modules": "~5.1.0",
"tns-core-modules": "~5.2.0",
"reflect-metadata": "~0.1.10",
"rxjs": "~6.3.0",
"zone.js": "~0.8.18"
},
"devDependencies": {
"@nativescript/schematics": "~0.5.0",
"nativescript-dev-typescript": "~0.7.0",
"nativescript-dev-webpack": "~0.19.0",
"@angular/compiler-cli": "~7.1.0",
"nativescript-dev-typescript": "~0.8.0",
"nativescript-dev-webpack": "~0.20.0",
"@angular/compiler-cli": "~7.2.0",
"@ngtools/webpack": "~7.1.0"
},
"scripts": {
Expand Down
10 changes: 5 additions & 5 deletions demo-vue/package.json
Expand Up @@ -2,10 +2,10 @@
"nativescript": {
"id": "org.nativescript.demovue",
"tns-android": {
"version": "5.1.0"
"version": "5.2.0"
},
"tns-ios": {
"version": "5.1.0"
"version": "5.2.0"
}
},
"scripts": {
Expand All @@ -16,14 +16,14 @@
"nativescript-theme-core": "~1.0.4",
"nativescript-toast": "^1.4.6",
"nativescript-vue": "~2.0.0",
"tns-core-modules": "~5.1.0"
"tns-core-modules": "~5.2.0"
},
"devDependencies": {
"@babel/core": "~7.1.0",
"@babel/preset-env": "~7.1.0",
"babel-loader": "~8.0.0",
"nativescript-dev-webpack": "~0.19.0",
"nativescript-dev-typescript": "~0.7.0",
"nativescript-dev-webpack": "~0.20.0",
"nativescript-dev-typescript": "~0.8.0",
"nativescript-vue-template-compiler": "~2.0.0",
"node-sass": "~4.9.0",
"vue-loader": "~15.4.0"
Expand Down
12 changes: 6 additions & 6 deletions demo/package.json
Expand Up @@ -2,28 +2,28 @@
"nativescript": {
"id": "org.nativescript.demo",
"tns-android": {
"version": "5.1.0"
"version": "5.2.0"
},
"tns-ios": {
"version": "5.1.0"
"version": "5.2.0"
}
},
"dependencies": {
"nativescript-geolocation": "../src",
"nativescript-theme-core": "^1.0.4",
"nativescript-toast": "^1.4.6",
"nativescript-unit-test-runner": "^0.3.4",
"tns-core-modules": "^5.1.0"
"tns-core-modules": "^5.2.0"
},
"devDependencies": {
"jasmine-core": "^2.5.2",
"karma": "^1.3.0",
"karma-jasmine": "^1.0.2",
"karma-nativescript-launcher": "^0.4.0",
"nativescript-css-loader": "~0.26.0",
"nativescript-dev-typescript": "~0.7.0",
"nativescript-dev-webpack": "~0.18.0",
"tns-platform-declarations": "^5.1.0",
"nativescript-dev-typescript": "~0.8.0",
"nativescript-dev-webpack": "~0.20.0",
"tns-platform-declarations": "^5.2.0",
"tslint": "~5.11.0"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions src/package.json
Expand Up @@ -40,8 +40,8 @@
"homepage": "https://github.com/NativeScript/nativescript-geolocation",
"readmeFilename": "README.md",
"devDependencies": {
"tns-core-modules": "^5.1.0",
"tns-platform-declarations": "^5.1.0",
"tns-core-modules": "^5.2.0",
"tns-platform-declarations": "^5.2.0",
"typescript": "~3.1.6",
"prompt": "~1.0.0",
"rimraf": "~2.6.2",
Expand Down

0 comments on commit e15ea5b

Please sign in to comment.