Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -269,17 +269,17 @@ packages:
dependency: "direct main"
description:
path: "."
ref: efd2472a1a6f729683243b56b19597e27821cc66
resolved-ref: efd2472a1a6f729683243b56b19597e27821cc66
ref: "0b54a928019c2201291fd4e660525749e07ab44b"
resolved-ref: "0b54a928019c2201291fd4e660525749e07ab44b"
url: "https://github.com/banool/dictionarylib.git"
source: git
version: "0.3.106"
version: "0.3.110"
dictionarylib_test_support:
dependency: "direct dev"
description:
path: dictionarylib_test_support
ref: efd2472a1a6f729683243b56b19597e27821cc66
resolved-ref: efd2472a1a6f729683243b56b19597e27821cc66
ref: "0b54a928019c2201291fd4e660525749e07ab44b"
resolved-ref: "0b54a928019c2201291fd4e660525749e07ab44b"
url: "https://github.com/banool/dictionarylib.git"
source: git
version: "0.0.1"
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Free video dictionary of Auslan signs

publish_to: 'none'

version: 2.0.61+972
version: 2.0.66+977

environment:
sdk: '>=3.2.3 <4.0.0'
Expand All @@ -22,7 +22,7 @@ dependencies:
url: https://github.com/banool/dictionarylib.git
# NOTE: keep this ref and dictionarylib_test_support's ref (below, in
# dev_dependencies) on the SAME commit when repinning.
ref: efd2472a1a6f729683243b56b19597e27821cc66
ref: 0b54a928019c2201291fd4e660525749e07ab44b
dolphinsr: ^4.0.0
flutter_native_splash:
go_router:
Expand All @@ -37,7 +37,7 @@ dev_dependencies:
dictionarylib_test_support:
git:
url: https://github.com/banool/dictionarylib.git
ref: efd2472a1a6f729683243b56b19597e27821cc66
ref: 0b54a928019c2201291fd4e660525749e07ab44b
path: dictionarylib_test_support
dependency_validator:
flutter_driver:
Expand Down
Loading