Skip to content

Commit

Permalink
Update Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdhilahiRWabwire committed Sep 4, 2024
1 parent 8dcbba1 commit 48814f6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 35 deletions.
40 changes: 12 additions & 28 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "6.8.0"
ansicolor:
dependency: "direct main"
description:
name: ansicolor
sha256: "50e982d500bc863e1d703448afdbf9e5a72eb48840a4f766fa361ffd6877055f"
url: "https://pub.dev"
source: hosted
version: "2.0.3"
archive:
dependency: transitive
description:
Expand Down Expand Up @@ -423,7 +431,7 @@ packages:
source: hosted
version: "1.15.0"
mime:
dependency: "direct main"
dependency: transitive
description:
name: mime
sha256: "801fd0b26f14a4a58ccb09d5892c3fbdeff209594300a542492cf13fba9d247a"
Expand Down Expand Up @@ -543,7 +551,7 @@ packages:
source: hosted
version: "1.1.2"
shelf_test_handler:
dependency: "direct main"
dependency: "direct dev"
description:
name: shelf_test_handler
sha256: fcd21b7ed1bb3caca5af6fd8eb808e630333541b80b939a2d4a3ada956e7c6b8
Expand Down Expand Up @@ -598,14 +606,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.10.0"
sse:
dependency: "direct main"
description:
name: sse
sha256: "111a05843ea9035042975744fe61d5e8b95bc4d38656dbafc5532da77a0bb89a"
url: "https://pub.dev"
source: hosted
version: "4.1.6"
stack_trace:
dependency: "direct main"
description:
Expand All @@ -615,15 +615,15 @@ packages:
source: hosted
version: "1.11.1"
stream_channel:
dependency: "direct main"
dependency: transitive
description:
name: stream_channel
sha256: ba2aa5d8cc609d96bbb2899c28934f9e1af5cddbd60a827822ea467161eb54e7
url: "https://pub.dev"
source: hosted
version: "2.1.2"
stream_transform:
dependency: "direct main"
dependency: transitive
description:
name: stream_transform
sha256: "14a00e794c7c11aa145a170587321aedce29769c08d7f58b1d141da75e3b1c6f"
Expand All @@ -638,14 +638,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.3.0"
sync_http:
dependency: "direct main"
description:
name: sync_http
sha256: "7f0cd72eca000d2e026bcd6f990b81d0ca06022ef4e32fb257b30d3d1014a961"
url: "https://pub.dev"
source: hosted
version: "0.3.1"
term_glyph:
dependency: "direct main"
description:
Expand Down Expand Up @@ -694,14 +686,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.3.2"
vector_math:
dependency: "direct main"
description:
name: vector_math
sha256: "80b3257d1492ce4d091729e3a67a60407d227c27241d6927be0130c98e741803"
url: "https://pub.dev"
source: hosted
version: "2.1.4"
vm_service:
dependency: transitive
description:
Expand Down
9 changes: 2 additions & 7 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
dependencies:
ansicolor: ^2.0.3
args: ^2.4.2
async: ^2.11.0
browser_launcher: ^1.1.1
Expand All @@ -21,23 +22,16 @@ dependencies:
json_serializable: ^6.8.0
logging: ^1.2.0
markdown: ^7.2.2
mime: ^1.0.5
path: ^1.9.0
platform: ^3.1.5
pool: ^1.5.1
shelf: ^1.4.2
shelf_proxy: ^1.0.4
shelf_router: ^1.1.4
shelf_static: ^1.1.2
shelf_test_handler: ^2.0.2
shelf_web_socket: ^2.0.0
sse: ^4.1.6
stack_trace: ^1.11.1
stream_channel: ^2.1.2
stream_transform: ^2.1.0
sync_http: ^0.3.1
term_glyph: ^1.2.1
vector_math: ^2.1.4
web: ^1.0.0
web_socket_channel: ^3.0.1

Expand All @@ -48,6 +42,7 @@ dev_dependencies:
build_runner: ^2.4.12
build_web_compilers: ^4.0.11
lints: ^4.0.0
shelf_test_handler: ^2.0.2
test: ^1.25.8

environment:
Expand Down

0 comments on commit 48814f6

Please sign in to comment.