Skip to content
This repository was archived by the owner on Sep 14, 2021. It is now read-only.

Commit 596f7bc

Browse files
authored
Update dependencies (#58)
1 parent f62e9bd commit 596f7bc

File tree

2 files changed

+25
-18
lines changed

2 files changed

+25
-18
lines changed

pubspec.lock

Lines changed: 22 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ packages:
77
name: analyzer
88
url: "https://pub.dartlang.org"
99
source: hosted
10-
version: "0.31.0+1"
10+
version: "0.31.1"
1111
angular:
1212
dependency: "direct main"
1313
description:
@@ -35,7 +35,7 @@ packages:
3535
name: angular_components
3636
url: "https://pub.dartlang.org"
3737
source: hosted
38-
version: "0.9.0-alpha+4"
38+
version: "0.9.0-alpha+5"
3939
angular_forms:
4040
dependency: "direct main"
4141
description:
@@ -63,7 +63,7 @@ packages:
6363
name: async
6464
url: "https://pub.dartlang.org"
6565
source: hosted
66-
version: "2.0.3"
66+
version: "2.0.4"
6767
barback:
6868
dependency: transitive
6969
description:
@@ -99,6 +99,13 @@ packages:
9999
url: "https://pub.dartlang.org"
100100
source: hosted
101101
version: "0.2.3"
102+
build_modules:
103+
dependency: transitive
104+
description:
105+
name: build_modules
106+
url: "https://pub.dartlang.org"
107+
source: hosted
108+
version: "0.1.0+2"
102109
build_resolvers:
103110
dependency: transitive
104111
description:
@@ -112,14 +119,14 @@ packages:
112119
name: build_runner
113120
url: "https://pub.dartlang.org"
114121
source: hosted
115-
version: "0.7.9+1"
122+
version: "0.7.10+1"
116123
build_web_compilers:
117124
dependency: "direct dev"
118125
description:
119126
name: build_web_compilers
120127
url: "https://pub.dartlang.org"
121128
source: hosted
122-
version: "0.2.1+1"
129+
version: "0.3.0"
123130
built_collection:
124131
dependency: transitive
125132
description:
@@ -133,7 +140,7 @@ packages:
133140
name: built_value
134141
url: "https://pub.dartlang.org"
135142
source: hosted
136-
version: "5.1.3"
143+
version: "5.2.0"
137144
charcode:
138145
dependency: transitive
139146
description:
@@ -154,7 +161,7 @@ packages:
154161
name: code_builder
155162
url: "https://pub.dartlang.org"
156163
source: hosted
157-
version: "3.0.1"
164+
version: "3.0.3"
158165
code_transformers:
159166
dependency: transitive
160167
description:
@@ -203,14 +210,14 @@ packages:
203210
name: fixnum
204211
url: "https://pub.dartlang.org"
205212
source: hosted
206-
version: "0.10.6"
213+
version: "0.10.7"
207214
front_end:
208215
dependency: transitive
209216
description:
210217
name: front_end
211218
url: "https://pub.dartlang.org"
212219
source: hosted
213-
version: "0.1.0-alpha.8"
220+
version: "0.1.0-alpha.9"
214221
glob:
215222
dependency: transitive
216223
description:
@@ -287,7 +294,7 @@ packages:
287294
name: kernel
288295
url: "https://pub.dartlang.org"
289296
source: hosted
290-
version: "0.3.0-alpha.5"
297+
version: "0.3.0-alpha.9"
291298
logging:
292299
dependency: transitive
293300
description:
@@ -322,7 +329,7 @@ packages:
322329
name: observable
323330
url: "https://pub.dartlang.org"
324331
source: hosted
325-
version: "0.20.4+3"
332+
version: "0.21.0"
326333
package_config:
327334
dependency: transitive
328335
description:
@@ -378,7 +385,7 @@ packages:
378385
name: quiver
379386
url: "https://pub.dartlang.org"
380387
source: hosted
381-
version: "0.27.0"
388+
version: "0.28.0"
382389
quiver_hashcode:
383390
dependency: transitive
384391
description:
@@ -399,7 +406,7 @@ packages:
399406
name: sass_builder
400407
url: "https://pub.dartlang.org"
401408
source: hosted
402-
version: "1.1.2"
409+
version: "1.1.3"
403410
scratch_space:
404411
dependency: transitive
405412
description:
@@ -420,7 +427,7 @@ packages:
420427
name: source_gen
421428
url: "https://pub.dartlang.org"
422429
source: hosted
423-
version: "0.7.4+3"
430+
version: "0.7.5"
424431
source_maps:
425432
dependency: transitive
426433
description:
@@ -520,4 +527,4 @@ packages:
520527
source: hosted
521528
version: "2.1.13"
522529
sdks:
523-
dart: "2.0.0-dev.20.0"
530+
dart: ">=2.0.0-dev.23.0 <=2.0.0-dev.24.0"

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ environment:
44
sdk: '>=2.0.0-dev.3.0 <2.0.0'
55
dependencies:
66
angular: 5.0.0-alpha+5
7-
angular_components: 0.9.0-alpha+4
7+
angular_components: 0.9.0-alpha+5
88
angular_forms: 1.0.1-alpha+5
99
dev_dependencies:
10-
build_runner: ^0.7.8
11-
build_web_compilers: ^0.2.1
10+
build_runner: ^0.7.10
11+
build_web_compilers: ^0.3.0
1212
sass_builder: ^1.1.2
1313
webdriver: ^1.2.1

0 commit comments

Comments
 (0)