Skip to content
This repository was archived by the owner on Mar 2, 2019. It is now read-only.
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0129fa9

Browse files
committedSep 19, 2018
fix: update angular monorepo to v6.1.8
1 parent c4a5d61 commit 0129fa9

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.8",
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.8",
35+
"@angular/compiler": "6.1.8",
36+
"@angular/core": "6.1.8",
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.8",
39+
"@angular/platform-browser": "6.1.8",
40+
"@angular/platform-browser-dynamic": "6.1.8",
41+
"@angular/router": "6.1.8",
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.8",
58+
"@angular/language-service": "6.1.8",
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/animations@6.1.4":
119-
version "6.1.4"
120-
resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-6.1.4.tgz#ca17acd62b9328404671a569fbf3065472527174"
118+
"@angular/animations@6.1.8":
119+
version "6.1.8"
120+
resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-6.1.8.tgz#a1861c7f63aca5bd18ba48e0c736ee7b1f2dac36"
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/common@6.1.4":
146-
version "6.1.4"
147-
resolved "https://registry.yarnpkg.com/@angular/common/-/common-6.1.4.tgz#825de5b1fb98db5a1d3d2253ad7181bb25477551"
145+
"@angular/common@6.1.8":
146+
version "6.1.8"
147+
resolved "https://registry.yarnpkg.com/@angular/common/-/common-6.1.8.tgz#e9106cecd448f24e3a553a6ea9431e113fe3becd"
148148
dependencies:
149149
tslib "^1.9.0"
150150

151-
"@angular/compiler-cli@6.1.4":
152-
version "6.1.4"
153-
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-6.1.4.tgz#65f4c4382bb180d22905db57e28a4ca728b7bf8c"
151+
"@angular/compiler-cli@6.1.8":
152+
version "6.1.8"
153+
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-6.1.8.tgz#b31842b42a6cee90d0f61f3849fbd15fc6f5ddbf"
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/compiler@6.1.4":
161-
version "6.1.4"
162-
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-6.1.4.tgz#479e792ce012dc8481f1d87b919fcddb11c8eee0"
160+
"@angular/compiler@6.1.8":
161+
version "6.1.8"
162+
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-6.1.8.tgz#bbbb70961724c6e5755e05fc5d7f4b39d3bb4a0c"
163163
dependencies:
164164
tslib "^1.9.0"
165165

166-
"@angular/core@6.1.4":
167-
version "6.1.4"
168-
resolved "https://registry.yarnpkg.com/@angular/core/-/core-6.1.4.tgz#2602ecc031bbb4ad968a7db78786017e92d19b98"
166+
"@angular/core@6.1.8":
167+
version "6.1.8"
168+
resolved "https://registry.yarnpkg.com/@angular/core/-/core-6.1.8.tgz#2de584e184dc148a55ec153f8125acdf3e88eae6"
169169
dependencies:
170170
tslib "^1.9.0"
171171

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

178-
"@angular/forms@6.1.4":
179-
version "6.1.4"
180-
resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-6.1.4.tgz#d0b83f9cd4cb35f58ee67766d17aae0cbd7de561"
178+
"@angular/forms@6.1.8":
179+
version "6.1.8"
180+
resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-6.1.8.tgz#058429b99fc4c6554fe4943a23d4d6221cb1d9ac"
181181
dependencies:
182182
tslib "^1.9.0"
183183

184-
"@angular/language-service@6.1.4":
185-
version "6.1.4"
186-
resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-6.1.4.tgz#946a70e1afbf83dbae4c31b64784a5a77ae07e53"
184+
"@angular/language-service@6.1.8":
185+
version "6.1.8"
186+
resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-6.1.8.tgz#2b076eca1e415204a4e2e8e4b066d258a7fe16fd"
187187

188-
"@angular/platform-browser-dynamic@6.1.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/platform-browser-dynamic@6.1.8":
189+
version "6.1.8"
190+
resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-6.1.8.tgz#a0c523857e9e55343e6e1747052141d870d4e870"
191191
dependencies:
192192
tslib "^1.9.0"
193193

194-
"@angular/platform-browser@6.1.4":
195-
version "6.1.4"
196-
resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-6.1.4.tgz#a5763f549f2073ba30b9d8baf8512c8076e8d58b"
194+
"@angular/platform-browser@6.1.8":
195+
version "6.1.8"
196+
resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-6.1.8.tgz#2a0340995ee4b67809f10e039a872afb7f228403"
197197
dependencies:
198198
tslib "^1.9.0"
199199

200-
"@angular/router@6.1.4":
201-
version "6.1.4"
202-
resolved "https://registry.yarnpkg.com/@angular/router/-/router-6.1.4.tgz#ec6d7400baea46386e3bbcf3e3acb0135f368fac"
200+
"@angular/router@6.1.8":
201+
version "6.1.8"
202+
resolved "https://registry.yarnpkg.com/@angular/router/-/router-6.1.8.tgz#7106a55392e9f920358544f431dace2ef3715630"
203203
dependencies:
204204
tslib "^1.9.0"
205205

0 commit comments

Comments
 (0)
This repository has been archived.