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

Commit d06e783

Browse files
committed
Update deps to support building with webdev: ^2.0.6
1 parent 3f79425 commit d06e783

File tree

31 files changed

+37
-32
lines changed

31 files changed

+37
-32
lines changed

angular_components/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.13.0+1
2+
### Maintenance Release
3+
Update dependencies to support building with a globally activated version of
4+
`webdev: ^2.0.6`.
5+
16
## 0.13.0
27
### Component Updates
38

angular_components/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: angular_components
2-
version: 0.13.0
2+
version: 0.13.0+1
33
description: >
44
The official Material Design components for AngularDart. Used at Google in
55
production apps.
@@ -13,7 +13,7 @@ dependencies:
1313
angular_forms: ^2.1.0
1414
async: ^2.1.0
1515
build: '>=0.11.1 <2.0.0'
16-
build_config: '>=0.2.6 <0.4.0'
16+
build_config: '>=0.2.6 <0.5.0'
1717
built_collection: ^4.0.0
1818
collection: ^1.14.10
1919
fixnum: ^0.10.7

angular_gallery/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies:
88
angular_forms: ^2.1.0
99
angular_router: 2.0.0-alpha+22
1010
build: '>=0.11.1 <2.0.0'
11-
build_config: '>=0.2.6 <0.4.0'
11+
build_config: '>=0.2.6 <0.5.0'
1212
mustache: ^1.0.0
1313

1414
dependency_overrides:

angular_gallery_section/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies:
99
angular_gallery:
1010
path: ../angular_gallery
1111
build: '>=0.11.1 <2.0.0'
12-
build_config: '>=0.2.6 <0.4.0'
12+
build_config: '>=0.2.6 <0.5.0'
1313
glob: ^1.1.5
1414
markdown: ^2.0.0
1515
mustache: ^1.0.0

examples/angular_components_example/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
path: ../../angular_gallery
1111
app_layout_example:
1212
path: ../app_layout_example
13-
build_config: '>=0.2.6 <0.4.0'
13+
build_config: '>=0.2.6 <0.5.0'
1414
material_button_example:
1515
path: ../material_button_example
1616
material_card_example:
@@ -64,7 +64,7 @@ dependencies:
6464

6565
dev_dependencies:
6666
build_runner: '>=0.10.0 <2.0.0'
67-
build_web_compilers: '>=0.4.0 <2.0.0'
67+
build_web_compilers: '>=0.4.0 <3.0.0'
6868

6969
dependency_overrides:
7070
angular_components:

examples/app_layout_example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ dependencies:
99
path: ../../angular_gallery
1010
angular_gallery_section:
1111
path: ../../angular_gallery_section
12-
build_config: '>=0.2.6 <0.4.0'
12+
build_config: '>=0.2.6 <0.5.0'

examples/material_button_example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ dependencies:
99
path: ../../angular_gallery
1010
angular_gallery_section:
1111
path: ../../angular_gallery_section
12-
build_config: '>=0.2.6 <0.4.0'
12+
build_config: '>=0.2.6 <0.5.0'

examples/material_card_example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ dependencies:
99
path: ../../angular_gallery
1010
angular_gallery_section:
1111
path: ../../angular_gallery_section
12-
build_config: '>=0.2.6 <0.4.0'
12+
build_config: '>=0.2.6 <0.5.0'

examples/material_checkbox_example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ dependencies:
1010
path: ../../angular_gallery
1111
angular_gallery_section:
1212
path: ../../angular_gallery_section
13-
build_config: '>=0.2.6 <0.4.0'
13+
build_config: '>=0.2.6 <0.5.0'

examples/material_chips_example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ dependencies:
99
path: ../../angular_gallery
1010
angular_gallery_section:
1111
path: ../../angular_gallery_section
12-
build_config: '>=0.2.6 <0.4.0'
12+
build_config: '>=0.2.6 <0.5.0'

examples/material_datepicker_example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ dependencies:
99
path: ../../angular_gallery
1010
angular_gallery_section:
1111
path: ../../angular_gallery_section
12-
build_config: '>=0.2.6 <0.4.0'
12+
build_config: '>=0.2.6 <0.5.0'
1313
quiver: '>=0.24.0 <3.0.0'

examples/material_dialog_example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ dependencies:
99
path: ../../angular_gallery
1010
angular_gallery_section:
1111
path: ../../angular_gallery_section
12-
build_config: '>=0.2.6 <0.4.0'
12+
build_config: '>=0.2.6 <0.5.0'

examples/material_expansionpanel_example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ dependencies:
1010
path: ../../angular_gallery
1111
angular_gallery_section:
1212
path: ../../angular_gallery_section
13-
build_config: '>=0.2.6 <0.4.0'
13+
build_config: '>=0.2.6 <0.5.0'

examples/material_icon_example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ dependencies:
99
path: ../../angular_gallery
1010
angular_gallery_section:
1111
path: ../../angular_gallery_section
12-
build_config: '>=0.2.6 <0.4.0'
12+
build_config: '>=0.2.6 <0.5.0'

