Skip to content

Commit

Permalink
chore(deps): update dependency dart to v3.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 11, 2025
1 parent 16c99f2 commit f01a0b8
Show file tree
Hide file tree
Showing 28 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion app/backend/.tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
dart 3.6.0
dart 3.6.1
2 changes: 1 addition & 1 deletion app/backend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM dart:3.6.0 AS builder
FROM dart:3.6.1 AS builder

WORKDIR /app/app/backend

Expand Down
2 changes: 1 addition & 1 deletion app/backend/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.6.0
sdk: 3.6.1

resolution: workspace

Expand Down
2 changes: 1 addition & 1 deletion app/catalog/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

environment:
sdk: 3.6.0
sdk: 3.6.1
flutter: 3.27.1

resolution: workspace
Expand Down
2 changes: 1 addition & 1 deletion app/mobile/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ publish_to: "none"
version: 0.0.1+2

environment:
sdk: 3.6.0
sdk: 3.6.1
flutter: 3.27.1

resolution: workspace
Expand Down
2 changes: 1 addition & 1 deletion core/analytics/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: This package provides functions for analysis.
publish_to: "none"

environment:
sdk: 3.6.0
sdk: 3.6.1

resolution: workspace

Expand Down
2 changes: 1 addition & 1 deletion core/analytics_firebase/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: This package provides functions for analysis.
publish_to: "none"

environment:
sdk: 3.6.0
sdk: 3.6.1
flutter: 3.27.1

resolution: workspace
Expand Down
2 changes: 1 addition & 1 deletion core/authenticator/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: This package provides functions for authentication.
publish_to: "none"

environment:
sdk: 3.6.0
sdk: 3.6.1

resolution: workspace

Expand Down
2 changes: 1 addition & 1 deletion core/common/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: This package provides convenience functions and other functions com
publish_to: "none"

environment:
sdk: 3.6.0
sdk: 3.6.1

resolution: workspace

Expand Down
2 changes: 1 addition & 1 deletion core/data/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: This package provides the repository layer.
publish_to: "none"

environment:
sdk: 3.6.0
sdk: 3.6.1

resolution: workspace

Expand Down
2 changes: 1 addition & 1 deletion core/database/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: This package provides local database operations.
publish_to: "none"

environment:
sdk: 3.6.0
sdk: 3.6.1

resolution: workspace

Expand Down
2 changes: 1 addition & 1 deletion core/database_isar/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: This package provides local database operations using Isar.
publish_to: "none"

environment:
sdk: 3.6.0
sdk: 3.6.1

resolution: workspace

Expand Down
2 changes: 1 addition & 1 deletion core/datastore/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: This package provides local preferences operations.
publish_to: "none"

environment:
sdk: 3.6.0
sdk: 3.6.1

resolution: workspace

Expand Down
2 changes: 1 addition & 1 deletion core/designsystem/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: This package provides style definitions, themes, etc.
publish_to: "none"

environment:
sdk: 3.6.0
sdk: 3.6.1
flutter: 3.27.1

resolution: workspace
Expand Down
2 changes: 1 addition & 1 deletion core/domain/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: This package provides use cases and domain models.
publish_to: "none"

environment:
sdk: 3.6.0
sdk: 3.6.1

resolution: workspace

Expand Down
2 changes: 1 addition & 1 deletion core/model/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: This package provides model classes.
publish_to: "none"

environment:
sdk: 3.6.0
sdk: 3.6.1

resolution: workspace

Expand Down
2 changes: 1 addition & 1 deletion core/network/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: This package provides network operations.
publish_to: "none"

environment:
sdk: 3.6.0
sdk: 3.6.1

resolution: workspace

Expand Down
2 changes: 1 addition & 1 deletion core/network_model/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: This package provides network operations.
publish_to: "none"

environment:
sdk: 3.6.0
sdk: 3.6.1

resolution: workspace

Expand Down
2 changes: 1 addition & 1 deletion core/testing/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: This package provides convenience functions for testing, etc.
publish_to: "none"

environment:
sdk: 3.6.0
sdk: 3.6.1

resolution: workspace

Expand Down
2 changes: 1 addition & 1 deletion core/ui/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: This package provides a UI that depends on the model class and is u
publish_to: "none"

environment:
sdk: 3.6.0
sdk: 3.6.1
flutter: 3.27.1

resolution: workspace
Expand Down
2 changes: 1 addition & 1 deletion feature/auth/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: "This package provides auth features."
publish_to: "none"

environment:
sdk: 3.6.0
sdk: 3.6.1
flutter: 3.27.1

resolution: workspace
Expand Down
2 changes: 1 addition & 1 deletion feature/debug/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: "This package provides debug features."
publish_to: "none"

environment:
sdk: 3.6.0
sdk: 3.6.1
flutter: 3.27.1

resolution: workspace
Expand Down
2 changes: 1 addition & 1 deletion feature/feed/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: "This package provides feed features."
publish_to: "none"

environment:
sdk: 3.6.0
sdk: 3.6.1
flutter: 3.27.1

resolution: workspace
Expand Down
2 changes: 1 addition & 1 deletion feature/home/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: "This package provides home features."
publish_to: "none"

environment:
sdk: 3.6.0
sdk: 3.6.1
flutter: 3.27.1

resolution: workspace
Expand Down
2 changes: 1 addition & 1 deletion feature/onboarding/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: "This package provides onboarding features."
publish_to: "none"

environment:
sdk: 3.6.0
sdk: 3.6.1
flutter: 3.27.1

resolution: workspace
Expand Down
2 changes: 1 addition & 1 deletion feature/quest/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: "This package provides quest features."
publish_to: "none"

environment:
sdk: 3.6.0
sdk: 3.6.1
flutter: 3.27.1

resolution: workspace
Expand Down
2 changes: 1 addition & 1 deletion feature/settings/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: "This package provides settings features."
publish_to: "none"

environment:
sdk: 3.6.0
sdk: 3.6.1
flutter: 3.27.1

resolution: workspace
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: tobe

environment:
sdk: 3.6.0
sdk: 3.6.1

workspace:
- app/backend
Expand Down

0 comments on commit f01a0b8

Please sign in to comment.