Skip to content

Commit

Permalink
chore(deps): bumps deps
Browse files Browse the repository at this point in the history
  • Loading branch information
VannaDii committed Dec 10, 2023
1 parent d4faa75 commit f8d1c3e
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 23 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,11 @@ jobs:

- name: 🚀 Publish
if: ${{ !env.ACT }}
uses: RatakondalaArun/pub.dev-cd@v1.0.0
uses: k-paxian/dart-package-publisher@v1.6
with:
creditionals: ${{secrets.PUB_DEV_CREDENTIALS}}
accessToken: ''
refreshToken: ''
credentialJson: ${{secrets.PUB_DEV_CREDENTIALS}}

- uses: codecov/codecov-action@v2
with:
Expand Down
42 changes: 21 additions & 21 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
name: endaft_core
description: The core library behind the EnDaft 'shared' library. Chock full of
goodness within.
version: 0.0.3
version: 0.0.4
homepage: https://endaft.dev
repository: https://github.com/endaft/endaft-core
issue_tracker: https://github.com/endaft/endaft-core/issues

environment:
sdk: ">=2.16.0 <3.0.0"
sdk: '>=3.1.2 <4.0.0'

dependencies:
amazon_cognito_identity_dart_2: ">=3.0.0 <4.0.0"
amazon_cognito_identity_dart_2: ">=3.6.0 <4.0.0"
aws_lambda_dart_runtime: ">=1.1.0 <2.0.0"
aws_s3_api: ">=1.2.0 <3.0.0"
collection: ">=1.16.0 <2.0.0"
equatable: ">=2.0.0 <3.0.0"
http: ">=0.13.0 <1.0.0"
injector: ">=2.0.0 <3.0.0"
json_annotation: ">=4.6.0 <5.0.0"
matcher: ">=0.12.0 <1.0.0"
meta: ">=1.8.0 <2.0.0"
mocktail: ">=0.3.0 <1.0.0"
path: ">=1.8.0 <2.0.0"
uuid: ">=3.0.0 <4.0.0"
aws_s3_api: ">=2.0.0 <3.0.0"
collection: ">=1.18.0 <2.0.0"
equatable: ">=2.0.5 <3.0.0"
http: ">=0.13.1 <2.0.0"
injector: ^3.0.0
json_annotation: ">=4.8.1 <5.0.0"
matcher: ">=0.12.16 <1.0.0"
meta: ">=1.11.0 <2.0.0"
mocktail: ^1.0.1
path: ">=1.9.0 <2.0.0"
uuid: ">=3.0.7 <5.0.0"

dev_dependencies:
analyzer: ">=4.7.0 <6.0.0"
build_runner: ">=2.2.0 <3.0.0"
build_test: ">=2.1.5 <3.0.0"
coverage: ">=1.5.0 <2.0.0"
json_serializable: ">=6.0.0 <7.0.0"
lints: ">=2.0.0 <3.0.0"
test: ">=1.0.0 <2.0.0"
analyzer: ^6.3.0
build_runner: ">=2.4.7 <3.0.0"
build_test: ">=2.2.1 <3.0.0"
coverage: ">=1.7.1 <2.0.0"
json_serializable: ">=6.7.1 <7.0.0"
lints: ^3.0.0
test: ">=1.24.9 <2.0.0"

0 comments on commit f8d1c3e

Please sign in to comment.