Updated dependencies
This commit is contained in:
parent
b26b5c3054
commit
9619342ab8
3 changed files with 21 additions and 17 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -58,5 +58,5 @@ sample-project
|
||||||
.dart_tool
|
.dart_tool
|
||||||
.metals
|
.metals
|
||||||
|
|
||||||
.vscode
|
#.vscode
|
||||||
!.vscode/settings.json
|
#!.vscode/settings.json
|
|
@ -1,8 +1,12 @@
|
||||||
# Change Log
|
# Change Log
|
||||||
|
|
||||||
## 6.0.1
|
## 8.0.0
|
||||||
|
|
||||||
* Added `angel3-orm-mysql` template for ORM support for MariaDB and MySQL
|
* Required SDK > 3.0.x
|
||||||
|
|
||||||
|
## 7.0.0
|
||||||
|
|
||||||
|
* Skipped release
|
||||||
|
|
||||||
## 6.0.0
|
## 6.0.0
|
||||||
|
|
||||||
|
|
26
pubspec.yaml
26
pubspec.yaml
|
@ -1,29 +1,29 @@
|
||||||
name: angel3_cli
|
name: angel3_cli
|
||||||
version: 6.0.1
|
version: 8.0.0
|
||||||
description: Command line tools for the Angel3 framework, including scaffolding.
|
description: Command line tools for the Angel3 framework, including scaffolding.
|
||||||
homepage: https://angel3-framework.web.app/
|
homepage: https://angel3-framework.web.app/
|
||||||
repository: https://github.com/dukefirehawk/angel3-cli
|
repository: https://github.com/dukefirehawk/angel3-cli
|
||||||
environment:
|
environment:
|
||||||
sdk: '>=2.16.0 <3.0.0'
|
sdk: '>=3.0.0 <4.0.0'
|
||||||
dependencies:
|
dependencies:
|
||||||
analyzer: ^3.0.0
|
analyzer: ^5.13.0
|
||||||
args: ^2.1.1
|
args: ^2.4.0
|
||||||
code_builder: ^4.0.0
|
code_builder: ^4.5.0
|
||||||
dart_style: ^2.0.1
|
dart_style: ^2.3.0
|
||||||
glob: ^2.0.1
|
glob: ^2.1.0
|
||||||
http: ^0.13.3
|
http: ^1.0.0
|
||||||
io: ^1.0.0
|
io: ^1.0.0
|
||||||
inflection3: ^0.5.3+2
|
inflection3: ^0.5.3+2
|
||||||
mustache_template: ^2.0.0
|
mustache_template: ^2.0.0
|
||||||
path: ^1.8.0
|
path: ^1.8.0
|
||||||
prompts: ^2.0.0
|
prompts: ^2.0.0
|
||||||
pubspec_parse: ^1.0.0
|
pubspec_parse: ^1.2.0
|
||||||
quiver: ^3.0.1
|
quiver: ^3.2.0
|
||||||
recase: ^4.0.0
|
recase: ^4.1.0
|
||||||
shutdown: ^0.4.3
|
shutdown: ^0.4.3
|
||||||
watcher: ^1.0.0
|
watcher: ^1.1.0
|
||||||
yaml: ^3.1.0
|
yaml: ^3.1.0
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
lints: ^1.0.0
|
lints: ^2.0.0
|
||||||
executables:
|
executables:
|
||||||
angel3: angel3
|
angel3: angel3
|
||||||
|
|
Loading…
Reference in a new issue