File tree 3 files changed +17
-6
lines changed
3 files changed +17
-6
lines changed Original file line number Diff line number Diff line change 2
2
# See https://docs.github.com/en/code-security/dependabot/dependabot-version-updates
3
3
version : 2
4
4
5
+ enable-beta-ecosystems : true
6
+
5
7
updates :
8
+ - package-ecosystem : " pub"
9
+ directory : " ."
10
+ schedule :
11
+ interval : " monthly"
6
12
- package-ecosystem : " github-actions"
7
13
directory : " /"
8
14
schedule :
Original file line number Diff line number Diff line change @@ -18,18 +18,18 @@ dependencies:
18
18
ref : dart3a
19
19
http :
20
20
dev_dependencies :
21
- yaml :
22
- dev_build :
21
+ yaml : " >=3.1.2 "
22
+ dev_build : " >=1.1.0+2 "
23
23
tekartik_bootstrap :
24
24
git :
25
25
url : https://github.com/tekartik/bootstrap.dart
26
26
ref : dart3a
27
27
version : ' >=0.3.0'
28
- build_runner :
28
+ build_runner : " >=2.4.13 "
29
29
build_test :
30
- build_web_compilers :
31
- test : any
32
- process_run : ' >=1.0.0 '
30
+ build_web_compilers : " >=4.0.11 "
31
+ test : " >=1.24.0 "
32
+ process_run : " >=1.2.1+1 "
33
33
googleapis_auth : ' >=1.6.0'
34
34
tekartik_js_utils :
35
35
git :
Original file line number Diff line number Diff line change
1
+ import 'package:test/test.dart' ;
2
+
3
+ Future <void > main () async {
4
+ test ('no vm test' , () {});
5
+ }
You can’t perform that action at this time.
0 commit comments