- add docker-swarm deployment example

- update dependencies
This commit is contained in:
Amruth Pillai
2023-11-22 09:08:23 +01:00
parent 55e94ca792
commit dfb3ef60dd
12 changed files with 602 additions and 413 deletions

View File

@ -60,20 +60,20 @@
"@types/cookie-parser": "^1.4.6",
"@types/express": "^4.17.21",
"@types/file-saver": "^2.0.7",
"@types/jest": "^29.5.9",
"@types/jest": "^29.5.10",
"@types/lodash.debounce": "^4.0.9",
"@types/lodash.get": "^4.4.9",
"@types/lodash.set": "^4.3.9",
"@types/multer": "^1.4.11",
"@types/node": "20.9.3",
"@types/node": "20.9.4",
"@types/nodemailer": "^6.4.14",
"@types/papaparse": "^5.3.12",
"@types/papaparse": "^5.3.13",
"@types/passport": "^1.0.16",
"@types/passport-github2": "^1.2.9",
"@types/passport-google-oauth20": "^2.0.14",
"@types/passport-local": "^1.0.38",
"@types/react": "18.2.38",
"@types/react-dom": "18.2.16",
"@types/react-dom": "18.2.17",
"@types/react-is": "18.2.4",
"@types/retry": "^0.12.5",
"@types/webfontloader": "^1.6.38",
@ -108,7 +108,7 @@
"ts-jest": "^29.1.1",
"ts-node": "10.9.1",
"typescript": "~5.3.2",
"vite": "~5.0.1",
"vite": "~5.0.2",
"vite-plugin-dts": "~3.6.3",
"vitest": "~0.34.6"
},
@ -162,7 +162,7 @@
"@radix-ui/react-toggle": "^1.0.3",
"@radix-ui/react-toggle-group": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@sentry/node": "^7.81.0",
"@sentry/node": "^7.81.1",
"@songkeys/nestjs-redis": "^10.0.0",
"@songkeys/nestjs-redis-health": "^10.0.0",
"@swc/helpers": "~0.5.3",
@ -215,7 +215,7 @@
"react": "18.2.0",
"react-colorful": "^5.6.1",
"react-dom": "18.2.0",
"react-helmet-async": "^2.0.0",
"react-helmet-async": "^2.0.1",
"react-hook-form": "^7.48.2",
"react-parallax-tilt": "^1.7.175",
"react-resizable-panels": "^0.0.61",