diff --git a/mise.toml b/mise.toml new file mode 100644 index 0000000..1b2846d --- /dev/null +++ b/mise.toml @@ -0,0 +1,2 @@ +[tools] +dart = "3.9.0" diff --git a/pubspec.yaml b/pubspec.yaml index 2645a9c..6ca3733 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -7,9 +7,9 @@ environment: sdk: '>=2.16.0 <3.0.0' dependencies: - intl: ^0.18.0 - duration: ^3.0.12 - js_bindings: ^0.1.2+1 + intl: ^0.20.2 + duration: ^4.0.3 + js_bindings: ^0.1.2+2 dev_dependencies: test: