Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added Swagger UI and Dependencies Bumped #83

Merged
merged 10 commits into from
Jan 19, 2024
Next Next commit
dep update
williamputraintan committed Jan 8, 2024
commit a374e52563f1b1ea5f5a7e4e0fcef720915faffd
37 changes: 17 additions & 20 deletions lib/workload/stateless/metadata_manager/src/package.json
Original file line number Diff line number Diff line change
@@ -12,32 +12,29 @@
"build-src": "NODE_OPTIONS='--max-old-space-size=8192' tsc"
},
"dependencies": {
"@fastify/aws-lambda": "^3.3.0",
"@fastify/http-proxy": "^9.2.1",
"axios": "^1.5.1",
"edgedb": "^1.3.4",
"fastify": "^4.20.0",
"google-auth-library": "^9.0.0",
"google-spreadsheet": "^4.0.2",
"@fastify/aws-lambda": "^3.5.0",
"@fastify/http-proxy": "^9.3.0",
"@fastify/swagger": "^8.13.0",
"axios": "^1.6.5",
"edgedb": "^1.4.1",
"fastify": "^4.25.2",
"google-auth-library": "^9.4.1",
"google-spreadsheet": "^4.1.1",
"lodash": "^4.17.21",
"pino": "^8.15.1",
"pino-pretty": "^10.1.0",
"reflect-metadata": "^0.1.13",
"ts-node": "^10.9.1",
"pino": "^8.17.2",
"reflect-metadata": "^0.2.1",
"ts-node": "^10.9.2",
"tsyringe": "^4.8.0",
"ulid": "^2.3.0",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@edgedb/generate": "^0.3.1",
"@types/jest": "^29.5.3",
"@types/lodash": "^4",
"@types/node": "^20.4.2",
"esbuild": "^0.19.5",
"jest": "^29.6.2",
"nodemon": "^3.0.1",
"@edgedb/generate": "^0.4.1",
"@types/lodash": "^4.14.202",
"@types/node": "^20.10.7",
"jest": "^29.7.0",
"nodemon": "^3.0.2",
"ts-jest": "^29.1.1",
"tsx": "^3.12.7",
"typescript": "^5.1.6"
"typescript": "^5.3.3"
}
}
1,824 changes: 645 additions & 1,179 deletions lib/workload/stateless/metadata_manager/src/yarn.lock

Large diffs are not rendered by default.