1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-11-08 23:25:51 +01:00

chore: update deps

This commit is contained in:
Juan Picado 2023-10-30 04:16:14 +01:00
parent 8a8a3307a1
commit 514b4db227
3 changed files with 20 additions and 21 deletions

@ -92,7 +92,6 @@ module.exports = {
'prefer-promise-reject-errors': ['warn'],
'jest/no-disabled-tests': ['warn'],
'jest/no-commented-out-tests': ['warn'],
'@typescript-eslint/prefer-optional-chain': ['warn'],
'@typescript-eslint/explicit-member-accessibility': ['warn'],
'@typescript-eslint/no-unused-vars': ['warn'],
},

@ -70,33 +70,33 @@
"@babel/preset-typescript": "7.23.2",
"@babel/register": "7.22.15",
"@babel/runtime": "7.23.2",
"@octokit/rest": "20.0.1",
"@trivago/prettier-plugin-sort-imports": "4.2.0",
"@types/async": "3.2.21",
"@types/express": "4.17.18",
"@types/express-serve-static-core": "4.17.37",
"@types/http-errors": "2.0.2",
"@types/jest": "29.5.5",
"@types/lodash": "4.14.199",
"@types/mime": "2.0.3",
"@types/minimatch": "3.0.5",
"@types/node": "20.6.4",
"@types/semver": "7.5.2",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@octokit/rest": "20.0.2",
"@trivago/prettier-plugin-sort-imports": "4.2.1",
"@types/async": "3.2.22",
"@types/express": "4.17.20",
"@types/express-serve-static-core": "4.17.39",
"@types/http-errors": "2.0.3",
"@types/jest": "29.5.6",
"@types/lodash": "4.14.200",
"@types/mime": "3.0.3",
"@types/minimatch": "5.1.2",
"@types/node": "20.8.9",
"@types/semver": "7.5.4",
"@typescript-eslint/eslint-plugin": "6.9.0",
"@typescript-eslint/parser": "6.9.0",
"@verdaccio-scope/verdaccio-auth-foo": "0.0.2",
"@verdaccio/types": "11.0.0-6-next.25",
"babel-jest": "29.7.0",
"babel-plugin-dynamic-import-node": "2.3.3",
"cross-env": "7.0.3",
"detect-secrets": "1.0.6",
"eslint": "8.50.0",
"eslint": "8.52.0",
"eslint-config-google": "0.14.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-babel": "5.3.1",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-jest": "27.4.0",
"eslint-plugin-prettier": "5.0.0",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-jest": "27.6.0",
"eslint-plugin-prettier": "5.0.1",
"eslint-plugin-simple-import-sort": "10.0.0",
"eslint-plugin-verdaccio": "10.0.0",
"fs-extra": "10.1.0",
@ -110,12 +110,12 @@
"node-mocks-http": "^1.13.0",
"pinst": "2.1.6",
"prettier": "3.0.3",
"rimraf": "5.0.1",
"rimraf": "5.0.5",
"selfsigned": "2.4.1",
"standard-version": "9.5.0",
"supertest": "6.3.3",
"ts-node": "10.9.1",
"typescript": "4.9.5",
"typescript": "5.2.2",
"verdaccio-auth-memory": "10.2.2",
"verdaccio-memory": "10.3.2"
},

BIN
yarn.lock

Binary file not shown.