Skip to content

Commit e5e50dd

Browse files
renovate[bot]renovate-botdword-designactions-user
authored
fix: update dependency @dword-design/base to v8 (#14)
BREAKING CHANGE: require Node.js >= 12 Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Sebastian Landwehr <[email protected]> Co-authored-by: GitHub Actions <[email protected]>
1 parent 89698a5 commit e5e50dd

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
steps:
66
- env:
77
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8-
uses: rokroskar/[email protected].2
8+
uses: rokroskar/[email protected].3
99
- uses: actions/checkout@v2
1010
with:
1111
fetch-depth: 0
@@ -14,7 +14,7 @@ jobs:
1414
github.event.pull_request.head.ref || '' }}
1515
- uses: actions/setup-node@v2
1616
with:
17-
node-version: 12
17+
node-version: 14
1818
- run: git config --global user.email "[email protected]"
1919
- run: git config --global user.name "GitHub Actions"
2020
- run: yarn --frozen-lockfile

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,17 @@
2626
"mermaid": "^8.8.3"
2727
},
2828
"devDependencies": {
29-
"@dword-design/base": "^7.8.2",
29+
"@dword-design/base": "^8.0.0",
3030
"@dword-design/base-config-component": "^1.1.7",
3131
"@dword-design/functions": "^3.0.0",
3232
"@dword-design/puppeteer": "^4.0.0",
3333
"@dword-design/tester": "^1.2.1",
3434
"@dword-design/tester-plugin-component": "^1.0.0",
3535
"@dword-design/tester-plugin-puppeteer": "^2.0.0"
3636
},
37+
"engines": {
38+
"node": ">=12"
39+
},
3740
"publishConfig": {
3841
"access": "public"
3942
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1196,10 +1196,10 @@
11961196
micromatch "^4.0.2"
11971197
std-env "^2.3.0"
11981198

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

0 commit comments

Comments
 (0)