Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
陈峰
6 years ago
Commit
309e01da338fa3959c1ccdbd5ab035ff666955fa
1 parent
1d72cbca
fix influx version
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
package.json
yarn.lock
package.json
View file @
309e01d
...
...
@@ -57,7 +57,7 @@
"urlencode"
:
"^1.1.0"
,
"uuid"
:
"^2.0.2"
,
"yoho-express-session"
:
"^2.0.0"
,
"yoho-node-lib"
:
"=0.6.
34
"
,
"yoho-node-lib"
:
"=0.6.
40
"
,
"yoho-zookeeper"
:
"^1.0.10"
,
"yo-cli"
:
"=1.0.7"
},
...
...
yarn.lock
View file @
309e01d
...
...
@@ -4381,9 +4381,9 @@ inflight@^1.0.4:
once "^1.3.0"
wrappy "1"
influx-batch-sender@^0.1.6:
version "0.1.6"
resolved "http://npm.yohops.com/influx-batch-sender/-/influx-batch-sender-0.1.6.tgz#fe4fb11ac80ece3ca791e40c8de098ce0181d499"
influx-batch-sender@=0.1.7:
version "0.1.7"
resolved "http://npm.yohops.com/influx-batch-sender/-/influx-batch-sender-0.1.7.tgz#9f925bfc500e886cae27001b3cc20f2584fa464a"
dependencies:
debug "^3.0.1"
lodash "^4.17.4"
...
...
@@ -10301,13 +10301,13 @@ yoho-jquery@^1.12.4:
version "1.12.4"
resolved "http://npm.yohops.com/yoho-jquery/-/yoho-jquery-1.12.4.tgz#22499b325f293ee8b1d60559777348156494926d"
yoho-node-lib@=0.6.30:
version "0.6.30"
resolved "http://npm.yohops.com/yoho-node-lib/-/yoho-node-lib-0.6.30.tgz#d22c63ca3da65c35161395c30054feab09483253"
yoho-node-lib@=0.6.40:
version "0.6.40"
resolved "http://npm.yohops.com/yoho-node-lib/-/yoho-node-lib-0.6.40.tgz#3e9729bdb059f352afd1f72f29d524b37554db90"
dependencies:
dnscache "^1.0.1"
handlebars "^4.0.5"
influx-batch-sender "
^0.1.6
"
influx-batch-sender "
=0.1.7
"
lodash "^4.13.1"
lru-cache "^4.1.1"
md5 "^2.1.0"
...
...
Please
register
or
login
to post a comment