Skip to content

Commit

Permalink
Pubspec
Browse files Browse the repository at this point in the history
  • Loading branch information
arianneorpilla committed May 18, 2023
1 parent a6f38c5 commit 40251dc
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 18 deletions.
48 changes: 32 additions & 16 deletions yuuna/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ packages:
dependency: transitive
description:
name: _fe_analyzer_shared
sha256: "98d1d33ed129b372846e862de23a0fc365745f4d7b5e786ce667fcbbb7ac5c07"
sha256: "405666cd3cf0ee0a48d21ec67e65406aad2c726d9fa58840d3375e7bdcd32a07"
url: "https://pub.dev"
source: hosted
version: "55.0.0"
version: "60.0.0"
analyzer:
dependency: transitive
description:
name: analyzer
sha256: "881348aed9b0b425882c97732629a6a31093c8ff20fc4b3b03fb9d3d50a3a126"
sha256: "1952250bd005bacb895a01bf1b4dc00e3ba1c526cf47dca54dfe24979c65f5b3"
url: "https://pub.dev"
source: hosted
version: "5.7.1"
version: "5.12.0"
archive:
dependency: transitive
description:
Expand Down Expand Up @@ -82,6 +82,14 @@ packages:
url: "https://github.com/lrorpilla/blurry_container/"
source: git
version: "0.0.2"
boolean_selector:
dependency: transitive
description:
name: boolean_selector
sha256: "6cfb5af12253eaf2b368f07bacc5a80d1301a071c73360d746b7f2e32d762c66"
url: "https://pub.dev"
source: hosted
version: "2.1.1"
build:
dependency: transitive
description:
Expand Down Expand Up @@ -931,18 +939,18 @@ packages:
dependency: "direct main"
description:
name: json_annotation
sha256: c33da08e136c3df0190bd5bbe51ae1df4a7d96e7954d1d7249fea2968a72d317
sha256: b10a7b2ff83d83c777edba3c6a0f97045ddadd56c944e1a23a3fdf43a1bf4467
url: "https://pub.dev"
source: hosted
version: "4.8.0"
version: "4.8.1"
json_serializable:
dependency: "direct main"
description:
name: json_serializable
sha256: dadc08bd61f72559f938dd08ec20dbfec6c709bba83515085ea943d2078d187a
sha256: "61a60716544392a82726dd0fa1dd6f5f1fd32aec66422b6e229e7b90d52325c4"
url: "https://pub.dev"
source: hosted
version: "6.6.1"
version: "6.7.0"
just_audio:
dependency: "direct main"
description:
Expand Down Expand Up @@ -1016,13 +1024,13 @@ packages:
source: hosted
version: "2.2.3"
matcher:
dependency: transitive
dependency: "direct overridden"
description:
name: matcher
sha256: "16db949ceee371e9b99d22f88fa3a73c4e59fd0afed0bd25fc336eb76c198b72"
sha256: "1803e76e6653768d64ed8ff2e1e67bea3ad4b923eb5c56a295c3e634bad5960e"
url: "https://pub.dev"
source: hosted
version: "0.12.13"
version: "0.12.16"
material_color_utilities:
dependency: transitive
description:
Expand Down Expand Up @@ -1290,13 +1298,13 @@ packages:
source: hosted
version: "1.0.0"
pub_semver:
dependency: transitive
dependency: "direct overridden"
description:
name: pub_semver
sha256: "816c1a640e952d213ddd223b3e7aafae08cd9f8e1f6864eed304cc13b0272b07"
sha256: "40d3ab1bbd474c4c2328c91e3a7df8c6dd629b79ece4c4bd04bee496a224fb0c"
url: "https://pub.dev"
source: hosted
version: "2.1.1"
version: "2.1.4"
pubspec_parse:
dependency: transitive
description:
Expand Down Expand Up @@ -1500,10 +1508,10 @@ packages:
dependency: transitive
description:
name: source_gen
sha256: c2bea18c95cfa0276a366270afaa2850b09b4a76db95d546f3d003dcc7011298
sha256: "373f96cf5a8744bc9816c1ff41cf5391bbdbe3d7a96fe98c622b6738a8a7bd33"
url: "https://pub.dev"
source: hosted
version: "1.2.7"
version: "1.3.2"
source_helper:
dependency: transitive
description:
Expand Down Expand Up @@ -1618,6 +1626,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.2.1"
test_api:
dependency: transitive
description:
name: test_api
sha256: "75760ffd7786fffdfb9597c35c5b27eaeec82be8edfb6d71d32651128ed7aab8"
url: "https://pub.dev"
source: hosted
version: "0.6.0"
time:
dependency: transitive
description:
Expand Down
7 changes: 5 additions & 2 deletions yuuna/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ dependencies:
intl: ^0.18.0
isar: ^3.1.0+1
isar_flutter_libs: ^3.1.0+1
json_annotation: ^4.8.0
json_serializable: ^6.6.1
json_annotation: ^4.8.1
json_serializable: ^6.7.0
just_audio: ^0.9.31
kana_kit: ^2.0.0
lemmatizerx: ^0.0.3
Expand Down Expand Up @@ -135,12 +135,15 @@ dependency_overrides:
ffi: ^2.0.0
freezed_annotation: ^2.2.0 # Caused by spaces
gap: ^3.0.0 # Caused by spaces
matcher: ^0.12.1
pub_semver: ^2.1.4

dev_dependencies:
build_runner: ^2.3.3
dependency_validator: ^3.0.0
flutter_lints: ^1.0.0
isar_generator: ^3.1.0+1


flutter_icons:
android: "launcher_icon"
Expand Down

0 comments on commit 40251dc

Please sign in to comment.