Skip to content

Commit

Permalink
Fix Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdhilahiRWabwire committed Dec 10, 2024
1 parent 2aa677c commit db1fdca
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 26 deletions.
24 changes: 4 additions & 20 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -230,14 +230,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "7.0.1"
file_testing:
dependency: "direct dev"
description:
name: file_testing
sha256: eb0c85fd118ddc0d41c295c09f64e0924c256b071087cdc9828d5372c80d554d
url: "https://pub.dev"
source: hosted
version: "3.0.2"
fixnum:
dependency: "direct dev"
description:
Expand Down Expand Up @@ -359,7 +351,7 @@ packages:
source: hosted
version: "5.0.0"
logging:
dependency: "direct main"
dependency: "direct dev"
description:
name: logging
sha256: c8245ada5f1717ed44271ed1c26b8ce85ca3228fd2ffdb75468ab01979309d61
Expand All @@ -375,7 +367,7 @@ packages:
source: hosted
version: "0.1.2-main.4"
markdown:
dependency: "direct main"
dependency: "direct dev"
description:
name: markdown
sha256: ef2a1298144e3f985cc736b22e0ccdaf188b5b3970648f2d9dc13efd1d9df051
Expand Down Expand Up @@ -414,14 +406,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.0.2"
oauth2:
dependency: "direct dev"
description:
name: oauth2
sha256: c84470642cbb2bec450ccab2f8520c079cd1ca546a76ffd5c40589e07f4e8bf4
url: "https://pub.dev"
source: hosted
version: "2.0.3"
package_config:
dependency: transitive
description:
Expand All @@ -431,15 +415,15 @@ packages:
source: hosted
version: "2.1.0"
path:
dependency: "direct main"
dependency: "direct dev"
description:
name: path
sha256: "75cca69d1490965be98c73ceaea117e8a04dd21217b37b292c9ddbec0d955bc5"
url: "https://pub.dev"
source: hosted
version: "1.9.1"
pool:
dependency: "direct main"
dependency: "direct dev"
description:
name: pool
sha256: "20fe868b6314b322ea036ba325e6fc0711a22948856475e2c2b6306e8ab39c2a"
Expand Down
10 changes: 4 additions & 6 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ dependencies:
http2: 2.3.0
intl: 0.20.1
json_serializable: 6.9.0
logging: 1.3.0
markdown: 7.2.2
path: 1.9.1
pool: 1.5.1
web: 1.1.0
web_socket: 0.1.6
web_socket_channel: 3.0.1
Expand All @@ -24,13 +20,15 @@ dev_dependencies:
crypto: 3.0.6
csslib: 1.0.2
file: 7.0.1
file_testing: 3.0.2
fixnum: 1.1.1
glob: 2.1.2
html: 0.15.5
io: 1.0.4
lints: 5.0.0
oauth2: 2.0.3
logging: 1.3.0
markdown: 7.2.2
path: 1.9.1
pool: 1.5.1
stack_trace: 1.12.0
test: 1.25.12
webdriver: 3.0.4
Expand Down

0 comments on commit db1fdca

Please sign in to comment.