Skip to content

Commit

Permalink
feat: add udid
Browse files Browse the repository at this point in the history
  • Loading branch information
Nevo David committed Sep 11, 2024
1 parent fae0550 commit 86c017e
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 44 deletions.
106 changes: 77 additions & 29 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

31 changes: 16 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,17 @@
"@nestjs/schedule": "^4.0.0",
"@nestjs/serve-static": "^4.0.1",
"@nestjs/swagger": "^7.3.0",
"@nx/eslint": "19.7.2",
"@nx/eslint-plugin": "19.7.2",
"@nx/jest": "19.7.2",
"@nx/js": "19.7.2",
"@nx/nest": "19.7.2",
"@nx/next": "19.7.2",
"@nx/node": "19.7.2",
"@nx/react": "19.7.2",
"@nx/vite": "19.7.2",
"@nx/webpack": "19.7.2",
"@nx/workspace": "19.7.2",
"@prisma/client": "^5.8.1",
"@swc/helpers": "0.5.13",
"@sweetalert2/theme-dark": "^5.0.16",
Expand All @@ -73,18 +84,6 @@
"@uppy/progress-bar": "^3.0.3",
"@uppy/react": "^3.1.3",
"@virtual-grid/react": "^2.0.2",
"@nx/eslint": "19.7.2",
"@nx/eslint-plugin": "19.7.2",
"@nx/jest": "19.7.2",
"@nx/js": "19.7.2",
"@nx/nest": "19.7.2",
"@nx/next": "19.7.2",
"@nx/node": "19.7.2",
"@nx/react": "19.7.2",
"@nx/vite": "19.7.2",
"@nx/webpack": "19.7.2",
"@nx/workspace": "19.7.2",
"nx": "19.7.2",
"array-move": "^4.0.0",
"axios": "1.6.7",
"bcrypt": "^5.1.1",
Expand Down Expand Up @@ -114,6 +113,7 @@
"nestjs-command": "^3.1.4",
"next": "14.2.3",
"next-plausible": "^3.12.0",
"nx": "19.7.2",
"openai": "^4.47.1",
"polotno": "^2.10.5",
"prisma-paginate": "^5.2.1",
Expand Down Expand Up @@ -141,14 +141,15 @@
"stripe": "^15.5.0",
"sweetalert2": "^11.6.13",
"swr": "^2.2.5",
"tailwind-scrollbar": "^3.1.0",
"tailwindcss": "3.4.3",
"tslib": "^2.3.0",
"twitter-api-v2": "^1.16.0",
"use-debounce": "^10.0.0",
"utf-8-validate": "^5.0.10",
"uuid": "^10.0.0",
"yargs": "^17.7.2",
"yup": "^1.4.0",
"tailwindcss": "3.4.3",
"tailwind-scrollbar": "^3.1.0"
"yup": "^1.4.0"
},
"devDependencies": {
"@mintlify/scraping": "^3.0.90",
Expand Down

0 comments on commit 86c017e

Please sign in to comment.