|
|
@ -7,25 +7,25 @@ environment:
|
|
|
|
sdk: ^3.0.0
|
|
|
|
sdk: ^3.0.0
|
|
|
|
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
dependencies:
|
|
|
|
json_annotation: ^4.7.0
|
|
|
|
json_annotation: ^4.8.1
|
|
|
|
path: ^1.8.0
|
|
|
|
path: ^1.8.3
|
|
|
|
yaml: ^3.1.0
|
|
|
|
yaml: ^3.1.2
|
|
|
|
mdc_web: ^0.6.0
|
|
|
|
mdc_web: ^0.6.0
|
|
|
|
# ^2.1.5 is no longer compatible with our overridden sass version
|
|
|
|
# ^2.1.5 is no longer compatible with our overridden sass version
|
|
|
|
# https://github.com/flutter/samples/issues/1472
|
|
|
|
# https://github.com/flutter/samples/issues/1472
|
|
|
|
sass_builder: 2.1.4
|
|
|
|
sass_builder: 2.1.4
|
|
|
|
checked_yaml: ^2.0.1
|
|
|
|
checked_yaml: ^2.0.3
|
|
|
|
webdriver: ^3.0.0
|
|
|
|
webdriver: ^3.0.2
|
|
|
|
html: ^0.15.0
|
|
|
|
html: ^0.15.3
|
|
|
|
|
|
|
|
|
|
|
|
dev_dependencies:
|
|
|
|
dev_dependencies:
|
|
|
|
grinder: ^0.9.0
|
|
|
|
grinder: ^0.9.4
|
|
|
|
flutter_lints: ^2.0.1
|
|
|
|
flutter_lints: ^2.0.1
|
|
|
|
test: ^1.12.0
|
|
|
|
test: ^1.24.2
|
|
|
|
json_serializable: ^6.5.0
|
|
|
|
json_serializable: ^6.6.2
|
|
|
|
build: ^2.3.0
|
|
|
|
build: ^2.4.0
|
|
|
|
build_runner: ^2.3.0
|
|
|
|
build_runner: ^2.4.2
|
|
|
|
build_web_compilers: ^3.2.0
|
|
|
|
build_web_compilers: ^4.0.3
|
|
|
|
image: ">=3.2.0 <5.0.0"
|
|
|
|
image: ">=3.2.0 <5.0.0"
|
|
|
|
|
|
|
|
|
|
|
|
# waiting for the next material-components-web release.
|
|
|
|
# waiting for the next material-components-web release.
|
|
|
|