Skip to content

Commit

Permalink
actions-dart-dependency-updater:
Browse files Browse the repository at this point in the history
  • Loading branch information
action committed Apr 9, 2024
1 parent 23a4a73 commit efb489c
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 14 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [4.0.0+5] - April 9, 2024

* Automated dependency updates


## [4.0.0+4] - October 10, 2023

* Automated dependency updates
Expand Down Expand Up @@ -386,5 +391,6 @@






5 changes: 2 additions & 3 deletions example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
name: 'example'
description: 'Example app for the JsonDynamicWidget library'
publish_to: 'none'
version: '1.0.0+2'
version: '1.0.0+3'

environment:
sdk: '>=2.19.0 <4.0.0'

dependencies:
flutter:
sdk: 'flutter'
json_dynamic_widget: '^7.0.2'
json_dynamic_widget: '^7.1.0+7'
json_dynamic_widget_plugin_rive:
path: '../'
logging: '^1.2.0'
Expand All @@ -18,7 +18,6 @@ dev_dependencies:
flutter_test:
sdk: 'flutter'


flutter:
uses-material-design: true
assets:
Expand Down
21 changes: 10 additions & 11 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'json_dynamic_widget_plugin_rive'
description: 'A plugin to the JSON Dynamic Widget to provide Rive support to the widgets'
homepage: 'https://github.com/peiffer-innovations/json_dynamic_widget_plugin_rive'
version: '4.0.0+4'
version: '4.0.0+5'

environment:
sdk: '>=2.19.0 <4.0.0'
Expand All @@ -10,28 +10,27 @@ analyzer:
exclude:
- 'lib/generated/**'


dependencies:
child_builder: '^2.0.1'
child_builder: '^2.0.2'
flutter:
sdk: 'flutter'
json_class: '^3.0.0+5'
json_dynamic_widget: '^7.0.2'
json_theme: '^6.3.0'
json_class: '^3.0.0+13'
json_dynamic_widget: '^7.1.0+7'
json_theme: '^6.4.1+2'
logging: '^1.2.0'
meta: '^1.9.1'
rive: '^0.11.17'
uuid: '^4.1.0'
rive: '^0.13.1'
uuid: '^4.4.0'

false_secrets:
- 'example/web/index.html'

dev_dependencies:
build_runner: '^2.4.6'
flutter_lints: '^2.0.3'
build_runner: '^2.4.9'
flutter_lints: '^3.0.2'
flutter_test:
sdk: 'flutter'
json_dynamic_widget_codegen: '^1.0.1+1'
json_dynamic_widget_codegen: '^1.0.5+8'

ignore_updates:
- 'archive'
Expand Down

0 comments on commit efb489c

Please sign in to comment.