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

Commit e0d773d

Browse files
committed
build: update @angular/language-service to version ^6.0.0
1 parent ff8cf26 commit e0d773d

File tree

2 files changed

+76
-61
lines changed

2 files changed

+76
-61
lines changed

package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,23 @@
1212
},
1313
"private": true,
1414
"dependencies": {
15-
"@angular/animations": "^5.0.0",
16-
"@angular/common": "^5.0.0",
17-
"@angular/compiler": "^5.0.0",
18-
"@angular/core": "^5.0.0",
19-
"@angular/forms": "^5.0.0",
20-
"@angular/http": "^5.0.0",
21-
"@angular/platform-browser": "^5.0.0",
22-
"@angular/platform-browser-dynamic": "^5.0.0",
23-
"@angular/router": "^5.0.0",
15+
"@angular/animations": "^6.0.0",
16+
"@angular/common": "^6.0.0",
17+
"@angular/compiler": "^6.0.0",
18+
"@angular/core": "^6.0.0",
19+
"@angular/forms": "^6.0.0",
20+
"@angular/http": "^6.0.0",
21+
"@angular/platform-browser": "^6.0.0",
22+
"@angular/platform-browser-dynamic": "^6.0.0",
23+
"@angular/router": "^6.0.0",
2424
"core-js": "^2.4.1",
2525
"rxjs": "^5.5.2",
2626
"zone.js": "^0.8.14"
2727
},
2828
"devDependencies": {
2929
"@angular/cli": "1.7.4",
30-
"@angular/compiler-cli": "^5.0.0",
31-
"@angular/language-service": "^5.0.0",
30+
"@angular/compiler-cli": "^6.0.0",
31+
"@angular/language-service": "^6.0.0",
3232
"@types/jasmine": "~2.8.0",
3333
"@types/jasminewd2": "~2.0.2",
3434
"@types/node": "~9.6.0",

yarn.lock

+65-50
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.1.3"
32-
resolved "https://registry.yarnpkg.com/@angular/animations/-/animations-5.1.3.tgz#3af3073bfdfeac61d7e6058257b3b19c97183a96"
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/[email protected]":
3737
version "1.7.4"
@@ -98,66 +98,66 @@
9898
optionalDependencies:
9999
node-sass "^4.7.2"
100100

101-
"@angular/common@^5.0.0":
102-
version "5.1.3"
103-
resolved "https://registry.yarnpkg.com/@angular/common/-/common-5.1.3.tgz#db517c00a95f72885eb2091098eaed4f95494a63"
101+
"@angular/common@^6.0.0":
102+
version "6.0.0"
103+
resolved "https://registry.yarnpkg.com/@angular/common/-/common-6.0.0.tgz#ca3b6b6b96837fe048861da897c31991aa04954f"
104104
dependencies:
105-
tslib "^1.7.1"
105+
tslib "^1.9.0"
106106

107-
"@angular/compiler-cli@^5.0.0":
108-
version "5.1.3"
109-
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-5.1.3.tgz#e9cfd183a8a12fddad0188d2b7e4e9a45f302d82"
107+
"@angular/compiler-cli@^6.0.0":
108+
version "6.0.0"
109+
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-6.0.0.tgz#be50277faaa5ac08f3002c2c8cb8c39d220c76d5"
110110
dependencies:
111111
chokidar "^1.4.2"
112112
minimist "^1.2.0"
113113
reflect-metadata "^0.1.2"
114-
tsickle "^0.25.5"
114+
tsickle "^0.27.2"
115115

116-
"@angular/compiler@^5.0.0":
117-
version "5.1.3"
118-
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-5.1.3.tgz#125008477895aee1bf71294bf981a4ba184c1e59"
116+
"@angular/compiler@^6.0.0":
117+
version "6.0.0"
118+
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-6.0.0.tgz#9092a0f02f33dd1108276ab93cc48142e36a1e95"
119119
dependencies:
120-
tslib "^1.7.1"
120+
tslib "^1.9.0"
121121

122-
"@angular/core@^5.0.0":
123-
version "5.1.3"
124-
resolved "https://registry.yarnpkg.com/@angular/core/-/core-5.1.3.tgz#b739f69834c344285250a384d0c203dd36778a37"
122+
"@angular/core@^6.0.0":
123+
version "6.0.0"
124+
resolved "https://registry.yarnpkg.com/@angular/core/-/core-6.0.0.tgz#785cc8a37b7fb784a6b7dcbd0984abb4f10e5dfe"
125125
dependencies:
126-
tslib "^1.7.1"
126+
tslib "^1.9.0"
127127

128-
"@angular/forms@^5.0.0":
129-
version "5.1.3"
130-
resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-5.1.3.tgz#fe4c0c37c504e78c85f8e50db6e098705fa72f4c"
128+
"@angular/forms@^6.0.0":
129+
version "6.0.0"
130+
resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-6.0.0.tgz#436e2df39dc57db124da5a5c02bc63909fdf7046"
131131
dependencies:
132-
tslib "^1.7.1"
132+
tslib "^1.9.0"
133133

134-
"@angular/http@^5.0.0":
135-
version "5.1.3"
136-
resolved "https://registry.yarnpkg.com/@angular/http/-/http-5.1.3.tgz#eeea2a6760fa54449a967fb5abdd473736c5c989"
134+
"@angular/http@^6.0.0":
135+
version "6.0.0"
136+
resolved "https://registry.yarnpkg.com/@angular/http/-/http-6.0.0.tgz#f409e35cd2f4990b43a37beab915ffdcd9c7c992"
137137
dependencies:
138-
tslib "^1.7.1"
138+
tslib "^1.9.0"
139139

140-
"@angular/language-service@^5.0.0":
141-
version "5.1.3"
142-
resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-5.1.3.tgz#b55f295943133e33940ff71e6bb0afa93d7f4d36"
140+
"@angular/language-service@^6.0.0":
141+
version "6.0.0"
142+
resolved "https://registry.yarnpkg.com/@angular/language-service/-/language-service-6.0.0.tgz#85bf577fd7f45eff13128d4f5f0125078d610aec"
143143

144-
"@angular/platform-browser-dynamic@^5.0.0":
145-
version "5.1.3"
146-
resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-5.1.3.tgz#ad37e4dbd5251e7ea256ad9323fe11c848d04050"
144+
"@angular/platform-browser-dynamic@^6.0.0":
145+
version "6.0.0"
146+
resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-6.0.0.tgz#66a34b65136446cb3ec39362fd6d2dbb5482ba70"
147147
dependencies:
148-
tslib "^1.7.1"
148+
tslib "^1.9.0"
149149

150-
"@angular/platform-browser@^5.0.0":
151-
version "5.1.3"
152-
resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-5.1.3.tgz#5abe7809009eff6bff3bf89faba96fe066fb2036"
150+
"@angular/platform-browser@^6.0.0":
151+
version "6.0.0"
152+
resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-6.0.0.tgz#848b687ea46786483fddcdbbbd17b29c7adcc768"
153153
dependencies:
154-
tslib "^1.7.1"
154+
tslib "^1.9.0"
155155

156-
"@angular/router@^5.0.0":
157-
version "5.1.3"
158-
resolved "https://registry.yarnpkg.com/@angular/router/-/router-5.1.3.tgz#69627d7186e4ab8e7d4058c4400f82d3899ebd7a"
156+
"@angular/router@^6.0.0":
157+
version "6.0.0"
158+
resolved "https://registry.yarnpkg.com/@angular/router/-/router-6.0.0.tgz#09a5c6f6220084c3575df81e8b36cbe9fff10d1f"
159159
dependencies:
160-
tslib "^1.7.1"
160+
tslib "^1.9.0"
161161

162162
"@ngtools/[email protected]":
163163
version "1.2.0"
@@ -967,6 +967,10 @@ browserslist@^2.10.2:
967967
caniuse-lite "^1.0.30000789"
968968
electron-to-chromium "^1.3.30"
969969

970+
buffer-from@^1.0.0:
971+
version "1.0.0"
972+
resolved "https://registry.yarnpkg.com/buffer-from/-/buffer-from-1.0.0.tgz#4cb8832d23612589b0406e9e2956c17f06fdf531"
973+
970974
buffer-indexof@^1.0.0:
971975
version "1.1.1"
972976
resolved "https://registry.yarnpkg.com/buffer-indexof/-/buffer-indexof-1.1.1.tgz#52fabcc6a606d1a00302802648ef68f639da268c"
@@ -5957,12 +5961,19 @@ source-map-resolve@^0.5.0:
59575961
source-map-url "^0.4.0"
59585962
urix "^0.1.0"
59595963

5960-
source-map-support@^0.4.1, source-map-support@^0.4.2, source-map-support@~0.4.0:
5964+
source-map-support@^0.4.1, source-map-support@~0.4.0:
59615965
version "0.4.18"
59625966
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.4.18.tgz#0286a6de8be42641338594e97ccea75f0a2c585f"
59635967
dependencies:
59645968
source-map "^0.5.6"
59655969

5970+
source-map-support@^0.5.0:
5971+
version "0.5.5"
5972+
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.5.tgz#0d4af9e00493e855402e8ec36ebed2d266fceb90"
5973+
dependencies:
5974+
buffer-from "^1.0.0"
5975+
source-map "^0.6.0"
5976+
59665977
source-map-support@^0.5.3:
59675978
version "0.5.3"
59685979
resolved "https://registry.yarnpkg.com/source-map-support/-/source-map-support-0.5.3.tgz#2b3d5fff298cfa4d1afd7d4352d569e9a0158e76"
@@ -6435,19 +6446,23 @@ ts-node@~5.0.0:
64356446
source-map-support "^0.5.3"
64366447
yn "^2.0.0"
64376448

6438-
tsickle@^0.25.5:
6439-
version "0.25.6"
6440-
resolved "https://registry.yarnpkg.com/tsickle/-/tsickle-0.25.6.tgz#b595db16b236721824eeeda8bb262365b47ef334"
6449+
tsickle@^0.27.2:
6450+
version "0.27.5"
6451+
resolved "https://registry.yarnpkg.com/tsickle/-/tsickle-0.27.5.tgz#41e1a41a5acf971cbb2b0558a9590779234d591f"
64416452
dependencies:
64426453
minimist "^1.2.0"
64436454
mkdirp "^0.5.1"
6444-
source-map "^0.5.6"
6445-
source-map-support "^0.4.2"
6455+
source-map "^0.6.0"
6456+
source-map-support "^0.5.0"
64466457

6447-
tslib@^1.7.1, tslib@^1.8.0, tslib@^1.8.1:
6458+
tslib@^1.8.0, tslib@^1.8.1:
64486459
version "1.8.1"
64496460
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.8.1.tgz#6946af2d1d651a7b1863b531d6e5afa41aa44eac"
64506461

6462+
tslib@^1.9.0:
6463+
version "1.9.0"
6464+
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.9.0.tgz#e37a86fda8cbbaf23a057f473c9f4dc64e5fc2e8"
6465+
64516466
tslint@~5.9.0:
64526467
version "5.9.0"
64536468
resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.9.0.tgz#0fd1d5c56a257d98f812a4d9ebd14f6e02f6e882"

0 commit comments

Comments
 (0)