Skip to content

Commit 05c0218

Browse files
authored
Update _fe_analyzer_shared to version ^38.0.0 (#1573)
1 parent 024affc commit 05c0218

File tree

4 files changed

+15
-14
lines changed

4 files changed

+15
-14
lines changed

dwds/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 13.1.0
2+
- Update _fe_analyzer_shared to version ^38.0.0.
3+
14
## 13.0.0
25
- Change wording of paused overlay from "Paused in Dart DevTools" to "Paused"
36
- Allow sending back the Dart DevTools URL from DWDS instead of launching

dwds/lib/src/injected/client.js

Lines changed: 9 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dwds/lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dwds/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dwds
22
# Every time this changes you need to run `dart run build_runner build`.
3-
version: 13.0.0
3+
version: 13.1.0
44
homepage: https://github.com/dart-lang/webdev/tree/master/dwds
55
description: >-
66
A service that proxies between the Chrome debug protocol and the Dart VM
@@ -10,7 +10,7 @@ environment:
1010
sdk: ">=2.16.0 <3.0.0"
1111

1212
dependencies:
13-
_fe_analyzer_shared: ^34.0.0
13+
_fe_analyzer_shared: ^38.0.0
1414
async: ^2.3.0
1515
built_collection: ^5.0.0
1616
built_value: '>=6.7.0 <9.0.0'

0 commit comments

Comments
 (0)