mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
fix: update core dependencies (#2269)
This commit is contained in:
parent
4ed7286bcb
commit
1e4c900dcb
14 changed files with 209 additions and 181 deletions
Binary file not shown.
BIN
.yarn/cache/@babel-cli-npm-7.14.3-c391bb64bb-d6fe119213.zip
vendored
Normal file
BIN
.yarn/cache/@babel-cli-npm-7.14.3-c391bb64bb-d6fe119213.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/@babel-generator-npm-7.14.3-3bb0a82750-519fce36f3.zip
vendored
Normal file
BIN
.yarn/cache/@babel-generator-npm-7.14.3-3bb0a82750-519fce36f3.zip
vendored
Normal file
Binary file not shown.
BIN
.yarn/cache/@babel-parser-npm-7.14.3-4c3311dd2f-5e8d1b2bfc.zip
vendored
Normal file
BIN
.yarn/cache/@babel-parser-npm-7.14.3-4c3311dd2f-5e8d1b2bfc.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/fs-extra-npm-10.0.0-4f8c704115-84632d143f.zip
vendored
Normal file
BIN
.yarn/cache/fs-extra-npm-10.0.0-4f8c704115-84632d143f.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/get-stdin-npm-9.0.0-4221477153-282f74c245.zip
vendored
Normal file
BIN
.yarn/cache/get-stdin-npm-9.0.0-4221477153-282f74c245.zip
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
.yarn/cache/marked-npm-2.0.5-698f61d133-2abd419cf5.zip
vendored
Normal file
BIN
.yarn/cache/marked-npm-2.0.5-698f61d133-2abd419cf5.zip
vendored
Normal file
Binary file not shown.
14
package.json
14
package.json
|
@ -31,7 +31,7 @@
|
|||
"cookies": "0.8.0",
|
||||
"cors": "2.8.5",
|
||||
"dayjs": "1.10.4",
|
||||
"debug": "^4.3.2",
|
||||
"debug": "^4.3.1",
|
||||
"envinfo": "7.8.1",
|
||||
"eslint-import-resolver-node": "0.3.4",
|
||||
"express": "4.17.1",
|
||||
|
@ -44,7 +44,7 @@
|
|||
"lodash": "4.17.21",
|
||||
"lru-cache": "6.0.0",
|
||||
"lunr-mutable-indexes": "2.3.2",
|
||||
"marked": "2.0.3",
|
||||
"marked": "2.0.5",
|
||||
"memoizee": "0.4.15",
|
||||
"mime": "2.5.2",
|
||||
"minimatch": "3.0.4",
|
||||
|
@ -61,8 +61,8 @@
|
|||
"verdaccio-htpasswd": "10.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/cli": "7.13.16",
|
||||
"@babel/core": "7.14.2",
|
||||
"@babel/cli": "7.14.3",
|
||||
"@babel/core": "7.14.3",
|
||||
"@babel/node": "7.14.2",
|
||||
"@babel/plugin-proposal-class-properties": "7.13.0",
|
||||
"@babel/plugin-proposal-decorators": "7.14.2",
|
||||
|
@ -78,7 +78,7 @@
|
|||
"@babel/plugin-syntax-import-meta": "7.10.4",
|
||||
"@babel/plugin-transform-async-to-generator": "7.13.0",
|
||||
"@babel/plugin-transform-classes": "7.14.2",
|
||||
"@babel/plugin-transform-runtime": "7.14.2",
|
||||
"@babel/plugin-transform-runtime": "7.14.3",
|
||||
"@babel/polyfill": "^7.12.1",
|
||||
"@babel/preset-env": "7.14.2",
|
||||
"@babel/preset-typescript": "7.13.0",
|
||||
|
@ -117,8 +117,8 @@
|
|||
"eslint-plugin-jest": "24.3.6",
|
||||
"eslint-plugin-simple-import-sort": "7.0.0",
|
||||
"eslint-plugin-verdaccio": "9.6.1",
|
||||
"fs-extra": "9.1.0",
|
||||
"get-stdin": "8.0.0",
|
||||
"fs-extra": "10.0.0",
|
||||
"get-stdin": "9.0.0",
|
||||
"husky": "6.0.0",
|
||||
"in-publish": "2.0.1",
|
||||
"jest": "26.6.3",
|
||||
|
|
BIN
yarn.lock
BIN
yarn.lock
Binary file not shown.
Loading…
Reference in a new issue