-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Update dependencies and dependabot.yml #77
Conversation
{ | ||
"name": "altfire_authenticator/example", | ||
"cwd": "packages/altfire_authenticator/example", | ||
"request": "launch", | ||
"type": "dart", | ||
"flutterMode": "debug" | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorted in alphabetical order and added altfire_messenger
!
@@ -1,5 +1,5 @@ | |||
# Uncomment this line to define a global platform for your project | |||
# platform :ios, '12.0' | |||
platform :ios, '12.0' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some were set to iOS 11, so unified to ios 12.0
in all Podfiles.
@@ -17,15 +17,15 @@ dependencies: | |||
path: ../packages/altfire_tracker | |||
flutter: | |||
sdk: flutter | |||
meta: ^1.10.0 | |||
meta: ^1.11.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could not upgrade to the latest version 1.14.0
due to a dependency with flutter_test
.
pod: | ||
description: Run all pod install. | ||
steps: | ||
- pod:ios | ||
- pod:macos | ||
|
||
pod:ios: | ||
description: Run pod install on iOS. | ||
exec: cd ios && pod install --repo-update | ||
packageFilters: | ||
dirExists: [lib, ios] | ||
fileExists: "ios/Podfile" | ||
|
||
pod:macos: | ||
description: Run pod install on macOS. | ||
exec: cd macos && pod install --repo-update | ||
packageFilters: | ||
dirExists: [lib, macos] | ||
fileExists: "macos/Podfile" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added a script to update the Podfile.lock in melos.yaml.
5afb58a
to
9c0f839
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🙌 What I did
✍️ What I didn't do
✅ Verification
Screenshots
Additional Information