Skip to content

Commit

Permalink
Update Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdhilahiRWabwire committed Nov 26, 2024
1 parent 3e15282 commit de2f3d0
Show file tree
Hide file tree
Showing 34 changed files with 6 additions and 17 deletions.
11 changes: 0 additions & 11 deletions .github/dependabot.yml

This file was deleted.

Empty file modified .github/workflows/dart.yml
100644 → 100755
Empty file.
Empty file modified .gitignore
100644 → 100755
Empty file.
Empty file modified analysis_options.yaml
100644 → 100755
Empty file.
Empty file modified assets/di_document.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/di_github_social.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/di_markdown.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/di_play_store.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/icons/down_arrow.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/icons/filter.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified assets/icons/menu.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Empty file modified build.yaml
100644 → 100755
Empty file.
Empty file modified data_interchange.Dockerfile
100644 → 100755
Empty file.
Empty file modified data_interchange.iml
100644 → 100755
Empty file.
Empty file modified lib/create_attributes.dart
100644 → 100755
Empty file.
Empty file modified lib/create_elements.dart
100644 → 100755
Empty file.
Empty file modified lib/create_global_attributes.dart
100644 → 100755
Empty file.
Empty file modified lib/css_object_model.dart
100644 → 100755
Empty file.
Empty file modified lib/document_object_model.dart
100644 → 100755
Empty file.
Empty file modified lib/index.html
100644 → 100755
Empty file.
Empty file modified lib/main.dart
100644 → 100755
Empty file.
Empty file modified lib/query_elements.dart
100644 → 100755
Empty file.
Empty file modified lib/queryful_elements.dart
100644 → 100755
Empty file.
Empty file modified lib/styles/style.css
100644 → 100755
Empty file.
8 changes: 4 additions & 4 deletions pubspec.lock
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -354,10 +354,10 @@ packages:
dependency: "direct main"
description:
name: json_serializable
sha256: ea1432d167339ea9b5bb153f0571d0039607a873d6e04e0117af043f14a1fd4b
sha256: c2fcb3920cf2b6ae6845954186420fca40bc0a8abcc84903b7801f17d7050d7c
url: "https://pub.dev"
source: hosted
version: "6.8.0"
version: "6.9.0"
lints:
dependency: "direct dev"
description:
Expand Down Expand Up @@ -522,10 +522,10 @@ packages:
dependency: transitive
description:
name: shelf_web_socket
sha256: "073c147238594ecd0d193f3456a5fe91c4b0abbcc68bf5cd95b36c4e194ac611"
sha256: cc36c297b52866d203dbf9332263c94becc2fe0ceaa9681d07b6ef9807023b67
url: "https://pub.dev"
source: hosted
version: "2.0.0"
version: "2.0.1"
source_gen:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
intl: 0.19.0
io: 1.0.4
json_rpc_2: 3.0.3
json_serializable: 6.8.0
json_serializable: 6.9.0
logging: 1.3.0
markdown: 7.2.2
oauth2: 2.0.3
Expand Down Expand Up @@ -43,4 +43,4 @@ environment:
sdk: '>=3.0.0 <=6.0.0'

name: data_interchange
version: 0.2.0
version: 0.2.0
Empty file modified server/.gitignore
100644 → 100755
Empty file.
Empty file modified server/build.zig
100644 → 100755
Empty file.
Empty file modified server/build.zig.zon
100644 → 100755
Empty file.
Empty file modified server/source/command/argument_lexer.zig
100644 → 100755
Empty file.
Empty file modified server/source/command/argument_parser.zig
100644 → 100755
Empty file.
Empty file modified server/source/command/argument_tokenizer.zig
100644 → 100755
Empty file.
Empty file modified server/source/main.zig
100644 → 100755
Empty file.
Empty file modified server/source/yaml/yaml.zig
100644 → 100755
Empty file.

0 comments on commit de2f3d0

Please sign in to comment.