Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 60c15bc

Browse files
authored
Update package:web to use new path and latest revision (#55085)
package:web now uses mono_repo and now the path is in web/web instead of just web. In order to change the version of package:web used in the Dart SDK and google3, Flutter needs to be updated first.
1 parent df7d44b commit 60c15bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ vars = {
7474
'dart_pub_rev': '31fa75baa5872e7f094a554c0ec7741742889530',
7575
'dart_tools_rev': 'b98c535537101eff0484ba279bd4090a5b9ac2ad',
7676
'dart_watcher_rev': '0484625589d8512b36a7ad898a6cc6351d24c556',
77-
'dart_web_rev': '4996dc2acd30ff06f7e500ec76fde8a66db82c0c',
77+
'dart_web_rev': 'fb3019264edbed87b40c29d7777b2f98ae562008',
7878
'dart_webdev_rev': '5f30c560dc4e3df341356c43ec1a766ee6b74a7c',
7979
'dart_webkit_inspection_protocol_rev': '119b877ae82bd2ca4cf7e5144d3a5ec104055164',
8080
'dart_yaml_edit_rev': '5c54d455f272bbb83c948ac420c677371e69ae77',

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ dependency_overrides:
297297
watcher:
298298
path: ./third_party/dart/third_party/pkg/watcher
299299
web:
300-
path: ./third_party/dart/third_party/pkg/web
300+
path: ./third_party/dart/third_party/pkg/web/web
301301
web_socket:
302302
path: ./third_party/dart/third_party/pkg/http/pkgs/web_socket
303303
web_socket_channel:

0 commit comments

Comments
 (0)