Skip to content

Commit

Permalink
fix(deps): update dependency timezone to ^0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and provokateurin committed Dec 22, 2024
1 parent 3f3efcd commit f5275f5
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/cookie_store/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ environment:

dependencies:
meta: ^1.0.0
timezone: ^0.9.4
timezone: ^0.10.0

dev_dependencies:
cookie_store_conformance_tests:
Expand Down
4 changes: 2 additions & 2 deletions packages/neon_framework/example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1522,10 +1522,10 @@ packages:
dependency: transitive
description:
name: timezone
sha256: "2236ec079a174ce07434e89fcd3fcda430025eb7692244139a9cf54fdcf1fc7d"
sha256: ffc9d5f4d1193534ef051f9254063fa53d588609418c84299956c3db9383587d
url: "https://pub.dev"
source: hosted
version: "0.9.4"
version: "0.10.0"
typed_data:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion packages/neon_framework/packages/files_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies:
queue: ^3.0.0
rxdart: ^0.28.0
share_plus: ^10.0.0
timezone: ^0.9.4
timezone: ^0.10.0
universal_io: ^2.0.0

dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/neon_framework/packages/news_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies:
nextcloud: ^8.1.0
rxdart: ^0.28.0
share_plus: ^10.0.0
timezone: ^0.9.4
timezone: ^0.10.0
wakelock_plus: ^1.0.0
webview_flutter: ^4.0.0

Expand Down
2 changes: 1 addition & 1 deletion packages/neon_framework/packages/notes_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies:
nextcloud: ^8.1.0
queue: ^3.0.0
rxdart: ^0.28.0
timezone: ^0.9.4
timezone: ^0.10.0
wakelock_plus: ^1.0.0

dev_dependencies:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies:
path: packages/neon_framework/packages/neon_rich_text
nextcloud: ^8.1.0
rxdart: ^0.28.0
timezone: ^0.9.4
timezone: ^0.10.0

dev_dependencies:
build_runner: ^2.4.14
Expand Down
2 changes: 1 addition & 1 deletion packages/neon_framework/packages/talk_app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies:
path: packages/neon_framework/packages/neon_rich_text
nextcloud: ^8.1.0
rxdart: ^0.28.0
timezone: ^0.9.4
timezone: ^0.10.0

dev_dependencies:
build_runner: ^2.4.14
Expand Down
2 changes: 1 addition & 1 deletion packages/neon_framework/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ dependencies:
sqflite: ^2.3.0
sqflite_common_ffi: ^2.3.2
sqflite_common_ffi_web: ^0.4.2+3
timezone: ^0.9.4
timezone: ^0.10.0
universal_io: ^2.0.0
url_launcher: ^6.1.4
vector_graphics: ^1.0.0
Expand Down
2 changes: 1 addition & 1 deletion packages/nextcloud/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ dependencies:
logging: ^1.0.0
meta: ^1.0.0
string_scanner: ^1.1.0
timezone: ^0.9.4
timezone: ^0.10.0
universal_io: ^2.0.0
uri: ^1.0.0
version: ^3.0.0
Expand Down

0 comments on commit f5275f5

Please sign in to comment.