Skip to content
This repository was archived by the owner on May 7, 2018. It is now read-only.

Commit 57b85ac

Browse files
committed
build: update @angular/language-service to version ^6.0.0
1 parent 9dbeeba commit 57b85ac

File tree

2 files changed

+75
-60
lines changed

2 files changed

+75
-60
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,24 +15,24 @@
1515
},
1616
"private": true,
1717
"dependencies": {
18-
"@angular/animations": "^5.0.0",
19-
"@angular/common": "^5.0.0",
20-
"@angular/compiler": "^5.0.0",
21-
"@angular/core": "^5.0.0",
22-
"@angular/forms": "^5.0.0",
23-
"@angular/http": "^5.0.0",
24-
"@angular/platform-browser": "^5.0.0",
25-
"@angular/platform-browser-dynamic": "^5.0.0",
26-
"@angular/router": "^5.0.0",
18+
"@angular/animations": "^6.0.0",
19+
"@angular/common": "^6.0.0",
20+
"@angular/compiler": "^6.0.0",
21+
"@angular/core": "^6.0.0",
22+
"@angular/forms": "^6.0.0",
23+
"@angular/http": "^6.0.0",
24+
"@angular/platform-browser": "^6.0.0",
25+
"@angular/platform-browser-dynamic": "^6.0.0",
26+
"@angular/router": "^6.0.0",
2727
"core-js": "^2.4.1",
2828
"rxjs": "^5.4.2",
2929
"spectre.css": "^0.5.0",
3030
"zone.js": "^0.8.14"
3131
},
3232
"devDependencies": {
3333
"@angular/cli": "~1.7.0",
34-
"@angular/compiler-cli": "^5.0.0",
35-
"@angular/language-service": "^5.0.0",
34+
"@angular/compiler-cli": "^6.0.0",
35+
"@angular/language-service": "^6.0.0",
3636
"@types/jasmine": "~2.8.1",
3737
"@types/node": "~9.6.0",
3838
"codelyzer": "~4.3.0",

yarn.lock

Lines changed: 64 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@
2727
"@ngtools/json-schema" "^1.1.0"
2828
rxjs "^5.5.6"
2929

30-
"@angular/animations@^5.0.0":
31-
version "5.0.0"
32-
resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-5.0.0.tgz#b5ad199c67f93f759544477effe6679e154991fb"
30+
"@angular/animations@^6.0.0":
31+
version "6.0.0"
32+
resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-6.0.0.tgz#cfc825dbfdf33bf3bf75962d1e12495aed5e3c32"
3333
dependencies:
34-
tslib "^1.7.1"
34+
tslib "^1.9.0"
3535

3636
"@angular/cli@~1.7.0":
3737
version "1.7.0"
@@ -97,66 +97,66 @@
9797
optionalDependencies:
9898
node-sass "^4.7.2"
9999

100-
"@angular/common@^5.0.0":
101-
version "5.0.0"
102-
resolved "https://registry.yarnpkg.com/@angular/common/-/common-5.0.0.tgz#f96d66a517b995d1ba9b28309f15c2e359675825"
100+
"@angular/common@^6.0.0":
101+
version "6.0.0"
102+
resolved "https://registry.yarnpkg.com/@angular/common/-/common-6.0.0.tgz#ca3b6b6b96837fe048861da897c31991aa04954f"
103103
dependencies:
104-
tslib "^1.7.1"
104+
tslib "^1.9.0"
105105

106-
"@angular/compiler-cli@^5.0.0":
107-
version "5.0.0"
108-
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-5.0.0.tgz#0ecbb937d84a4f8dd94f0c2a47b07d2e4694c853"
106+
"@angular/compiler-cli@^6.0.0":
107+
version "6.0.0"
108+
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-6.0.0.tgz#be50277faaa5ac08f3002c2c8cb8c39d220c76d5"
109109
dependencies:
110110
chokidar "^1.4.2"
111111
minimist "^1.2.0"
112112
reflect-metadata "^0.1.2"
113-
tsickle "^0.24.0"
113+
tsickle "^0.27.2"
114114

115-
"@angular/compiler@^5.0.0":
116-
version "5.0.0"
117-
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-5.0.0.tgz#b9ffbf18c8a39d8b7dacec473193a90e24cc2bc9"
115+
"@angular/compiler@^6.0.0":
116+
version "6.0.0"
117+
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-6.0.0.tgz#9092a0f02f33dd1108276ab93cc48142e36a1e95"
118118
dependencies:
119-
tslib "^1.7.1"
119+
tslib "^1.9.0"
120120

121-
"@angular/core@^5.0.0":
122-
version "5.0.0"
123-
resolved "https://registry.yarnpkg.com/@angular/core/-/core-5.0.0.tgz#4f976a225f7dddf34992f2cad824c9543a46f4c8"
121+
"@angular/core@^6.0.0":
122+
version "6.0.0"
123+
resolved "https://registry.yarnpkg.com/@angular/core/-/core-6.0.0.tgz#785cc8a37b7fb784a6b7dcbd0984abb4f10e5dfe"
124124
dependencies:
125-
tslib "^1.7.1"
125+
tslib "^1.9.0"
126126

127-
"@angular/forms@^5.0.0":
128-
version "5.0.0"
129-
resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-5.0.0.tgz#c7fddfa35396759ae9852920a30cdda8c41ed1de"
127+
"@angular/forms@^6.0.0":
128+
version "6.0.0"
129+
resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-6.0.0.tgz#436e2df39dc57db124da5a5c02bc63909fdf7046"
130130
dependencies:
131-
tslib "^1.7.1"
131+
tslib "^1.9.0"
132132

133-
"@angular/http@^5.0.0":
134-
version "5.0.0"
135-
resolved "https://registry.yarnpkg.com/@angular/http/-/http-5.0.0.tgz#0728a2be0cfbb078727c5eb87d4c85d53fec9a51"
133+
"@angular/http@^6.0.0":
134+
version "6.0.0"
135+
resolved "https://registry.yarnpkg.com/@angular/http/-/http-6.0.0.tgz#f409e35cd2f4990b43a37beab915ffdcd9c7c992"
136136
dependencies:
137-
tslib "^1.7.1"
137+
tslib "^1.9.0"
138138

139-
"@angular/language-service@^5.0.0":
140-
version "5.0.0"
141-
resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-5.0.0.tgz#6ccbb69f4757270dd04ec5857d37634b2f02c40c"
139+
"@angular/language-service@^6.0.0":
140+
version "6.0.0"
141+
resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-6.0.0.tgz#85bf577fd7f45eff13128d4f5f0125078d610aec"
142142

143-
"@angular/platform-browser-dynamic@^5.0.0":
144-
version "5.0.0"
145-
resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-5.0.0.tgz#887e106c8b103b0415cf6156a425da6d83f4c89d"
143+
"@angular/platform-browser-dynamic@^6.0.0":
144+
version "6.0.0"
145+
resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-6.0.0.tgz#66a34b65136446cb3ec39362fd6d2dbb5482ba70"
146146
dependencies:
147-
tslib "^1.7.1"
147+
tslib "^1.9.0"
148148

149-
"@angular/platform-browser@^5.0.0":
150-
version "5.0.0"
151-
resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-5.0.0.tgz#c7038f7cde80705b62014897231e182eec976fed"
149+
"@angular/platform-browser@^6.0.0":
150+
version "6.0.0"
151+
resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-6.0.0.tgz#848b687ea46786483fddcdbbbd17b29c7adcc768"
152152
dependencies:
153-
tslib "^1.7.1"
153+
tslib "^1.9.0"
154154

155-
"@angular/router@^5.0.0":
156-
version "5.0.0"
157-
resolved "https://registry.yarnpkg.com/@angular/router/-/router-5.0.0.tgz#fe4b521a6738408bce30f93a53499140c93a4f76"
155+
"@angular/router@^6.0.0":
156+
version "6.0.0"
157+
resolved "https://registry.yarnpkg.com/@angular/router/-/router-6.0.0.tgz#09a5c6f6220084c3575df81e8b36cbe9fff10d1f"
158158
dependencies:
159-
tslib "^1.7.1"
159+
tslib "^1.9.0"
160160

161161
"@ngtools/json-schema@1.2.0":
162162
version "1.2.0"
@@ -958,6 +958,10 @@ browserslist@^2.11.3:
958958
caniuse-lite "^1.0.30000792"
959959
electron-to-chromium "^1.3.30"
960960

961+
buffer-from@^1.0.0:
962+
version "1.0.0"
963+
resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.0.0.tgz#4cb8832d23612589b0406e9e2956c17f06fdf531"
964+
961965
buffer-indexof@^1.0.0:
962966
version "1.1.1"
963967
resolved "https://registry.yarnpkg.com/buffer-indexof/-/buffer-indexof-1.1.1.tgz#52fabcc6a606d1a00302802648ef68f639da268c"
@@ -6006,12 +6010,19 @@ source-map-resolve@^0.5.0:
60066010
source-map-url "^0.4.0"
60076011
urix "^0.1.0"
60086012

6009-
source-map-support@^0.4.1, source-map-support@^0.4.2, source-map-support@~0.4.0:
6013+
source-map-support@^0.4.1, source-map-support@~0.4.0:
60106014
version "0.4.18"
60116015
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.4.18.tgz#0286a6de8be42641338594e97ccea75f0a2c585f"
60126016
dependencies:
60136017
source-map "^0.5.6"
60146018

6019+
source-map-support@^0.5.0:
6020+
version "0.5.5"
6021+
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.5.tgz#0d4af9e00493e855402e8ec36ebed2d266fceb90"
6022+
dependencies:
6023+
buffer-from "^1.0.0"
6024+
source-map "^0.6.0"
6025+
60156026
source-map-support@^0.5.3:
60166027
version "0.5.3"
60176028
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.3.tgz#2b3d5fff298cfa4d1afd7d4352d569e9a0158e76"
@@ -6476,14 +6487,14 @@ ts-node@~6.0.0:
64766487
source-map-support "^0.5.3"
64776488
yn "^2.0.0"
64786489

6479-
tsickle@^0.24.0:
6480-
version "0.24.1"
6481-
resolved "https://registry.yarnpkg.com/tsickle/-/tsickle-0.24.1.tgz#039343b205bf517a333b0703978892f80a7d848e"
6490+
tsickle@^0.27.2:
6491+
version "0.27.5"
6492+
resolved "https://registry.yarnpkg.com/tsickle/-/tsickle-0.27.5.tgz#41e1a41a5acf971cbb2b0558a9590779234d591f"
64826493
dependencies:
64836494
minimist "^1.2.0"
64846495
mkdirp "^0.5.1"
6485-
source-map "^0.5.6"
6486-
source-map-support "^0.4.2"
6496+
source-map "^0.6.0"
6497+
source-map-support "^0.5.0"
64876498

64886499
tslib@^1.7.1:
64896500
version "1.8.0"
@@ -6493,6 +6504,10 @@ tslib@^1.8.0:
64936504
version "1.8.1"
64946505
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.8.1.tgz#6946af2d1d651a7b1863b531d6e5afa41aa44eac"
64956506

6507+
tslib@^1.9.0:
6508+
version "1.9.0"
6509+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.0.tgz#e37a86fda8cbbaf23a057f473c9f4dc64e5fc2e8"
6510+
64966511
tslint@~5.9.0:
64976512
version "5.9.0"
64986513
resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.9.0.tgz#0fd1d5c56a257d98f812a4d9ebd14f6e02f6e882"

0 commit comments

Comments
 (0)