Skip to content

Commit

Permalink
Updated some packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfteam committed Feb 4, 2022
1 parent 5fee0e1 commit 1bc7606
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 25 deletions.
31 changes: 12 additions & 19 deletions pubspec.lock
Expand Up @@ -546,13 +546,6 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.0"
injector:
dependency: transitive
description:
name: injector
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.0"
internet_connection_checker:
dependency: "direct main"
description:
Expand Down Expand Up @@ -630,6 +623,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "0.12.11"
material_color_utilities:
dependency: transitive
description:
name: material_color_utilities
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.3"
meta:
dependency: transitive
description:
Expand Down Expand Up @@ -664,7 +664,7 @@ packages:
name: msix
url: "https://pub.dartlang.org"
source: hosted
version: "2.6.6"
version: "2.8.13"
nested:
dependency: transitive
description:
Expand Down Expand Up @@ -784,13 +784,6 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.4"
pedantic:
dependency: transitive
description:
name: pedantic
url: "https://pub.dartlang.org"
source: hosted
version: "1.11.1"
permission_handler:
dependency: "direct main"
description:
Expand Down Expand Up @@ -1082,21 +1075,21 @@ packages:
name: test
url: "https://pub.dartlang.org"
source: hosted
version: "1.17.12"
version: "1.19.5"
test_api:
dependency: transitive
description:
name: test_api
url: "https://pub.dartlang.org"
source: hosted
version: "0.4.3"
version: "0.4.8"
test_core:
dependency: transitive
description:
name: test_core
url: "https://pub.dartlang.org"
source: hosted
version: "0.4.2"
version: "0.4.9"
timezone:
dependency: transitive
description:
Expand Down Expand Up @@ -1243,7 +1236,7 @@ packages:
name: webview_windows
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.0"
version: "0.1.6"
win32:
dependency: transitive
description:
Expand Down
10 changes: 4 additions & 6 deletions pubspec.yaml
Expand Up @@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
# Read more about iOS versioning at
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
version: 1.2.9+43
version: 1.2.3+43

environment:
sdk: '>=2.15.1 <3.0.0'
Expand Down Expand Up @@ -67,7 +67,7 @@ dependencies:
url_launcher: ^6.0.17
version_tracker: ^2.1.1
waterfall_flow: ^3.0.2
webview_windows: ^0.1.0
webview_windows: ^0.1.6
window_size:
git:
url: git://github.com/google/flutter-desktop-embedding.git
Expand All @@ -84,7 +84,7 @@ dev_dependencies:
json_serializable: ^6.1.3
lint: ^1.7.2
mockito: ^5.0.16
msix: ^2.6.6
msix: ^2.8.13

flutter_icons:
android: "launcher_icon"
Expand Down Expand Up @@ -137,11 +137,9 @@ msix_config:
display_name: "Shiori for Genshin: Unofficial"
publisher_display_name: MiraiSoft
identity_name: 52493MiraiSoft.ShioriforGenshinUnofficial
msix_version: 1.2.9.0
msix_version: 1.2.3.0
publisher: CN=58BF90DC-3D34-433E-A12B-4C504DF78641
logo_path: assets\icon\icon.png
start_menu_icon_path: assets\icon\icon.png
languages: en
icons_background_color: transparent
capabilities: 'internetClient'
store: true

0 comments on commit 1bc7606

Please sign in to comment.