File tree Expand file tree Collapse file tree 4 files changed +15
-7
lines changed Expand file tree Collapse file tree 4 files changed +15
-7
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ name: _test_package
22version : 1.0.0
33description : >-
44 A fake package used for testing imports. Imports _test.
5+ This code is for testing that debugger works with weak null safety so we
6+ should not migrate it to null safety. Once Dart 3.0 is released, we should
7+ delete this directory.
58publish_to : none
69
710environment :
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ dependencies:
1212 path : ../_testSound
1313
1414dev_dependencies :
15- build_runner : ^2.0.0
16- build_web_compilers : ^3.0.0
15+ build_runner : ^2.1.11
16+ build_web_compilers : ^3.2.3
Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ environment:
88 sdk : ' >=2.13.0 <3.0.0'
99
1010dependencies :
11- intl : ^0.17.0-nullsafety.2
12- path : ^1.6.1
11+ intl : ^0.17.0
12+ path : ^1.8.2
1313
1414dev_dependencies :
15- build_runner : ^2.0.0
16- build_web_compilers : ^3.0.0
15+ build_runner : ^2.1.11
16+ build_web_compilers : ^3.2.3
Original file line number Diff line number Diff line change 11name : _webdev_smoke
2- description : A test fixture for webdev testing.
2+ description :
3+ A test fixture for webdev testing.
4+ This code is for testing that debugger works with weak null safety so we
5+ should not migrate it to null safety. Once Dart 3.0 is released, we should
6+ delete this directory.
7+
38
49# The versions in this pubspec should match the requirements
510# defined by webdev. That is the SDK constraint should be the
You can’t perform that action at this time.
0 commit comments