Skip to content

Commit

Permalink
feat: add interruptable option to Arrow plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
malangfox committed Jun 27, 2024
1 parent 6ed8f21 commit 66bcb7e
Show file tree
Hide file tree
Showing 7 changed files with 232 additions and 158 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -209,3 +209,4 @@ demo/_data/version.yml

outjs/
declaration/
dist/
193 changes: 86 additions & 107 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,11 @@
"not op_mini all"
],
"peerDependencies": {
"@egjs/flicking": "^4.1.0"
"@egjs/flicking": "^4.11.3"
},
"devDependencies": {
"@egjs/build-helper": "0.0.5",
"@egjs/flicking": "^4.4.2",
"@egjs/flicking": "^4.11.3",
"@egjs/release-helper": "0.0.3",
"@types/chai": "^4.0.10",
"@types/karma-chai": "^0.1.1",
Expand Down
Loading

0 comments on commit 66bcb7e

Please sign in to comment.