1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00

Restrict sass_builder to v2.1.4 to fix build (#1470)

This commit is contained in:
Parker Lougheed
2022-10-11 05:28:07 -05:00
committed by GitHub
parent 0990f43c93
commit 405be60cda

View File

@@ -9,7 +9,9 @@ dependencies:
path: ^1.6.0 path: ^1.6.0
yaml: ^3.0.0 yaml: ^3.0.0
mdc_web: ^0.6.0 mdc_web: ^0.6.0
sass_builder: ^2.1.0 # ^2.1.5 is no longer compatible with our overridden sass version
# https://github.com/flutter/samples/issues/1472
sass_builder: 2.1.4
checked_yaml: ^2.0.1 checked_yaml: ^2.0.1
webdriver: ^3.0.0 webdriver: ^3.0.0
html: ^0.15.0 html: ^0.15.0
@@ -27,5 +29,6 @@ dev_dependencies:
# Once released, it will need to be rolled into package:mdc_web. # Once released, it will need to be rolled into package:mdc_web.
# #
# https://github.com/material-components/material-components-web/pull/7158 # https://github.com/material-components/material-components-web/pull/7158
# https://github.com/flutter/samples/issues/1472
dependency_overrides: dependency_overrides:
sass: 1.32.10 sass: 1.32.10