mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-30 22:34:10 -05:00
chore(deps): update typescript dependencies (#4732)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
a958ed8f64
commit
f7228a77b1
2 changed files with 10 additions and 10 deletions
20
package.json
20
package.json
|
@ -67,23 +67,23 @@
|
||||||
"@babel/plugin-syntax-dynamic-import": "7.8.3",
|
"@babel/plugin-syntax-dynamic-import": "7.8.3",
|
||||||
"@babel/polyfill": "^7.12.1",
|
"@babel/polyfill": "^7.12.1",
|
||||||
"@babel/preset-env": "7.24.5",
|
"@babel/preset-env": "7.24.5",
|
||||||
"@babel/preset-typescript": "7.24.1",
|
"@babel/preset-typescript": "7.24.7",
|
||||||
"@babel/register": "7.23.7",
|
"@babel/register": "7.23.7",
|
||||||
"@babel/runtime": "7.24.5",
|
"@babel/runtime": "7.24.5",
|
||||||
"@octokit/rest": "20.1.1",
|
"@octokit/rest": "20.1.1",
|
||||||
"@trivago/prettier-plugin-sort-imports": "4.3.0",
|
"@trivago/prettier-plugin-sort-imports": "4.3.0",
|
||||||
"@types/async": "3.2.24",
|
"@types/async": "3.2.24",
|
||||||
"@types/express": "4.17.21",
|
"@types/express": "4.17.21",
|
||||||
"@types/express-serve-static-core": "4.19.0",
|
"@types/express-serve-static-core": "4.19.5",
|
||||||
"@types/http-errors": "2.0.4",
|
"@types/http-errors": "2.0.4",
|
||||||
"@types/jest": "29.5.12",
|
"@types/jest": "29.5.12",
|
||||||
"@types/lodash": "4.17.1",
|
"@types/lodash": "4.17.7",
|
||||||
"@types/mime": "3.0.0",
|
"@types/mime": "3.0.4",
|
||||||
"@types/minimatch": "5.1.2",
|
"@types/minimatch": "5.1.2",
|
||||||
"@types/node": "20.11.7",
|
"@types/node": "20.14.11",
|
||||||
"@types/semver": "7.5.6",
|
"@types/semver": "7.5.8",
|
||||||
"@typescript-eslint/eslint-plugin": "6.19.1",
|
"@typescript-eslint/eslint-plugin": "6.21.0",
|
||||||
"@typescript-eslint/parser": "6.19.1",
|
"@typescript-eslint/parser": "6.21.0",
|
||||||
"@verdaccio-scope/verdaccio-auth-foo": "0.0.2",
|
"@verdaccio-scope/verdaccio-auth-foo": "0.0.2",
|
||||||
"@verdaccio/types": "11.0.0-6-next.25",
|
"@verdaccio/types": "11.0.0-6-next.25",
|
||||||
"babel-jest": "29.7.0",
|
"babel-jest": "29.7.0",
|
||||||
|
@ -115,7 +115,7 @@
|
||||||
"standard-version": "9.5.0",
|
"standard-version": "9.5.0",
|
||||||
"supertest": "7.0.0",
|
"supertest": "7.0.0",
|
||||||
"ts-node": "10.9.2",
|
"ts-node": "10.9.2",
|
||||||
"typescript": "5.4.5",
|
"typescript": "5.5.3",
|
||||||
"verdaccio-auth-memory": "10.2.2",
|
"verdaccio-auth-memory": "10.2.2",
|
||||||
"verdaccio-memory": "10.3.2"
|
"verdaccio-memory": "10.3.2"
|
||||||
},
|
},
|
||||||
|
@ -163,7 +163,7 @@
|
||||||
"preferGlobal": true,
|
"preferGlobal": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"resolutions": {
|
"resolutions": {
|
||||||
"@types/serve-static": "1.15.5"
|
"@types/serve-static": "1.15.7"
|
||||||
},
|
},
|
||||||
"collective": {
|
"collective": {
|
||||||
"type": "opencollective",
|
"type": "opencollective",
|
||||||
|
|
BIN
yarn.lock
BIN
yarn.lock
Binary file not shown.
Loading…
Reference in a new issue