From 2cb6708efa435599df5e4970a60dcfaa287636a2 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Mon, 28 Oct 2024 23:11:45 +0530 Subject: [PATCH] chore(deps): swagger & swagger types --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 6f311863..70b94311 100644 --- a/package.json +++ b/package.json @@ -41,13 +41,13 @@ "jsonwebtoken": "^9.0.2", "loglevel": "^1.8.0", "loglevel-plugin-remote": "^0.6.8", - "maxun-core": "^0.0.1", "minio": "^8.0.1", "moment-timezone": "^0.5.45", "node-cron": "^3.0.3", "pg": "^8.13.0", "playwright": "^1.20.1", "playwright-extra": "^4.3.6", + "posthog-node": "^4.2.1", "prismjs": "^1.28.0", "puppeteer-extra-plugin-stealth": "^2.11.2", "react": "^18.0.0", @@ -61,6 +61,8 @@ "socket.io": "^4.4.1", "socket.io-client": "^4.4.1", "styled-components": "^5.3.3", + "swagger-jsdoc": "^6.2.8", + "swagger-ui-express": "^5.0.1", "typedoc": "^0.23.8", "typescript": "^4.6.3", "uuid": "^8.3.2", @@ -91,6 +93,8 @@ "@types/react-highlight": "^0.12.5", "@types/react-transition-group": "^4.4.4", "@types/styled-components": "^5.1.23", + "@types/swagger-jsdoc": "^6.0.4", + "@types/swagger-ui-express": "^4.1.6", "@vitejs/plugin-react": "^4.3.3", "ajv": "^8.8.2", "concurrently": "^7.0.0",