Skip to content

Commit 503423e

Browse files
committed
Update package:image
1 parent 23f3097 commit 503423e

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

packages/devtools_app/benchmark/web_bundle_size_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import 'package:path/path.dart' as path;
1111
import 'package:test/test.dart';
1212

1313
// Benchmark size in kB.
14-
const bundleSizeBenchmark = 5500;
14+
const bundleSizeBenchmark = 5550;
1515
const gzipBundleSizeBenchmark = 1650;
1616

1717
void main() {

packages/devtools_app/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ dependencies:
3636
flutter_web_plugins:
3737
sdk: flutter
3838
http: ^1.1.0
39-
image: ^4.1.3
39+
image: ^4.7.2
4040
intl: ^0.19.0
4141
json_rpc_2: ^3.0.2
4242
logging: ^1.1.1

pubspec.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -437,10 +437,10 @@ packages:
437437
dependency: transitive
438438
description:
439439
name: image
440-
sha256: "4e973fcf4caae1a4be2fa0a13157aa38a8f9cb049db6529aa00b4d71abc4d928"
440+
sha256: "492bd52f6c4fbb6ee41f781ff27765ce5f627910e1e0cbecfa3d9add5562604c"
441441
url: "https://pub.dev"
442442
source: hosted
443-
version: "4.5.4"
443+
version: "4.7.2"
444444
integration_test:
445445
dependency: transitive
446446
description: flutter

0 commit comments

Comments
 (0)