Skip to content

Commit

Permalink
Merge pull request NativeScript#182 from NativeScript/hristova/update…
Browse files Browse the repository at this point in the history
…-to-5.3

chore: update dependencies for 5.3
  • Loading branch information
elena-p authored Apr 1, 2019
2 parents a36ef15 + 752df66 commit e5ce864
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 deletions.
12 changes: 6 additions & 6 deletions demo-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"nativescript": {
"id": "org.nativescript.demoangular",
"tns-ios": {
"version": "5.2.0"
"version": "5.3.0"
},
"tns-android": {
"version": "5.2.0"
"version": "5.3.0"
}
},
"dependencies": {
Expand All @@ -19,12 +19,12 @@
"@angular/platform-browser": "~7.2.0",
"@angular/platform-browser-dynamic": "~7.2.0",
"@angular/router": "~7.2.0",
"nativescript-angular": "~7.2.1",
"nativescript-angular": "~7.2.0",
"nativescript-facebook": "../src",
"nativescript-theme-core": "^1.0.4",
"nativescript-unit-test-runner": "^0.3.4",
"rxjs": "^6.3.3",
"tns-core-modules": "^5.2.0",
"tns-core-modules": "^5.0.0",
"zone.js": "^0.8.4"
},
"devDependencies": {
Expand All @@ -33,8 +33,8 @@
"karma-jasmine": "^1.0.2",
"karma-nativescript-launcher": "^0.4.0",
"nativescript-css-loader": "~0.26.0",
"nativescript-dev-typescript": "~0.8.0",
"nativescript-dev-webpack": "~0.20.0",
"nativescript-dev-typescript": "~0.9.0",
"nativescript-dev-webpack": "~0.21.0",
"tslint": "~5.11.0"
},
"scripts": {
Expand Down
10 changes: 5 additions & 5 deletions demo-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"nativescript": {
"id": "org.nativescript.demovue",
"tns-android": {
"version": "5.2.0"
"version": "5.3.0"
},
"tns-ios": {
"version": "5.2.0"
"version": "5.3.0"
}
},
"description": "NativeScript Application",
Expand All @@ -15,7 +15,7 @@
"nativescript-facebook": "../src",
"nativescript-theme-core": "~1.0.4",
"nativescript-vue": "^2.0.0",
"tns-core-modules": "~5.2.0"
"tns-core-modules": "^5.0.0"
},
"devDependencies": {
"@babel/core": "~7.1.0",
Expand All @@ -33,8 +33,8 @@
"mocha-multi": "^1.0.1",
"mochawesome": "^3.1.1",
"nativescript-dev-appium": "5.0.0",
"nativescript-dev-typescript": "~0.8.0",
"nativescript-dev-webpack": "~0.20.0",
"nativescript-dev-typescript": "~0.9.0",
"nativescript-dev-webpack": "~0.21.0",
"nativescript-vue-template-compiler": "^2.0.2",
"node-sass": "~4.9.0",
"vue-loader": "~15.4.2"
Expand Down
10 changes: 5 additions & 5 deletions demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
"nativescript": {
"id": "org.nativescript.demo",
"tns-android": {
"version": "5.2.0"
"version": "5.3.0"
},
"tns-ios": {
"version": "5.2.0"
"version": "5.3.0"
}
},
"dependencies": {
"nativescript-facebook": "../src",
"nativescript-theme-core": "^1.0.4",
"nativescript-unit-test-runner": "^0.3.4",
"tns-core-modules": "^5.2.0"
"tns-core-modules": "^5.0.0"
},
"devDependencies": {
"chai": "~4.1.2",
Expand All @@ -27,8 +27,8 @@
"mochawesome": "^3.1.1",
"nativescript-css-loader": "~0.26.1",
"nativescript-dev-appium": "5.0.0",
"nativescript-dev-typescript": "~0.8.0",
"nativescript-dev-webpack": "~0.20.0",
"nativescript-dev-typescript": "~0.9.0",
"nativescript-dev-webpack": "~0.21.0",
"tslint": "~5.11.0",
"wd": "~1.7.0",
"@types/chai": "^4.1.3",
Expand Down
6 changes: 3 additions & 3 deletions src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@
"homepage": "https://github.com/NativeScript/nativescript-facebook",
"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.1.6",
"nativescript-angular": "~7.2.1",
"nativescript-angular": "~7.2.0",
"nativescript-vue": "^2.0.2",
"@angular/core": "~7.2.0",
"@angular/common": "~7.2.0",
Expand Down

0 comments on commit e5ce864

Please sign in to comment.