mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-30 22:34:10 -05:00
Merge branch '4.x' into fix-492
This commit is contained in:
commit
cab3596843
3 changed files with 4 additions and 5 deletions
|
@ -22,7 +22,7 @@ RUN yarn config set registry $VERDACCIO_BUILD_REGISTRY && \
|
|||
|
||||
|
||||
|
||||
FROM node:10.7-alpine
|
||||
FROM node:10.15.1-alpine
|
||||
LABEL maintainer="https://github.com/verdaccio/verdaccio"
|
||||
|
||||
ENV VERDACCIO_APPDIR=/opt/verdaccio \
|
||||
|
|
|
@ -15,8 +15,7 @@
|
|||
"verdaccio": "./bin/verdaccio"
|
||||
},
|
||||
"dependencies": {
|
||||
"@verdaccio/file-locking": "0.0.8",
|
||||
"@verdaccio/local-storage": "2.0.0-beta.2",
|
||||
"@verdaccio/local-storage": "2.0.0-beta.3",
|
||||
"@verdaccio/streams": "2.0.0-beta.0",
|
||||
"JSONStream": "1.3.5",
|
||||
"async": "3.0.1-0",
|
||||
|
@ -30,7 +29,7 @@
|
|||
"date-fns": "1.30.1",
|
||||
"express": "4.16.4",
|
||||
"global": "4.3.2",
|
||||
"handlebars": "4.0.12",
|
||||
"handlebars": "4.0.13",
|
||||
"http-errors": "1.7.1",
|
||||
"js-base64": "2.5.1",
|
||||
"js-string-escape": "1.0.1",
|
||||
|
@ -48,7 +47,7 @@
|
|||
"request": "2.88.0",
|
||||
"semver": "5.6.0",
|
||||
"verdaccio-audit": "1.1.0",
|
||||
"verdaccio-htpasswd": "2.0.0-beta.0",
|
||||
"verdaccio-htpasswd": "2.0.0-beta.1",
|
||||
"verror": "1.10.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
BIN
yarn.lock
BIN
yarn.lock
Binary file not shown.
Loading…
Reference in a new issue