1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-02 07:27:04 +00:00

update version: react-image-lightbox

This commit is contained in:
Michael An
2025-02-13 14:34:54 +08:00
parent 49dd313899
commit ad5ddebaa6
2 changed files with 19 additions and 5 deletions

View File

@@ -14,7 +14,7 @@
"@emoji-mart/data": "^1.2.1",
"@emoji-mart/react": "^1.1.1",
"@gatsbyjs/reach-router": "1.3.9",
"@seafile/react-image-lightbox": "3.0.4",
"@seafile/react-image-lightbox": "^3.0.7",
"@seafile/resumablejs": "1.1.16",
"@seafile/sdoc-editor": "1.0.218",
"@seafile/seafile-calendar": "0.0.28",
@@ -5060,9 +5060,9 @@
"license": "MIT"
},
"node_modules/@seafile/react-image-lightbox": {
"version": "3.0.4",
"resolved": "https://registry.npmmirror.com/@seafile/react-image-lightbox/-/react-image-lightbox-3.0.4.tgz",
"integrity": "sha512-dhvFAyTT/pEANWq3iWmheze6IuIJyXAGcQHR1Jhy3Chq1hdmlPnGTEzeNaM2r7wCMn7tSDvev+8n4DiiliqRgg==",
"version": "3.0.7",
"resolved": "https://registry.npmjs.org/@seafile/react-image-lightbox/-/react-image-lightbox-3.0.7.tgz",
"integrity": "sha512-+AZtgySh7zRJ/Fl87BzghfLKjfvIYYudd648aGMFPRa5Q8WHcVw37+xAtLUtZGACZJTKnOc6QGI7SDd/EcQ2DQ==",
"license": "MIT",
"dependencies": {
"prop-types": "^15.8.1",
@@ -5340,6 +5340,20 @@
"xtend": "4.0.2"
}
},
"node_modules/@seafile/seafile-editor/node_modules/@seafile/react-image-lightbox": {
"version": "3.0.4",
"resolved": "https://registry.npmjs.org/@seafile/react-image-lightbox/-/react-image-lightbox-3.0.4.tgz",
"integrity": "sha512-dhvFAyTT/pEANWq3iWmheze6IuIJyXAGcQHR1Jhy3Chq1hdmlPnGTEzeNaM2r7wCMn7tSDvev+8n4DiiliqRgg==",
"license": "MIT",
"dependencies": {
"prop-types": "^15.8.1",
"react-modal": "^3.16.1"
},
"peerDependencies": {
"react": "^16.x || ^17.x",
"react-dom": "^16.x || ^17.x"
}
},
"node_modules/@seafile/seafile-editor/node_modules/bail": {
"version": "2.0.2",
"resolved": "https://registry.npmmirror.com/bail/-/bail-2.0.2.tgz",

View File

@@ -9,7 +9,7 @@
"@emoji-mart/data": "^1.2.1",
"@emoji-mart/react": "^1.1.1",
"@gatsbyjs/reach-router": "1.3.9",
"@seafile/react-image-lightbox": "3.0.4",
"@seafile/react-image-lightbox": "3.0.7",
"@seafile/resumablejs": "1.1.16",
"@seafile/sdoc-editor": "1.0.218",
"@seafile/seafile-calendar": "0.0.28",