fix: Routing by downgrading vrouter

This commit is contained in:
Christian Pauly 2021-08-03 19:45:22 +02:00
parent 4cf39c196e
commit d0b5f8575a
2 changed files with 9 additions and 2 deletions

View file

@ -853,6 +853,13 @@ packages:
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "2.0.0" version: "2.0.0"
path_to_regexp:
dependency: transitive
description:
name: path_to_regexp
url: "https://pub.dartlang.org"
source: hosted
version: "0.4.0"
pedantic: pedantic:
dependency: "direct dev" dependency: "direct dev"
description: description:
@ -1382,7 +1389,7 @@ packages:
name: vrouter name: vrouter
url: "https://pub.dartlang.org" url: "https://pub.dartlang.org"
source: hosted source: hosted
version: "1.2.0+9" version: "1.2.0+6"
watcher: watcher:
dependency: transitive dependency: transitive
description: description:

View file

@ -68,7 +68,7 @@ dependencies:
unifiedpush: ^1.0.6 unifiedpush: ^1.0.6
universal_html: ^2.0.8 universal_html: ^2.0.8
url_launcher: ^6.0.9 url_launcher: ^6.0.9
vrouter: ^1.2.0+9 vrouter: 1.2.0+6 # vrouter 1.2.0+9 is bugged
dev_dependencies: dev_dependencies:
dapackages: ^1.6.0 dapackages: ^1.6.0