From 533a22e57486fa78c701e10bda30e77f0b446b48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 00:17:53 +0000 Subject: [PATCH] Bump rive from 0.11.4 to 0.12.2 Bumps [rive](https://github.com/rive-app/rive-flutter) from 0.11.4 to 0.12.2. - [Release notes](https://github.com/rive-app/rive-flutter/releases) - [Changelog](https://github.com/rive-app/rive-flutter/blob/master/CHANGELOG.md) - [Commits](https://github.com/rive-app/rive-flutter/commits) --- updated-dependencies: - dependency-name: rive dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pubspec.lock | 8 ++++---- pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pubspec.lock b/pubspec.lock index bb6195bf..3aebf247 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -1048,18 +1048,18 @@ packages: dependency: "direct main" description: name: rive - sha256: f3b8af0898c987d68019e91d92257edd902c28c816e49de033a7272e86bd5425 + sha256: a8740aedb9f5c341c521b3c370bcee6e7cd6363d1a39a565533d7ed2424d6fbe url: "https://pub.dev" source: hosted - version: "0.11.4" + version: "0.12.2" rive_common: dependency: transitive description: name: rive_common - sha256: f6687f9d70e6fd3888a9b0e9c0b307966d2ce74cf00cfb01dce906c3bbada52f + sha256: f4e20d0a99c5040c85624a3eb2b0b6b19e614d93a693c3bb25cf6e7bb2d3d6d3 url: "https://pub.dev" source: hosted - version: "0.1.0" + version: "0.2.8" shared_preferences: dependency: "direct main" description: diff --git a/pubspec.yaml b/pubspec.yaml index 39d60727..52a4a99b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -48,7 +48,7 @@ dependencies: version: ^3.0.2 package_info_plus: ^4.2.0 provider: ^6.0.5 - rive: ^0.11.4 + rive: ^0.12.2 shared_preferences: ^2.2.2 table_calendar: ^3.0.8 url_launcher: ^6.1.11