Skip to content

Commit da070bc

Browse files
committed
feat(core): update angular to 2.4.7 and clarity to 0.8.6
1 parent 3433e96 commit da070bc

File tree

2 files changed

+67
-47
lines changed

2 files changed

+67
-47
lines changed

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,23 @@
1313
},
1414
"private": true,
1515
"dependencies": {
16-
"@angular/common": "2.4.6",
17-
"@angular/compiler": "2.4.6",
18-
"@angular/core": "2.4.6",
19-
"@angular/forms": "2.4.6",
20-
"@angular/http": "2.4.6",
21-
"@angular/platform-browser": "2.4.6",
22-
"@angular/platform-browser-dynamic": "2.4.6",
23-
"@angular/router": "3.4.6",
16+
"@angular/common": "2.4.7",
17+
"@angular/compiler": "2.4.7",
18+
"@angular/core": "2.4.7",
19+
"@angular/forms": "2.4.7",
20+
"@angular/http": "2.4.7",
21+
"@angular/platform-browser": "2.4.7",
22+
"@angular/platform-browser-dynamic": "2.4.7",
23+
"@angular/router": "3.4.7",
2424
"@ngrx/core": "1.2.0",
2525
"@ngrx/effects": "2.0.0",
2626
"@ngrx/router-store": "1.2.5",
2727
"@ngrx/store": "2.2.1",
2828
"@ngrx/store-devtools": "3.2.3",
2929
"@webcomponents/custom-elements": "1.0.0-alpha.3",
30-
"clarity-angular": "0.8.5",
31-
"clarity-icons": "0.8.5",
32-
"clarity-ui": "0.8.5",
30+
"clarity-angular": "0.8.6",
31+
"clarity-icons": "0.8.6",
32+
"clarity-ui": "0.8.6",
3333
"core-js": "2.4.1",
3434
"mutationobserver-shim": "0.3.2",
3535
"ngrx-store-freeze": "0.1.6",
@@ -42,7 +42,7 @@
4242
},
4343
"devDependencies": {
4444
"@angular/cli": "1.0.0-beta.30",
45-
"@angular/compiler-cli": "2.4.6",
45+
"@angular/compiler-cli": "2.4.7",
4646
"@types/jasmine": "2.5.41",
4747
"@types/node": "7.0.5",
4848
"angular2-dependencies-graph": "1.0.0-alpha.12",
@@ -58,9 +58,9 @@
5858
"karma-remap-istanbul": "0.6.0",
5959
"protractor": "5.1.1",
6060
"rimraf": "2.5.4",
61-
"ts-node": "2.0.0",
61+
"ts-node": "2.1.0",
6262
"tslint": "4.4.2",
63-
"typescript": "2.1.5",
63+
"typescript": "2.1.6",
6464
"yarn": "0.19.1"
6565
},
6666
"scripts": {

yarn.lock

Lines changed: 53 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -87,45 +87,61 @@
8787
webpack-sources "^0.1.3"
8888
zone.js "^0.7.2"
8989

90-
"@angular/common@2.4.6":
91-
version "2.4.6"
92-
resolved "https://registry.yarnpkg.com/@angular/common/-/common-2.4.6.tgz#f005528f75d0a6deaaf636f3b779f26bda4adb07"
90+
"@angular/common@2.4.7":
91+
version "2.4.7"
92+
resolved "https://registry.yarnpkg.com/@angular/common/-/common-2.4.7.tgz#9316daf90e353e67187d2e0afec5521c2001bd4b"
93+
94+
"@angular/compiler-cli@2.4.7":
95+
version "2.4.7"
96+
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-2.4.7.tgz#15768141816903636593f430ff9a808d98a2a762"
97+
dependencies:
98+
"@angular/tsc-wrapped" "0.5.2"
99+
minimist "^1.2.0"
100+
reflect-metadata "^0.1.2"
93101

94-
"@angular/compiler-cli@2.4.6", "@angular/compiler-cli@^2.3.1":
102+
"@angular/compiler-cli@^2.3.1":
95103
version "2.4.6"
96104
resolved "https://registry.yarnpkg.com/@angular/compiler-cli/-/compiler-cli-2.4.6.tgz#7a34a3114b67ba9f42cb5d65eb81c9cffd54583f"
97105
dependencies:
98106
"@angular/tsc-wrapped" "0.5.2"
99107
minimist "^1.2.0"
100108
reflect-metadata "^0.1.2"
101109

102-
"@angular/compiler@2.4.6", "@angular/compiler@^2.3.1":
110+
"@angular/compiler@2.4.7":
111+
version "2.4.7"
112+
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-2.4.7.tgz#008c1f0d1409c46fbba215fe8ab0d886252c7ff0"
113+
114+
"@angular/compiler@^2.3.1":
103115
version "2.4.6"
104116
resolved "https://registry.yarnpkg.com/@angular/compiler/-/compiler-2.4.6.tgz#17236b858f5730eed257d93e90bcbae45e21e0fe"
105117

106-
"@angular/core@2.4.6", "@angular/core@^2.3.1":
118+
"@angular/core@2.4.7":
119+
version "2.4.7"
120+
resolved "https://registry.yarnpkg.com/@angular/core/-/core-2.4.7.tgz#8bed9a2d37e81342bd41d189df88aa3e02393cfb"
121+
122+
"@angular/core@^2.3.1":
107123
version "2.4.6"
108124
resolved "https://registry.yarnpkg.com/@angular/core/-/core-2.4.6.tgz#4abec78ee035b27e8192acf70409c3dbca24e829"
109125

110-
"@angular/forms@2.4.6":
111-
version "2.4.6"
112-
resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-2.4.6.tgz#aca73ad404ebe3022ffb6461cb6c06da864185fe"
126+
"@angular/forms@2.4.7":
127+
version "2.4.7"
128+
resolved "https://registry.yarnpkg.com/@angular/forms/-/forms-2.4.7.tgz#d34a36110e10f641aa1e1420b5c2df65987fd8bb"
113129

114-
"@angular/http@2.4.6":
115-
version "2.4.6"
116-
resolved "https://registry.yarnpkg.com/@angular/http/-/http-2.4.6.tgz#32952ce82558f939be52863faa8cab19b20351fd"
130+
"@angular/http@2.4.7":
131+
version "2.4.7"
132+
resolved "https://registry.yarnpkg.com/@angular/http/-/http-2.4.7.tgz#b024b2b49ae0234258d42309e46f65862a42070d"
117133

118-
"@angular/platform-browser-dynamic@2.4.6":
119-
version "2.4.6"
120-
resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-2.4.6.tgz#d50d8b66f7fa00c0449f33c2c1b5348b67c9fcda"
134+
"@angular/platform-browser-dynamic@2.4.7":
135+
version "2.4.7"
136+
resolved "https://registry.yarnpkg.com/@angular/platform-browser-dynamic/-/platform-browser-dynamic-2.4.7.tgz#9632586f9ce596186be4c124c3ea0a4a74b27b46"
121137

122-
"@angular/platform-browser@2.4.6":
123-
version "2.4.6"
124-
resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-2.4.6.tgz#ded44169d4a870d5ee40e95496d34e9ab03c2c3a"
138+
"@angular/platform-browser@2.4.7":
139+
version "2.4.7"
140+
resolved "https://registry.yarnpkg.com/@angular/platform-browser/-/platform-browser-2.4.7.tgz#19f7996a70f07b34ce8d6d0e255544e62cae75f1"
125141

126-
"@angular/router@3.4.6":
127-
version "3.4.6"
128-
resolved "https://registry.yarnpkg.com/@angular/router/-/router-3.4.6.tgz#df708503f2006a090a2704f5490a9ea1ba9fc9d0"
142+
"@angular/router@3.4.7":
143+
version "3.4.7"
144+
resolved "https://registry.yarnpkg.com/@angular/router/-/router-3.4.7.tgz#e9583eed5a1d50cc1628b2526244555444a746b8"
129145

130146
"@angular/tsc-wrapped@0.5.2", "@angular/tsc-wrapped@^0.5.0":
131147
version "0.5.2"
@@ -861,17 +877,17 @@ clap@^1.0.9:
861877
dependencies:
862878
chalk "^1.1.3"
863879

864-
clarity-angular@0.8.5:
865-
version "0.8.5"
866-
resolved "https://registry.yarnpkg.com/clarity-angular/-/clarity-angular-0.8.5.tgz#23af236aeab46e416f991280537ee8926c20f705"
880+
clarity-angular@0.8.6:
881+
version "0.8.6"
882+
resolved "https://registry.yarnpkg.com/clarity-angular/-/clarity-angular-0.8.6.tgz#bed6c1c78bbd69981e50f028bcd1befa26025590"
867883

868-
clarity-icons@0.8.5:
869-
version "0.8.5"
870-
resolved "https://registry.yarnpkg.com/clarity-icons/-/clarity-icons-0.8.5.tgz#a5fec4eae80bb5270e6dae7e48d36de65b6e9071"
884+
clarity-icons@0.8.6:
885+
version "0.8.6"
886+
resolved "https://registry.yarnpkg.com/clarity-icons/-/clarity-icons-0.8.6.tgz#a1438cdbbe8f03dd27a0ba1cc4ac96270aee4715"
871887

872-
clarity-ui@0.8.5:
873-
version "0.8.5"
874-
resolved "https://registry.yarnpkg.com/clarity-ui/-/clarity-ui-0.8.5.tgz#8cb70caf74fb3a9ab2616894f30a41a4644afde7"
888+
clarity-ui@0.8.6:
889+
version "0.8.6"
890+
resolved "https://registry.yarnpkg.com/clarity-ui/-/clarity-ui-0.8.6.tgz#2e4ebc83b3d756fcd5139587f2b8722868e1885f"
875891

876892
clean-css@3.4.x:
877893
version "3.4.23"
@@ -5630,9 +5646,9 @@ ts-helpers@1.1.2:
56305646
version "1.1.2"
56315647
resolved "https://registry.yarnpkg.com/ts-helpers/-/ts-helpers-1.1.2.tgz#fc69be9f1f3baed01fb1a0ef8d4cfe748814d835"
56325648

5633-
ts-node@2.0.0:
5634-
version "2.0.0"
5635-
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-2.0.0.tgz#16e4fecc949088238b4cbf1c39c9582526b66f74"
5649+
ts-node@2.1.0:
5650+
version "2.1.0"
5651+
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-2.1.0.tgz#aa2bf4b2e25c5fb6a7c54701edc3666d3a9db25d"
56365652
dependencies:
56375653
arrify "^1.0.0"
56385654
chalk "^1.1.1"
@@ -5715,6 +5731,10 @@ typescript@2.1.5:
57155731
version "2.1.5"
57165732
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.1.5.tgz#6fe9479e00e01855247cea216e7561bafcdbcd4a"
57175733

5734+
typescript@2.1.6:
5735+
version "2.1.6"
5736+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.1.6.tgz#40c7e6e9e5da7961b7718b55505f9cac9487a607"
5737+
57185738
typescript@~2.0.3:
57195739
version "2.0.10"
57205740
resolved "https://registry.yarnpkg.com/typescript/-/typescript-2.0.10.tgz#ccdd4ed86fd5550a407101a0814012e1b3fac3dd"

0 commit comments

Comments
 (0)