Commit 77da7378 authored by Todd Volkert's avatar Todd Volkert Committed by GitHub

Bump `intl` to 0.15.1 (#11162)

* requires bumping `process` to a version that has
  relaxed version restrictions on `intl`

https://github.com/flutter/flutter/issues/10650
parent b3815faf
...@@ -12,7 +12,7 @@ dependencies: ...@@ -12,7 +12,7 @@ dependencies:
image: ^1.1.27 image: ^1.1.27
meta: ^1.0.5 meta: ^1.0.5
path: ^1.4.0 path: ^1.4.0
process: 2.0.3 process: 2.0.4
stack_trace: ^1.4.0 stack_trace: ^1.4.0
vm_service_client: '0.2.2+4' vm_service_client: '0.2.2+4'
......
...@@ -5,6 +5,6 @@ dependencies: ...@@ -5,6 +5,6 @@ dependencies:
archive: ^1.0.20 archive: ^1.0.20
args: ^0.13.4 args: ^0.13.4
http: ^0.11.3+12 http: ^0.11.3+12
intl: ^0.14.0 intl: '>=0.14.0 <0.16.0'
meta: ^1.0.5 meta: ^1.0.5
path: ^1.4.0 path: ^1.4.0
name: flutter_gallery name: flutter_gallery
dependencies: dependencies:
collection: '>=1.9.1 <2.0.0' collection: '>=1.9.1 <2.0.0'
intl: '>=0.14.0 <0.15.0' intl: '>=0.14.0 <0.16.0'
string_scanner: ^1.0.0 string_scanner: ^1.0.0
flutter: flutter:
......
...@@ -2,8 +2,8 @@ name: stocks ...@@ -2,8 +2,8 @@ name: stocks
dependencies: dependencies:
flutter: flutter:
sdk: flutter sdk: flutter
intl: '>=0.14.0 <0.15.0' intl: '>=0.14.0 <0.16.0'
intl_translation: '>=0.14.0 <0.15.0' intl_translation: '>=0.14.0 <0.16.0'
http: '>=0.11.3+12' http: '>=0.11.3+12'
isolate: '>=1.0.0' isolate: '>=1.0.0'
......
...@@ -7,7 +7,7 @@ homepage: http://flutter.io ...@@ -7,7 +7,7 @@ homepage: http://flutter.io
dependencies: dependencies:
collection: '>=1.9.1 <2.0.0' collection: '>=1.9.1 <2.0.0'
http: '>=0.11.3+12' http: '>=0.11.3+12'
intl: '>=0.14.0 <0.15.0' intl: '>=0.14.0 <0.16.0'
meta: ^1.0.5 meta: ^1.0.5
typed_data: ^1.1.3 typed_data: ^1.1.3
vector_math: '>=2.0.3 <3.0.0' vector_math: '>=2.0.3 <3.0.0'
......
...@@ -13,7 +13,7 @@ dependencies: ...@@ -13,7 +13,7 @@ dependencies:
crypto: '>=1.1.1 <3.0.0' crypto: '>=1.1.1 <3.0.0'
file: 2.3.3 file: 2.3.3
http: ^0.11.3+12 http: ^0.11.3+12
intl: '>=0.14.0 <0.15.0' intl: '>=0.14.0 <0.16.0'
json_rpc_2: ^2.0.0 json_rpc_2: ^2.0.0
json_schema: 1.0.6 json_schema: 1.0.6
linter: 0.1.31 linter: 0.1.31
...@@ -21,7 +21,7 @@ dependencies: ...@@ -21,7 +21,7 @@ dependencies:
mustache: ^0.2.5 mustache: ^0.2.5
package_config: '>=0.1.5 <2.0.0' package_config: '>=0.1.5 <2.0.0'
platform: 2.1.0 platform: 2.1.0
process: 2.0.3 process: 2.0.4
quiver: ^0.24.0 quiver: ^0.24.0
stack_trace: ^1.4.0 stack_trace: ^1.4.0
usage: ^3.2.0+1 usage: ^3.2.0+1
......
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