Skip to content
This repository has been archived by the owner on Sep 16, 2022. It is now read-only.

Commit

Permalink
Update build_web_compilers dependency across packages
Browse files Browse the repository at this point in the history
Also fix docs in a couple of spots

PiperOrigin-RevId: 229243273
  • Loading branch information
kevmoo authored and matanlurey committed Jan 18, 2019
1 parent 9f9f061 commit 77a27bb
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion _benchmarks/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dev_dependencies:
# Actual valid dependencies required.
build_runner: ^1.0.0
build_test: ^0.10.2+5
build_web_compilers: ^0.4.0+4
build_web_compilers: ^1.0.0
test: ^1.3.0

# DO NOT REMOVE. We don't publish this package, it is just for testing.
Expand Down
2 changes: 1 addition & 1 deletion _tests/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dev_dependencies:
analyzer: ^0.34.0
build_runner: ^1.0.0
build_test: ^0.10.2+5
build_web_compilers: ^0.4.0+4
build_web_compilers: ^1.0.0
mockito: ^3.0.0
source_span: ^1.4.0

Expand Down
2 changes: 1 addition & 1 deletion angular_forms/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dev_dependencies:
angular_test: ^2.2.0
build_runner: ^1.0.0
build_test: ^0.10.2+5
build_web_compilers: ^0.4.0+4
build_web_compilers: ^1.0.0
mockito: ^3.0.0
test: ^1.3.0

Expand Down
2 changes: 1 addition & 1 deletion angular_router/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dev_dependencies:
angular_test: ^2.2.0
build_runner: ^1.0.0
build_test: ^0.10.2+5
build_web_compilers: ^0.4.0+4
build_web_compilers: ^1.0.0
mockito: ^3.0.0-alpha
pedantic: ^1.2.0
test: ^1.3.0
Expand Down
4 changes: 2 additions & 2 deletions angular_test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ To use `angular_test`, configure your package's `pubspec.yaml` as follows:

```yaml
dev_dependencies:
build_runner: ^0.8.0
build_runner: ^1.0.0
build_test: ^0.10.0
build_web_compilers: ^0.4.0
build_web_compilers: ^1.0.0
```
**IMPORTANT**: `angular_test` will not run without these dependencies set.
Expand Down
2 changes: 1 addition & 1 deletion angular_test/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
dev_dependencies:
build_runner: ^1.0.0
build_test: ^0.10.2+5
build_web_compilers: ^0.4.0+4
build_web_compilers: ^1.0.0
test: ^1.3.0

# === vvv REMOVE WHEN PUBLISHING vvv ===
Expand Down
4 changes: 2 additions & 2 deletions doc/migrating-to-v5.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ Add or update the build_runner related dependencies to your `pubspec.yaml`.

```yaml
dev_dependencies:
build_runner: ^0.9.0
build_runner: ^1.0.0
build_test: ^0.10.2
build_web_compilers: ^0.4.0
build_web_compilers: ^1.0.0
```

> Notice: It's no longer required to use a separate tool/build.dart in case
Expand Down
2 changes: 1 addition & 1 deletion examples/github_issues/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dev_dependencies:
angular_test:
build_runner: ^1.0.0
build_test: ^0.10.2+5
build_web_compilers: ^0.4.0+4
build_web_compilers: ^1.0.0
mockito: ^3.0.0
test: ^1.3.0

Expand Down
2 changes: 1 addition & 1 deletion examples/hacker_news_pwa/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ dev_dependencies:
angular_test:
build_runner: ^1.0.0
build_test: ^0.10.2+5
build_web_compilers: ^0.4.0+4
build_web_compilers: ^1.0.0
pageloader: ^3.0.0-beta
test: ^1.3.0

Expand Down
2 changes: 1 addition & 1 deletion examples/hello_world/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
dev_dependencies:
build_runner: ^1.0.0
build_test: ^0.10.2+5
build_web_compilers: ^0.4.0+4
build_web_compilers: ^1.0.0

# DO NOT REMOVE. We don't publish this package, it is just for testing.
dependency_overrides:
Expand Down
2 changes: 1 addition & 1 deletion examples/i18n/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dev_dependencies:
angular_test:
build_runner: ^1.0.0
build_test: ^0.10.2+5
build_web_compilers: ^0.4.0+4
build_web_compilers: ^1.0.0
intl_translation: ^0.17.0
test: ^1.3.0

Expand Down
2 changes: 1 addition & 1 deletion examples/registration_form/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
dev_dependencies:
build_runner: ^1.0.0
build_test: ^0.10.2+5
build_web_compilers: ^0.4.0+4
build_web_compilers: ^1.0.0
sass_builder: ^2.0.0

# DO NOT REMOVE. We don't publish this package, it is just for testing.
Expand Down

0 comments on commit 77a27bb

Please sign in to comment.