forked from lxm_flutter/json_config_generator
update dependencies
This commit is contained in:
@@ -1,3 +1,11 @@
|
|||||||
|
## 0.1.3
|
||||||
|
|
||||||
|
- update dependencies
|
||||||
|
|
||||||
|
## 0.1.2
|
||||||
|
|
||||||
|
- add documentation
|
||||||
|
|
||||||
## 0.1.1
|
## 0.1.1
|
||||||
|
|
||||||
- add example file
|
- add example file
|
||||||
|
|||||||
12
pubspec.lock
12
pubspec.lock
@@ -7,14 +7,14 @@ packages:
|
|||||||
name: _fe_analyzer_shared
|
name: _fe_analyzer_shared
|
||||||
url: "https://pub.dartlang.org"
|
url: "https://pub.dartlang.org"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "27.0.0"
|
version: "33.0.0"
|
||||||
analyzer:
|
analyzer:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
name: analyzer
|
name: analyzer
|
||||||
url: "https://pub.dartlang.org"
|
url: "https://pub.dartlang.org"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "2.4.0"
|
version: "3.1.0"
|
||||||
args:
|
args:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
@@ -35,7 +35,7 @@ packages:
|
|||||||
name: build
|
name: build
|
||||||
url: "https://pub.dartlang.org"
|
url: "https://pub.dartlang.org"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "2.1.1"
|
version: "2.2.1"
|
||||||
build_config:
|
build_config:
|
||||||
dependency: "direct main"
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
@@ -112,7 +112,7 @@ packages:
|
|||||||
name: dart_style
|
name: dart_style
|
||||||
url: "https://pub.dartlang.org"
|
url: "https://pub.dartlang.org"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "2.2.0"
|
version: "2.2.1"
|
||||||
file:
|
file:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
@@ -147,7 +147,7 @@ packages:
|
|||||||
name: json_config_annotation
|
name: json_config_annotation
|
||||||
url: "https://pub.dartlang.org"
|
url: "https://pub.dartlang.org"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "0.1.0"
|
version: "0.1.1"
|
||||||
logging:
|
logging:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
@@ -217,7 +217,7 @@ packages:
|
|||||||
name: source_gen
|
name: source_gen
|
||||||
url: "https://pub.dartlang.org"
|
url: "https://pub.dartlang.org"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "1.1.1"
|
version: "1.2.1"
|
||||||
source_span:
|
source_span:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
|
|||||||
12
pubspec.yaml
12
pubspec.yaml
@@ -1,20 +1,20 @@
|
|||||||
name: json_config_generator
|
name: json_config_generator
|
||||||
description: Configuration generator from json files.
|
description: Configuration generator from json files.
|
||||||
version: 0.1.1
|
version: 0.1.3
|
||||||
homepage: https://github.com/deCardenas/json_config_generator
|
homepage: https://github.com/deCardenas/json_config_generator
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.12.0 <3.0.0"
|
sdk: ">=2.12.0 <3.0.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
analyzer: ^2.4.0
|
analyzer: ^3.1.0
|
||||||
build: ^2.1.1
|
build: ^2.2.1
|
||||||
dart_style: ^2.2.0
|
dart_style: ^2.2.1
|
||||||
source_gen: ^1.1.1
|
source_gen: ^1.2.1
|
||||||
code_builder: ^4.1.0
|
code_builder: ^4.1.0
|
||||||
build_config: ^1.0.0
|
build_config: ^1.0.0
|
||||||
built_collection: ^5.1.1
|
built_collection: ^5.1.1
|
||||||
json_config_annotation: ^0.1.0
|
json_config_annotation: ^0.1.1
|
||||||
recase: ^4.0.0
|
recase: ^4.0.0
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
|
|||||||
Reference in New Issue
Block a user