examples/material_input_example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ dependencies:
1010
path: ../../angular_gallery
1111
angular_gallery_section:
1212
path: ../../angular_gallery_section
13-
build_config: '>=0.2.6 <0.4.0'
13+
build_config: '>=0.2.6 <0.5.0'
1414
intl: '>=0.14.0 <0.16.0'

examples/material_list_example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ dependencies:
99
path: ../../angular_gallery
1010
angular_gallery_section:
1111
path: ../../angular_gallery_section
12-
build_config: '>=0.2.6 <0.4.0'
12+
build_config: '>=0.2.6 <0.5.0'

examples/material_menu_example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ dependencies:
99
path: ../../angular_gallery
1010
angular_gallery_section:
1111
path: ../../angular_gallery_section
12-
build_config: '>=0.2.6 <0.4.0'
12+
build_config: '>=0.2.6 <0.5.0'
1313
observable: ^0.22.2

examples/material_popup_example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ dependencies:
99
path: ../../angular_gallery
1010
angular_gallery_section:
1111
path: ../../angular_gallery_section
12-
build_config: '>=0.2.6 <0.4.0'
12+
build_config: '>=0.2.6 <0.5.0'

examples/material_progress_example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ dependencies:
99
path: ../../angular_gallery
1010
angular_gallery_section:
1111
path: ../../angular_gallery_section
12-
build_config: '>=0.2.6 <0.4.0'
12+
build_config: '>=0.2.6 <0.5.0'

examples/material_radio_example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ dependencies:
1010
path: ../../angular_gallery
1111
angular_gallery_section:
1212
path: ../../angular_gallery_section
13-
build_config: '>=0.2.6 <0.4.0'
13+
build_config: '>=0.2.6 <0.5.0'

examples/material_select_example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ dependencies:
1010
path: ../../angular_gallery
1111
angular_gallery_section:
1212
path: ../../angular_gallery_section
13-
build_config: '>=0.2.6 <0.4.0'
13+
build_config: '>=0.2.6 <0.5.0'

examples/material_slider_example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ dependencies:
99
path: ../../angular_gallery
1010
angular_gallery_section:
1111
path: ../../angular_gallery_section
12-
build_config: '>=0.2.6 <0.4.0'
12+
build_config: '>=0.2.6 <0.5.0'

examples/material_spinner_example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ dependencies:
99
path: ../../angular_gallery
1010
angular_gallery_section:
1111
path: ../../angular_gallery_section
12-
build_config: '>=0.2.6 <0.4.0'
12+
build_config: '>=0.2.6 <0.5.0'

examples/material_stepper_example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ dependencies:
99
path: ../../angular_gallery
1010
angular_gallery_section:
1111
path: ../../angular_gallery_section
12-
build_config: '>=0.2.6 <0.4.0'
12+
build_config: '>=0.2.6 <0.5.0'

examples/material_tab_example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ dependencies:
99
path: ../../angular_gallery
1010
angular_gallery_section:
1111
path: ../../angular_gallery_section
12-
build_config: '>=0.2.6 <0.4.0'
12+
build_config: '>=0.2.6 <0.5.0'

examples/material_toggle_example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ dependencies:
99
path: ../../angular_gallery
1010
angular_gallery_section:
1111
path: ../../angular_gallery_section
12-
build_config: '>=0.2.6 <0.4.0'
12+
build_config: '>=0.2.6 <0.5.0'

examples/material_tooltip_example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ dependencies:
99
path: ../../angular_gallery
1010
angular_gallery_section:
1111
path: ../../angular_gallery_section
12-
build_config: '>=0.2.6 <0.4.0'
12+
build_config: '>=0.2.6 <0.5.0'

examples/material_tree_example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ dependencies:
99
path: ../../angular_gallery
1010
angular_gallery_section:
1111
path: ../../angular_gallery_section
12-
build_config: '>=0.2.6 <0.4.0'
12+
build_config: '>=0.2.6 <0.5.0'

examples/material_yes_no_buttons_example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ dependencies:
99
path: ../../angular_gallery
1010
angular_gallery_section:
1111
path: ../../angular_gallery_section
12-
build_config: '>=0.2.6 <0.4.0'
12+
build_config: '>=0.2.6 <0.5.0'

examples/scorecard_example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ dependencies:
1010
path: ../../angular_gallery
1111
angular_gallery_section:
1212
path: ../../angular_gallery_section
13-
build_config: '>=0.2.6 <0.4.0'
13+
build_config: '>=0.2.6 <0.5.0'

examples/simple_html_example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ dependencies:
99
path: ../../angular_gallery
1010
angular_gallery_section:
1111
path: ../../angular_gallery_section
12-
build_config: '>=0.2.6 <0.4.0'
12+
build_config: '>=0.2.6 <0.5.0'
1313
intl: '>=0.14.0 <0.17.0'

0 commit comments

Comments
 (0)