Skip to content

Commit

Permalink
fix(deps): pin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 28, 2022
1 parent 64173d1 commit 26b2a5c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions pubspec.lock
Expand Up @@ -14,7 +14,7 @@ packages:
name: _flutterfire_internals
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.10"
version: "1.0.11"
analyzer:
dependency: transitive
description:
Expand Down Expand Up @@ -182,14 +182,14 @@ packages:
name: cloud_firestore_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "5.9.2"
version: "5.10.0"
cloud_firestore_web:
dependency: transitive
description:
name: cloud_firestore_web
url: "https://pub.dartlang.org"
source: hosted
version: "3.1.1"
version: "3.2.0"
code_builder:
dependency: transitive
description:
Expand Down Expand Up @@ -357,42 +357,42 @@ packages:
name: firebase_analytics
url: "https://pub.dartlang.org"
source: hosted
version: "10.0.7"
version: "10.0.8"
firebase_analytics_platform_interface:
dependency: transitive
description:
name: firebase_analytics_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "3.3.15"
version: "3.3.16"
firebase_analytics_web:
dependency: transitive
description:
name: firebase_analytics_web
url: "https://pub.dartlang.org"
source: hosted
version: "0.5.1+6"
version: "0.5.1+7"
firebase_auth:
dependency: "direct main"
description:
name: firebase_auth
url: "https://pub.dartlang.org"
source: hosted
version: "4.2.1"
version: "4.2.3"
firebase_auth_platform_interface:
dependency: transitive
description:
name: firebase_auth_platform_interface
url: "https://pub.dartlang.org"
source: hosted
version: "6.11.5"
version: "6.11.6"
firebase_auth_web:
dependency: transitive
description:
name: firebase_auth_web
url: "https://pub.dartlang.org"
source: hosted
version: "5.2.1"
version: "5.2.3"
firebase_core:
dependency: "direct main"
description:
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Expand Up @@ -10,7 +10,7 @@ environment:
dependencies:
appainter_annotations:
path: packages/annotations
bloc: ^8.0.0
bloc: 8.1.0
collection: 1.16.0
copy_with_extension: ^5.0.0
cupertino_icons: ^1.0.0
Expand All @@ -27,7 +27,7 @@ dependencies:
flex_color_picker: ^3.0.0
flutter:
sdk: flutter
flutter_bloc: ^8.0.0
flutter_bloc: 8.1.1
flutter_markdown: ^0.6.2
google_fonts: ^3.0.0
intl: ^0.17.0
Expand All @@ -52,7 +52,7 @@ dependencies:
dev_dependencies:
appainter_builder:
path: packages/builder
bloc_test: ^9.0.0
bloc_test: 9.1.0
build_runner: 2.3.0
cider: ^0.1.0
copy_with_extension_gen: ^5.0.0
Expand Down

0 comments on commit 26b2a5c

Please sign in to comment.