Skip to content

Commit

Permalink
. e updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yelmuratoff committed May 19, 2024
1 parent 79a624a commit 0d8f5d3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
15 changes: 8 additions & 7 deletions lib/approval_tests.dart
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
// ignore_for_file: implementation_imports

import 'dart:convert';
import 'dart:io';
import 'dart:math';
import 'dart:mirrors';

import 'package:diff_match_patch2/diff_match_patch.dart';
import 'package:talker/talker.dart';
// ignore: depend_on_referenced_packages, implementation_imports
import 'package:test_api/src/backend/invoker.dart' show Invoker;

part 'src/approvals.dart';
Expand All @@ -15,14 +16,20 @@ part 'src/core/approval_writer.dart';
part 'src/core/comparator.dart';
part 'src/core/enums/comporator_ide.dart';
part 'src/core/extensions/approval_string_extensions.dart';
part 'src/core/file_path_extractor.dart';
part 'src/core/logger/logger.dart';
part 'src/core/options.dart';
part 'src/core/platform_wrapper.dart';
part 'src/core/reporter.dart';
part 'src/core/scrubber.dart';
part 'src/core/stack_trace_fetcher/fetcher.dart';
part 'src/core/stack_trace_fetcher/stack_trace_fetcher.dart';
part 'src/core/utils/converter.dart';
part 'src/core/utils/executable_query.dart';
part 'src/core/utils/utils.dart';
part 'src/exceptions/doesnt_match_exception.dart';
part 'src/exceptions/file_not_found_exception.dart';
part 'src/exceptions/no_diff_tool_exception.dart';
part 'src/namer/file_namer_options.dart';
part 'src/namer/namer.dart';
part 'src/reporters/command_line/command_line_reporter.dart';
Expand All @@ -33,9 +40,3 @@ part 'src/scrubbers/date_scrubber.dart';
part 'src/scrubbers/nothing_scrubber.dart';
part 'src/scrubbers/reg_exp_scrubber.dart';
part 'src/writers/approval_text_writer.dart';
part 'src/core/stack_trace_fetcher/stack_trace_fetcher.dart';
part 'src/core/file_path_extractor.dart';
part 'src/exceptions/file_not_found_exception.dart';
part 'src/core/stack_trace_fetcher/fetcher.dart';
part 'src/core/platform_wrapper.dart';
part 'src/exceptions/no_diff_tool_exception.dart';
1 change: 1 addition & 0 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ dependencies:
test: ^1.25.5
talker: ^4.2.0
diff_match_patch2: ^0.5.0
test_api: ^0.7.1

dev_dependencies:
sizzle_lints: ^2.0.2

0 comments on commit 0d8f5d3

Please sign in to comment.