Skip to content

Commit

Permalink
fix(generator): set base dependencies lower
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Bühler <cbuehler@rootd.ch>
  • Loading branch information
buehler committed Feb 15, 2024
1 parent 3e326b6 commit f96af64
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
[
"@semantic-release/exec",
{
"prepareCmd": "sed -i 's/^version: .*$/version: ${nextRelease.version}/' pubspec.yaml && sed -i 's/^ fluorflow: .*$/ fluorflow: ^${nextRelease.version}/' pubspec.yaml",
"publishCmd": "dart pub publish -f",
"prepareCmd": "sed -i 's/^version: .*$/version: ${nextRelease.version}/' pubspec.yaml",
"publishCmd": "flutter pub publish -f",
"execCwd": "packages/fluorflow_generator"
}
],
Expand Down
19 changes: 10 additions & 9 deletions packages/fluorflow_generator/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,18 @@ repository: https://github.com/smartive/fluorflow.git

environment:
sdk: '>=3.0.0 <4.0.0'
flutter: '>=1.17.0'

dependencies:
analyzer: ^6.2.0
build: ^2.4.1
code_builder: ^4.10.0
dart_style: ^2.3.4
fluorflow: ^1.0.3
glob: ^2.1.2
path: ^1.9.0
recase: ^4.1.0
source_gen: ^1.5.0
analyzer: ^6.0.0
build: ^2.0.0
code_builder: ^4.0.0
dart_style: ^2.0.0
fluorflow: ^1.0.0
glob: ^2.0.0
path: ^1.0.0
recase: ^4.0.0
source_gen: ^1.0.0

dev_dependencies:
build_test: ^2.2.2
Expand Down

0 comments on commit f96af64

Please sign in to comment.