1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-31 14:42:10 +00:00

update seafile-js (#3462)

This commit is contained in:
Daniel Pan
2019-05-15 13:54:52 +08:00
committed by GitHub
2 changed files with 10 additions and 10 deletions

View File

@@ -6816,7 +6816,7 @@
},
"git-up": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/git-up/-/git-up-1.2.1.tgz",
"resolved": "http://registry.npmjs.org/git-up/-/git-up-1.2.1.tgz",
"integrity": "sha1-JkSAoAax2EJhrB/gmjpRacV+oZ0=",
"requires": {
"is-ssh": "^1.0.0",
@@ -6825,7 +6825,7 @@
},
"git-url-parse": {
"version": "5.0.1",
"resolved": "https://registry.npmjs.org/git-url-parse/-/git-url-parse-5.0.1.tgz",
"resolved": "http://registry.npmjs.org/git-url-parse/-/git-url-parse-5.0.1.tgz",
"integrity": "sha1-/j15xnRq4FBIz6UIyB553du6OEM=",
"requires": {
"git-up": "^1.0.0"
@@ -9812,7 +9812,7 @@
},
"node-status-codes": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/node-status-codes/-/node-status-codes-1.0.0.tgz",
"resolved": "http://registry.npmjs.org/node-status-codes/-/node-status-codes-1.0.0.tgz",
"integrity": "sha1-WuVUHQJGRdMqWPzdyc7s6nrjrC8="
},
"noop6": {
@@ -10183,7 +10183,7 @@
},
"package.json": {
"version": "2.0.1",
"resolved": "https://registry.npmjs.org/package.json/-/package.json-2.0.1.tgz",
"resolved": "http://registry.npmjs.org/package.json/-/package.json-2.0.1.tgz",
"integrity": "sha1-+IYFnSpJ7QduZIg2ldc7K0bSHW0=",
"requires": {
"git-package-json": "^1.4.0",
@@ -10193,7 +10193,7 @@
"dependencies": {
"got": {
"version": "5.7.1",
"resolved": "https://registry.npmjs.org/got/-/got-5.7.1.tgz",
"resolved": "http://registry.npmjs.org/got/-/got-5.7.1.tgz",
"integrity": "sha1-X4FjWmHkplifGAVp6k44FoClHzU=",
"requires": {
"create-error-class": "^3.0.1",
@@ -10215,7 +10215,7 @@
},
"package-json": {
"version": "2.4.0",
"resolved": "https://registry.npmjs.org/package-json/-/package-json-2.4.0.tgz",
"resolved": "http://registry.npmjs.org/package-json/-/package-json-2.4.0.tgz",
"integrity": "sha1-DRW9Z9HLvduyyiIv8u24a8sxqLs=",
"requires": {
"got": "^5.0.0",
@@ -13272,9 +13272,9 @@
}
},
"seafile-js": {
"version": "0.2.83",
"resolved": "https://registry.npmjs.org/seafile-js/-/seafile-js-0.2.83.tgz",
"integrity": "sha512-KioCVMaMyMZYHCpGZRLZGtDaQCKioWPEbubzNwuxt5uEEX5b3uNp5kZIBOtqKbn26gDl8brHqm0u930DnOM6MA==",
"version": "0.2.84",
"resolved": "https://registry.npmjs.org/seafile-js/-/seafile-js-0.2.84.tgz",
"integrity": "sha512-mD4UJMuaDcH7RAtE0bu1Xbr0gQOC8d4XnqZNuJOdtqdjN1ekTwlnv0UB9fzg4IXXVVjeBfBOhj9a09eGQoV53w==",
"requires": {
"axios": "^0.18.0",
"form-data": "^2.3.2",

View File

@@ -38,7 +38,7 @@
"react-responsive": "^6.1.1",
"react-select": "^2.4.1",
"reactstrap": "^6.4.0",
"seafile-js": "^0.2.83",
"seafile-js": "^0.2.84",
"socket.io-client": "^2.2.0",
"sw-precache-webpack-plugin": "0.11.4",
"unified": "^7.0.0",