Skip to content

Commit

Permalink
chore(opapi): update opapi dependencies (#160)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmass authored Feb 28, 2024
1 parent 460c2e8 commit 592b01c
Show file tree
Hide file tree
Showing 11 changed files with 709 additions and 759 deletions.
52 changes: 25 additions & 27 deletions opapi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,37 +21,35 @@
"format:fix": "prettier --write ."
},
"devDependencies": {
"@swc/core": "^1.3.23",
"@swc/helpers": "^0.5.0",
"@types/decompress": "^4.2.4",
"@types/express": "^4.17.15",
"@types/node": "^18.11.17",
"@types/prettier": "^2.7.3",
"@types/verror": "^1.10.6",
"prettier": "^2.8.8",
"ts-node": "^10.9.1",
"tsup": "^6.7.0",
"@swc/core": "1.4.2",
"@swc/helpers": "0.5.6",
"@types/decompress": "4.2.7",
"@types/express": "4.17.21",
"@types/node": "18.19.20",
"@types/verror": "1.10.9",
"prettier": "3.2.5",
"ts-node": "10.9.2",
"tsup": "8.0.2",
"typescript": "5.3.3",
"vite": "^3.2.5",
"vite-node": "^0.25.8",
"vitest": "^0.25.8"
"vite": "5.1.4",
"vite-node": "1.3.1",
"vitest": "1.3.1"
},
"dependencies": {
"@anatine/zod-openapi": "^1.12.0",
"@readme/openapi-parser": "^2.5.0",
"axios": "^1.2.3",
"chalk": "^4.1.2",
"decompress": "^4.2.1",
"execa": "^6.1.0",
"json-schema-to-typescript": "^13.0.2",
"nodemon": "^2.0.20",
"@anatine/zod-openapi": "1.12.0",
"@readme/openapi-parser": "2.5.0",
"axios": "1.6.7",
"chalk": "5.3.0",
"decompress": "4.2.1",
"execa": "8.0.1",
"json-schema-to-typescript": "13.1.2",
"openapi-typescript": "6.7.4",
"openapi3-ts": "^2.0.2",
"radash": "^9.5.0",
"tsconfig-paths": "^4.1.1",
"verror": "^1.10.1",
"winston": "^3.8.2",
"zod": "^3.20.6"
"openapi3-ts": "4.2.2",
"radash": "12.0.0",
"tsconfig-paths": "4.2.0",
"verror": "1.10.1",
"winston": "3.11.0",
"zod": "3.22.4"
},
"keywords": [],
"author": "Botpress, Inc.",
Expand Down
Loading

0 comments on commit 592b01c

Please sign in to comment.