Skip to content

Commit 41191eb

Browse files
committed
chore: update the dependencies by running sync-deps
1 parent 8d0d11a commit 41191eb

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
4141
},
4242
"homepage": "https://github.com/angular/angular-cli",
4343
"dependencies": {
44-
"@angular/compiler": "^2.3.1",
45-
"@angular/compiler-cli": "^2.3.1",
46-
"@angular/core": "^2.3.1",
44+
"@angular/compiler": "^2.3.1 || >=4.0.0-beta <5.0.0",
45+
"@angular/compiler-cli": "^2.3.1 || >=4.0.0-beta <5.0.0",
46+
"@angular/core": "^2.3.1 || >=4.0.0-beta <5.0.0",
4747
"@angular/tsc-wrapped": "^0.5.0",
4848
"async": "^2.1.4",
4949
"autoprefixer": "^6.5.3",
@@ -60,7 +60,7 @@
6060
"extract-text-webpack-plugin": "^2.0.0-rc.3",
6161
"file-loader": "^0.10.0",
6262
"findup": "0.1.5",
63-
"fs-extra": "~2.0.0",
63+
"fs-extra": "^2.0.0",
6464
"get-caller-file": "^1.0.0",
6565
"glob": "^7.0.3",
6666
"html-webpack-plugin": "^2.19.0",
@@ -98,7 +98,7 @@
9898
"stylus": "^0.54.5",
9999
"stylus-loader": "^2.4.0",
100100
"temp": "0.8.3",
101-
"typescript": "~2.0.3",
101+
"typescript": ">=2.0.0 <2.2.0",
102102
"url-loader": "^0.5.7",
103103
"walk-sync": "^0.3.1",
104104
"webpack": "~2.2.0",

packages/@angular/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"rxjs": "^5.0.1",
7070
"sass-loader": "^4.1.1",
7171
"script-loader": "^0.7.0",
72-
"semver": "^5.1.0",
72+
"semver": "^5.3.0",
7373
"silent-error": "^1.0.0",
7474
"source-map-loader": "^0.1.5",
7575
"istanbul-instrumenter-loader": "^2.0.0",

0 commit comments

Comments
 (0)