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

Commit ff7a2c4

Browse files
committed
Roll the path package in web_ui and web_test_utils to match the version used by the framework (#22309)
1 parent 051c345 commit ff7a2c4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/web_ui/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dev_dependencies:
1414
image: 2.1.13
1515
js: 0.6.1+1
1616
mockito: 4.1.1
17-
path: 1.8.0-nullsafety.2
17+
path: 1.8.0-nullsafety.3
1818
test: 1.14.3
1919
quiver: 2.1.3
2020
build_resolvers: 1.3.10

web_sdk/web_test_utils/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ environment:
44
sdk: ">=2.2.0 <3.0.0"
55

66
dependencies:
7-
path: 1.8.0-nullsafety.2
7+
path: 1.8.0-nullsafety.3
88
image: 2.1.13
99
js: 0.6.1+1
1010
yaml: 2.2.1

0 commit comments

Comments
 (0)