Skip to content

Commit

Permalink
📦 (updgrade theodo_analysis)
Browse files Browse the repository at this point in the history
  • Loading branch information
T-moz committed Sep 15, 2024
1 parent 9e2f2e2 commit 61e17f2
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions example/multi_packages_app/app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -242,10 +242,10 @@ packages:
dependency: "direct dev"
description:
name: theodo_analysis
sha256: bee1356c5bf8e2856a88b1f51b593951c924a15816b0a6a4d4a57361caaf4691
sha256: d79261bc640ffbd84c6142172d68eb8bfba61f32fdabece22ab53f4549d74d53
url: "https://pub.dev"
source: hosted
version: "1.1.0"
version: "1.2.0"
vector_math:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion example/multi_packages_app/app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dev_dependencies:
path: ../../../

flutter_lints: ^2.0.0
theodo_analysis: ^1.1.0
theodo_analysis: ^1.2.0

flutter:
uses-material-design: true
Expand Down
4 changes: 2 additions & 2 deletions example/multi_packages_app/theme/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -235,10 +235,10 @@ packages:
dependency: "direct dev"
description:
name: theodo_analysis
sha256: bee1356c5bf8e2856a88b1f51b593951c924a15816b0a6a4d4a57361caaf4691
sha256: d79261bc640ffbd84c6142172d68eb8bfba61f32fdabece22ab53f4549d74d53
url: "https://pub.dev"
source: hosted
version: "1.1.0"
version: "1.2.0"
vector_math:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion example/multi_packages_app/theme/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dev_dependencies:
path: ../../../

flutter_lints: ^2.0.0
theodo_analysis: ^1.1.0
theodo_analysis: ^1.2.0

flutter:
uses-material-design: true
Expand Down
4 changes: 2 additions & 2 deletions example/simple_app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -235,10 +235,10 @@ packages:
dependency: "direct dev"
description:
name: theodo_analysis
sha256: bee1356c5bf8e2856a88b1f51b593951c924a15816b0a6a4d4a57361caaf4691
sha256: d79261bc640ffbd84c6142172d68eb8bfba61f32fdabece22ab53f4549d74d53
url: "https://pub.dev"
source: hosted
version: "1.1.0"
version: "1.2.0"
vector_math:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion example/simple_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dev_dependencies:
path: ../../

flutter_lints: ^2.0.0
theodo_analysis: ^1.1.0
theodo_analysis: ^1.2.0

flutter:
uses-material-design: true
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies:

dev_dependencies:
flutter_lints: ^2.0.1
theodo_analysis: ^1.1.0
theodo_analysis: ^1.2.0

flutter:
uses-material-design: true
Expand Down

0 comments on commit 61e17f2

Please sign in to comment.