diff --git a/pubspec.lock b/pubspec.lock index 00d38146e..41b4354ed 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -500,11 +500,10 @@ packages: floating: dependency: "direct main" description: - path: "." - ref: main - resolved-ref: "754e5c4e565f29cd095c0e444ac796019ff1acc2" - url: "https://github.com/wrbl606/floating.git" - source: git + name: floating + sha256: "04c3c96909b94dd6d2d121c69707739825e1f3dceca5ae451a9b8c0e652d246b" + url: "https://mirrors.tuna.tsinghua.edu.cn/dart-pub/" + source: hosted version: "2.0.2" flutter: dependency: "direct main" @@ -940,7 +939,7 @@ packages: path: "." ref: HEAD resolved-ref: "922e1f3d0b68291c42a2ec3a83542a886ea9b041" - url: "https://github.com/orz12/mime/" + url: "https://github.com/orz12/mime.git" source: git version: "1.0.5" nil: diff --git a/pubspec.yaml b/pubspec.yaml index ed666f9e1..8fe336d95 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -122,10 +122,7 @@ dependencies: # 代理 system_proxy: ^0.1.0 # pip - floating: - git: - url: https://github.com/wrbl606/floating.git - ref: main + floating: ^2.0.2 # html解析 html: ^0.15.4 # html渲染 @@ -143,7 +140,7 @@ dependencies: marquee: ^2.2.3 dependency_overrides: mime: - git: https://github.com/orz12/mime/ + git: https://github.com/orz12/mime.git dev_dependencies: flutter_test: