Skip to content

Commit 0c8a17b

Browse files
authored
Remove dependency overrides. (#2634)
* Remove dependency overrides. * Address review comments. * Address review comments.
1 parent a321863 commit 0c8a17b

File tree

12 files changed

+14
-525
lines changed

12 files changed

+14
-525
lines changed

fixtures/_experimentSound/pubspec.yaml

Lines changed: 1 addition & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -12,51 +12,5 @@ dependencies:
1212
path: ^1.8.2
1313

1414
dev_dependencies:
15-
build_runner: ^2.4.0
15+
build_runner: ^2.5.0
1616
build_web_compilers: ^4.0.4
17-
dependency_overrides:
18-
build:
19-
git:
20-
url: https://github.com/dart-lang/build
21-
path: build
22-
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
23-
build_config:
24-
git:
25-
url: https://github.com/dart-lang/build
26-
path: build_config
27-
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
28-
build_daemon:
29-
git:
30-
url: https://github.com/dart-lang/build
31-
path: build_daemon
32-
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
33-
build_modules:
34-
git:
35-
url: https://github.com/dart-lang/build
36-
path: build_modules
37-
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
38-
build_resolvers:
39-
git:
40-
url: https://github.com/dart-lang/build
41-
path: build_resolvers
42-
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
43-
build_runner:
44-
git:
45-
url: https://github.com/dart-lang/build
46-
path: build_runner
47-
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
48-
build_runner_core:
49-
git:
50-
url: https://github.com/dart-lang/build
51-
path: build_runner_core
52-
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
53-
build_test:
54-
git:
55-
url: https://github.com/dart-lang/build
56-
path: build_test
57-
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
58-
build_web_compilers:
59-
git:
60-
url: https://github.com/dart-lang/build
61-
path: build_web_compilers
62-
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640

fixtures/_testCircular1Sound/pubspec.yaml

Lines changed: 1 addition & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -14,52 +14,5 @@ dependencies:
1414
path: ../_testCircular2Sound
1515

1616
dev_dependencies:
17-
build_runner: ^2.4.0
17+
build_runner: ^2.5.0
1818
build_web_compilers: ^4.0.4
19-
20-
dependency_overrides:
21-
build:
22-
git:
23-
url: https://github.com/dart-lang/build
24-
path: build
25-
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
26-
build_config:
27-
git:
28-
url: https://github.com/dart-lang/build
29-
path: build_config
30-
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
31-
build_daemon:
32-
git:
33-
url: https://github.com/dart-lang/build
34-
path: build_daemon
35-
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
36-
build_modules:
37-
git:
38-
url: https://github.com/dart-lang/build
39-
path: build_modules
40-
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
41-
build_resolvers:
42-
git:
43-
url: https://github.com/dart-lang/build
44-
path: build_resolvers
45-
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
46-
build_runner:
47-
git:
48-
url: https://github.com/dart-lang/build
49-
path: build_runner
50-
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
51-
build_runner_core:
52-
git:
53-
url: https://github.com/dart-lang/build
54-
path: build_runner_core
55-
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
56-
build_test:
57-
git:
58-
url: https://github.com/dart-lang/build
59-
path: build_test
60-
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
61-
build_web_compilers:
62-
git:
63-
url: https://github.com/dart-lang/build
64-
path: build_web_compilers
65-
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640

fixtures/_testCircular2Sound/pubspec.yaml

Lines changed: 1 addition & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -12,52 +12,5 @@ dependencies:
1212
path: ../_testCircular1Sound
1313

1414
dev_dependencies:
15-
build_runner: ^2.4.0
15+
build_runner: ^2.5.0
1616
build_web_compilers: ^4.0.4
17-
18-
dependency_overrides:
19-
build:
20-
git:
21-
url: https://github.com/dart-lang/build
22-
path: build
23-
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
24-
build_config:
25-
git:
26-
url: https://github.com/dart-lang/build
27-
path: build_config
28-
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
29-
build_daemon:
30-
git:
31-
url: https://github.com/dart-lang/build
32-
path: build_daemon
33-
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
34-
build_modules:
35-
git:
36-
url: https://github.com/dart-lang/build
37-
path: build_modules
38-
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
39-
build_resolvers:
40-
git:
41-
url: https://github.com/dart-lang/build
42-
path: build_resolvers
43-
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
44-
build_runner:
45-
git:
46-
url: https://github.com/dart-lang/build
47-
path: build_runner
48-
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
49-
build_runner_core:
50-
git:
51-
url: https://github.com/dart-lang/build
52-
path: build_runner_core
53-
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
54-
build_test:
55-
git:
56-
url: https://github.com/dart-lang/build
57-
path: build_test
58-
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
59-
build_web_compilers:
60-
git:
61-
url: https://github.com/dart-lang/build
62-
path: build_web_compilers
63-
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640

fixtures/_testHotReload/pubspec.yaml

Lines changed: 0 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -6,50 +6,3 @@ publish_to: none
66

77
environment:
88
sdk: ^3.7.0
9-
10-
dependency_overrides:
11-
build:
12-
git:
13-
url: https://github.com/dart-lang/build
14-
path: build
15-
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
16-
build_config:
17-
git:
18-
url: https://github.com/dart-lang/build
19-
path: build_config
20-
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
21-
build_daemon:
22-
git:
23-
url: https://github.com/dart-lang/build
24-
path: build_daemon
25-
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
26-
build_modules:
27-
git:
28-
url: https://github.com/dart-lang/build
29-
path: build_modules
30-
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
31-
build_resolvers:
32-
git:
33-
url: https://github.com/dart-lang/build
34-
path: build_resolvers
35-
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
36-
build_runner:
37-
git:
38-
url: https://github.com/dart-lang/build
39-
path: build_runner
40-
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
41-
build_runner_core:
42-
git:
43-
url: https://github.com/dart-lang/build
44-
path: build_runner_core
45-
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
46-
build_test:
47-
git:
48-
url: https://github.com/dart-lang/build
49-
path: build_test
50-
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
51-
build_web_compilers:
52-
git:
53-
url: https://github.com/dart-lang/build
54-
path: build_web_compilers
55-
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640

fixtures/_testHotRestart1Sound/pubspec.yaml

Lines changed: 1 addition & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -12,52 +12,5 @@ dependencies:
1212
path: ^1.6.1
1313

1414
dev_dependencies:
15-
build_runner: ^2.4.0
15+
build_runner: ^2.5.0
1616
build_web_compilers: ^4.0.4
17-
18-
dependency_overrides:
19-
build:
20-
git:
21-
url: https://github.com/dart-lang/build
22-
path: build
23-
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
24-
build_config:
25-
git:
26-
url: https://github.com/dart-lang/build
27-
path: build_config
28-
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
29-
build_daemon:
30-
git:
31-
url: https://github.com/dart-lang/build
32-
path: build_daemon
33-
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
34-
build_modules:
35-
git:
36-
url: https://github.com/dart-lang/build
37-
path: build_modules
38-
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
39-
build_resolvers:
40-
git:
41-
url: https://github.com/dart-lang/build
42-
path: build_resolvers
43-
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
44-
build_runner:
45-
git:
46-
url: https://github.com/dart-lang/build
47-
path: build_runner
48-
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
49-
build_runner_core:
50-
git:
51-
url: https://github.com/dart-lang/build
52-
path: build_runner_core
53-
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
54-
build_test:
55-
git:
56-
url: https://github.com/dart-lang/build
57-
path: build_test
58-
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
59-
build_web_compilers:
60-
git:
61-
url: https://github.com/dart-lang/build
62-
path: build_web_compilers
63-
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640

fixtures/_testHotRestart2Sound/pubspec.yaml

Lines changed: 1 addition & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -14,52 +14,5 @@ dependencies:
1414
path: ../_testHotRestart1Sound
1515

1616
dev_dependencies:
17-
build_runner: ^2.4.0
17+
build_runner: ^2.5.0
1818
build_web_compilers: ^4.0.4
19-
20-
dependency_overrides:
21-
build:
22-
git:
23-
url: https://github.com/dart-lang/build
24-
path: build
25-
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
26-
build_config:
27-
git:
28-
url: https://github.com/dart-lang/build
29-
path: build_config
30-
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
31-
build_daemon:
32-
git:
33-
url: https://github.com/dart-lang/build
34-
path: build_daemon
35-
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
36-
build_modules:
37-
git:
38-
url: https://github.com/dart-lang/build
39-
path: build_modules
40-
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
41-
build_resolvers:
42-
git:
43-
url: https://github.com/dart-lang/build
44-
path: build_resolvers
45-
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
46-
build_runner:
47-
git:
48-
url: https://github.com/dart-lang/build
49-
path: build_runner
50-
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
51-
build_runner_core:
52-
git:
53-
url: https://github.com/dart-lang/build
54-
path: build_runner_core
55-
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
56-
build_test:
57-
git:
58-
url: https://github.com/dart-lang/build
59-
path: build_test
60-
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
61-
build_web_compilers:
62-
git:
63-
url: https://github.com/dart-lang/build
64-
path: build_web_compilers
65-
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640

fixtures/_testHotRestartBreakpoints/pubspec.yaml

Lines changed: 0 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -6,50 +6,3 @@ publish_to: none
66

77
environment:
88
sdk: ^3.7.0
9-
10-
dependency_overrides:
11-
build:
12-
git:
13-
url: https://github.com/dart-lang/build
14-
path: build
15-
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
16-
build_config:
17-
git:
18-
url: https://github.com/dart-lang/build
19-
path: build_config
20-
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
21-
build_daemon:
22-
git:
23-
url: https://github.com/dart-lang/build
24-
path: build_daemon
25-
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
26-
build_modules:
27-
git:
28-
url: https://github.com/dart-lang/build
29-
path: build_modules
30-
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
31-
build_resolvers:
32-
git:
33-
url: https://github.com/dart-lang/build
34-
path: build_resolvers
35-
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
36-
build_runner:
37-
git:
38-
url: https://github.com/dart-lang/build
39-
path: build_runner
40-
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
41-
build_runner_core:
42-
git:
43-
url: https://github.com/dart-lang/build
44-
path: build_runner_core
45-
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
46-
build_test:
47-
git:
48-
url: https://github.com/dart-lang/build
49-
path: build_test
50-
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640
51-
build_web_compilers:
52-
git:
53-
url: https://github.com/dart-lang/build
54-
path: build_web_compilers
55-
ref: 855dbe5e568aa1f049f19c400afdfe2b35066640

0 commit comments

Comments
 (0)