Skip to content

Commit b15292a

Browse files
committed
fix(deps): update all dependencies
1 parent e2e9562 commit b15292a

5 files changed

Lines changed: 15 additions & 15 deletions

File tree

.github/workflows/build-and-release-app.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
version: ${{ steps.get_version.outputs.version }}
2828
prerelease: ${{ steps.get_version.outputs.prerelease }}
2929
steps:
30-
- uses: actions/checkout@v3
30+
- uses: actions/checkout@v5
3131
with:
3232
fetch-depth: 0
3333
- name: Get version
@@ -59,13 +59,13 @@ jobs:
5959
output: build/windows/x64/runner/Release/admincraft.zip
6060
ext: zip
6161
steps:
62-
- uses: actions/checkout@v3
62+
- uses: actions/checkout@v5
6363
with:
6464
fetch-depth: 0
6565
- name: Set up Flutter
6666
uses: subosito/flutter-action@v2
6767
with:
68-
channel: stable
68+
flutter-version: 3.47.0
6969
- name: Install dependencies
7070
run: flutter pub get
7171
- name: Install zip (Windows only)
@@ -102,7 +102,7 @@ jobs:
102102
needs: [get-version, build]
103103
runs-on: ubuntu-latest
104104
steps:
105-
- uses: actions/checkout@v3
105+
- uses: actions/checkout@v5
106106
with:
107107
fetch-depth: 0
108108
- name: Collect built files

.github/workflows/bump-version-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
bump-version:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v5
2121
with:
2222
fetch-depth: 0
2323
- name: Set up Git user

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Set up Flutter
3030
uses: subosito/flutter-action@v2
3131
with:
32-
channel: stable
32+
flutter-version: 3.47.0
3333
cache: true
3434

3535
- name: Set up Python

android/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pluginManagement {
1919
plugins {
2020
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
2121
id "com.android.application" version "8.1.0" apply false
22-
id "org.jetbrains.kotlin.android" version "1.8.10" apply false
22+
id "org.jetbrains.kotlin.android" version "1.9.22" apply false
2323
}
2424

2525
include ":app"

pubspec.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
1717
# of the product and file versions while build-number is used as the build suffix.
1818
version: 2.0.0
1919
environment:
20-
sdk: ^3.5.1
20+
sdk: ^3.12.0
2121
# Dependencies specify other packages that your package needs in order to work.
2222
# To automatically upgrade your package dependencies to the latest versions
2323
# consider running `flutter pub upgrade --major-versions`. Alternatively,
@@ -27,20 +27,20 @@ environment:
2727
dependencies:
2828
flutter:
2929
sdk: flutter
30-
provider: ^6.1.2
31-
webview_flutter: ^4.0.1
32-
shared_preferences: ^2.0.15
30+
provider: ^6.1.5+1
31+
webview_flutter: ^4.14.1
32+
shared_preferences: ^2.5.5
3333
file_picker: ^8.1.2
3434
toastification: ^2.2.0
3535
package_info_plus: ^8.0.2
36-
url_launcher: ^6.0.9
37-
web_socket_channel: ^3.0.1
36+
url_launcher: ^6.3.2
37+
web_socket_channel: ^3.0.3
3838
dart_jsonwebtoken: ^2.14.0
3939
cryptography: ^2.9.0
40-
web: ^1.0.0
40+
web: ^1.1.1
4141
# The following adds the Cupertino Icons font to your application.
4242
# Use with the CupertinoIcons class for iOS style icons.
43-
cupertino_icons: ^1.0.8
43+
cupertino_icons: ^1.0.9
4444
google_sign_in: 7.2.0
4545
googleapis_auth: 2.3.3
4646
http: 1.6.0

0 commit comments

Comments
 (0)