Skip to content

Commit 1089588

Browse files
un-pin package:intl (#119900)
1 parent 0b0450f commit 1089588

File tree

10 files changed

+16
-19
lines changed

10 files changed

+16
-19
lines changed

dev/benchmarks/microbenchmarks/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies:
3333
http: 0.13.5 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
3434
http_multi_server: 3.2.1 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
3535
http_parser: 4.0.2 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
36-
intl: 0.17.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
36+
intl: 0.18.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
3737
io: 1.0.4 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
3838
isolate: 2.1.1 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
3939
js: 0.6.7 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
@@ -136,4 +136,4 @@ flutter:
136136
- packages/flutter_gallery_assets/people/square/stella.png
137137
- packages/flutter_gallery_assets/people/square/trevor.png
138138

139-
# PUBSPEC CHECKSUM: 4b39
139+
# PUBSPEC CHECKSUM: 0d3a

dev/benchmarks/test_apps/stocks/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies:
88
sdk: flutter
99
flutter_localizations:
1010
sdk: flutter
11-
intl: 0.17.0
11+
intl: 0.18.0
1212
http: 0.13.5
1313
isolate: 2.1.1
1414

@@ -75,4 +75,4 @@ dev_dependencies:
7575
flutter:
7676
uses-material-design: true
7777

78-
# PUBSPEC CHECKSUM: 31e3
78+
# PUBSPEC CHECKSUM: 33e4

dev/bots/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ environment:
77
dependencies:
88
args: 2.3.2
99
crypto: 3.0.2
10-
intl: 0.17.0
10+
intl: 0.18.0
1111
flutter_devicelab:
1212
path: ../devicelab
1313
http_parser: 4.0.2
@@ -71,4 +71,4 @@ dependencies:
7171
dev_dependencies:
7272
test_api: 0.4.18
7373

74-
# PUBSPEC CHECKSUM: 2fb4
74+
# PUBSPEC CHECKSUM: 2bb5

dev/conductor/core/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies:
1010
archive: 3.3.2
1111
args: 2.3.2
1212
http: 0.13.5
13-
intl: 0.17.0
13+
intl: 0.18.0
1414
meta: 1.9.0
1515
path: 1.8.3
1616
process: 4.2.4
@@ -65,4 +65,4 @@ dev_dependencies:
6565
web_socket_channel: 2.3.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
6666
webkit_inspection_protocol: 1.2.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
6767

68-
# PUBSPEC CHECKSUM: 551e
68+
# PUBSPEC CHECKSUM: f01f

dev/integration_tests/flutter_gallery/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies:
88
sdk: flutter
99
collection: 1.17.1
1010
device_info: 2.0.3
11-
intl: 0.17.0
11+
intl: 0.18.0
1212
connectivity: 3.0.6
1313
string_scanner: 1.2.0
1414
url_launcher: 6.1.8
@@ -275,4 +275,4 @@ flutter:
275275
- asset: packages/flutter_gallery_assets/fonts/merriweather/Merriweather-Regular.ttf
276276
- asset: packages/flutter_gallery_assets/fonts/merriweather/Merriweather-Light.ttf
277277

278-
# PUBSPEC CHECKSUM: be38
278+
# PUBSPEC CHECKSUM: 6939

dev/tools/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies:
88
archive: 3.3.2
99
args: 2.3.2
1010
http: 0.13.5
11-
intl: 0.17.0
11+
intl: 0.18.0
1212
meta: 1.9.0
1313
path: 1.8.3
1414
process: 4.2.4
@@ -61,4 +61,4 @@ dev_dependencies:
6161
webkit_inspection_protocol: 1.2.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
6262
yaml: 3.1.1 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
6363

64-
# PUBSPEC CHECKSUM: 4f7c
64+
# PUBSPEC CHECKSUM: cc7d

packages/flutter_localizations/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies:
88

99
flutter:
1010
sdk: flutter
11-
intl: 0.17.0
11+
intl: 0.18.0
1212

1313
characters: 1.2.1 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
1414
clock: 1.1.1 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
@@ -34,4 +34,4 @@ dev_dependencies:
3434
term_glyph: 1.2.1 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
3535
test_api: 0.4.18 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
3636

37-
# PUBSPEC CHECKSUM: b15e
37+
# PUBSPEC CHECKSUM: 585f

packages/flutter_tools/lib/src/commands/update_packages.dart

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ const Map<String, String> kManuallyPinnedDependencies = <String, String>{
4141
'archive': '3.3.2',
4242
// https://github.com/flutter/flutter/issues/116376
4343
'path_provider_android': '2.0.21',
44-
// https://github.com/flutter/flutter/issues/117163
45-
'intl': '0.17.0',
4644
};
4745

4846
class UpdatePackagesCommand extends FlutterCommand {

packages/flutter_tools/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies:
1919
flutter_template_images: 4.2.0
2020
html: 0.15.1
2121
http: 0.13.5
22-
intl: 0.17.0
22+
intl: 0.18.0
2323
meta: 1.9.0
2424
multicast_dns: 0.3.2+3
2525
mustache_template: 2.0.0
@@ -104,4 +104,4 @@ dartdoc:
104104
# Exclude this package from the hosted API docs.
105105
nodoc: true
106106

107-
# PUBSPEC CHECKSUM: 35a3
107+
# PUBSPEC CHECKSUM: 0da4

packages/flutter_tools/test/general.shard/update_packages_test.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ void main() {
109109
'url_launcher_android',
110110
'archive',
111111
'path_provider_android',
112-
'intl',
113112
]),
114113
);
115114
});

0 commit comments

Comments
 (0)