0
Fork 0
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:
Juan Picado 2021-05-22 09:57:07 +02:00 committed by GitHub
parent 4ed7286bcb
commit 1e4c900dcb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 209 additions and 181 deletions

376
.pnp.js generated

File diff suppressed because it is too large Load diff

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -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

Binary file not shown.