Skip to content

Commit

Permalink
Update Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdhilahiRWabwire committed Oct 9, 2024
1 parent 7a189d4 commit 6e5da4d
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 52 deletions.
13 changes: 13 additions & 0 deletions lib/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!doctype html>

<html lang="en-US">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>Data Interchange</title>
</head>

<body>

</body>
</html>
8 changes: 5 additions & 3 deletions lib/main.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import 'dart:async';
import 'package:web/web.dart';

Future<void> main(List<String> arguments) async {
print('Data Interchange\n');
Element div = document.querySelector('div')!;

void main() async {
div.text = 'Data Interchange';
}
74 changes: 33 additions & 41 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,6 @@ 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 All @@ -39,7 +31,7 @@ packages:
source: hosted
version: "3.6.1"
args:
dependency: "direct main"
dependency: transitive
description:
name: args
sha256: "7cf60b9f0cc88203c5a190b4cd62a99feea42759a7fa695010eb5de1c0b2252a"
Expand Down Expand Up @@ -114,10 +106,10 @@ packages:
dependency: "direct dev"
description:
name: build_runner
sha256: dd09dd4e2b078992f42aac7f1a622f01882a8492fef08486b27ddde929c19f04
sha256: "028819cfb90051c6b5440c7e574d1896f8037e3c96cf17aaeb054c9311cfbf4d"
url: "https://pub.dev"
source: hosted
version: "2.4.12"
version: "2.4.13"
build_runner_core:
dependency: transitive
description:
Expand Down Expand Up @@ -166,22 +158,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.0.3"
cli_config:
dependency: "direct main"
description:
name: cli_config
sha256: ac20a183a07002b700f0c25e61b7ee46b23c309d76ab7b7640a028f18e4d99ec
url: "https://pub.dev"
source: hosted
version: "0.2.0"
cli_util:
dependency: "direct main"
description:
name: cli_util
sha256: c05b7406fdabc7a49a3929d4af76bcaccbbffcbcdcf185b082e1ae07da323d19
url: "https://pub.dev"
source: hosted
version: "0.4.1"
clock:
dependency: transitive
description:
Expand Down Expand Up @@ -247,13 +223,13 @@ packages:
source: hosted
version: "2.3.7"
file:
dependency: "direct main"
dependency: transitive
description:
name: file
sha256: "5fc22d7c25582e38ad9a8515372cd9a93834027aacf1801cf01164dac0ffa08c"
sha256: a3b4f84adafef897088c160faf7dfffb7696046cb13ae90b508c2cbc95d3b8d4
url: "https://pub.dev"
source: hosted
version: "7.0.0"
version: "7.0.1"
fixnum:
dependency: transitive
description:
Expand Down Expand Up @@ -286,6 +262,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.3.2"
html:
dependency: "direct main"
description:
name: html
sha256: "3a7812d5bcd2894edf53dfaf8cd640876cf6cef50a8f238745c8b8120ea74d3a"
url: "https://pub.dev"
source: hosted
version: "0.15.4"
http:
dependency: "direct main"
description:
Expand Down Expand Up @@ -334,14 +318,6 @@ packages:
url: "https://pub.dev"
source: hosted
version: "0.19.0"
intl_translation:
dependency: "direct main"
description:
name: intl_translation
sha256: b858d88b569f3c529e992ba7186aa495f3e862897df60edb932563c619943610
url: "https://pub.dev"
source: hosted
version: "0.20.0"
io:
dependency: "direct main"
description:
Expand Down Expand Up @@ -434,10 +410,10 @@ packages:
dependency: transitive
description:
name: mime
sha256: "801fd0b26f14a4a58ccb09d5892c3fbdeff209594300a542492cf13fba9d247a"
sha256: "41a20518f0cb1256669420fdba0cd90d21561e560ac240f26ef8322e45bb7ed6"
url: "https://pub.dev"
source: hosted
version: "1.0.6"
version: "2.0.0"
node_preamble:
dependency: transitive
description:
Expand Down Expand Up @@ -630,8 +606,16 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.3.0"
sync_http:
dependency: transitive
description:
name: sync_http
sha256: "7f0cd72eca000d2e026bcd6f990b81d0ca06022ef4e32fb257b30d3d1014a961"
url: "https://pub.dev"
source: hosted
version: "0.3.1"
term_glyph:
dependency: "direct main"
dependency: transitive
description:
name: term_glyph
sha256: a29248a84fbb7c79282b40b8c72a1209db169a2e0542bce341da992fe1bc7e84
Expand Down Expand Up @@ -718,6 +702,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "3.0.1"
webdriver:
dependency: "direct main"
description:
name: webdriver
sha256: "3d773670966f02a646319410766d3b5e1037efb7f07cc68f844d5e06cd4d61c8"
url: "https://pub.dev"
source: hosted
version: "3.0.4"
webkit_inspection_protocol:
dependency: transitive
description:
Expand Down
11 changes: 3 additions & 8 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,16 @@
dependencies:
ansicolor: 2.0.3
args: 2.5.0
async: 2.11.0
characters: 1.3.0
cli_config: 0.2.0
cli_util: 0.4.1
collection: 1.19.0
convert: 3.1.1
crypto: 3.0.5
csslib: 1.0.0
file: 7.0.0
glob: 2.1.2
html: 0.15.4
http: 1.2.2
http2: 2.3.0
http_multi_server: 3.2.1
intl: 0.19.0
intl_translation: 0.20.0
io: 1.0.4
json_rpc_2: 3.0.2
json_serializable: 6.8.0
Expand All @@ -29,15 +24,15 @@ dependencies:
shelf_static: 1.1.3
shelf_web_socket: 2.0.0
stack_trace: 1.12.0
term_glyph: 1.2.1
web: 1.1.0
webdriver: 3.0.4
web_socket_channel: 3.0.1


description: "Data Interchange Format Implementations"

dev_dependencies:
build_runner: 2.4.12
build_runner: 2.4.13
build_web_compilers: 4.0.11
lints: 5.0.0
shelf_test_handler: 2.0.2
Expand Down

0 comments on commit 6e5da4d

Please sign in to comment.