Skip to content

Commit

Permalink
Bump protobuf and leancode_lint
Browse files Browse the repository at this point in the history
  • Loading branch information
shilangyu committed Aug 25, 2023
1 parent 2163730 commit a26a17e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/leancode_contracts/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ dependencies:
json_annotation: ^4.6.0

dev_dependencies:
leancode_lint: ^3.0.0
leancode_lint: ^5.0.0
test: ^1.17.10
2 changes: 1 addition & 1 deletion packages/leancode_contracts_generator/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ dependencies:
leancode_contracts:
path: ../../leancode_contracts
dev_dependencies:
leancode_lint: ^4.0.0+1
leancode_lint: ^5.0.0
4 changes: 2 additions & 2 deletions packages/leancode_contracts_generator/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ dependencies:
json_serializable: ">=5.0.0 <7.0.0"
meta: ^1.3.0
path: ^1.8.0
protobuf: ^2.0.0
protobuf: ^3.0.0
recase: ^4.0.0
source_helper: ^1.3.0
yaml: ^3.1.0

dev_dependencies:
leancode_contracts:
path: ../leancode_contracts
leancode_lint: ^3.0.0
leancode_lint: ^5.0.0
test: ^1.17.10

executables:
Expand Down

0 comments on commit a26a17e

Please sign in to comment.