Skip to content

Commit

Permalink
依赖以及软件更新
Browse files Browse the repository at this point in the history
  • Loading branch information
bill080307 committed Nov 28, 2019
1 parent 310ced4 commit deaa49a
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
},
"dependencies": {
"axios": "^0.19.0",
"bootstrap-vue": "^2.0.0-rc.27",
"ipfs-http-client": "^32.0.1",
"bootstrap-vue": "^2.1.0",
"ipfs-http-client": "^40.0.1",
"vue": "^2.6.10",
"vue-router": "^3.1.3",
"vuex": "^3.0.1"
Expand Down
6 changes: 3 additions & 3 deletions dashboard/public/data.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"template": {
"global": "QmUwvUKeVu2ryFKn5f3sPbGVDyBysASQ1oqngACqGgeVFU",
"userlist": "QmUrTnrWvGq2X6YQ1QkX7PdoPHNmkcNANAwzV5GXzFgXbj",
"player": "QmWNyEVAEGHWmEgPtFbyJxGP4tbaDmKA5pwgHp79Poq1rc"
"global": "QmXQypPWDbsKrYEpdUcmhyX7r9cjwGpKkNLUL17Q9SYX1E",
"userlist": "QmQGnj64hiKZzNpX8ZisvSyekk5SHH5K4bGbXFV4sYmEm1",
"player": "QmTVLLN7varEJRYh9x8acFfRmHKkr6utMBvGny4FJLjaLH"
}
}
2 changes: 1 addition & 1 deletion home/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"axios": "^0.19.0",
"bootstrap-vue": "^2.0.4",
"bootstrap-vue": "^2.1.0",
"vue": "^2.6.10",
"vue-router": "^3.1.3"
},
Expand Down
2 changes: 1 addition & 1 deletion player/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"axios": "^0.19.0",
"bootstrap-vue": "^2.0.0-rc.27",
"bootstrap-vue": "^2.1.0",
"video.js": "^7.6.0",
"vue": "^2.6.10",
"vue-json-viewer": "^2.2.1"
Expand Down
2 changes: 1 addition & 1 deletion tool/development/make_vue.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import ipfshttpclient
import os

api = ipfshttpclient.connect('/ip4/172.16.1.8/tcp/5001', timeout=1200)
api = ipfshttpclient.connect('/ip4/127.0.0.1/tcp/5001', timeout=1200)


def tohash(path):
Expand Down
2 changes: 1 addition & 1 deletion videolist/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"axios": "^0.19.0",
"bootstrap-vue": "^2.0.0-rc.27",
"bootstrap-vue": "^2.1.0",
"vue": "^2.6.10",
"vue-router": "^3.0.3"
},
Expand Down

0 comments on commit deaa49a

Please sign in to comment.