Skip to content

Commit

Permalink
other(build): fix sample app
Browse files Browse the repository at this point in the history
  • Loading branch information
hypery2k committed Nov 6, 2016
1 parent bec988c commit 0210249
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions samples/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,21 +13,21 @@
}
},
"dependencies": {
"@angular/common": "^2.1.0",
"@angular/compiler": "^2.1.0",
"@angular/core": "^2.1.0",
"@angular/forms": "^2.1.0",
"@angular/http": "^2.1.0",
"@angular/platform-browser": "^2.1.0",
"@angular/platform-browser-dynamic": "^2.1.0",
"@angular/router": "^3.1.0",
"nativescript-angular": "^1.1.0",
"nativescript-toast": "^1.4.0-6",
"@angular/common": "2.1.2",
"@angular/compiler": "2.1.2",
"@angular/core": "2.1.2",
"@angular/forms": "2.1.2",
"@angular/http": "2.1.2",
"@angular/platform-browser": "2.1.2",
"@angular/platform-browser-dynamic": "2.1.2",
"@angular/router": "3.1.2",
"nativescript-angular": "1.1.2",
"nativescript-toast": "1.4.0",
"nativescript-unit-test-runner": "0.3.3",
"reflect-metadata": "^0.1.8",
"rxjs": "^5.0.0-rc.1",
"tns-core-modules": "^2.3.0",
"zone.js": "^0.6.25"
"reflect-metadata": "0.1.8",
"rxjs": "5.0.0-beta.12",
"tns-core-modules": "2.3.0",
"zone.js": "0.6.25"
},
"devDependencies": {
"@types/jasmine": "2.2.29",
Expand All @@ -37,7 +37,7 @@
"karma-junit-reporter": "1.1.0",
"karma-nativescript-launcher": "0.4.0",
"karma-typescript-preprocessor": "0.2.1",
"nativescript-dev-typescript": "^0.3.2",
"typescript": "2.0.3"
"nativescript-dev-typescript": "0.3.2",
"typescript": "2.0.2"
}
}

0 comments on commit 0210249

Please sign in to comment.