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 Oct 8, 2024
1 parent 5fc15f9 commit 51e510c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## [2.0.2+21] - October 8, 2024

* Automated dependency updates


## [2.0.2+20] - September 17, 2024

* Automated dependency updates
Expand Down
4 changes: 2 additions & 2 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+19'
version: '1.0.0+20'

environment:
sdk: '>=3.0.0 <4.0.0'

dependencies:
flutter:
sdk: 'flutter'
json_dynamic_widget: '^7.3.0+2'
json_dynamic_widget: '^7.3.1+2'
json_dynamic_widget_plugin_js:
path: '../'
logging: '^1.2.0'
Expand Down
14 changes: 7 additions & 7 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'json_dynamic_widget_plugin_js'
description: 'A plugin to the JSON Dynamic Widget to provide JS support to the widgets'
homepage: 'https://github.com/peiffer-innovations/json_dynamic_widget_plugin_js'
version: '2.0.2+20'
version: '2.0.2+21'

environment:
sdk: '>=3.0.0 <4.0.0'
Expand All @@ -18,21 +18,21 @@ dependencies:
flutter_js: '^0.8.1'
js: '^0.7.1'
json_class: '^3.0.0+16'
json_dynamic_widget: '^7.3.0+2'
json_theme: '^6.5.3'
json_dynamic_widget: '^7.3.1+2'
json_theme: '^6.5.3+2'
logging: '^1.2.0'
meta: '^1.12.0'
uuid: '^4.5.0'
uuid: '^4.5.1'

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

dev_dependencies:
build_runner: '^2.4.12'
flutter_lints: '^4.0.0'
build_runner: '^2.4.13'
flutter_lints: '^5.0.0'
flutter_test:
sdk: 'flutter'
json_dynamic_widget_codegen: '^1.0.6+7'
json_dynamic_widget_codegen: '^1.0.6+9'

permittedLicenses:
- 'Apache-2.0'
Expand Down

0 comments on commit 51e510c

Please sign in to comment.