Skip to content

Commit

Permalink
docs: update various dependency references (felangel#550)
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel committed Feb 27, 2023
1 parent 340ad0a commit d08586a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/docs/overview.md
Expand Up @@ -18,7 +18,7 @@ Dart Frog provides a simple core with a small API surface area in order to reduc
In order to use Dart Frog you must have the [Dart SDK][dart_installation_link] installed on your machine.

:::info
Dart Frog requires Dart `">=2.17.0 <3.0.0"`
Dart Frog requires Dart `">=2.19.0 <3.0.0"`
:::

### Installing 🧑‍💻
Expand Down
14 changes: 7 additions & 7 deletions docs/docs/tutorials/todos.md
Expand Up @@ -167,7 +167,7 @@ version: 0.1.0+1
publish_to: none

environment:
sdk: '>=2.17.0 <3.0.0'
sdk: '>=2.19.0 <3.0.0'

dependencies:
equatable: ^2.0.3
Expand All @@ -179,7 +179,7 @@ dev_dependencies:
json_serializable: ^6.3.1
mocktail: ^0.3.0
test: ^1.19.2
very_good_analysis: ^3.1.0
very_good_analysis: ^4.0.0
```

Install the newly added dependencies via:
Expand Down Expand Up @@ -368,7 +368,7 @@ version: 0.1.0+1
publish_to: none

environment:
sdk: '>=2.17.0 <3.0.0'
sdk: '>=2.19.0 <3.0.0'

dependencies:
todos_data_source:
Expand All @@ -378,7 +378,7 @@ dependencies:
dev_dependencies:
mocktail: ^0.3.0
test: ^1.19.2
very_good_analysis: ^3.1.0
very_good_analysis: ^4.0.0
```

:::note
Expand Down Expand Up @@ -445,10 +445,10 @@ version: 1.0.0+1
publish_to: none

environment:
sdk: '>=2.17.0 <3.0.0'
sdk: '>=2.19.0 <3.0.0'

dependencies:
dart_frog: ^0.0.1-dev
dart_frog: ^0.3.0
in_memory_todos_data_source:
path: packages/in_memory_todos_data_source
todos_data_source:
Expand All @@ -457,7 +457,7 @@ dependencies:
dev_dependencies:
mocktail: ^0.3.0
test: ^1.19.2
very_good_analysis: ^3.1.0
very_good_analysis: ^4.0.0
```

Install the newly added dependencies via:
Expand Down

0 comments on commit d08586a

Please sign in to comment.