Skip to content

Commit

Permalink
Fix dependency constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
Francessco121 committed Mar 20, 2021
1 parent 2c8aaa5 commit 2abcdfd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ environment:
sdk: ">=2.12.0-259.9.beta <3.0.0"

dependencies:
js: 0.6.3-nullsafety.3
js: ^0.6.3-nullsafety.3

dev_dependencies:
pedantic: 1.10.0-nullsafety.3
test: 1.16.0-nullsafety.17
pedantic: ^1.10.0-nullsafety.3
test: ^1.16.0-nullsafety.17

0 comments on commit 2abcdfd

Please sign in to comment.