Skip to content

Commit

Permalink
fix(deps): update opapi (#324)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 10, 2024
1 parent acf6ae0 commit 21645d1
Show file tree
Hide file tree
Showing 2 changed files with 312 additions and 436 deletions.
24 changes: 12 additions & 12 deletions opapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bpinternal/opapi",
"version": "0.10.18",
"version": "0.10.19",
"description": "",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand All @@ -20,33 +20,33 @@
"format:fix": "prettier --write ."
},
"devDependencies": {
"@swc/core": "1.4.17",
"@swc/helpers": "0.5.10",
"@swc/core": "1.5.27",
"@swc/helpers": "0.5.11",
"@types/decompress": "4.2.7",
"@types/express": "4.17.21",
"@types/json-schema": "^7.0.15",
"@types/lodash": "^4.17.0",
"@types/node": "18.19.31",
"@types/node": "18.19.34",
"@types/qs": "^6.9.15",
"@types/verror": "1.10.10",
"prettier": "3.2.5",
"prettier": "3.3.1",
"ts-node": "10.9.2",
"tsup": "8.0.2",
"tsup": "8.1.0",
"typescript": "5.4.5",
"vite": "5.2.10",
"vite-node": "1.5.0",
"vitest": "1.5.0"
"vite": "5.2.13",
"vite-node": "1.6.0",
"vitest": "1.6.0"
},
"dependencies": {
"@anatine/zod-openapi": "1.12.1",
"@readme/openapi-parser": "2.5.1",
"axios": "1.6.8",
"@readme/openapi-parser": "2.6.0",
"axios": "1.7.2",
"chalk": "4.1.2",
"decompress": "4.2.1",
"execa": "8.0.1",
"json-schema-to-typescript": "13.1.2",
"lodash": "^4.17.21",
"openapi-typescript": "6.7.5",
"openapi-typescript": "6.7.6",
"openapi3-ts": "2.0.2",
"radash": "12.1.0",
"tsconfig-paths": "4.2.0",
Expand Down
Loading

0 comments on commit 21645d1

Please sign in to comment.