Skip to content

Commit

Permalink
refactor(dart): unpin package dependency versions (#1882)
Browse files Browse the repository at this point in the history
  • Loading branch information
aallam committed Aug 7, 2023
1 parent 49093db commit 3746e50
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions templates/dart/pubspec.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,10 @@ environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
# Pinning versions until the API stabilizes.
algolia_client_core: 0.1.1+4
algolia_client_core: ^0.1.1+3
{{#isAlgoliasearchClient}}
algolia_client_search: {{{searchVersion}}}
algolia_client_insights: {{{insightsVersion}}}
algolia_client_search: ^{{{searchVersion}}}
algolia_client_insights: ^{{{insightsVersion}}}
{{/isAlgoliasearchClient}}
json_annotation: ^4.8.1
collection: ^1.17.1
Expand Down

0 comments on commit 3746e50

Please sign in to comment.