Skip to content

Commit 95b3356

Browse files
committed
Prepare for PetitParser 7.0.0
1 parent af2fcdb commit 95b3356

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

pubspec.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ dependencies:
2121
http: ^1.2.0
2222
meta: ^1.16.0
2323
more: ^4.5.0
24-
petitparser: ^6.0.0
24+
petitparser: ^7.0.0
2525
web: ^1.1.0
26-
xml: ^6.5.0
26+
xml: ^7.0.0
2727
dev_dependencies:
2828
build_runner: ^2.4.0
2929
build_web_compilers: ^4.1.0
@@ -32,4 +32,6 @@ dev_dependencies:
3232

3333
dependency_overrides:
3434
petitparser:
35-
path: ../petitparser
35+
git: https://github.com/petitparser/dart-petitparser.git
36+
xml:
37+
git: https://github.com/renggli/dart-xml.git

0 commit comments

Comments
 (0)