Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update dependency @dword-design/base to v8 #44

Merged
merged 3 commits into from
May 3, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
steps:
- env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: rokroskar/[email protected].2
uses: rokroskar/[email protected].3
release:
needs: test
runs-on: ubuntu-latest
Expand All @@ -17,7 +17,7 @@ jobs:
github.event.pull_request.head.ref || '' }}
- uses: actions/setup-node@v2
with:
node-version: 12
node-version: 14
- run: git config --global user.email "[email protected]"
- run: git config --global user.name "GitHub Actions"
- run: yarn --frozen-lockfile
Expand Down Expand Up @@ -52,21 +52,21 @@ jobs:
with:
name: Image Snapshot Diffs
path: "**/__image_snapshots__/__diff_output__"
- if: matrix.os == 'ubuntu-latest' && matrix.node == 12
- if: matrix.os == 'ubuntu-latest' && matrix.node == 14
uses: codecov/codecov-action@v1
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
strategy:
matrix:
exclude:
- node: 10
- node: 12
os: macos-latest
- node: 10
- node: 12
os: windows-latest
node:
- 10
- 12
- 14
os:
- macos-latest
- windows-latest
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@
"test": "base test"
},
"devDependencies": {
"@dword-design/base": "^7.0.0"
"@dword-design/base": "^8.0.0"
},
"engines": {
"node": ">=12"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1141,10 +1141,10 @@
micromatch "^4.0.2"
std-env "^2.3.0"

"@dword-design/base@^7.0.0":
version "7.14.4"
resolved "https://registry.yarnpkg.com/@dword-design/base/-/base-7.14.4.tgz#1141b4c4ccca6f53a51e2aea5c12e06e88468bd8"
integrity sha512-GUDCfpYxgXflFo9klVWDDH2GG8/GGZWbWptBwuaaozJNpXckAmLgpS/wJDcYjkaLjPC7m00e3uT7krZPwGEBrA==
"@dword-design/base@^8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@dword-design/base/-/base-8.0.0.tgz#77f225ec73e66e09ced980fae143ccbad9949ae3"
integrity sha512-HtkOiT+ec50jNt1GjPg1oqaATC9RU98YfHXRJPAXarUtN7r/VK2abnJZl+rLy+2LjnGDQkkHqwn4+Spt6SQCZg==
dependencies:
"@babel/core" "^7.6.4"
"@babel/register" "^7.6.2"
Expand Down