Skip to content

Commit

Permalink
Merge pull request #204 from epaew/dependabot/npm_and_yarn/line/liff-…
Browse files Browse the repository at this point in the history
…2.7.1

Bump @line/liff from 2.6.0 to 2.7.1
  • Loading branch information
epaew authored Feb 12, 2021
2 parents 93862b9 + 84a11ad commit 8628482
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 10 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches:
- master
schedule:
- cron: '0 0 * * *'
- cron: '0 0 * * 0' # 0:00 UTC on every sunday

jobs:
yarn-install:
Expand Down Expand Up @@ -60,13 +60,15 @@ jobs:
strategy:
matrix:
react:
- 16.14
- 17.0
- 16
- 17
liff-sdk:
- 2.3
- 2.4
- 2.5
- 2.6
- 2.7
- latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
Expand All @@ -80,7 +82,7 @@ jobs:
restore-keys: ${{ runner.os }}-node_modules-

- name: Reinstall specific version of react.js
run: yarn add -D react@${{ matrix.react }} react-dom@${{ matrix.react }}
run: yarn add -D react@${{ matrix.react }} react-dom@${{ matrix.react }} @types/react@${{ matrix.react }}
- name: Reinstall specific version of @line/liff SDK
run: yarn add -D @line/liff@${{ matrix.liff-sdk }}
- run: yarn run test:coverage
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## Bug Fixes
## BREAKING CHANGES
## Others
* [#204](https://github.com/epaew/react-liff/pull/204) Started supporting `@line/liff@2.7`.

# 0.7.1
## Others
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"devDependencies": {
"@epaew/eslint-config": "git://github.com/epaew/eslint-config.git#master",
"@line/liff": ">=2.3.0 <2.7.0",
"@line/liff": ">=2.3.0 <2.8.0",
"@testing-library/react": "^11.0.2",
"@types/jest": "^26.0.13",
"@types/prop-types": "^15.7.3",
Expand All @@ -50,6 +50,6 @@
"react": ">=16.14.0 <17.1.0"
},
"optionalDependencies": {
"@line/liff": ">=2.3.0 <2.7.0"
"@line/liff": ">=2.3.0 <2.8.0"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -535,10 +535,10 @@
file-type "^15.0.0"
form-data "^3.0.0"

"@line/liff@>=2.3.0 <2.7.0":
version "2.6.0"
resolved "https://registry.yarnpkg.com/@line/liff/-/liff-2.6.0.tgz#e55dbbaaf49e436949137da5c8d8ef88f89d8e01"
integrity sha512-2Db7Wc6FxOeKzXcEUoZS88zPaNTvKjFbZl5Pb3wn54BNguT2TXzv5USDabRAsuXjsGQHzJHGBi3eh8tvUzCrIg==
"@line/liff@>=2.3.0 <2.8.0":
version "2.7.1"
resolved "https://registry.yarnpkg.com/@line/liff/-/liff-2.7.1.tgz#59f397886fdee7a3cc7a5ad10375e7877ed42478"
integrity sha512-4gpE0sPgGl0rnSraV/TSxTm+BkI1ojcvI0OX1usYoNijC0p4nUA7bY/zstrI+7D7XJgTjaOLEVOB4Zq+9OIMtw==
dependencies:
"@line/bot-sdk" "^7.0.0"
js-crypto-ec "^0.5.6"
Expand Down

0 comments on commit 8628482

Please sign in to comment.