Skip to content

Commit 1c711a2

Browse files
authored
chore: update angular to 5.0 final and cli to 1.5 final (#487)
1 parent 59b02d9 commit 1c711a2

File tree

2 files changed

+69
-69
lines changed

2 files changed

+69
-69
lines changed

package.json

+15-15
Original file line numberDiff line numberDiff line change
@@ -29,26 +29,26 @@
2929
},
3030
"private": true,
3131
"dependencies": {
32-
"@angular/animations": "^5.0.0-rc.8",
33-
"@angular/common": "^5.0.0-rc.8",
34-
"@angular/compiler": "^5.0.0-rc.8",
35-
"@angular/core": "^5.0.0-rc.8",
36-
"@angular/forms": "^5.0.0-rc.8",
37-
"@angular/http": "^5.0.0-rc.8",
38-
"@angular/platform-browser": "^5.0.0-rc.8",
39-
"@angular/platform-browser-dynamic": "^5.0.0-rc.8",
40-
"@angular/platform-server": "^5.0.0-rc.8",
41-
"@angular/router": "^5.0.0-rc.8",
42-
"@nguniversal/express-engine": "^5.0.0-beta.4",
43-
"@nguniversal/module-map-ngfactory-loader": "^5.0.0-beta.4",
32+
"@angular/animations": "^5.0.0",
33+
"@angular/common": "^5.0.0",
34+
"@angular/compiler": "^5.0.0",
35+
"@angular/core": "^5.0.0",
36+
"@angular/forms": "^5.0.0",
37+
"@angular/http": "^5.0.0",
38+
"@angular/platform-browser": "^5.0.0",
39+
"@angular/platform-browser-dynamic": "^5.0.0",
40+
"@angular/platform-server": "^5.0.0",
41+
"@angular/router": "^5.0.0",
42+
"@nguniversal/express-engine": "^5.0.0-beta.5",
43+
"@nguniversal/module-map-ngfactory-loader": "^5.0.0-beta.5",
4444
"core-js": "^2.4.1",
4545
"rxjs": "^5.5.2",
4646
"zone.js": "^0.8.14"
4747
},
4848
"devDependencies": {
49-
"@angular/cli": "1.5.0-rc.6",
50-
"@angular/compiler-cli": "^5.0.0-rc.8",
51-
"@angular/language-service": "^5.0.0-rc.8",
49+
"@angular/cli": "^1.5.0",
50+
"@angular/compiler-cli": "^5.0.0",
51+
"@angular/language-service": "^5.0.0",
5252
"@types/node": "^8.0.30",
5353
"cpy-cli": "^1.0.1",
5454
"express": "^4.15.2",

yarn.lock

+54-54
Original file line numberDiff line numberDiff line change
@@ -26,21 +26,21 @@
2626
minimist "^1.2.0"
2727
rxjs "^5.4.2"
2828

29-
"@angular/animations@^5.0.0-rc.8":
30-
version "5.0.0-rc.8"
31-
resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-5.0.0-rc.8.tgz#d80cf0dac3d800178d23d4e5a4b1c61c1682ce99"
29+
"@angular/animations@^5.0.0":
30+
version "5.0.0"
31+
resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-5.0.0.tgz#b5ad199c67f93f759544477effe6679e154991fb"
3232
dependencies:
3333
tslib "^1.7.1"
3434

35-
"@angular/[email protected]-rc.6":
36-
version "1.5.0-rc.6"
37-
resolved "https://registry.yarnpkg.com/@angular/cli/-/cli-1.5.0-rc.6.tgz#e8b28404830645c0fa34202365fb90cffdfd1a09"
35+
"@angular/cli@^1.5.0":
36+
version "1.5.0"
37+
resolved "https://registry.yarnpkg.com/@angular/cli/-/cli-1.5.0.tgz#2abc3ff1648d54ad4a14f82f9d517f371370406c"
3838
dependencies:
3939
"@angular-devkit/build-optimizer" "~0.0.31"
4040
"@angular-devkit/schematics" "~0.0.34"
4141
"@ngtools/json-schema" "1.1.0"
42-
"@ngtools/webpack" "1.8.0-rc.6"
43-
"@schematics/angular" "~0.0.48"
42+
"@ngtools/webpack" "1.8.0"
43+
"@schematics/angular" "~0.1.0"
4444
autoprefixer "^6.5.3"
4545
chalk "~2.2.0"
4646
circular-dependency-plugin "^3.0.0"
@@ -73,7 +73,7 @@
7373
postcss-url "^5.1.2"
7474
raw-loader "^0.5.1"
7575
resolve "^1.1.7"
76-
rxjs "^5.4.2"
76+
rxjs "^5.5.2"
7777
sass-loader "^6.0.3"
7878
semver "^5.1.0"
7979
silent-error "^1.0.0"
@@ -95,82 +95,82 @@
9595
optionalDependencies:
9696
node-sass "^4.3.0"
9797

98-
"@angular/common@^5.0.0-rc.8":
99-
version "5.0.0-rc.8"
100-
resolved "https://registry.yarnpkg.com/@angular/common/-/common-5.0.0-rc.8.tgz#a0c1f8e81d21f5ea29f301b59cd625a1c0b7ba96"
98+
"@angular/common@^5.0.0":
99+
version "5.0.0"
100+
resolved "https://registry.yarnpkg.com/@angular/common/-/common-5.0.0.tgz#f96d66a517b995d1ba9b28309f15c2e359675825"
101101
dependencies:
102102
tslib "^1.7.1"
103103

104-
"@angular/compiler-cli@^5.0.0-rc.8":
105-
version "5.0.0-rc.8"
106-
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-5.0.0-rc.8.tgz#74ef8e0130aa9af49225ab742577dcd228dc736c"
104+
"@angular/compiler-cli@^5.0.0":
105+
version "5.0.0"
106+
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-5.0.0.tgz#0ecbb937d84a4f8dd94f0c2a47b07d2e4694c853"
107107
dependencies:
108108
chokidar "^1.4.2"
109109
minimist "^1.2.0"
110110
reflect-metadata "^0.1.2"
111111
tsickle "^0.24.0"
112112

113-
"@angular/compiler@^5.0.0-rc.8":
114-
version "5.0.0-rc.8"
115-
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-5.0.0-rc.8.tgz#4883e80554a86b9bbac687b4a436ccc64962aea0"
113+
"@angular/compiler@^5.0.0":
114+
version "5.0.0"
115+
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-5.0.0.tgz#b9ffbf18c8a39d8b7dacec473193a90e24cc2bc9"
116116
dependencies:
117117
tslib "^1.7.1"
118118

119-
"@angular/core@^5.0.0-rc.8":
120-
version "5.0.0-rc.8"
121-
resolved "https://registry.yarnpkg.com/@angular/core/-/core-5.0.0-rc.8.tgz#368d91327d9e15aed602aa85caa22e89330e68bb"
119+
"@angular/core@^5.0.0":
120+
version "5.0.0"
121+
resolved "https://registry.yarnpkg.com/@angular/core/-/core-5.0.0.tgz#4f976a225f7dddf34992f2cad824c9543a46f4c8"
122122
dependencies:
123123
tslib "^1.7.1"
124124

125-
"@angular/forms@^5.0.0-rc.8":
126-
version "5.0.0-rc.8"
127-
resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-5.0.0-rc.8.tgz#238911333febf9c288e1df0d45928fcf6c58bb6e"
125+
"@angular/forms@^5.0.0":
126+
version "5.0.0"
127+
resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-5.0.0.tgz#c7fddfa35396759ae9852920a30cdda8c41ed1de"
128128
dependencies:
129129
tslib "^1.7.1"
130130

131-
"@angular/http@^5.0.0-rc.8":
132-
version "5.0.0-rc.8"
133-
resolved "https://registry.yarnpkg.com/@angular/http/-/http-5.0.0-rc.8.tgz#4e406b83341e1e6da7de2f97c6f2458b3fffeaf8"
131+
"@angular/http@^5.0.0":
132+
version "5.0.0"
133+
resolved "https://registry.yarnpkg.com/@angular/http/-/http-5.0.0.tgz#0728a2be0cfbb078727c5eb87d4c85d53fec9a51"
134134
dependencies:
135135
tslib "^1.7.1"
136136

137-
"@angular/language-service@^5.0.0-rc.8":
138-
version "5.0.0-rc.8"
139-
resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-5.0.0-rc.8.tgz#f6923b3718f836f2b798abba7e5e94804e9a42cd"
137+
"@angular/language-service@^5.0.0":
138+
version "5.0.0"
139+
resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-5.0.0.tgz#6ccbb69f4757270dd04ec5857d37634b2f02c40c"
140140

141-
"@angular/platform-browser-dynamic@^5.0.0-rc.8":
142-
version "5.0.0-rc.8"
143-
resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-5.0.0-rc.8.tgz#1e58cd8bd92d1109c1bc7bba7914c79990b4b096"
141+
"@angular/platform-browser-dynamic@^5.0.0":
142+
version "5.0.0"
143+
resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-5.0.0.tgz#887e106c8b103b0415cf6156a425da6d83f4c89d"
144144
dependencies:
145145
tslib "^1.7.1"
146146

147-
"@angular/platform-browser@^5.0.0-rc.8":
148-
version "5.0.0-rc.8"
149-
resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-5.0.0-rc.8.tgz#69dc39810ec4469af0fb28192ad263a3224c51cb"
147+
"@angular/platform-browser@^5.0.0":
148+
version "5.0.0"
149+
resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-5.0.0.tgz#c7038f7cde80705b62014897231e182eec976fed"
150150
dependencies:
151151
tslib "^1.7.1"
152152

153-
"@angular/platform-server@^5.0.0-rc.8":
154-
version "5.0.0-rc.8"
155-
resolved "https://registry.yarnpkg.com/@angular/platform-server/-/platform-server-5.0.0-rc.8.tgz#535f80cd951b640d9ba0035d302ba1dd1b61b65d"
153+
"@angular/platform-server@^5.0.0":
154+
version "5.0.0"
155+
resolved "https://registry.yarnpkg.com/@angular/platform-server/-/platform-server-5.0.0.tgz#877d25ef814af92fffc7b0b523b971a6ff222018"
156156
dependencies:
157157
domino "^1.0.29"
158158
tslib "^1.7.1"
159159
xhr2 "^0.1.4"
160160

161-
"@angular/router@^5.0.0-rc.8":
162-
version "5.0.0-rc.8"
163-
resolved "https://registry.yarnpkg.com/@angular/router/-/router-5.0.0-rc.8.tgz#5ef9cbfd61aeee078397da78e60b0af153c5c5b6"
161+
"@angular/router@^5.0.0":
162+
version "5.0.0"
163+
resolved "https://registry.yarnpkg.com/@angular/router/-/router-5.0.0.tgz#fe4b521a6738408bce30f93a53499140c93a4f76"
164164
dependencies:
165165
tslib "^1.7.1"
166166

167167
"@ngtools/[email protected]", "@ngtools/json-schema@^1.1.0":
168168
version "1.1.0"
169169
resolved "https://registry.yarnpkg.com/@ngtools/json-schema/-/json-schema-1.1.0.tgz#c3a0c544d62392acc2813a42c8a0dc6f58f86922"
170170

171-
"@ngtools/[email protected]-rc.6":
172-
version "1.8.0-rc.6"
173-
resolved "https://registry.yarnpkg.com/@ngtools/webpack/-/webpack-1.8.0-rc.6.tgz#1a6772ad804f870222a37ba8e55b491659f4212b"
171+
"@ngtools/[email protected]":
172+
version "1.8.0"
173+
resolved "https://registry.yarnpkg.com/@ngtools/webpack/-/webpack-1.8.0.tgz#443204e016aa3a287544eacadb4c95964ae6e2c4"
174174
dependencies:
175175
chalk "~2.2.0"
176176
enhanced-resolve "^3.1.0"
@@ -180,17 +180,17 @@
180180
source-map "^0.5.6"
181181
tree-kill "^1.0.0"
182182

183-
"@nguniversal/express-engine@^5.0.0-beta.4":
184-
version "5.0.0-beta.4"
185-
resolved "https://registry.yarnpkg.com/@nguniversal/express-engine/-/express-engine-5.0.0-beta.4.tgz#8f4421204e7bd2a42971b3db23d188dc0f3f5f1a"
183+
"@nguniversal/express-engine@^5.0.0-beta.5":
184+
version "5.0.0-beta.5"
185+
resolved "https://registry.yarnpkg.com/@nguniversal/express-engine/-/express-engine-5.0.0-beta.5.tgz#3cbc0fb7f928012d61240681631581fb0ad327f5"
186186

187-
"@nguniversal/module-map-ngfactory-loader@^5.0.0-beta.4":
188-
version "5.0.0-beta.4"
189-
resolved "https://registry.yarnpkg.com/@nguniversal/module-map-ngfactory-loader/-/module-map-ngfactory-loader-5.0.0-beta.4.tgz#9a6252d4bd5e429f9abf12c0a904b6b25a792680"
187+
"@nguniversal/module-map-ngfactory-loader@^5.0.0-beta.5":
188+
version "5.0.0-beta.5"
189+
resolved "https://registry.yarnpkg.com/@nguniversal/module-map-ngfactory-loader/-/module-map-ngfactory-loader-5.0.0-beta.5.tgz#d86497e704f702e1a18bbcab5dd6586057941fa5"
190190

191-
"@schematics/angular@~0.0.48":
192-
version "0.0.49"
193-
resolved "https://registry.yarnpkg.com/@schematics/angular/-/angular-0.0.49.tgz#c00ca573756d6a79ee518b05eab5fe6e7b73f341"
191+
"@schematics/angular@~0.1.0":
192+
version "0.1.0"
193+
resolved "https://registry.yarnpkg.com/@schematics/angular/-/angular-0.1.0.tgz#cd6c445ead33144a532523d1ccac68c38a2b0050"
194194
dependencies:
195195
"@angular-devkit/core" "0.0.20"
196196

0 commit comments

Comments
 (0)