From 26676d1899827362925afc1212b93b5636b1b931 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Klemen=20Tu=C5=A1ar?= Date: Sat, 3 Feb 2024 09:46:39 +0000 Subject: [PATCH] :arrow_up: update dependencies --- .github/workflows/build.yml | 2 +- pubspec.lock | 12 ++++++------ pubspec.yaml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 84075e3..2aef8c4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ permissions: read-all jobs: publish: name: "Build" - runs-on: macos-latest + runs-on: macos-14 environment: build permissions: contents: write diff --git a/pubspec.lock b/pubspec.lock index 1fb6304..39192c2 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -5,10 +5,10 @@ packages: dependency: transitive description: name: _fe_analyzer_shared - sha256: "0f7b1783ddb1e4600580b8c00d0ddae5b06ae7f0382bd4fcce5db4df97b618e1" + sha256: "0b2f2bd91ba804e53a61d757b986f89f1f9eaed5b11e4b2f5a2468d86d6c9fc7" url: "https://pub.dev" source: hosted - version: "66.0.0" + version: "67.0.0" alfred_workflow: dependency: "direct main" description: @@ -53,10 +53,10 @@ packages: dependency: transitive description: name: analyzer - sha256: "5e8bdcda061d91da6b034d64d8e4026f355bcb8c3e7a0ac2da1523205a91a737" + sha256: "37577842a27e4338429a1cbc32679d508836510b056f1eedf0c8d20e39c1383d" url: "https://pub.dev" source: hosted - version: "6.4.0" + version: "6.4.1" args: dependency: "direct main" description: @@ -133,10 +133,10 @@ packages: dependency: transitive description: name: build_runner_core - sha256: c9e32d21dd6626b5c163d48b037ce906bbe428bc23ab77bcd77bb21e593b6185 + sha256: "4ae8ffe5ac758da294ecf1802f2aff01558d8b1b00616aa7538ea9a8a5d50799" url: "https://pub.dev" source: hosted - version: "7.2.11" + version: "7.3.0" built_collection: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index efc6470..300dbd1 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -4,7 +4,7 @@ description: Search for gitmojis and copy them to the clipboard easily. # Prevent accidental publishing to pub.dev. publish_to: 'none' -version: 1.2.5 +version: 1.2.6 environment: sdk: '>=3.2.0 <4.0.0'