Skip to content

Commit

Permalink
chore(deps): update opapi (#359)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Francois Levasseur <francois.levasseur@botpress.com>
  • Loading branch information
renovate[bot] and franklevasseur authored Sep 25, 2024
1 parent 1045d37 commit 0ee3cfb
Show file tree
Hide file tree
Showing 3 changed files with 694 additions and 449 deletions.
20 changes: 10 additions & 10 deletions opapi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bpinternal/opapi",
"version": "0.10.23",
"version": "0.10.24",
"description": "",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand All @@ -20,27 +20,27 @@
"fix:format": "prettier --write ."
},
"devDependencies": {
"@swc/core": "1.5.27",
"@swc/helpers": "0.5.11",
"@swc/core": "1.7.28",
"@swc/helpers": "0.5.13",
"@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.34",
"@types/node": "18.19.52",
"@types/qs": "^6.9.15",
"@types/verror": "1.10.10",
"prettier": "3.3.1",
"prettier": "3.3.3",
"ts-node": "10.9.2",
"tsup": "8.1.0",
"typescript": "5.4.5",
"vite": "5.2.13",
"tsup": "8.3.0",
"typescript": "5.6.2",
"vite": "5.4.8",
"vite-node": "1.6.0",
"vitest": "1.6.0"
},
"dependencies": {
"@anatine/zod-openapi": "1.12.1",
"@readme/openapi-parser": "2.6.0",
"axios": "1.7.2",
"axios": "1.7.7",
"chalk": "4.1.2",
"decompress": "4.2.1",
"execa": "8.0.1",
Expand All @@ -52,7 +52,7 @@
"radash": "12.1.0",
"tsconfig-paths": "4.2.0",
"verror": "1.10.1",
"winston": "3.13.0",
"winston": "3.14.2",
"zod": "3.22.4"
},
"keywords": [],
Expand Down
Loading

0 comments on commit 0ee3cfb

Please sign in to comment.