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

update package

This commit is contained in:
ilearnit
2018-12-11 06:27:09 +00:00
parent 8efd8a45be
commit 64aa8577a4
2 changed files with 8 additions and 8 deletions

View File

@@ -108,9 +108,9 @@
"integrity": "sha512-RTEJHxaEBHMC9bX2v04pfnI7YvFZhRxzilRpkhdJrNMUekVYFYW/C7N7g2DtoXXOrMoWin+okrVKpbp4xUICOA==" "integrity": "sha512-RTEJHxaEBHMC9bX2v04pfnI7YvFZhRxzilRpkhdJrNMUekVYFYW/C7N7g2DtoXXOrMoWin+okrVKpbp4xUICOA=="
}, },
"@seafile/seafile-editor": { "@seafile/seafile-editor": {
"version": "0.1.45", "version": "0.1.46",
"resolved": "https://registry.npmjs.org/@seafile/seafile-editor/-/seafile-editor-0.1.45.tgz", "resolved": "https://registry.npmjs.org/@seafile/seafile-editor/-/seafile-editor-0.1.46.tgz",
"integrity": "sha512-sag6qwy4f8MYCywUA+k+t6zy6Eomv3/Feei1IgLxhrUxDZ6GWWsenzP39slMybkiGOFXUsFw/wF6W6EwO1Hp5Q==", "integrity": "sha512-HkPoEff1hbW3aSfOsCcOEyPnUjxZ+Hro/GkodqOfSMEVclmBRWTK9dyI1P3IO0KWb8jf5hcp7FJLpo5gIpdA1g==",
"requires": { "requires": {
"@seafile/slate-react": "0.1.2", "@seafile/slate-react": "0.1.2",
"autoprefixer": "7.1.6", "autoprefixer": "7.1.6",
@@ -10793,9 +10793,9 @@
} }
}, },
"seafile-js": { "seafile-js": {
"version": "0.2.43", "version": "0.2.44",
"resolved": "https://registry.npmjs.org/seafile-js/-/seafile-js-0.2.43.tgz", "resolved": "https://registry.npmjs.org/seafile-js/-/seafile-js-0.2.44.tgz",
"integrity": "sha512-9Y3pssifTbHMEbsa7aQEHMuiauOZzSj2/L1Z8IhMLBDtO58Zp5wgn4FmDCeNR1tRPGIsJbFYaMOMBjwYGy3p9w==", "integrity": "sha512-GWYou50CGkEsmspTpdfpCKkM7VH6uvah6e56a7zlLdXe6oOpDzAvEmct2Z6Hxo8bPIHv3s769AOPtk6RWOeEwQ==",
"requires": { "requires": {
"axios": "^0.18.0", "axios": "^0.18.0",
"form-data": "^2.3.2", "form-data": "^2.3.2",

View File

@@ -5,7 +5,7 @@
"dependencies": { "dependencies": {
"@reach/router": "^1.2.0", "@reach/router": "^1.2.0",
"@seafile/resumablejs": "^1.1.6", "@seafile/resumablejs": "^1.1.6",
"@seafile/seafile-editor": "^0.1.45", "@seafile/seafile-editor": "^0.1.46",
"MD5": "^1.3.0", "MD5": "^1.3.0",
"autoprefixer": "7.1.6", "autoprefixer": "7.1.6",
"classnames": "^2.2.6", "classnames": "^2.2.6",
@@ -30,7 +30,7 @@
"react-moment": "^0.7.9", "react-moment": "^0.7.9",
"react-select": "^2.1.1", "react-select": "^2.1.1",
"reactstrap": "^6.4.0", "reactstrap": "^6.4.0",
"seafile-js": "^0.2.43", "seafile-js": "^0.2.44",
"seafile-ui": "^0.1.10", "seafile-ui": "^0.1.10",
"sw-precache-webpack-plugin": "0.11.4", "sw-precache-webpack-plugin": "0.11.4",
"unified": "^7.0.0", "unified": "^7.0.0",