Skip to content

Commit

Permalink
Raise the meta dependency min to v1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sourcegraph committed Nov 3, 2024
1 parent d880fa1 commit aec6341
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/over_react_redux/todo_client/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ environment:
dependencies:
color: ^3.0.0
memoize: ^3.0.0
meta: ^1.6.0
meta: ^1.16.0
over_react: '>=4.8.4 <6.0.0'
json_annotation: ^4.6.0
redux: '>=3.0.0 <6.0.0'
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
dart_style: ^2.0.0
js: ^0.6.1+1
logging: ^1.0.0
meta: ^1.6.0
meta: ^1.16.0
package_config: ^2.1.0
path: ^1.5.1
react: ^7.2.0
Expand Down
2 changes: 1 addition & 1 deletion tools/analyzer_plugin/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
analyzer: ^5.1.0
analyzer_plugin: ^0.11.0
collection: ^1.15.0-nullsafety.4
meta: ^1.6.0
meta: ^1.16.0
# Upon release, this should be pinned to the over_react version from ../../pubspec.yaml
# so that it always resolves to the same version of over_react that the user has pulled in,
# and thus has the same boilerplate parsing code that's running in the builder.
Expand Down

0 comments on commit aec6341

Please sign in to comment.