From 59de9bfcde7d6f2edfed070fd9b790a985d725ee Mon Sep 17 00:00:00 2001 From: nixos script Date: Wed, 22 May 2024 13:19:49 +0800 Subject: [PATCH] remove dependency overrides that are not required anymore --- .github/workflows/build.yml | 6 +++--- .github/workflows/release.yml | 2 +- pubspec.lock | 14 +++++++------- pubspec.yaml | 11 +++++------ 4 files changed, 16 insertions(+), 17 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4ef902ff..b91b33dd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,5 +1,5 @@ # This is a basic workflow to help you get started with Actions -name: Flutter +name: Build # Controls when the workflow will run on: @@ -43,8 +43,8 @@ jobs: - run: ./submodules/flutter/bin/flutter pub get - run: ./submodules/flutter/bin/dart format --output=none --set-exit-if-changed ./lib - run: ./submodules/flutter/bin/dart analyze ./lib - - name: Run tests with nix (starts postgres and invidious server) - run: nix-shell --run './submodules/flutter/bin/flutter test' + # - name: Run tests with nix (starts postgres and invidious server) + # run: nix-shell --run './submodules/flutter/bin/flutter test' - run: ./submodules/flutter/bin/flutter pub run flutter_native_splash:create - run: ./submodules/flutter/bin/flutter build apk --profile --split-per-abi - name: Archive build artifacts diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b61ab9b0..8a6f8a74 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,5 +1,5 @@ # This is a basic workflow to help you get started with Actions -name: Clipious release +name: Release # Controls when the workflow will run on: diff --git a/pubspec.lock b/pubspec.lock index 9491acae..02397659 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -351,7 +351,7 @@ packages: source: hosted version: "1.0.0" cupertino_icons: - dependency: "direct overridden" + dependency: transitive description: name: cupertino_icons sha256: ba631d1c7f7bef6b729a622b7b752645a2d076dba9976925b8f25725a30e1ee6 @@ -693,7 +693,7 @@ packages: source: hosted version: "1.0.4" js: - dependency: "direct overridden" + dependency: transitive description: name: js sha256: c1b2e9b5ea78c45e1a0788d29606ba27dc5f71f019f32ca5140f61ef071838cf @@ -833,10 +833,10 @@ packages: dependency: "direct overridden" description: name: meta - sha256: d584fa6707a52763a52446f02cc621b077888fb63b93bbcb1143a7be5a0c0c04 + sha256: "25dfcaf170a0190f47ca6355bdd4552cb8924b430512ff0cafb8db9bd41fe33b" url: "https://pub.dev" source: hosted - version: "1.11.0" + version: "1.14.0" mime: dependency: transitive description: @@ -1493,13 +1493,13 @@ packages: source: hosted version: "1.1.0" web: - dependency: "direct overridden" + dependency: transitive description: name: web - sha256: "1d9158c616048c38f712a6646e317a3426da10e884447626167240d45209cbad" + sha256: "97da13628db363c635202ad97068d47c5b8aa555808e7a9411963c533b449b27" url: "https://pub.dev" source: hosted - version: "0.5.0" + version: "0.5.1" web_socket_channel: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 0323f9e7..139296ac 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: invidious -version: 1.19.8+4053 +version: 1.19.9+4054 publish_to: none description: A new Flutter project. environment: @@ -82,11 +82,10 @@ dev_dependencies: flutter_test: sdk: flutter dependency_overrides: - cupertino_icons: ^1.0.2 - intl: 0.19.0 - js: 0.7.1 - meta: 1.11.0 - web: 0.5.0 + # cupertino_icons: ^1.0.2 + # js: 0.7.1 + meta: 1.14.0 + # web: 0.5.0 flutter: assets: - assets/icon.svg