mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
chore: revert "fix: set engine to 14.21.3"
This reverts commit 6cf6064d06
.
This commit is contained in:
parent
6cf6064d06
commit
fd7d181159
1 changed files with 14 additions and 14 deletions
28
package.json
28
package.json
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "verdaccio",
|
||||
"version": "5.30.3",
|
||||
"version": "5.31.0",
|
||||
"description": "A lightweight private npm proxy registry",
|
||||
"author": {
|
||||
"name": "Verdaccio Maintainers",
|
||||
|
@ -39,7 +39,7 @@
|
|||
"compression": "1.7.4",
|
||||
"cors": "2.8.5",
|
||||
"debug": "^4.3.4",
|
||||
"envinfo": "7.11.1",
|
||||
"envinfo": "7.13.0",
|
||||
"express": "4.19.2",
|
||||
"express-rate-limit": "5.5.1",
|
||||
"fast-safe-stringify": "2.1.1",
|
||||
|
@ -53,8 +53,8 @@
|
|||
"mkdirp": "1.0.4",
|
||||
"mv": "2.1.1",
|
||||
"pkginfo": "0.4.1",
|
||||
"semver": "7.6.0",
|
||||
"validator": "13.11.0",
|
||||
"semver": "7.6.2",
|
||||
"validator": "13.12.0",
|
||||
"verdaccio-audit": "12.0.0-next-7.15",
|
||||
"verdaccio-htpasswd": "12.0.0-next-7.15"
|
||||
},
|
||||
|
@ -90,13 +90,13 @@
|
|||
"@types/express-serve-static-core": "4.17.41",
|
||||
"@types/http-errors": "2.0.4",
|
||||
"@types/jest": "29.5.11",
|
||||
"@types/lodash": "4.14.202",
|
||||
"@types/lodash": "4.17.1",
|
||||
"@types/mime": "3.0.4",
|
||||
"@types/minimatch": "5.1.2",
|
||||
"@types/node": "18.19.8",
|
||||
"@types/node": "18.19.33",
|
||||
"@types/pino": "7.0.5",
|
||||
"@types/request": "2.48.12",
|
||||
"@types/semver": "7.5.6",
|
||||
"@types/semver": "7.5.8",
|
||||
"@typescript-eslint/eslint-plugin": "5.62.0",
|
||||
"@typescript-eslint/parser": "5.62.0",
|
||||
"@verdaccio-scope/verdaccio-auth-foo": "0.0.2",
|
||||
|
@ -105,14 +105,14 @@
|
|||
"babel-plugin-dynamic-import-node": "2.3.3",
|
||||
"cross-env": "7.0.3",
|
||||
"detect-secrets": "1.0.6",
|
||||
"eslint": "8.56.0",
|
||||
"eslint": "8.57.0",
|
||||
"eslint-config-google": "0.14.0",
|
||||
"eslint-config-prettier": "9.1.0",
|
||||
"eslint-plugin-babel": "5.3.1",
|
||||
"eslint-plugin-import": "2.29.1",
|
||||
"eslint-plugin-jest": "27.6.3",
|
||||
"eslint-plugin-jest": "27.9.0",
|
||||
"eslint-plugin-prettier": "5.1.3",
|
||||
"eslint-plugin-simple-import-sort": "10.0.0",
|
||||
"eslint-plugin-simple-import-sort": "12.1.0",
|
||||
"eslint-plugin-verdaccio": "10.0.0",
|
||||
"fs-extra": "10.1.0",
|
||||
"get-port": "5.1.1",
|
||||
|
@ -120,11 +120,11 @@
|
|||
"jest-config": "29.7.0",
|
||||
"jest-environment-node": "29.7.0",
|
||||
"jest-junit": "15.0.0",
|
||||
"lockfile-lint": "4.12.1",
|
||||
"nock": "13.5.0",
|
||||
"lockfile-lint": "4.13.2",
|
||||
"nock": "13.5.4",
|
||||
"node-mocks-http": "^1.14.1",
|
||||
"pinst": "2.1.6",
|
||||
"prettier": "3.2.2",
|
||||
"prettier": "3.2.5",
|
||||
"rimraf": "3.0.2",
|
||||
"selfsigned": "2.4.1",
|
||||
"standard-version": "9.5.0",
|
||||
|
@ -173,7 +173,7 @@
|
|||
"docker:run": "docker run -it --rm -p 4873:4873 verdaccio/verdaccio:local"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=14.21.3"
|
||||
"node": ">=12.18"
|
||||
},
|
||||
"preferGlobal": true,
|
||||
"license": "MIT",
|
||||
|
|
Loading…
Reference in a new issue