Skip to content

Commit b4bf357

Browse files
author
Sourcegraph
committed
"Avoid meta 1.10.0"
1 parent d9ff601 commit b4bf357

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pubspec.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ environment:
88
dependencies:
99
js: ^0.6.1+1
1010
matcher: ^0.12.1+4
11-
meta: ^1.6.0
11+
meta: '>=1.6.0 <1.10.0'
1212
over_react: ^4.1.2
1313
react: ^6.0.1
1414
test: ^1.15.7
@@ -18,3 +18,6 @@ dev_dependencies:
1818
build_web_compilers: ^3.0.0
1919
dependency_validator: ^3.2.2
2020
pedantic: ^1.8.0
21+
dependency_validator:
22+
ignore:
23+
- meta

0 commit comments

Comments
 (0)