feat: pull to refresh

This commit is contained in:
codytseng 2024-12-22 16:57:08 +08:00
parent c5b0c0543a
commit f2cfad50a9
3 changed files with 38 additions and 14 deletions

10
package-lock.json generated
View file

@ -38,6 +38,7 @@
"react-dom": "^18.3.1",
"react-i18next": "^15.2.0",
"react-resizable-panels": "^2.1.7",
"react-simple-pull-to-refresh": "^1.3.3",
"react-string-replace": "^1.1.1",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
@ -7950,6 +7951,15 @@
"react-dom": "^16.14.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc"
}
},
"node_modules/react-simple-pull-to-refresh": {
"version": "1.3.3",
"resolved": "https://registry.npmjs.org/react-simple-pull-to-refresh/-/react-simple-pull-to-refresh-1.3.3.tgz",
"integrity": "sha512-6qXsa5RtNVmKJhLWvDLIX8UK51HFtCEGjdqQGf+M1Qjrcc4qH4fki97sgVpGEFBRwbY7DiVDA5N5p97kF16DTw==",
"peerDependencies": {
"react": "^16.10.2 || ^17.0.0 || ^18.0.0",
"react-dom": "^16.10.2 || ^17.0.0 || ^18.0.0"
}
},
"node_modules/react-string-replace": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/react-string-replace/-/react-string-replace-1.1.1.tgz",