Skip to content

Commit

Permalink
fix: version constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
SPodjasek committed Aug 31, 2023
1 parent 506d2b8 commit efa9b42
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions packages/dart_zxcvbn/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ environment:

dependencies:
collection: ^1.18.0
dart_zxcvbn_language_common: 0.0.1
dart_zxcvbn_language_common: ^0.0.1

dev_dependencies:
dart_zxcvbn_language_en: 0.0.1
dart_zxcvbn_language_en: ^0.0.1
test: ^1.21.0
4 changes: 2 additions & 2 deletions packages/dart_zxcvbn_language_common/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ environment:
sdk: ">=3.0.0 <4.0.0"

dependencies:
dart_zxcvbn: 0.0.1
dart_zxcvbn: ^0.0.1

dev_dependencies:
dart_zxcvbn_tools: 0.0.1
dart_zxcvbn_tools: ^0.0.1
test: ^1.21.0
6 changes: 3 additions & 3 deletions packages/dart_zxcvbn_language_en/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -87,21 +87,21 @@ packages:
path: "../dart_zxcvbn"
relative: true
source: path
version: "0.0.0"
version: "0.0.1"
dart_zxcvbn_language_common:
dependency: "direct overridden"
description:
path: "../dart_zxcvbn_language_common"
relative: true
source: path
version: "0.0.0"
version: "0.0.1"
dart_zxcvbn_tools:
dependency: "direct dev"
description:
path: "../dart_zxcvbn_tools"
relative: true
source: path
version: "0.0.0"
version: "0.0.1"
file:
dependency: transitive
description:
Expand Down
6 changes: 3 additions & 3 deletions packages/dart_zxcvbn_language_en/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ environment:
sdk: ">=3.0.0 <4.0.0"

dependencies:
dart_zxcvbn: 0.0.1
intl: any
dart_zxcvbn: ^0.0.1
intl: ^0.18.1

dev_dependencies:
dart_zxcvbn_tools: 0.0.1
dart_zxcvbn_tools: ^0.0.1
test: ^1.21.0
2 changes: 1 addition & 1 deletion packages/dart_zxcvbn_language_pl/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ packages:
path: "../dart_zxcvbn_tools"
relative: true
source: path
version: "0.0.0"
version: "0.0.1"
file:
dependency: transitive
description:
Expand Down
6 changes: 3 additions & 3 deletions packages/dart_zxcvbn_language_pl/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ environment:
sdk: ">=3.0.0 <4.0.0"

dependencies:
dart_zxcvbn: 0.0.1
intl: any
dart_zxcvbn: ^0.0.1
intl: ^0.18.1

dev_dependencies:
dart_zxcvbn_tools: 0.0.1
dart_zxcvbn_tools: ^0.0.1
test: ^1.21.0

0 comments on commit efa9b42

Please sign in to comment.