Skip to content

Commit

Permalink
yarn: latest
Browse files Browse the repository at this point in the history
  • Loading branch information
mlajkim committed Oct 10, 2024
1 parent 4be12f0 commit 530eef2
Show file tree
Hide file tree
Showing 3 changed files with 339 additions and 310 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,37 +22,37 @@
"test:e2e": "jest --config ./jest.config.js"
},
"dependencies": {
"@nestjs/common": "^10.4.3",
"@nestjs/core": "^10.4.3",
"@nestjs/common": "^10.4.4",
"@nestjs/core": "^10.4.4",
"@nestjs/jwt": "^10.2.0",
"@nestjs/mongoose": "^10.0.10",
"@nestjs/platform-express": "^10.4.3",
"@nestjs/platform-express": "^10.4.4",
"@types/cookie-parser": "^1.4.7",
"axios": "^1.7.7",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"cookie-parser": "^1.4.6",
"cookie-parser": "^1.4.7",
"deep-object-diff": "^1.1.9",
"dotenv": "^16.4.5",
"google-auth-library": "^9.14.1",
"google-auth-library": "^9.14.2",
"iso-639-1": "^3.1.3",
"luxon": "^3.5.0",
"mongoose": "^8.6.3",
"openai": "^4.62.1",
"mongoose": "^8.7.1",
"openai": "^4.67.3",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1",
"webpack": "^5.94.0"
"webpack": "^5.95.0"
},
"devDependencies": {
"@nestjs/cli": "^10.4.5",
"@nestjs/schematics": "^10.1.4",
"@nestjs/testing": "^10.4.3",
"@types/express": "^4.17.21",
"@nestjs/testing": "^10.4.4",
"@types/express": "^5.0.0",
"@types/jest": "^29.5.13",
"@types/node": "^22.5.5",
"@types/node": "^22.7.5",
"@types/supertest": "^6.0.2",
"@typescript-eslint/eslint-plugin": "^8.6.0",
"@typescript-eslint/parser": "^8.6.0",
"@typescript-eslint/eslint-plugin": "^8.8.1",
"@typescript-eslint/parser": "^8.8.1",
"eslint": "8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
Expand All @@ -64,6 +64,6 @@
"ts-loader": "^9.5.1",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
}
}
2 changes: 1 addition & 1 deletion yarn-latest.record
Original file line number Diff line number Diff line change
@@ -1 +1 @@
240920
241011
Loading

0 comments on commit 530eef2

Please sign in to comment.