mirror of
https://github.com/nestjs/nest.git
synced 2026-02-21 23:11:44 +00:00
chore: update esm samples
This commit is contained in:
@@ -24,9 +24,9 @@
|
||||
"test:e2e": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" jest --config ./test/jest-e2e.json"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nestjs/common": "10.x",
|
||||
"@nestjs/core": "10.x",
|
||||
"@nestjs/platform-express": "10.x",
|
||||
"@nestjs/common": "11.x",
|
||||
"@nestjs/core": "11.x",
|
||||
"@nestjs/platform-express": "11.x",
|
||||
"delay": "6.x",
|
||||
"reflect-metadata": "0.2.2",
|
||||
"rxjs": "7.x",
|
||||
@@ -35,15 +35,15 @@
|
||||
"devDependencies": {
|
||||
"@nestjs/cli": "10.x",
|
||||
"@nestjs/schematics": "10.x",
|
||||
"@nestjs/testing": "10.x",
|
||||
"@types/express": "4.x",
|
||||
"@nestjs/testing": "11.x",
|
||||
"@types/express": "5.x",
|
||||
"@types/jest": "29.x",
|
||||
"@types/node": "22.x",
|
||||
"@types/supertest": "6.x",
|
||||
"@typescript-eslint/eslint-plugin": "8.x",
|
||||
"@typescript-eslint/parser": "8.x",
|
||||
"eslint": "9.x",
|
||||
"eslint-config-prettier": "9.x",
|
||||
"eslint-config-prettier": "10.x",
|
||||
"eslint-plugin-prettier": "5.x",
|
||||
"jest": "29.7.0",
|
||||
"prettier": "3.x",
|
||||
|
||||
Reference in New Issue
Block a user