File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change
1
+ ## 5.0.14
2
+
3
+ - Allow Dart SDK 3.9.x and 3.10 prerelease.
4
+
1
5
## 5.0.13
2
6
3
7
- Allow Dart SDK 3.8.x and 3.9 prerelease.
Original file line number Diff line number Diff line change 1
1
name : build_modules
2
- version : 5.0.13
2
+ version : 5.0.14
3
3
description : >-
4
4
Builders to analyze and split Dart code into individually compilable modules
5
5
based on imports.
6
6
repository : https://github.com/dart-lang/build/tree/master/build_modules
7
7
resolution : workspace
8
8
9
9
environment :
10
- sdk : ' >=3.7.0 <3.9 .0-z'
10
+ sdk : ' >=3.7.0 <3.10 .0-z'
11
11
12
12
dependencies :
13
13
analyzer : ' >=5.1.0 <8.0.0'
Original file line number Diff line number Diff line change
1
+ ## 4.1.6
2
+
3
+ - Allow Dart SDK 3.9.x and 3.10 prerelease.
4
+
1
5
## 4.1.5
2
6
3
7
- Remove dependency on the deprecated ` package:js ` .
Original file line number Diff line number Diff line change 1
1
name : build_web_compilers
2
- version : 4.1.5
2
+ version : 4.1.6
3
3
description : Builder implementations wrapping the dart2js and DDC compilers.
4
4
repository : https://github.com/dart-lang/build/tree/master/build_web_compilers
5
5
resolution : workspace
6
6
7
7
environment :
8
- sdk : ' >=3.7.0 <3.9 .0-z'
8
+ sdk : ' >=3.7.0 <3.10 .0-z'
9
9
10
10
dependencies :
11
11
analyzer : ' >=5.1.0 <8.0.0'
You can’t perform that action at this time.
0 commit comments