mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-30 22:34:10 -05:00
chore: update all types dependencies
This commit is contained in:
parent
3159458282
commit
001896ecfb
3 changed files with 427 additions and 392 deletions
17
package.json
17
package.json
|
@ -49,33 +49,34 @@
|
|||
"@testing-library/dom": "9.3.3",
|
||||
"@testing-library/jest-dom": "6.1.5",
|
||||
"@testing-library/react": "14.0.0",
|
||||
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
|
||||
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
|
||||
"@types/async": "3.2.24",
|
||||
"@types/body-parser": "1.19.5",
|
||||
"@types/connect": "3.4.38",
|
||||
"@types/cookiejar": "2.1.5",
|
||||
"@types/debug": "^4.1.9",
|
||||
"@types/debug": "^4.1.12",
|
||||
"@types/express": "4.17.21",
|
||||
"@types/express-serve-static-core": "4.17.37",
|
||||
"@types/express-serve-static-core": "4.17.41",
|
||||
"@types/http-errors": "2.0.4",
|
||||
"@types/jest": "29.5.10",
|
||||
"@types/jsonwebtoken": "9.0.5",
|
||||
"@types/lodash": "4.14.199",
|
||||
"@types/lodash": "4.14.202",
|
||||
"@types/mime": "3.0.4",
|
||||
"@types/minimatch": "5.1.2",
|
||||
"@types/node": "20.8.3",
|
||||
"@types/node": "20.10.2",
|
||||
"@types/node-fetch": "2.6.9",
|
||||
"@types/qs": "6.9.10",
|
||||
"@types/range-parser": "1.2.7",
|
||||
"@types/react": "18.2.39",
|
||||
"@types/react": "18.2.40",
|
||||
"@types/react-dom": "18.2.17",
|
||||
"@types/react-router-dom": "5.3.3",
|
||||
"undici-types": "5.28.2",
|
||||
"@types/react-virtualized": "9.21.28",
|
||||
"@types/redux": "3.6.0",
|
||||
"@types/request": "2.48.9",
|
||||
"@types/request": "2.48.12",
|
||||
"@types/semver": "7.5.6",
|
||||
"@types/send": "0.17.4",
|
||||
"@types/serve-static": "1.15.3",
|
||||
"@types/serve-static": "1.15.5",
|
||||
"@types/superagent": "4.1.19",
|
||||
"@types/supertest": "2.0.14",
|
||||
"@types/testing-library__jest-dom": "6.0.0",
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
"debug": "4.3.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/debug": "^4.1.9",
|
||||
"@types/debug": "^4.1.12",
|
||||
"@verdaccio/config": "workspace:7.0.0-next.4",
|
||||
"@verdaccio/types": "workspace:12.0.0-next.1"
|
||||
},
|
||||
|
|
800
pnpm-lock.yaml
800
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue