1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-01 15:23:05 +00:00

update Seafile editor

This commit is contained in:
Michael An 2019-04-17 15:57:44 +08:00
parent 56bb4fa5fe
commit e032863aaf
2 changed files with 8 additions and 8 deletions

View File

@ -158,9 +158,9 @@
"integrity": "sha512-YsAX+gnnf1ytv7asZgJP7T56DALQniKtRVtlz0f11PljLV19I1Av+Oz3QcYaRiKhCCB+EMnVKI9Yc14sYKp6lA=="
},
"@seafile/seafile-editor": {
"version": "0.2.16",
"resolved": "https://registry.npmjs.org/@seafile/seafile-editor/-/seafile-editor-0.2.16.tgz",
"integrity": "sha512-5bbLs3u9bN7Y7BaIIpug45nLHipj2l6pKkElGlvWWFaAofVQE+WvdOYBnWMPLXwIFcjdl8XAgZmzlMyZVdkhwA==",
"version": "0.2.17",
"resolved": "https://registry.npmjs.org/@seafile/seafile-editor/-/seafile-editor-0.2.17.tgz",
"integrity": "sha512-EJvidWLQI2fIfe3ryWlhumSDj1W2a453IFsn1AK+JtrQS6tAu6fAAU9rvvMJnvnjQ+rodzHUobbu0qa8uyAbrQ==",
"requires": {
"@seafile/slate-react": "^0.1.8",
"autoprefixer": "7.1.6",
@ -237,9 +237,9 @@
"integrity": "sha512-P0z5IeAH6qHHGkJIXWw0xC2HNEgkx/9uWWBQw64FJj3/ol14VYdfVGWWr0fXfjhhv3TKVIqUq65os6O4GUNksA=="
},
"react-select": {
"version": "2.4.2",
"resolved": "https://registry.npmjs.org/react-select/-/react-select-2.4.2.tgz",
"integrity": "sha512-5xFOQ6JJktkY5NTaHrc6x9mKwIjhNIiBkGic1j71uyY+ulFpRFra6f4WKLd9fuCylk4WjLpO5zDhdF4CAcwFzA==",
"version": "2.4.3",
"resolved": "https://registry.npmjs.org/react-select/-/react-select-2.4.3.tgz",
"integrity": "sha512-cmxNaiHpviRYkojeW9rGEUJ4jpX7QTmPe2wcscwA4d1lStzw/cJtr4ft5H2O/YhfpkrcwaLghu3XmEYdXhBo8Q==",
"requires": {
"classnames": "^2.2.5",
"emotion": "^9.1.2",
@ -765,7 +765,7 @@
},
"axios": {
"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=",
"requires": {
"follow-redirects": "^1.3.0",

View File

@ -7,7 +7,7 @@
"@seafile/react-data-grid": "^6.0.1",
"@seafile/react-data-grid-addons": "^6.0.1",
"@seafile/resumablejs": "^1.1.9",
"@seafile/seafile-editor": "^0.2.16",
"@seafile/seafile-editor": "^0.2.17",
"MD5": "^1.3.0",
"autoprefixer": "7.1.6",
"classnames": "^2.2.6",