Skip to content

Commit

Permalink
Merge pull request #144 from Workiva/batch/fedx/add_wdc
Browse files Browse the repository at this point in the history
Add workiva_dependency_constrainer
  • Loading branch information
rm-astro-wf authored Sep 14, 2023
2 parents 558326e + c6d7649 commit 2db2a04
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dart_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
sdk: [ 2.13.4, stable, dev ]
sdk: [ 2.18.7, 2.19.6 ]
steps:
- uses: actions/checkout@v2
- uses: dart-lang/[email protected]
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
strategy:
fail-fast: false
matrix:
sdk: [ 2.13.4, stable ]
sdk: [ 2.18.7, 2.19.6 ]
steps:
- uses: actions/checkout@v2
- uses: dart-lang/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM google/dart:2.13 as dart2
FROM dart:2.18 as dart2
# Build Environment Vars
ARG BUILD_ID
ARG BUILD_NUMBER
Expand Down
9 changes: 7 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ environment:
dependencies:
js: ^0.6.1+1
matcher: ^0.12.1+4
meta: '>=1.6.0 <1.10.0'
meta: ^1.8.0
over_react: ^4.1.2
react: ^6.0.1
test: ^1.15.7
Expand All @@ -18,6 +18,11 @@ dev_dependencies:
build_web_compilers: ^3.0.0
dependency_validator: ^3.2.2
pedantic: ^1.8.0
workiva_dependency_constrainer:
hosted:
name: workiva_dependency_constrainer
url: https://pub.workiva.org
version: ^1.0.0
dependency_validator:
ignore:
- meta
- workiva_dependency_constrainer

0 comments on commit 2db2a04

Please sign in to comment.