Skip to content

Commit

Permalink
yarn: latest
Browse files Browse the repository at this point in the history
  • Loading branch information
mlajkim committed Dec 30, 2024
1 parent fce7610 commit 7c62df3
Show file tree
Hide file tree
Showing 3 changed files with 444 additions and 361 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,48 +22,48 @@
"test:e2e": "jest --config ./jest.config.js"
},
"dependencies": {
"@nestjs/common": "^10.4.7",
"@nestjs/core": "^10.4.7",
"@nestjs/common": "^10.4.15",
"@nestjs/core": "^10.4.15",
"@nestjs/jwt": "^10.2.0",
"@nestjs/mongoose": "^10.1.0",
"@nestjs/platform-express": "^10.4.7",
"@types/cookie-parser": "^1.4.7",
"axios": "^1.7.7",
"@nestjs/platform-express": "^10.4.15",
"@types/cookie-parser": "^1.4.8",
"axios": "^1.7.9",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"cookie-parser": "^1.4.7",
"deep-object-diff": "^1.1.9",
"dotenv": "^16.4.5",
"google-auth-library": "^9.14.2",
"dotenv": "^16.4.7",
"google-auth-library": "^9.15.0",
"iso-639-1": "^3.1.3",
"luxon": "^3.5.0",
"mongoose": "^8.8.1",
"openai": "^4.71.1",
"mongoose": "^8.9.2",
"openai": "^4.77.0",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1",
"webpack": "^5.96.1"
"webpack": "^5.97.1"
},
"devDependencies": {
"@nestjs/cli": "^10.4.7",
"@nestjs/cli": "^10.4.9",
"@nestjs/schematics": "^10.2.3",
"@nestjs/testing": "^10.4.7",
"@nestjs/testing": "^10.4.15",
"@types/express": "^5.0.0",
"@types/jest": "^29.5.14",
"@types/node": "^22.9.0",
"@types/node": "^22.10.2",
"@types/supertest": "^6.0.2",
"@typescript-eslint/eslint-plugin": "^8.13.0",
"@typescript-eslint/parser": "^8.13.0",
"@typescript-eslint/eslint-plugin": "^8.18.2",
"@typescript-eslint/parser": "^8.18.2",
"eslint": "8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"jest": "^29.7.0",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"source-map-support": "^0.5.21",
"supertest": "^7.0.0",
"ts-jest": "^29.2.5",
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
2 changes: 1 addition & 1 deletion yarn-latest.record
Original file line number Diff line number Diff line change
@@ -1 +1 @@
241109
241230
Loading

0 comments on commit 7c62df3

Please sign in to comment.