mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-06 01:23:56 +00:00
update Seafile editor
This commit is contained in:
parent
56bb4fa5fe
commit
e032863aaf
14
frontend/package-lock.json
generated
14
frontend/package-lock.json
generated
@ -158,9 +158,9 @@
|
|||||||
"integrity": "sha512-YsAX+gnnf1ytv7asZgJP7T56DALQniKtRVtlz0f11PljLV19I1Av+Oz3QcYaRiKhCCB+EMnVKI9Yc14sYKp6lA=="
|
"integrity": "sha512-YsAX+gnnf1ytv7asZgJP7T56DALQniKtRVtlz0f11PljLV19I1Av+Oz3QcYaRiKhCCB+EMnVKI9Yc14sYKp6lA=="
|
||||||
},
|
},
|
||||||
"@seafile/seafile-editor": {
|
"@seafile/seafile-editor": {
|
||||||
"version": "0.2.16",
|
"version": "0.2.17",
|
||||||
"resolved": "https://registry.npmjs.org/@seafile/seafile-editor/-/seafile-editor-0.2.16.tgz",
|
"resolved": "https://registry.npmjs.org/@seafile/seafile-editor/-/seafile-editor-0.2.17.tgz",
|
||||||
"integrity": "sha512-5bbLs3u9bN7Y7BaIIpug45nLHipj2l6pKkElGlvWWFaAofVQE+WvdOYBnWMPLXwIFcjdl8XAgZmzlMyZVdkhwA==",
|
"integrity": "sha512-EJvidWLQI2fIfe3ryWlhumSDj1W2a453IFsn1AK+JtrQS6tAu6fAAU9rvvMJnvnjQ+rodzHUobbu0qa8uyAbrQ==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"@seafile/slate-react": "^0.1.8",
|
"@seafile/slate-react": "^0.1.8",
|
||||||
"autoprefixer": "7.1.6",
|
"autoprefixer": "7.1.6",
|
||||||
@ -237,9 +237,9 @@
|
|||||||
"integrity": "sha512-P0z5IeAH6qHHGkJIXWw0xC2HNEgkx/9uWWBQw64FJj3/ol14VYdfVGWWr0fXfjhhv3TKVIqUq65os6O4GUNksA=="
|
"integrity": "sha512-P0z5IeAH6qHHGkJIXWw0xC2HNEgkx/9uWWBQw64FJj3/ol14VYdfVGWWr0fXfjhhv3TKVIqUq65os6O4GUNksA=="
|
||||||
},
|
},
|
||||||
"react-select": {
|
"react-select": {
|
||||||
"version": "2.4.2",
|
"version": "2.4.3",
|
||||||
"resolved": "https://registry.npmjs.org/react-select/-/react-select-2.4.2.tgz",
|
"resolved": "https://registry.npmjs.org/react-select/-/react-select-2.4.3.tgz",
|
||||||
"integrity": "sha512-5xFOQ6JJktkY5NTaHrc6x9mKwIjhNIiBkGic1j71uyY+ulFpRFra6f4WKLd9fuCylk4WjLpO5zDhdF4CAcwFzA==",
|
"integrity": "sha512-cmxNaiHpviRYkojeW9rGEUJ4jpX7QTmPe2wcscwA4d1lStzw/cJtr4ft5H2O/YhfpkrcwaLghu3XmEYdXhBo8Q==",
|
||||||
"requires": {
|
"requires": {
|
||||||
"classnames": "^2.2.5",
|
"classnames": "^2.2.5",
|
||||||
"emotion": "^9.1.2",
|
"emotion": "^9.1.2",
|
||||||
@ -765,7 +765,7 @@
|
|||||||
},
|
},
|
||||||
"axios": {
|
"axios": {
|
||||||
"version": "0.18.0",
|
"version": "0.18.0",
|
||||||
"resolved": "https://registry.npmjs.org/axios/-/axios-0.18.0.tgz",
|
"resolved": "http://registry.npmjs.org/axios/-/axios-0.18.0.tgz",
|
||||||
"integrity": "sha1-MtU+SFHv3AoRmTts0AB4nXDAUQI=",
|
"integrity": "sha1-MtU+SFHv3AoRmTts0AB4nXDAUQI=",
|
||||||
"requires": {
|
"requires": {
|
||||||
"follow-redirects": "^1.3.0",
|
"follow-redirects": "^1.3.0",
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
"@seafile/react-data-grid": "^6.0.1",
|
"@seafile/react-data-grid": "^6.0.1",
|
||||||
"@seafile/react-data-grid-addons": "^6.0.1",
|
"@seafile/react-data-grid-addons": "^6.0.1",
|
||||||
"@seafile/resumablejs": "^1.1.9",
|
"@seafile/resumablejs": "^1.1.9",
|
||||||
"@seafile/seafile-editor": "^0.2.16",
|
"@seafile/seafile-editor": "^0.2.17",
|
||||||
"MD5": "^1.3.0",
|
"MD5": "^1.3.0",
|
||||||
"autoprefixer": "7.1.6",
|
"autoprefixer": "7.1.6",
|
||||||
"classnames": "^2.2.6",
|
"classnames": "^2.2.6",
|
||||||
|
Loading…
Reference in New Issue
Block a user