Skip to content
This repository was archived by the owner on Mar 2, 2019. It is now read-only.

Commit d41912c

Browse files
committed
fix: update angular monorepo to v6.1.7
1 parent c4a5d61 commit d41912c

File tree

2 files changed

+40
-40
lines changed

2 files changed

+40
-40
lines changed

package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,16 @@
2929
"apps:figlio:start": "ng serve figlio --port 4300"
3030
},
3131
"dependencies": {
32-
"@angular/animations": "6.1.4",
32+
"@angular/animations": "6.1.7",
3333
"@angular/cdk": "^6.2.0",
34-
"@angular/common": "6.1.4",
35-
"@angular/compiler": "6.1.4",
36-
"@angular/core": "6.1.4",
34+
"@angular/common": "6.1.7",
35+
"@angular/compiler": "6.1.7",
36+
"@angular/core": "6.1.7",
3737
"@angular/elements": "^6.0.4",
38-
"@angular/forms": "6.1.4",
39-
"@angular/platform-browser": "6.1.4",
40-
"@angular/platform-browser-dynamic": "6.1.4",
41-
"@angular/router": "6.1.4",
38+
"@angular/forms": "6.1.7",
39+
"@angular/platform-browser": "6.1.7",
40+
"@angular/platform-browser-dynamic": "6.1.7",
41+
"@angular/router": "6.1.7",
4242
"@ngrx/effects": "6.1.0",
4343
"@ngrx/router-store": "6.1.0",
4444
"@ngrx/store": "6.1.0",
@@ -54,8 +54,8 @@
5454
"@angular-devkit/build-angular": "~0.6.1",
5555
"@angular-devkit/build-ng-packagr": "~0.7.0",
5656
"@angular/cli": "6.1.3",
57-
"@angular/compiler-cli": "6.1.4",
58-
"@angular/language-service": "6.1.4",
57+
"@angular/compiler-cli": "6.1.7",
58+
"@angular/language-service": "6.1.7",
5959
"@ngrx/schematics": "6.1.0",
6060
"@nrwl/schematics": "6.2.1",
6161
"@types/jasmine": "~2.8.6",

yarn.lock

+30-30
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,9 @@
115115
"@angular-devkit/core" "0.7.3"
116116
rxjs "^6.0.0"
117117

118-
"@angular/[email protected].4":
119-
version "6.1.4"
120-
resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-6.1.4.tgz#ca17acd62b9328404671a569fbf3065472527174"
118+
"@angular/[email protected].7":
119+
version "6.1.7"
120+
resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-6.1.7.tgz#5d1ca6a2f2e5827ac751c88265b7916d17a732d0"
121121
dependencies:
122122
tslib "^1.9.0"
123123

@@ -142,30 +142,30 @@
142142
symbol-observable "^1.2.0"
143143
yargs-parser "^10.0.0"
144144

145-
"@angular/[email protected].4":
146-
version "6.1.4"
147-
resolved "https://registry.yarnpkg.com/@angular/common/-/common-6.1.4.tgz#825de5b1fb98db5a1d3d2253ad7181bb25477551"
145+
"@angular/[email protected].7":
146+
version "6.1.7"
147+
resolved "https://registry.yarnpkg.com/@angular/common/-/common-6.1.7.tgz#b94ae9f1c71b1223a305942f09aabf818f5ed2e9"
148148
dependencies:
149149
tslib "^1.9.0"
150150

151-
"@angular/[email protected].4":
152-
version "6.1.4"
153-
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-6.1.4.tgz#65f4c4382bb180d22905db57e28a4ca728b7bf8c"
151+
"@angular/[email protected].7":
152+
version "6.1.7"
153+
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-6.1.7.tgz#60abdfb3cac6f50d41b2af905a5bfa2bf1f08b36"
154154
dependencies:
155155
chokidar "^1.4.2"
156156
minimist "^1.2.0"
157157
reflect-metadata "^0.1.2"
158158
tsickle "^0.32.1"
159159

160-
"@angular/[email protected].4":
161-
version "6.1.4"
162-
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-6.1.4.tgz#479e792ce012dc8481f1d87b919fcddb11c8eee0"
160+
"@angular/[email protected].7":
161+
version "6.1.7"
162+
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-6.1.7.tgz#cf4e40ec505130710122229481a90ca106bad855"
163163
dependencies:
164164
tslib "^1.9.0"
165165

166-
"@angular/[email protected].4":
167-
version "6.1.4"
168-
resolved "https://registry.yarnpkg.com/@angular/core/-/core-6.1.4.tgz#2602ecc031bbb4ad968a7db78786017e92d19b98"
166+
"@angular/[email protected].7":
167+
version "6.1.7"
168+
resolved "https://registry.yarnpkg.com/@angular/core/-/core-6.1.7.tgz#036088227cbff7d3fc7af0c43c5af9db46149f16"
169169
dependencies:
170170
tslib "^1.9.0"
171171

@@ -175,31 +175,31 @@
175175
dependencies:
176176
tslib "^1.9.0"
177177

178-
"@angular/[email protected].4":
179-
version "6.1.4"
180-
resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-6.1.4.tgz#d0b83f9cd4cb35f58ee67766d17aae0cbd7de561"
178+
"@angular/[email protected].7":
179+
version "6.1.7"
180+
resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-6.1.7.tgz#42484c2ab1079fd34ddd637eb143db6a17be4990"
181181
dependencies:
182182
tslib "^1.9.0"
183183

184-
"@angular/[email protected].4":
185-
version "6.1.4"
186-
resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-6.1.4.tgz#946a70e1afbf83dbae4c31b64784a5a77ae07e53"
184+
"@angular/[email protected].7":
185+
version "6.1.7"
186+
resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-6.1.7.tgz#f25335c32a7617344cf92736753a434c46678ebb"
187187

188-
"@angular/[email protected].4":
189-
version "6.1.4"
190-
resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-6.1.4.tgz#1af3549decadfb8e73513d917eaa5479184c39ea"
188+
"@angular/[email protected].7":
189+
version "6.1.7"
190+
resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-6.1.7.tgz#44381fc4ed990194b372553e6a99f4cc80852414"
191191
dependencies:
192192
tslib "^1.9.0"
193193

194-
"@angular/[email protected].4":
195-
version "6.1.4"
196-
resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-6.1.4.tgz#a5763f549f2073ba30b9d8baf8512c8076e8d58b"
194+
"@angular/[email protected].7":
195+
version "6.1.7"
196+
resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-6.1.7.tgz#21da4fbe6f407320ee50cdf9ab0b69b2e10eca50"
197197
dependencies:
198198
tslib "^1.9.0"
199199

200-
"@angular/[email protected].4":
201-
version "6.1.4"
202-
resolved "https://registry.yarnpkg.com/@angular/router/-/router-6.1.4.tgz#ec6d7400baea46386e3bbcf3e3acb0135f368fac"
200+
"@angular/[email protected].7":
201+
version "6.1.7"
202+
resolved "https://registry.yarnpkg.com/@angular/router/-/router-6.1.7.tgz#90294b2497649fd6d6d1507e6e447d9c153e8db8"
203203
dependencies:
204204
tslib "^1.9.0"
205205

0 commit comments

Comments
 (0)