Skip to content

Commit

Permalink
Merge pull request #34 from Code-4-Community/hm-add-leftover-dependen…
Browse files Browse the repository at this point in the history
…cies

add dependencies for backend
  • Loading branch information
hams7504 authored Sep 30, 2024
2 parents 3e3a950 + 4a7d294 commit 9e14132
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 5 deletions.
11 changes: 6 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,26 +32,27 @@
"@nestjs/core": "^10.0.2",
"@nestjs/platform-express": "^10.0.2",
"@nestjs/swagger": "^7.1.12",
"@nestjs/testing": "^10.4.4",
"@nestjs/typeorm": "^10.0.0",
"@react-google-maps/api": "^2.19.0",
"@swc/helpers": "~0.5.0",
"@types/googlemaps": "^3.43.3",
"@types/mongodb": "^4.0.7",
"@vendia/serverless-express": "^4.10.1",
"@zodios/core": "^10.9.0",
"@zodios/express": "^10.6.1",
"antd": "^5.8.5",
"axios": "^1.5.0",
"bootstrap": "^5.3.2",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"framer-motion": "^10.12.4",
"fuse.js": "^6.6.2",
"google-maps": "^4.3.3",
"nestjs": "^0.0.1",
"@types/mongodb": "^4.0.7",
"axios": "^1.5.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"mongodb": "5.9.0",
"nestjs": "^0.0.1",
"react": "^18.2.0",
"react-dom": "18.2.0",
"react-geolocated": "^4.0.3",
Expand Down
20 changes: 20 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5192,6 +5192,13 @@
path-to-regexp "3.2.0"
swagger-ui-dist "5.9.0"

"@nestjs/testing@^10.4.4":
version "10.4.4"
resolved "https://registry.yarnpkg.com/@nestjs/testing/-/testing-10.4.4.tgz#1f73f4b6c8d7a996a267ec498679e53763936963"
integrity sha512-qRGFj51A5RM7JqA8pcyEwSLA3Y0dle/PAZ8oxP0suimoCusRY3Tk7wYqutZdCNj1ATb678SDaUZDHk2pwSv9/g==
dependencies:
tslib "2.7.0"

"@nestjs/typeorm@^10.0.0":
version "10.0.0"
resolved "https://registry.yarnpkg.com/@nestjs/typeorm/-/typeorm-10.0.0.tgz#78e20d3413d59dd3dfee03260c904f0f4040b4e1"
Expand Down Expand Up @@ -8671,6 +8678,9 @@ bin-version@^6.0.0:
version "6.0.0"
resolved "https://registry.yarnpkg.com/bin-version/-/bin-version-6.0.0.tgz#08ecbe5fc87898b441425e145f9e105064d00315"
integrity sha512-nk5wEsP4RiKjG+vF+uG8lFsEn4d7Y6FVDamzzftSunXOoOcOOkzcWdKVlGgFFwlUQCj63SgnUkLLGF8v7lufhw==
dependencies:
execa "^5.0.0"
find-versions "^5.0.0"

binary-extensions@^2.0.0:
version "2.2.0"
Expand Down Expand Up @@ -15161,6 +15171,11 @@ object.values@^1.1.6:
define-properties "^1.1.4"
es-abstract "^1.20.4"

obliterator@^1.6.1:
version "1.6.1"
resolved "https://registry.yarnpkg.com/obliterator/-/obliterator-1.6.1.tgz#dea03e8ab821f6c4d96a299e17aef6a3af994ef3"
integrity sha512-9WXswnqINnnhOG/5SLimUlzuU1hFJUc8zkwyD59Sd+dPOMf05PmnYG/d6Q7HZ+KmgkZJa1PxRso6QdM3sTNHig==

oblivious-set@1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/oblivious-set/-/oblivious-set-1.0.0.tgz#c8316f2c2fb6ff7b11b6158db3234c49f733c566"
Expand Down Expand Up @@ -18899,6 +18914,11 @@ tslib@2.6.2, tslib@^2.0.0, tslib@^2.3.1:
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==

tslib@2.7.0:
version "2.7.0"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.7.0.tgz#d9b40c5c40ab59e8738f297df3087bf1a2690c01"
integrity sha512-gLXCKdN1/j47AiHiOkJN69hJmcbGTHI0ImLmbYLHykhgeN0jVGola9yVjFgzCUklsZQMW55o+dW7IXv3RCXDzA==

tslib@^1.11.1, tslib@^1.8.1:
version "1.14.1"
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
Expand Down

0 comments on commit 9e14132

Please sign in to comment.