Skip to content

Commit 4feef76

Browse files
committed
chore: update the dependencies by running sync-deps
1 parent c64d6a3 commit 4feef76

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 4 additions & 4 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",

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
"sourcemap-istanbul-instrumenter-loader": "^0.2.0",

0 commit comments

Comments
 (0)