mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 00:17:48 +01:00
Merge branch 'master' into feature/exercise-crowdsourcing
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -11,7 +11,7 @@ on:
|
||||
- 'pubspec.yaml'
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
||||
|
||||
15
.github/workflows/dependabot.yml
vendored
15
.github/workflows/dependabot.yml
vendored
@@ -1,15 +0,0 @@
|
||||
name: Dependabot Pub
|
||||
|
||||
on: workflow_dispatch
|
||||
|
||||
jobs:
|
||||
pub:
|
||||
name: Dependabot Pub
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: dart-lang/setup-dart@v1
|
||||
- name: Update
|
||||
uses: IchordeDionysos/dependabot-pub-runner@main
|
||||
with:
|
||||
path: /
|
||||
@@ -545,14 +545,14 @@ packages:
|
||||
name: json_annotation
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "4.6.0"
|
||||
version: "4.7.0"
|
||||
json_serializable:
|
||||
dependency: "direct dev"
|
||||
description:
|
||||
name: json_serializable
|
||||
url: "https://pub.dartlang.org"
|
||||
source: hosted
|
||||
version: "6.3.2"
|
||||
version: "6.4.0"
|
||||
klizma:
|
||||
dependency: transitive
|
||||
description:
|
||||
|
||||
@@ -44,7 +44,7 @@ dependencies:
|
||||
http: ^0.13.5
|
||||
image_picker: ^0.8.4+9
|
||||
intl: ^0.17.0
|
||||
json_annotation: ^4.5.0
|
||||
json_annotation: ^4.7.0
|
||||
version: ^3.0.2
|
||||
package_info: ^2.0.2
|
||||
provider: ^6.0.3
|
||||
|
||||
Reference in New Issue
Block a user