Skip to content

Commit

Permalink
Relax the required version range of @line/liff
Browse files Browse the repository at this point in the history
  • Loading branch information
epaew committed Jul 10, 2022
1 parent face57f commit 25fdf01
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"devDependencies": {
"@epaew/eslint-config": "https://github.com/epaew/eslint-config.git#master",
"@epaew/prettier-config": "https://github.com/epaew/prettier-config.git#master",
"@line/liff": ">=2.19.1 <2.21.0",
"@line/liff": ">=2.19.1 <3.0.0",
"@testing-library/react": "^13.3.0",
"@types/jest": "^28.1.1",
"@types/prop-types": "^15.7.3",
Expand All @@ -56,7 +56,7 @@
"typescript": "^4.7.3"
},
"peerDependencies": {
"@line/liff": ">=2.19.1 <2.21.0",
"@line/liff": ">=2.19.1 <3.0.0",
"prop-types": "*",
"react": ">=18.0.0 <19.0.0",
"react-dom": ">=18.0.0 <19.0.0"
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1027,7 +1027,7 @@
file-type "^15.0.0"
form-data "^3.0.0"

"@line/liff@>=2.19.1 <2.21.0":
"@line/liff@>=2.19.1 <3.0.0":
version "2.20.3"
resolved "https://registry.yarnpkg.com/@line/liff/-/liff-2.20.3.tgz#be120daf9b324422bdf09a6a08fbfe70b9d4aa88"
integrity sha512-Y8n6yO4MRCvp9c1uZxAOB1QX8U71RjkXF6SFG7vXKotX3lB0CsRueuokU3ugcomK9xY37/5F4Tyvg4JuUrectA==
Expand Down

0 comments on commit 25fdf01

Please sign in to comment.