Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

Commit eb9e07a

Browse files
bump a few deps
1 parent 13aa652 commit eb9e07a

File tree

5 files changed

+12
-566
lines changed

5 files changed

+12
-566
lines changed

demo-ng/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"nativescript": {
77
"id": "org.nativescript.firebasedemo.firestore",
88
"tns-android": {
9-
"version": "5.0.0"
9+
"version": "5.1.0"
1010
},
1111
"tns-ios": {
12-
"version": "5.0.0"
12+
"version": "5.1.0"
1313
}
1414
},
1515
"dependencies": {
@@ -23,13 +23,13 @@
2323
"@angular/platform-browser-dynamic": "~6.1.0",
2424
"@angular/router": "~6.1.0",
2525
"nativescript-angular": "^6.1.0",
26-
"nativescript-camera": "^4.0.2",
27-
"nativescript-imagepicker": "~6.0.4",
26+
"nativescript-camera": "~4.1.1",
27+
"nativescript-imagepicker": "~6.0.5",
2828
"nativescript-plugin-firebase": "file:../publish/package/nativescript-plugin-firebase-7.4.6.tgz",
2929
"nativescript-theme-core": "~1.0.4",
3030
"reflect-metadata": "~0.1.10",
3131
"rxjs": "~6.0.0 || >=6.1.0",
32-
"tns-core-modules": "~5.0.1",
32+
"tns-core-modules": "~5.1.0",
3333
"zone.js": "~0.8.26"
3434
},
3535
"devDependencies": {
@@ -41,6 +41,6 @@
4141
"lazy": "1.0.11",
4242
"nativescript-dev-typescript": "~0.7.0",
4343
"nativescript-dev-webpack": "^0.15.1",
44-
"typescript": "~2.7.2"
44+
"typescript": "~2.8.0"
4545
}
46-
}
46+
}

demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@
3737
"build.plugin": "cd ../src && npm run build",
3838
"ci.tslint": "npm i && tslint --config '../tslint.json' 'app/**/*.ts' --exclude '**/node_modules/**' --exclude '**/typings/**'"
3939
}
40-
}
40+
}

0 commit comments

Comments
 (0)