Unverified Commit ec41ef5b authored by Jonah Williams's avatar Jonah Williams Committed by GitHub

update build_runner and configure libraries (#38499)

parent fe5651b8
...@@ -130,6 +130,7 @@ final List<core.BuilderApplication> builders = <core.BuilderApplication>[ ...@@ -130,6 +130,7 @@ final List<core.BuilderApplication> builders = <core.BuilderApplication>[
platform: flutterWebPlatform, platform: flutterWebPlatform,
platformSdk: builderOptions.config['flutterWebSdk'], platformSdk: builderOptions.config['flutterWebSdk'],
sdkKernelPath: path.url.join('kernel', 'flutter_ddc_sdk.dill'), sdkKernelPath: path.url.join('kernel', 'flutter_ddc_sdk.dill'),
librariesPath: 'libraries.json',
), ),
], ],
core.toAllPackages(), core.toAllPackages(),
......
...@@ -35,7 +35,6 @@ dependencies: ...@@ -35,7 +35,6 @@ dependencies:
web_socket_channel: 1.0.15 web_socket_channel: 1.0.15
webkit_inspection_protocol: 0.4.2 webkit_inspection_protocol: 0.4.2
xml: 3.5.0 xml: 3.5.0
webdev: 2.4.0
yaml: 2.1.16 yaml: 2.1.16
flutter_goldens_client: flutter_goldens_client:
path: ../flutter_goldens_client path: ../flutter_goldens_client
...@@ -54,7 +53,7 @@ dependencies: ...@@ -54,7 +53,7 @@ dependencies:
build: 1.1.5 build: 1.1.5
build_modules: 2.4.2 build_modules: 2.4.2
build_daemon: 2.0.0 build_daemon: 2.0.0
build_web_compilers: 2.1.5 build_web_compilers: 2.2.2
analyzer: 0.36.4 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade" analyzer: 0.36.4 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
async: 2.3.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade" async: 2.3.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
...@@ -136,4 +135,4 @@ dartdoc: ...@@ -136,4 +135,4 @@ dartdoc:
# Exclude this package from the hosted API docs. # Exclude this package from the hosted API docs.
nodoc: true nodoc: true
# PUBSPEC CHECKSUM: e763 # PUBSPEC CHECKSUM: 3394
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment