Skip to content

Commit 3f65534

Browse files
committed
Update tns-core-modules dependency
1 parent f771b48 commit 3f65534

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

ng-sample/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
},
2424
"homepage": "https://github.com/NativeScript/template-hello-world",
2525
"dependencies": {
26-
"tns-core-modules": "^2.0.0",
26+
"tns-core-modules": "2.0.0-angular-7",
2727
"nativescript-intl": "^0.0.2",
2828
"@angular/common": "2.0.0-rc.1",
2929
"@angular/compiler": "2.0.0-rc.1",
@@ -64,4 +64,4 @@
6464
"version": "2.0.0"
6565
}
6666
}
67-
}
67+
}

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
},
1515
"scripts": {},
1616
"dependencies": {
17-
"tns-core-modules": "^2.0.0",
17+
"tns-core-modules": "2.0.0-angular-7",
1818
"nativescript-intl": "^0.0.2",
1919
"@angular/common": "2.0.0-rc.1",
2020
"@angular/compiler": "2.0.0-rc.1",
@@ -43,7 +43,7 @@
4343
"typescript": "^1.8.10"
4444
},
4545
"peerDependencies": {
46-
"tns-core-modules": ">=2.0.0 || >=2.0.0-2016 || >=2.0.0-angular-4"
46+
"tns-core-modules": ">=2.0.0 || >=2.0.0-2016 || >=2.0.0-angular-7"
4747
},
4848
"nativescript": {}
4949
}

tests/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"homepage": "http://nativescript.org",
3232
"dependencies": {
3333
"nativescript-unit-test-runner": "^0.3.3",
34-
"tns-core-modules": "^2.0.0",
34+
"tns-core-modules": "2.0.0-angular-7",
3535
"nativescript-intl": "^0.0.2",
3636
"@angular/common": "2.0.0-rc.1",
3737
"@angular/compiler": "2.0.0-rc.1",

0 commit comments

Comments
 (0)