Skip to content

Commit

Permalink
fix incompatible build_daemon and webdev versions in jaspr_cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Kilian Schulte committed Jan 10, 2024
1 parent 2d4d274 commit a53c6d9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
1 change: 1 addition & 0 deletions packages/jaspr/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
- Promoted `jaspr_web_compilers` to non-experimental status and changed cli command `jaspr create --experimental-web-compilers`
to `jaspr create --jaspr-web-compilers`
- Fixed error on windows when running `jaspr build`.
- Fixed error with `jaspr serve` related to the use of `webdev`.

## 0.9.3

Expand Down
2 changes: 1 addition & 1 deletion packages/jaspr_cli/analysis_options.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ analyzer:

linter:
rules:
sort_pub_dependencies: true
sort_pub_dependencies: false # to group packages semantically
prefer_relative_imports: true
directives_ordering: true
avoid_print: true
14 changes: 8 additions & 6 deletions packages/jaspr_cli/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,23 @@ executables:
dependencies:
ansi_styles: ^0.3.2
args: ^2.3.0
build_daemon: ^4.0.0
cli_completion: ^0.3.0
cli_completion: ^0.4.0
cli_util: ^0.4.0
collection: ^1.17.1
dwds: ^19.0.0
http: ^0.13.6
http: ^0.13.4
io: ^1.0.4
logging: ^1.1.1
mason: ^0.1.0-dev.31
meta: ^1.7.0
path: ^1.8.0
pub_updater: ^0.3.0
webdev: ^3.0.0
yaml: ^3.1.0
# The following packages don't adhere to semantic versioning and might ship breaking changes in minor versions.
# Therefore, we depend on fixed versions of these packages.
build_daemon: 4.0.1
dwds: 23.0.0
webdev: 3.3.0

dev_dependencies:
lints: ^2.1.0
lints: ^3.0.0
test: ^1.22.0

0 comments on commit a53c6d9

Please sign in to comment.