From 6c9ea2965db66b3b5477a5e7758ae0af763c4a55 Mon Sep 17 00:00:00 2001 From: Jonas Siedentop Date: Wed, 28 Feb 2024 23:13:36 +0100 Subject: [PATCH] update dependency: turf_equality --- pubspec.yaml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/pubspec.yaml b/pubspec.yaml index 880f5ab..5099bcd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -8,19 +8,11 @@ repository: https://github.com/dartclub/turf_dart dependencies: json_annotation: ^4.8.1 - - turf_equality: ^0.0.3 + turf_equality: ^0.1.0 turf_pip: ^0.0.2 rbush: ^1.1.1 sweepline_intersections: ^0.0.4 -dependency_overrides: - turf_equality: - #path: ../turf_equality - git: - url: https://github.com/jsiedentop/turf_equality.git - ref: main - dev_dependencies: lints: ^3.0.0 test: ^1.24.3