Skip to content

Commit

Permalink
Tighten dependency constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
fkleon committed Jun 23, 2024
1 parent 07da053 commit 043351b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ homepage: https://github.com/fkleon/math-expressions
description: A library for parsing and evaluating mathematical expressions, supporting real numbers, vectors, and basic interval arithmetic.

dependencies:
vector_math: ^2.1.0
vector_math: ^2.1.3

dev_dependencies:
lints: ^3.0.0
test: ^1.16.7
lints: ^4.0.0
test: ^1.25.7

environment:
sdk: ^3.0.0
sdk: ^3.1.0

0 comments on commit 043351b

Please sign in to comment.