Skip to content

Commit

Permalink
chore: Bump dependencies (#3176)
Browse files Browse the repository at this point in the history
Bumps outdated dependencies.
  • Loading branch information
spydon committed May 27, 2024
1 parent 349f7bd commit 7f1ba0d
Show file tree
Hide file tree
Showing 57 changed files with 98 additions and 100 deletions.
2 changes: 1 addition & 1 deletion doc/flame/examples/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 1.0.0
publish_to: none

environment:
sdk: ">=3.3.0 <4.0.0"
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.22.0"

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion doc/tutorials/klondike/app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 1.0.0
publish_to: none

environment:
sdk: ">=3.3.0 <4.0.0"
sdk: ">=3.4.0 <4.0.0"

dependencies:
flame: ^1.17.0
Expand Down
2 changes: 1 addition & 1 deletion doc/tutorials/platformer/app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1

environment:
sdk: ">=3.3.0 <4.0.0"
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.22.0"

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion doc/tutorials/space_shooter/app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ publish_to: 'none'
version: 1.0.0+1

environment:
sdk: ">=3.3.0 <4.0.0"
sdk: ">=3.4.0 <4.0.0"

dependencies:
flame: ^1.17.0
Expand Down
2 changes: 1 addition & 1 deletion examples/games/padracing/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ publish_to: 'none'
version: 1.0.0+1

environment:
sdk: ">=3.3.0 <4.0.0"
sdk: ">=3.4.0 <4.0.0"

dependencies:
collection: ^1.17.1
Expand Down
2 changes: 1 addition & 1 deletion examples/games/rogue_shooter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ publish_to: 'none'
version: 0.1.0

environment:
sdk: ">=3.3.0 <4.0.0"
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.22.0"

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion examples/games/trex/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ publish_to: 'none'
version: 0.1.0

environment:
sdk: ">=3.3.0 <4.0.0"
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.22.0"

dependencies:
Expand Down
4 changes: 2 additions & 2 deletions examples/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ publish_to: "none"
version: 0.1.0

environment:
sdk: ">=3.3.0 <4.0.0"
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.22.0"

dependencies:
Expand All @@ -24,7 +24,7 @@ dependencies:
sdk: flutter
google_fonts: ^4.0.4
jenny: ^1.3.0
meta: ^1.9.1
meta: ^1.12.0
padracing: ^1.0.0
provider: ^6.0.5
rogue_shooter: ^0.1.0
Expand Down
8 changes: 4 additions & 4 deletions melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ command:

bootstrap:
environment:
sdk: ">=3.3.0 <4.0.0"
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.22.0"
dependencies:
meta: ^1.9.1
meta: ^1.12.0
vector_math: ^2.1.4
dev_dependencies:
dartdoc: ^6.3.0
mocktail: ^1.0.1
dartdoc: ^8.0.8
mocktail: ^1.0.3
test: any

publish:
Expand Down
2 changes: 1 addition & 1 deletion packages/flame/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.1.0
publish_to: 'none'

environment:
sdk: ">=3.3.0 <4.0.0"
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.22.0"

dependencies:
Expand Down
12 changes: 6 additions & 6 deletions packages/flame/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,25 +13,25 @@ topics:
- animations

environment:
sdk: ">=3.3.0 <4.0.0"
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.22.0"

dependencies:
collection: ^1.17.1
collection: ^1.18.0
flutter:
sdk: flutter
meta: ^1.9.1
ordered_set: ^5.0.1
meta: ^1.12.0
ordered_set: ^5.0.3
vector_math: ^2.1.4

dev_dependencies:
canvas_test: ^0.2.0
dartdoc: ^6.3.0
dartdoc: ^8.0.8
flame_lint: ^1.1.2
flame_test: ^1.16.1
flutter_test:
sdk: flutter
mocktail: ^1.0.1
mocktail: ^1.0.3
test: any

screenshots:
Expand Down
2 changes: 1 addition & 1 deletion packages/flame_audio/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ publish_to: 'none'
version: 1.0.0+1

environment:
sdk: ">=3.3.0 <4.0.0"
sdk: ">=3.4.0 <4.0.0"

dependencies:
flame: ^1.17.0
Expand Down
6 changes: 3 additions & 3 deletions packages/flame_audio/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ topics:
- audio

environment:
sdk: ">=3.3.0 <4.0.0"
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.22.0"

dependencies:
Expand All @@ -23,8 +23,8 @@ dependencies:
synchronized: ^3.1.0

dev_dependencies:
dartdoc: ^6.3.0
dartdoc: ^8.0.8
flame_lint: ^1.1.2
flutter_test:
sdk: flutter
mocktail: ^1.0.1
mocktail: ^1.0.3
6 changes: 3 additions & 3 deletions packages/flame_behavior_tree/behavior_tree/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ funding:
- https://patreon.com/bluefireoss

environment:
sdk: ">=3.3.0 <4.0.0"
sdk: ">=3.4.0 <4.0.0"

dependencies:
meta: ^1.9.1
meta: ^1.12.0

dev_dependencies:
flame_lint: ^1.1.2
lints: ^3.0.0
mocktail: ^1.0.1
mocktail: ^1.0.3
test: any
2 changes: 1 addition & 1 deletion packages/flame_behavior_tree/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ funding:
- https://patreon.com/bluefireoss

environment:
sdk: ">=3.3.0 <4.0.0"
sdk: ">=3.4.0 <4.0.0"

dependencies:
flame: ^1.17.0
Expand Down
4 changes: 2 additions & 2 deletions packages/flame_behavior_tree/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ topics:
- flame

environment:
sdk: ">=3.3.0 <4.0.0"
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.22.0"

dependencies:
Expand All @@ -24,4 +24,4 @@ dev_dependencies:
flame_test: ^1.16.1
flutter_test:
sdk: flutter
mocktail: ^1.0.1
mocktail: ^1.0.3
2 changes: 1 addition & 1 deletion packages/flame_bloc/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ publish_to: 'none'
version: 1.0.0+1

environment:
sdk: ">=3.3.0 <4.0.0"
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.22.0"

dependencies:
Expand Down
8 changes: 4 additions & 4 deletions packages/flame_bloc/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ topics:
- state-management

environment:
sdk: ">=3.3.0 <4.0.0"
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.22.0"

dependencies:
Expand All @@ -20,12 +20,12 @@ dependencies:
flutter:
sdk: flutter
flutter_bloc: ^8.1.2
meta: ^1.9.1
meta: ^1.12.0

dev_dependencies:
dartdoc: ^6.3.0
dartdoc: ^8.0.8
flame_lint: ^1.1.2
flame_test: ^1.16.1
flutter_test:
sdk: flutter
mocktail: ^1.0.1
mocktail: ^1.0.3
2 changes: 1 addition & 1 deletion packages/flame_devtools/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ publish_to: 'none'
version: 0.1.0

environment:
sdk: ">=3.3.0 <4.0.0"
sdk: ">=3.4.0 <4.0.0"

dependencies:
animated_tree_view: ^2.2.0
Expand Down
2 changes: 1 addition & 1 deletion packages/flame_fire_atlas/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ publish_to: 'none'
version: 1.0.0+1

environment:
sdk: ">=3.3.0 <4.0.0"
sdk: ">=3.4.0 <4.0.0"

dependencies:
flame: ^1.17.0
Expand Down
6 changes: 3 additions & 3 deletions packages/flame_fire_atlas/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ topics:
- tools

environment:
sdk: ">=3.3.0 <4.0.0"
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.22.0"

dependencies:
Expand All @@ -22,8 +22,8 @@ dependencies:
sdk: flutter

dev_dependencies:
dartdoc: ^6.3.0
dartdoc: ^8.0.8
flame_lint: ^1.1.2
flutter_test:
sdk: flutter
mocktail: ^1.0.1
mocktail: ^1.0.3
2 changes: 1 addition & 1 deletion packages/flame_forge2d/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ publish_to: 'none'
version: 1.0.0+1

environment:
sdk: ">=3.3.0 <4.0.0"
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.22.0"

dependencies:
Expand Down
6 changes: 3 additions & 3 deletions packages/flame_forge2d/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ topics:
- physics

environment:
sdk: ">=3.3.0 <4.0.0"
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.22.0"

dependencies:
Expand All @@ -22,10 +22,10 @@ dependencies:
forge2d: ^0.13.0

dev_dependencies:
dartdoc: ^6.3.0
dartdoc: ^8.0.8
flame_lint: ^1.1.2
flame_test: ^1.16.1
flutter_test:
sdk: flutter
mocktail: ^1.0.1
mocktail: ^1.0.3
test: any
2 changes: 1 addition & 1 deletion packages/flame_isolate/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ publish_to: 'none'
version: 1.0.0+1

environment:
sdk: ">=3.3.0 <4.0.0"
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.22.0"

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/flame_isolate/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ topics:
- isolate

environment:
sdk: ">=3.3.0 <4.0.0"
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.22.0"

dependencies:
Expand Down
6 changes: 3 additions & 3 deletions packages/flame_jenny/jenny/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ topics:
- text

environment:
sdk: ">=3.3.0 <4.0.0"
sdk: ">=3.4.0 <4.0.0"

dependencies:
meta: ^1.9.1
meta: ^1.12.0

dev_dependencies:
dartdoc: ^6.3.0
dartdoc: ^8.0.8
flame_lint: ^1.1.2
test: any
6 changes: 3 additions & 3 deletions packages/flame_jenny/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ topics:
- flame

environment:
sdk: ">=3.3.0 <4.0.0"
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.22.0"

dependencies:
Expand All @@ -20,9 +20,9 @@ dependencies:
flutter:
sdk: flutter
jenny: ^1.3.0
meta: ^1.9.1
meta: ^1.12.0

dev_dependencies:
dartdoc: ^6.3.0
dartdoc: ^8.0.8
flame_lint: ^1.1.2
test: any
4 changes: 2 additions & 2 deletions packages/flame_lint/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ topics:
- lints

environment:
sdk: ">=3.3.0 <4.0.0"
sdk: ">=3.4.0 <4.0.0"

dependencies:
lints: ^3.0.0

dev_dependencies:
dartdoc: ^6.3.0
dartdoc: ^8.0.8
3 changes: 1 addition & 2 deletions packages/flame_lottie/example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
name: flame_lottie_example
description: An example for flame_lottie. The example shows how load a Lottie animation and add it to a flame game.

publish_to: 'none'
version: 0.0.1+1

environment:
sdk: ">=3.3.0 <4.0.0"
sdk: ">=3.4.0 <4.0.0"

dependencies:
flame: ^1.17.0
Expand Down
Loading

0 comments on commit 7f1ba0d

Please sign in to comment.