Skip to content

Commit b7cd6f9

Browse files
vchimevvchimev
authored andcommitted
Update package.json files
1 parent b5c9aef commit b7cd6f9

File tree

3 files changed

+9
-10
lines changed

3 files changed

+9
-10
lines changed

examples/CameraTest/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,22 @@
66
"nativescript": {
77
"id": "org.nativescript.CameraTest",
88
"tns-ios": {
9-
"version": "3.0.0-rc.1"
9+
"version": "3.1.0"
1010
},
1111
"tns-android": {
12-
"version": "3.0.0-rc.1"
12+
"version": "3.1.0"
1313
}
1414
},
1515
"dependencies": {
1616
"nativescript-camera": "*",
17-
"tns-core-modules": "^3.0.0 || ^3.0.0-rc.1"
17+
"tns-core-modules": "3.1.0"
1818
},
1919
"devDependencies": {
2020
"babel-traverse": "6.15.0",
2121
"babel-types": "6.15.0",
2222
"babylon": "6.9.1",
2323
"lazy": "1.0.11",
2424
"nativescript-dev-typescript": "^0.4.2",
25-
"typescript": "^2.2.2"
25+
"typescript": "~2.2.2"
2626
}
2727
}

examples/CameraTestAngular/package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"nativescript": {
77
"id": "org.nativescript.CameraTestAngular",
88
"tns-ios": {
9-
"version": "3.0.0-rc.1"
9+
"version": "3.1.0"
1010
},
1111
"tns-android": {
12-
"version": "3.0.0-rc.1"
12+
"version": "3.1.0"
1313
}
1414
},
1515
"dependencies": {
@@ -22,12 +22,12 @@
2222
"@angular/platform-browser": "~4.0.0",
2323
"@angular/platform-browser-dynamic": "~4.0.0",
2424
"@angular/router": "~4.0.0",
25-
"nativescript-angular": "rc",
25+
"nativescript-angular": "3.1.0",
2626
"nativescript-camera": "*",
2727
"nativescript-theme-core": "~1.0.2",
2828
"reflect-metadata": "~0.1.8",
2929
"rxjs": "~5.2.0",
30-
"tns-core-modules": "^3.0.0 || ^3.0.0-rc.1",
30+
"tns-core-modules": "3.1.0",
3131
"zone.js": "~0.8.2"
3232
},
3333
"devDependencies": {
@@ -40,7 +40,6 @@
4040
"extract-text-webpack-plugin": "~2.0.0-beta.4",
4141
"lazy": "1.0.11",
4242
"nativescript-css-loader": "~0.26.0",
43-
"nativescript-dev-android-snapshot": "^0.*.*",
4443
"nativescript-dev-typescript": "~0.4.0",
4544
"nativescript-dev-webpack": "^0.3.7",
4645
"raw-loader": "~0.5.1",

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"devDependencies": {
2020
"tns-core-modules": "^3.0.0",
2121
"tns-platform-declarations": "^3.0.0",
22-
"typescript": "^2.2.2"
22+
"typescript": "~2.2.2"
2323
}
2424
}

0 commit comments

Comments
 (0)