Skip to content

Commit

Permalink
chore: deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ilteoood committed Aug 15, 2023
1 parent 42a4da3 commit 7db6bb8
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -280,4 +280,4 @@ Support for Dart 3 and Flutter 3.10
Fix for #204

## [0.34.0]
Upgrade http@1.1.0, logging@1.2.0, xml2json@6.1.0
Upgrade http@1.1.0, logging@1.2.0, xml2json@6.2.0, yaml@3.1.2, path@1.8.3
16 changes: 8 additions & 8 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.33.0"
version: "0.34.0"
flutter_localizations:
dependency: transitive
description: flutter
Expand Down Expand Up @@ -178,10 +178,10 @@ packages:
dependency: "direct main"
description:
name: http
sha256: "5895291c13fa8a3bd82e76d5627f69e0d85ca6a30dcac95c4ea19a5d555879c2"
sha256: "759d1a329847dd0f39226c688d3e06a6b8679668e350e2891a6474f8b4bb8525"
url: "https://pub.dev"
source: hosted
version: "0.13.6"
version: "1.1.0"
http_multi_server:
dependency: transitive
description:
Expand Down Expand Up @@ -231,10 +231,10 @@ packages:
dependency: transitive
description:
name: logging
sha256: "04094f2eb032cbb06c6f6e8d3607edcfcb0455e2bb6cbc010cb01171dcb64e6d"
sha256: "623a88c9594aa774443aa3eb2d41807a48486b5613e67599fb4c41c0ad47c340"
url: "https://pub.dev"
source: hosted
version: "1.1.1"
version: "1.2.0"
matcher:
dependency: transitive
description:
Expand Down Expand Up @@ -604,10 +604,10 @@ packages:
dependency: transitive
description:
name: xml2json
sha256: c8cb35b83cce879c2ea86951fd257f4e765b0030a0298b35cf94f2b3d0f32095
sha256: "1cd5d23474f38e794fbcab262290bc638c59c985c34d29180fc4525eda24ea7d"
url: "https://pub.dev"
source: hosted
version: "5.3.6"
version: "6.2.0"
yaml:
dependency: transitive
description:
Expand All @@ -617,5 +617,5 @@ packages:
source: hosted
version: "3.1.2"
sdks:
dart: ">=3.0.0-0 <4.0.0"
dart: ">=3.0.0 <4.0.0"
flutter: ">=3.3.0"
4 changes: 2 additions & 2 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -246,10 +246,10 @@ packages:
dependency: "direct main"
description:
name: xml2json
sha256: "12ebc382f8684cafcc1e3ae5c982de82b5a52007a5d0ac79b22745d34f5ba975"
sha256: "1cd5d23474f38e794fbcab262290bc638c59c985c34d29180fc4525eda24ea7d"
url: "https://pub.dev"
source: hosted
version: "6.1.0"
version: "6.2.0"
yaml:
dependency: "direct main"
description:
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ dependencies:
flutter_web_plugins:
sdk: flutter
intl: ^0.18.0
yaml: ^3.1.1
xml2json: ^6.1.0
path: ^1.8.2
yaml: ^3.1.2
xml2json: ^6.2.0
path: ^1.8.3
toml: ^0.14.0
logging: ^1.2.0
http: ^1.1.0
Expand Down

0 comments on commit 7db6bb8

Please sign in to comment.