Unverified Commit 10895888 authored by Christopher Fujino's avatar Christopher Fujino Committed by GitHub

un-pin package:intl (#119900)

parent 0b0450fb
......@@ -33,7 +33,7 @@ dependencies:
http: 0.13.5 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
http_multi_server: 3.2.1 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
http_parser: 4.0.2 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
intl: 0.17.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
intl: 0.18.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
io: 1.0.4 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
isolate: 2.1.1 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
js: 0.6.7 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
......@@ -136,4 +136,4 @@ flutter:
- packages/flutter_gallery_assets/people/square/stella.png
- packages/flutter_gallery_assets/people/square/trevor.png
# PUBSPEC CHECKSUM: 4b39
# PUBSPEC CHECKSUM: 0d3a
......@@ -8,7 +8,7 @@ dependencies:
sdk: flutter
flutter_localizations:
sdk: flutter
intl: 0.17.0
intl: 0.18.0
http: 0.13.5
isolate: 2.1.1
......@@ -75,4 +75,4 @@ dev_dependencies:
flutter:
uses-material-design: true
# PUBSPEC CHECKSUM: 31e3
# PUBSPEC CHECKSUM: 33e4
......@@ -7,7 +7,7 @@ environment:
dependencies:
args: 2.3.2
crypto: 3.0.2
intl: 0.17.0
intl: 0.18.0
flutter_devicelab:
path: ../devicelab
http_parser: 4.0.2
......@@ -71,4 +71,4 @@ dependencies:
dev_dependencies:
test_api: 0.4.18
# PUBSPEC CHECKSUM: 2fb4
# PUBSPEC CHECKSUM: 2bb5
......@@ -10,7 +10,7 @@ dependencies:
archive: 3.3.2
args: 2.3.2
http: 0.13.5
intl: 0.17.0
intl: 0.18.0
meta: 1.9.0
path: 1.8.3
process: 4.2.4
......@@ -65,4 +65,4 @@ dev_dependencies:
web_socket_channel: 2.3.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
webkit_inspection_protocol: 1.2.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
# PUBSPEC CHECKSUM: 551e
# PUBSPEC CHECKSUM: f01f
......@@ -8,7 +8,7 @@ dependencies:
sdk: flutter
collection: 1.17.1
device_info: 2.0.3
intl: 0.17.0
intl: 0.18.0
connectivity: 3.0.6
string_scanner: 1.2.0
url_launcher: 6.1.8
......@@ -275,4 +275,4 @@ flutter:
- asset: packages/flutter_gallery_assets/fonts/merriweather/Merriweather-Regular.ttf
- asset: packages/flutter_gallery_assets/fonts/merriweather/Merriweather-Light.ttf
# PUBSPEC CHECKSUM: be38
# PUBSPEC CHECKSUM: 6939
......@@ -8,7 +8,7 @@ dependencies:
archive: 3.3.2
args: 2.3.2
http: 0.13.5
intl: 0.17.0
intl: 0.18.0
meta: 1.9.0
path: 1.8.3
process: 4.2.4
......@@ -61,4 +61,4 @@ dev_dependencies:
webkit_inspection_protocol: 1.2.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
yaml: 3.1.1 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
# PUBSPEC CHECKSUM: 4f7c
# PUBSPEC CHECKSUM: cc7d
......@@ -8,7 +8,7 @@ dependencies:
flutter:
sdk: flutter
intl: 0.17.0
intl: 0.18.0
characters: 1.2.1 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
clock: 1.1.1 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
......@@ -34,4 +34,4 @@ dev_dependencies:
term_glyph: 1.2.1 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
test_api: 0.4.18 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
# PUBSPEC CHECKSUM: b15e
# PUBSPEC CHECKSUM: 585f
......@@ -41,8 +41,6 @@ const Map<String, String> kManuallyPinnedDependencies = <String, String>{
'archive': '3.3.2',
// https://github.com/flutter/flutter/issues/116376
'path_provider_android': '2.0.21',
// https://github.com/flutter/flutter/issues/117163
'intl': '0.17.0',
};
class UpdatePackagesCommand extends FlutterCommand {
......
......@@ -19,7 +19,7 @@ dependencies:
flutter_template_images: 4.2.0
html: 0.15.1
http: 0.13.5
intl: 0.17.0
intl: 0.18.0
meta: 1.9.0
multicast_dns: 0.3.2+3
mustache_template: 2.0.0
......@@ -104,4 +104,4 @@ dartdoc:
# Exclude this package from the hosted API docs.
nodoc: true
# PUBSPEC CHECKSUM: 35a3
# PUBSPEC CHECKSUM: 0da4
......@@ -109,7 +109,6 @@ void main() {
'url_launcher_android',
'archive',
'path_provider_android',
'intl',
]),
);
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment