Skip to content

Commit f6b8457

Browse files
author
Anna Gringauze
authored
Prep webdev for publishing (#1374)
* Depend on latest dwds, fix typo * Update dwds version to contain OOM and reliability fixes * Use latest dwds * Update README
1 parent 60ba420 commit f6b8457

File tree

3 files changed

+5
-12
lines changed

3 files changed

+5
-12
lines changed

webdev/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
- Depend on the latest `package:dwds`.
44
- Update min sdk constraint to `>=2.13.0`.
5-
- Support the latest `pkgackage:build_daemon`.
5+
- Support the latest `package:build_daemon`.
66

77
## 2.7.4
88

webdev/README.md

+3-6
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,19 @@ A command-line tool for developing and deploying web applications with Dart.
22

33
## Requirements
44

5-
The latest release of `webdev` requires Dart SDK `2.10.0` or later.
5+
The latest release of `webdev` requires Dart SDK `2.13.0` or later.
66

77
To use `webdev` with a package, make sure you have entries in `pubspec.yaml`
88
similar to:
99

1010
```yaml
1111
...
1212
dev_dependencies:
13-
build_runner: ^1.6.2
14-
build_web_compilers: ^2.0.0
13+
build_runner: ^2.1.1
14+
build_web_compilers: ^3.0.0
1515
...
1616
```
1717

18-
*`build_web_compilers` `^1.2.0` is supported, but with some limited
19-
functionality.*
20-
2118
## Installation
2219

2320
`webdev` is not meant to be used as a dependency. Instead, it should be

webdev/pubspec.yaml

+1-5
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies:
1818
browser_launcher: ^1.0.0
1919
crypto: ^3.0.0
2020
dds: ^2.0.0
21-
dwds: ^11.1.1
21+
dwds: ^11.2.3
2222
http: ^0.13.0
2323
http_multi_server: ^3.0.0
2424
io: ^1.0.0
@@ -50,9 +50,5 @@ dev_dependencies:
5050
test_process: ^2.0.2
5151
webdriver: ^3.0.0
5252

53-
dependency_overrides:
54-
dwds:
55-
path: ../dwds
56-
5753
executables:
5854
webdev:

0 commit comments

Comments
 (0)