Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/analysis/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: dart.dev example code.

resolution: workspace
environment:
sdk: ^3.8.0-0
sdk: ^3.8.0

dependencies:
examples_util: {path: ../util}
2 changes: 1 addition & 1 deletion examples/analysis_alt/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ description: dart.dev example code.

resolution: workspace
environment:
sdk: ^3.8.0-0
sdk: ^3.8.0
2 changes: 1 addition & 1 deletion examples/async_await/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: dart.dev example code.

resolution: workspace
environment:
sdk: ^3.8.0-0
sdk: ^3.8.0

dependencies:
examples_util: {path: ../util}
Expand Down
2 changes: 1 addition & 1 deletion examples/build_runner_usage/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: dart.dev build_runner example code.

resolution: workspace
environment:
sdk: ^3.8.0-0
sdk: ^3.8.0

dev_dependencies:
args: ^2.7.0
Expand Down
2 changes: 1 addition & 1 deletion examples/cli/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Examples for CLI tutorials on dart.dev

resolution: workspace
environment:
sdk: ^3.8.0-0
sdk: ^3.8.0

dependencies:
args: ^2.7.0
Expand Down
2 changes: 1 addition & 1 deletion examples/concurrency/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ publish_to: none

resolution: workspace
environment:
sdk: ^3.8.0-0
sdk: ^3.8.0

dependencies:
http: ^1.4.0
Expand Down
2 changes: 1 addition & 1 deletion examples/create_libraries/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 1.0.0

resolution: workspace
environment:
sdk: ^3.8.0-0
sdk: ^3.8.0

dependencies:
web: ^1.1.0
Expand Down
2 changes: 1 addition & 1 deletion examples/extension_methods/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 1.0.0

resolution: workspace
environment:
sdk: ^3.8.0-0
sdk: ^3.8.0

dev_dependencies:
test: ^1.26.0
2 changes: 1 addition & 1 deletion examples/fetch_data/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.0.1

resolution: workspace
environment:
sdk: ^3.8.0-0
sdk: ^3.8.0

dependencies:
http: ^1.4.0
2 changes: 1 addition & 1 deletion examples/futures/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ publish_to: none

resolution: workspace
environment:
sdk: ^3.8.0-0
sdk: ^3.8.0

dependencies:
examples_util: {path: ../util}
Expand Down
2 changes: 1 addition & 1 deletion examples/html/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.0.1

resolution: workspace
environment:
sdk: ^3.8.0-0
sdk: ^3.8.0

dev_dependencies:
test: ^1.26.0
Expand Down
2 changes: 1 addition & 1 deletion examples/iterables/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: dart.dev example code.

resolution: workspace
environment:
sdk: ^3.8.0-0
sdk: ^3.8.0

dev_dependencies:
examples_util: {path: ../util}
Expand Down
2 changes: 1 addition & 1 deletion examples/language/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: dart.dev example code.

resolution: workspace
environment:
sdk: ^3.8.0-0
sdk: ^3.8.0

dependencies:
examples_util: { path: ../util }
Expand Down
2 changes: 1 addition & 1 deletion examples/misc/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: dart.dev example code.

resolution: workspace
environment:
sdk: ^3.8.0-0
sdk: ^3.8.0

dependencies:
args: ^2.7.0
Expand Down
2 changes: 1 addition & 1 deletion examples/non_promotion/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.0.1

resolution: workspace
environment:
sdk: ^3.8.0-0
sdk: ^3.8.0

dependencies:
mockito: ^5.4.4
2 changes: 1 addition & 1 deletion examples/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ publish_to: none

resolution: workspace
environment:
sdk: ^3.8.0-0
sdk: ^3.8.0

workspace:
- analysis
Expand Down
2 changes: 1 addition & 1 deletion examples/type_system/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: dart.dev type system examples.

resolution: workspace
environment:
sdk: ^3.8.0-0
sdk: ^3.8.0

dependencies:
examples_util: {path: ../util}
Expand Down
2 changes: 1 addition & 1 deletion examples/util/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 0.0.2

resolution: workspace
environment:
sdk: ^3.8.0-0
sdk: ^3.8.0

dependencies:
test: ^1.26.0
2 changes: 1 addition & 1 deletion examples/vector_victor/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: 1.0.0

resolution: workspace
environment:
sdk: ^3.8.0-0
sdk: ^3.8.0

# dependencies:
# path: ^1.8.0
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ publish_to: none
homepage: https://dart.dev

environment:
sdk: ^3.8.0-0
sdk: ^3.8.0

workspace:
- tool/dart_site
Expand Down
2 changes: 1 addition & 1 deletion src/_data/site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ showBanner: true
# in the `firebase.json` redirect rule.)
og_image_vers: "?2"

sdkVersion: 3.7.3
sdkVersion: 3.8.0
2 changes: 1 addition & 1 deletion src/content/tutorials/server/cmdline.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ $ dart run bin/dcat.dart -n pubspec.yaml
12 # path: ^1.8.0
13
14 dev_dependencies:
15 lints: ^5.1.1
15 lints: ^6.0.0
16 test: ^1.25.0
```

Expand Down
2 changes: 1 addition & 1 deletion tool/dart_site/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ publish_to: none

resolution: workspace
environment:
sdk: ^3.8.0-0
sdk: ^3.8.0

dependencies:
args: ^2.7.0
Expand Down
2 changes: 1 addition & 1 deletion tool/get-dart/archive/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ publish_to: none

resolution: workspace
environment:
sdk: ^3.8.0-0
sdk: ^3.8.0

dependencies:
dart_sdk_archive:
Expand Down
2 changes: 1 addition & 1 deletion tool/get-dart/dart_sdk_archive/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ publish_to: none

resolution: workspace
environment:
sdk: ^3.8.0-0
sdk: ^3.8.0

dependencies:
http: ^1.4.0
Expand Down
2 changes: 1 addition & 1 deletion tool/get-dart/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ publish_to: none

resolution: workspace
environment:
sdk: ^3.8.0-0
sdk: ^3.8.0

workspace:
- archive
Expand Down
2 changes: 1 addition & 1 deletion tool/get-dart/sdk_builds/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ publish_to: none

resolution: workspace
environment:
sdk: ^3.8.0-0
sdk: ^3.8.0

dependencies:
googleapis: ^14.0.0
Expand Down