Skip to content

Commit 41ba0b6

Browse files
committed
feat(deps): add package_info_plus and update pub_semver
- Add package_info_plus: ^9.0.0 to pubspec.yaml - Update pub_semver to ^2.2.0 in pubspec.yaml - Add package_info_plus and its dependency package_info_plus_platform_interface to pubspec.lock - Update pub_semver version in pubspec.lock
1 parent 47379f3 commit 41ba0b6

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

pubspec.lock

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,6 +649,22 @@ packages:
649649
url: "https://pub.dev"
650650
source: hosted
651651
version: "2.2.0"
652+
package_info_plus:
653+
dependency: "direct main"
654+
description:
655+
name: package_info_plus
656+
sha256: f69da0d3189a4b4ceaeb1a3defb0f329b3b352517f52bed4290f83d4f06bc08d
657+
url: "https://pub.dev"
658+
source: hosted
659+
version: "9.0.0"
660+
package_info_plus_platform_interface:
661+
dependency: transitive
662+
description:
663+
name: package_info_plus_platform_interface
664+
sha256: "202a487f08836a592a6bd4f901ac69b3a8f146af552bbd14407b6b41e1c3f086"
665+
url: "https://pub.dev"
666+
source: hosted
667+
version: "3.2.1"
652668
path:
653669
dependency: transitive
654670
description:
@@ -762,7 +778,7 @@ packages:
762778
source: hosted
763779
version: "6.1.5+1"
764780
pub_semver:
765-
dependency: transitive
781+
dependency: "direct main"
766782
description:
767783
name: pub_semver
768784
sha256: "5bfcf68ca79ef689f8990d1160781b4bad40a3bd5e5218ad4076ddb7f4081585"

pubspec.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,9 @@ dependencies:
8787
ref: 4cefd202c5fc0c53856782fea7760baa1d0733f7
8888
logging: ^1.3.0
8989
meta: ^1.16.0
90+
package_info_plus: ^9.0.0
9091
pinput: ^5.0.1
92+
pub_semver: ^2.2.0
9193
share_plus: ^11.0.0
9294
stream_transform: ^2.1.1
9395
timeago: ^3.7.1

0 commit comments

Comments
 (0)