Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Commit de71dcb

Browse files
committed
build: update Angular dependencies
1 parent 3579ad4 commit de71dcb

File tree

2 files changed

+69
-71
lines changed

2 files changed

+69
-71
lines changed

package-lock.json

Lines changed: 54 additions & 57 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -52,18 +52,19 @@
5252
},
5353
"homepage": "https://github.com/angular/devkit",
5454
"dependencies": {
55-
"@angular/animations": "^6.0.0-rc.0",
56-
"@angular/common": "^6.0.0-rc.0",
57-
"@angular/compiler": "^6.0.0-rc.0",
58-
"@angular/compiler-cli": "^6.0.0-rc.0",
59-
"@angular/core": "^6.0.0-rc.0",
60-
"@angular/http": "^6.0.0-rc.0",
61-
"@angular/material": "^6.0.0-beta.5",
62-
"@angular/platform-browser": "^6.0.0-rc.0",
63-
"@angular/platform-browser-dynamic": "^6.0.0-rc.0",
64-
"@angular/platform-server": "^6.0.0-rc.0",
65-
"@angular/router": "^6.0.0-rc.0",
66-
"@angular/service-worker": "^6.0.0-rc.0",
55+
"@angular/animations": "6.0.0-rc.3",
56+
"@angular/cdk": "6.0.0-rc.1",
57+
"@angular/common": "6.0.0-rc.3",
58+
"@angular/compiler": "6.0.0-rc.3",
59+
"@angular/compiler-cli": "6.0.0-rc.3",
60+
"@angular/core": "6.0.0-rc.3",
61+
"@angular/http": "6.0.0-rc.3",
62+
"@angular/material": "6.0.0-rc.1",
63+
"@angular/platform-browser": "6.0.0-rc.3",
64+
"@angular/platform-browser-dynamic": "6.0.0-rc.3",
65+
"@angular/platform-server": "6.0.0-rc.3",
66+
"@angular/router": "6.0.0-rc.3",
67+
"@angular/service-worker": "6.0.0-rc.3",
6768
"@ngtools/json-schema": "^1.0.9",
6869
"@types/copy-webpack-plugin": "^4.0.1",
6970
"@types/express": "^4.11.1",
@@ -86,7 +87,7 @@
8687
"chokidar": "^1.7.0",
8788
"circular-dependency-plugin": "^5.0.0",
8889
"clean-css": "^4.1.11",
89-
"codelyzer": "^4.0.2",
90+
"codelyzer": "^4.2.1",
9091
"conventional-changelog": "^1.1.0",
9192
"copy-webpack-plugin": "^4.5.0",
9293
"express": "^4.16.2",
@@ -131,7 +132,7 @@
131132
"raw-loader": "^0.5.1",
132133
"request": "^2.83.0",
133134
"resolve": "^1.5.0",
134-
"rxjs": "^6.0.0-beta.3",
135+
"rxjs": "^6.0.0-tactical-rc.1",
135136
"sass-loader": "^6.0.7",
136137
"semver": "^5.3.0",
137138
"semver-intersect": "^1.1.2",

0 commit comments

Comments
 (0)