Skip to content

Commit

Permalink
chore(pub): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardodalarme committed Oct 24, 2023
1 parent 161e296 commit 366861b
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 70d9d25280d0dd177a5f637cdb0f0b0b12c6a189

COCOAPODS: 1.12.1
COCOAPODS: 1.13.0
36 changes: 18 additions & 18 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,18 @@ packages:
dependency: transitive
description:
name: ansicolor
sha256: "607f8fa9786f392043f169898923e6c59b4518242b68b8862eb8a8b7d9c30b4a"
sha256: "8bf17a8ff6ea17499e40a2d2542c2f481cd7615760c6d34065cb22bfd22e6880"
url: "https://pub.dev"
source: hosted
version: "2.0.1"
version: "2.0.2"
archive:
dependency: transitive
description:
name: archive
sha256: "0c8368c9b3f0abbc193b9d6133649a614204b528982bebc7026372d61677ce3a"
sha256: "7e0d52067d05f2e0324268097ba723b71cb41ac8a6a2b24d1edf9c536b987b03"
url: "https://pub.dev"
source: hosted
version: "3.3.7"
version: "3.4.6"
args:
dependency: transitive
description:
Expand Down Expand Up @@ -69,10 +69,10 @@ packages:
dependency: "direct main"
description:
name: bootstrap_icons
sha256: "28e6799bf951680110e4ce0790f2e55f849a786b7873f42b456d78bf6d130e96"
sha256: "7b073ae60f9dd48c2919994744132b8a576cf7243483a6698644f94b0c47bd7d"
url: "https://pub.dev"
source: hosted
version: "1.10.5+2"
version: "1.11.1"
characters:
dependency: transitive
description:
Expand Down Expand Up @@ -194,10 +194,10 @@ packages:
dependency: "direct dev"
description:
name: flutter_lints
sha256: a25a15ebbdfc33ab1cd26c63a6ee519df92338a9c10f122adda92938253bef04
sha256: ad76540d21c066228ee3f9d1dad64a9f7e46530e8bb7c85011a88bc1fd874bc5
url: "https://pub.dev"
source: hosted
version: "2.0.3"
version: "3.0.0"
flutter_masked_text2:
dependency: "direct main"
description:
Expand All @@ -210,10 +210,10 @@ packages:
dependency: "direct main"
description:
name: flutter_native_splash
sha256: ecff62b3b893f2f665de7e4ad3de89f738941fcfcaaba8ee601e749efafa4698
sha256: "5bf4c3e5e5a0426c1e2fc8ca3555a9e617e76369c3442e1dae8385c7767ba97a"
url: "https://pub.dev"
source: hosted
version: "2.3.2"
version: "2.3.4"
flutter_test:
dependency: "direct dev"
description: flutter
Expand Down Expand Up @@ -260,10 +260,10 @@ packages:
dependency: transitive
description:
name: image
sha256: a72242c9a0ffb65d03de1b7113bc4e189686fc07c7147b8b41811d0dd0e0d9bf
sha256: "028f61960d56f26414eb616b48b04eb37d700cbe477b7fb09bf1d7ce57fd9271"
url: "https://pub.dev"
source: hosted
version: "4.0.17"
version: "4.1.3"
js:
dependency: transitive
description:
Expand All @@ -284,10 +284,10 @@ packages:
dependency: transitive
description:
name: lints
sha256: "0a217c6c989d21039f1498c3ed9f3ed71b354e69873f13a8dfc3c9fe76f1b452"
sha256: cbf8d4b858bb0134ef3ef87841abdf8d63bfc255c266b7bf6b39daa1085c4290
url: "https://pub.dev"
source: hosted
version: "2.1.1"
version: "3.0.0"
matcher:
dependency: transitive
description:
Expand Down Expand Up @@ -340,10 +340,10 @@ packages:
dependency: "direct main"
description:
name: page_transition
sha256: a7694bc120b7064a7f57c336914bb8885acf4f70bb3772c30c2fcfe6a85e43ff
sha256: dee976b1f23de9bbef5cd512fe567e9f6278caee11f5eaca9a2115c19dc49ef6
url: "https://pub.dev"
source: hosted
version: "2.0.9"
version: "2.1.0"
path:
dependency: transitive
description:
Expand All @@ -364,10 +364,10 @@ packages:
dependency: transitive
description:
name: platform
sha256: ae68c7bfcd7383af3629daafb32fb4e8681c7154428da4febcff06200585f102
sha256: "0a279f0707af40c890e80b1e9df8bb761694c074ba7e1d4ab1bc4b728e200b59"
url: "https://pub.dev"
source: hosted
version: "3.1.2"
version: "3.1.3"
pointycastle:
dependency: transitive
description:
Expand Down
8 changes: 4 additions & 4 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ environment:
sdk: ">=3.1.0 <4.0.0"

dependencies:
bootstrap_icons: ^1.10.5+2
bootstrap_icons: ^1.11.1
flutter_masked_text2: ^0.9.1
flutter_native_splash: ^2.3.2
flutter_native_splash: ^2.3.4
material_design_icons_flutter: ^6.0.7296
page_transition: ^2.0.9
page_transition: ^2.1.0
provider: ^6.0.5

flutter:
Expand All @@ -20,7 +20,7 @@ dependencies:
dev_dependencies:
dart_code_metrics: ^5.7.6
flutter_launcher_icons: ^0.13.1
flutter_lints: ^2.0.3
flutter_lints: ^3.0.0

flutter_test:
sdk: flutter
Expand Down

0 comments on commit 366861b

Please sign in to comment.