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

Commit c53e682

Browse files
committed
feat(TNS3.x): SUpport for newer nativescript
1 parent 8978b93 commit c53e682

1 file changed

Lines changed: 26 additions & 14 deletions

File tree

src/package.json

Lines changed: 26 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -41,34 +41,46 @@
4141
},
4242
"dependencies": {},
4343
"peerDependencies": {
44-
"tns-core-modules": ">=2.3.0 || >= 3.0.0 || >=3.1.0"
44+
"tns-core-modules": ">=2.3.0 || >= 3.0.0 || >=3.2.0 || >=3.3.0"
4545
},
4646
"optionalPeerDependencies": {
47-
"@angular/core": ">=2.0.0 || >=4.0.0 || >=4.1.0 || >=4.2.0 || >=4.3.0"
47+
"@angular/common": ">=2.0.0 || >=4.0.0 || >=4.1.0 || >=4.2.0 || >=4.3.0 || >=4.4.0",
48+
"@angular/compiler": ">=2.0.0 || >=4.0.0 || >=4.1.0 || >=4.2.0 || >=4.3.0 || >=4.4.0",
49+
"@angular/compiler-cli": ">=2.0.0 || >=4.0.0 || >=4.1.0 || >=4.2.0 || >=4.3.0 || >=4.4.0",
50+
"@angular/core": ">=2.0.0 || >=4.0.0 || >=4.1.0 || >=4.2.0 || >=4.3.0 || >=4.4.0",
51+
"@angular/forms": ">=2.0.0 || >=4.0.0 || >=4.1.0 || >=4.2.0 || >=4.3.0 || >=4.4.0",
52+
"@angular/http": ">=2.0.0 || >=4.0.0 || >=4.1.0 || >=4.2.0 || >=4.3.0 || >=4.4.0",
53+
"@angular/platform-browser": ">=2.0.0 || >=4.0.0 || >=4.1.0 || >=4.2.0 || >=4.3.0 || >=4.4.0",
54+
"@angular/router": ">=2.0.0 || >=4.0.0 || >=4.1.0 || >=4.2.0 || >=4.3.0 || >=4.4.0",
55+
"nativescript-angular": ">=2.0.0-rc.1 || >= 3.0.0 || >= 4.0.0 || >=4.0.0 || >=4.1.0 || >=4.2.0 || >=4.3.0 || >=4.4.0"
4856
},
4957
"devDependencies": {
50-
"@angular/common": "~4.0.1",
51-
"@angular/compiler": "~4.0.1",
52-
"@angular/compiler-cli": "~4.0.1",
53-
"@angular/core": "~4.0.1",
58+
"@angular/common": "~4.4.6",
59+
"@angular/compiler": "~4.4.6",
60+
"@angular/compiler-cli": "~4.4.6",
61+
"@angular/core": "~4.4.6",
62+
"@angular/forms": "~4.4.6",
63+
"@angular/http": "~4.4.6",
64+
"@angular/platform-browser": "~4.4.6",
65+
"@angular/router": "~4.4.6",
5466
"@types/jasmine": "2.5.53",
5567
"babel-cli": "6.24.1",
5668
"babel-preset-es2015": "6.24.1",
57-
"conventional-changelog-cli": "1.3.2",
69+
"conventional-changelog-cli": "1.3.1",
5870
"jasmine": "2.6.0",
5971
"jasmine-core": "2.6.4",
6072
"jasmine-reporters": "2.2.1",
6173
"mockery": "2.1.0",
62-
"nativescript-angular": "^3.0.0 || ^2.0.0-rc.1",
74+
"nativescript-angular": "4.4.1",
6375
"rimraf": "2.6.1",
64-
"rxjs": "~5.3.0",
65-
"tns-core-modules": "3.1.0",
66-
"tns-platform-declarations": "3.1.0",
76+
"rxjs": "5.4.3",
77+
"tns-core-modules": "3.3.0",
78+
"tns-platform-declarations": "3.3.0",
6779
"tslib": "1.7.0",
68-
"tslint": "5.5.0",
80+
"tslint": "5.4.3",
6981
"tslint-eslint-rules": "4.1.0",
70-
"typescript": "2.4.1",
71-
"zone.js": "~0.8.4"
82+
"typescript": "2.5.1",
83+
"zone.js": "0.8.17"
7284
},
7385
"repository": {
7486
"type": "git",

0 commit comments

Comments
 (0)