Merge branch 'okxiaoliang4-feature/specify-engine'

This commit is contained in:
Kamil Myśliwiec 2024-10-16 12:11:52 +02:00
commit 23bb212d15
No known key found for this signature in database
GPG Key ID: 21ED9535110F047A
1 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,10 @@
"test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/jest/bin/jest --runInBand", "test:debug": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register node_modules/jest/bin/jest --runInBand",
"test:e2e": "jest --config ./test/jest-e2e.json" "test:e2e": "jest --config ./test/jest-e2e.json"
}, },
"engines": {
"npm": ">=8.0.0",
"node": ">=16.0.0"
},
"dependencies": { "dependencies": {
"@nestjs/common": "^10.3.2", "@nestjs/common": "^10.3.2",
"@nestjs/core": "^10.4.4", "@nestjs/core": "^10.4.4",