Skip to content

Commit

Permalink
Merge pull request #202 from Workiva/batch/dart_dependency_validator_…
Browse files Browse the repository at this point in the history
…config/w_common

dart_dependency_validator_config
  • Loading branch information
btr-rmconsole-1[bot] authored Jan 3, 2025
2 parents 348bcfd + 8d6cd71 commit a967bee
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 14 deletions.
2 changes: 2 additions & 0 deletions w_common/dart_dependency_validator.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ignore:
- mockito
7 changes: 0 additions & 7 deletions w_common/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,13 @@ name: w_common
version: 3.3.0
description: General utilities for Dart projects.
homepage: https://www.github.com/Workiva/w_common

environment:
sdk: '>=2.19.0 <3.0.0'

dependencies:
intl: '>=0.17.0 <0.19.0'
js: ^0.6.3
logging: ^1.0.0
meta: ^1.16.0

dev_dependencies:
build_runner: ^2.0.0
build_test: ^2.0.0
Expand All @@ -20,7 +17,3 @@ dev_dependencies:
mocktail: ^1.0.4
test: ^1.21.1
workiva_analysis_options: ^1.4.2

dependency_validator:
ignore:
- mockito
2 changes: 2 additions & 0 deletions w_common_tools/dart_dependency_validator.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
ignore:
- mockito
7 changes: 0 additions & 7 deletions w_common_tools/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@ name: w_common_tools
version: 3.3.0
description: General dev utilities for Dart projects.
homepage: https://www.github.com/Workiva/w_common

environment:
sdk: '>=2.12.0 <3.0.0'

dependencies:
args: ^2.0.0
async: ^2.4.0
Expand All @@ -16,15 +14,10 @@ dependencies:
path: ^1.8.0
sass: ^1.60.0
watcher: ^1.0.0

dev_dependencies:
build_runner: '>=1.12.0 <3.0.0'
build_test: ^2.0.0
build_web_compilers: '>=2.16.5 <5.0.0'
dependency_validator: ^3.0.0
test: ^1.21.1
workiva_analysis_options: ^1.0.0

dependency_validator:
ignore:
- mockito

0 comments on commit a967bee

Please sign in to comment.