Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

Commit

Permalink
Update templates dependencies (#666)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianjagielak committed May 22, 2020
1 parent a466576 commit e6b2feb
Show file tree
Hide file tree
Showing 14 changed files with 33 additions and 33 deletions.
4 changes: 2 additions & 2 deletions lib/src/generators/console_full.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/src/generators/console_simple.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/src/generators/package_simple.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions lib/src/generators/server_shelf.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions lib/src/generators/web_angular.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions lib/src/generators/web_simple.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions lib/src/generators/web_stagexl.g.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions templates/console-full/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ environment:
# path: ^1.7.0

dev_dependencies:
pedantic: ^1.8.0
test: ^1.6.0
pedantic: ^1.9.0
test: ^1.14.4
2 changes: 1 addition & 1 deletion templates/console-simple/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ environment:
# path: ^1.7.0

dev_dependencies:
pedantic: ^1.8.0
pedantic: ^1.9.0
4 changes: 2 additions & 2 deletions templates/package-simple/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ environment:
# path: ^1.7.0

dev_dependencies:
pedantic: ^1.8.0
test: ^1.6.0
pedantic: ^1.9.0
test: ^1.14.4
4 changes: 2 additions & 2 deletions templates/server-shelf/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ environment:
sdk: '>=2.8.1 <3.0.0'

dependencies:
args: ^1.5.0
args: ^1.6.0
shelf: ^0.7.5

dev_dependencies:
pedantic: ^1.8.0
pedantic: ^1.9.0
10 changes: 5 additions & 5 deletions templates/web-angular/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ environment:
sdk: '>=2.8.1 <3.0.0'

dependencies:
angular: ^5.3.0
angular_components: ^0.13.0
angular: ^5.3.1
angular_components: ^0.13.0+1

dev_dependencies:
angular_test: ^2.3.0
build_runner: ^1.6.0
build_runner: ^1.9.0
build_test: ^1.0.0
build_web_compilers: ^2.3.0
pedantic: ^1.8.0
build_web_compilers: ^2.10.0
pedantic: ^1.9.0
test: ^1.6.3
6 changes: 3 additions & 3 deletions templates/web-simple/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ environment:
# path: ^1.7.0

dev_dependencies:
build_runner: ^1.6.0
build_web_compilers: ^2.3.0
pedantic: ^1.8.0
build_runner: ^1.10.0
build_web_compilers: ^2.11.0
pedantic: ^1.9.0
8 changes: 4 additions & 4 deletions templates/web-stagexl/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ environment:
sdk: '>=2.8.1 <3.0.0'

dependencies:
stagexl: ^1.4.0
stagexl: ^1.4.4

dev_dependencies:
build_runner: ^1.6.0
build_web_compilers: ^2.3.0
pedantic: ^1.8.0
build_runner: ^1.10.0
build_web_compilers: ^2.11.0
pedantic: ^1.9.0

0 comments on commit e6b2feb

Please sign in to comment.