Skip to content

Commit de4a807

Browse files
authored
Merge pull request #12 from dwyl/dependabot/pub/intl-0.20.0
chore(deps): Bump intl from 0.19.0 to 0.20.0
2 parents a5f0fc7 + 071e1b3 commit de4a807

File tree

2 files changed

+35
-3
lines changed

2 files changed

+35
-3
lines changed

pubspec.lock

Lines changed: 34 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,14 +75,30 @@ packages:
7575
description: flutter
7676
source: sdk
7777
version: "0.0.0"
78+
http:
79+
dependency: transitive
80+
description:
81+
name: http
82+
sha256: b9c29a161230ee03d3ccf545097fccd9b87a5264228c5d348202e0f0c28f9010
83+
url: "https://pub.dev"
84+
source: hosted
85+
version: "1.2.2"
86+
http_parser:
87+
dependency: transitive
88+
description:
89+
name: http_parser
90+
sha256: "2aa08ce0341cc9b354a498388e30986515406668dbcc4f7c950c3e715496693b"
91+
url: "https://pub.dev"
92+
source: hosted
93+
version: "4.0.2"
7894
intl:
7995
dependency: "direct main"
8096
description:
8197
name: intl
82-
sha256: d6f56758b7d3014a48af9701c085700aac781a92a87a62b1333b46d8879661cf
98+
sha256: "99f282cb0e02edcbbf8c6b3bbc7c90b65635156c412e58f3975a7e55284ce685"
8399
url: "https://pub.dev"
84100
source: hosted
85-
version: "0.19.0"
101+
version: "0.20.0"
86102
leak_tracker:
87103
dependency: transitive
88104
description:
@@ -200,6 +216,14 @@ packages:
200216
url: "https://pub.dev"
201217
source: hosted
202218
version: "0.7.2"
219+
typed_data:
220+
dependency: transitive
221+
description:
222+
name: typed_data
223+
sha256: f9049c039ebfeb4cf7a7104a675823cd72dba8297f264b6637062516699fa006
224+
url: "https://pub.dev"
225+
source: hosted
226+
version: "1.4.0"
203227
vector_math:
204228
dependency: transitive
205229
description:
@@ -216,5 +240,13 @@ packages:
216240
url: "https://pub.dev"
217241
source: hosted
218242
version: "14.2.5"
243+
web:
244+
dependency: transitive
245+
description:
246+
name: web
247+
sha256: "97da13628db363c635202ad97068d47c5b8aa555808e7a9411963c533b449b27"
248+
url: "https://pub.dev"
249+
source: hosted
250+
version: "0.5.1"
219251
sdks:
220252
dart: ">=3.0.5 <4.0.0"

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies:
3535
# The following adds the Cupertino Icons font to your application.
3636
# Use with the CupertinoIcons class for iOS style icons.
3737
cupertino_icons: ^1.0.8
38-
intl: ^0.19.0
38+
intl: ^0.20.0
3939

4040
dev_dependencies:
4141
flutter_test:

0 commit comments

Comments
 (0)