From f567a8655cff6bdb724f92effad3b50d72a2bf70 Mon Sep 17 00:00:00 2001 From: ImBenji Date: Wed, 17 Sep 2025 23:15:00 +0100 Subject: [PATCH] Update file formats and remove unused dependency on color_simp --- dart/file_formats.iml | 5 ++++- dart/pubspec.lock | 8 -------- dart/pubspec.yaml | 1 - 3 files changed, 4 insertions(+), 10 deletions(-) diff --git a/dart/file_formats.iml b/dart/file_formats.iml index 75734c9..52add43 100644 --- a/dart/file_formats.iml +++ b/dart/file_formats.iml @@ -2,7 +2,10 @@ - + + + + diff --git a/dart/pubspec.lock b/dart/pubspec.lock index 7f40e54..7046c9b 100644 --- a/dart/pubspec.lock +++ b/dart/pubspec.lock @@ -57,14 +57,6 @@ packages: url: "https://pub.dev" source: hosted version: "1.19.1" - color_simp: - dependency: "direct main" - description: - name: color_simp - sha256: "4393798a85ab78a6151e6e1ce2fabaed4b36897fdb5a03c585cad53eeed4b264" - url: "https://pub.dev" - source: hosted - version: "1.0.3" convert: dependency: transitive description: diff --git a/dart/pubspec.yaml b/dart/pubspec.yaml index 4f7086a..37478e6 100644 --- a/dart/pubspec.yaml +++ b/dart/pubspec.yaml @@ -9,7 +9,6 @@ environment: # Add regular dependencies here. dependencies: args: ^2.5.0 - color_simp: ^1.0.3 dev_dependencies: lints: ^5.0.0