mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-30 22:34:10 -05:00
chore: update dependencies
This commit is contained in:
parent
65f5ba3676
commit
117e45783e
2 changed files with 7 additions and 7 deletions
14
package.json
14
package.json
|
@ -20,7 +20,7 @@
|
||||||
"@verdaccio/ui-theme": "0.1.0",
|
"@verdaccio/ui-theme": "0.1.0",
|
||||||
"JSONStream": "1.3.5",
|
"JSONStream": "1.3.5",
|
||||||
"async": "3.0.1-0",
|
"async": "3.0.1-0",
|
||||||
"body-parser": "1.18.3",
|
"body-parser": "1.19.0",
|
||||||
"bunyan": "1.8.12",
|
"bunyan": "1.8.12",
|
||||||
"chalk": "2.4.2",
|
"chalk": "2.4.2",
|
||||||
"commander": "2.20.0",
|
"commander": "2.20.0",
|
||||||
|
@ -40,7 +40,7 @@
|
||||||
"lodash": "4.17.11",
|
"lodash": "4.17.11",
|
||||||
"lunr-mutable-indexes": "2.3.2",
|
"lunr-mutable-indexes": "2.3.2",
|
||||||
"marked": "0.6.2",
|
"marked": "0.6.2",
|
||||||
"mime": "2.4.1",
|
"mime": "2.4.2",
|
||||||
"minimatch": "3.0.4",
|
"minimatch": "3.0.4",
|
||||||
"mkdirp": "0.5.1",
|
"mkdirp": "0.5.1",
|
||||||
"mv": "2.1.1",
|
"mv": "2.1.1",
|
||||||
|
@ -59,11 +59,11 @@
|
||||||
"cross-env": "5.2.0",
|
"cross-env": "5.2.0",
|
||||||
"eslint": "5.16.0",
|
"eslint": "5.16.0",
|
||||||
"eslint-config-google": "0.12.0",
|
"eslint-config-google": "0.12.0",
|
||||||
"eslint-config-prettier": "4.1.0",
|
"eslint-config-prettier": "4.2.0",
|
||||||
"eslint-plugin-babel": "5.3.0",
|
"eslint-plugin-babel": "5.3.0",
|
||||||
"eslint-plugin-flowtype": "3.5.1",
|
"eslint-plugin-flowtype": "3.6.1",
|
||||||
"eslint-plugin-import": "2.16.0",
|
"eslint-plugin-import": "2.17.2",
|
||||||
"eslint-plugin-jest": "22.4.1",
|
"eslint-plugin-jest": "22.5.1",
|
||||||
"eslint-plugin-jsx-a11y": "6.2.1",
|
"eslint-plugin-jsx-a11y": "6.2.1",
|
||||||
"eslint-plugin-prettier": "3.0.1",
|
"eslint-plugin-prettier": "3.0.1",
|
||||||
"eslint-plugin-verdaccio": "0.0.5",
|
"eslint-plugin-verdaccio": "0.0.5",
|
||||||
|
@ -74,7 +74,7 @@
|
||||||
"jest": "24.7.1",
|
"jest": "24.7.1",
|
||||||
"jest-environment-node": "24.7.1",
|
"jest-environment-node": "24.7.1",
|
||||||
"lint-staged": "7.3.0",
|
"lint-staged": "7.3.0",
|
||||||
"prettier": "1.16.4",
|
"prettier": "1.17.0",
|
||||||
"puppeteer": "1.8.0",
|
"puppeteer": "1.8.0",
|
||||||
"rimraf": "2.6.3",
|
"rimraf": "2.6.3",
|
||||||
"standard-version": "5.0.2",
|
"standard-version": "5.0.2",
|
||||||
|
|
BIN
yarn.lock
BIN
yarn.lock
Binary file not shown.
Loading…
Reference in a new issue