Skip to content

Commit

Permalink
chore(): update terminus sample (#2461)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony133 authored Jan 26, 2024
1 parent dfa86f3 commit 7ad1dd5
Show file tree
Hide file tree
Showing 29 changed files with 21,499 additions and 98,183 deletions.
784 changes: 413 additions & 371 deletions sample/000-dogs-app/package-lock.json

Large diffs are not rendered by default.

30 changes: 15 additions & 15 deletions sample/000-dogs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,27 +15,27 @@
"test:e2e": "jest --config ./test/jest-e2e.json"
},
"dependencies": {
"@nestjs/common": "9.4.3",
"@nestjs/core": "9.4.3",
"@nestjs/platform-express": "9.4.3",
"@nestjs/terminus": "9.2.2",
"@nestjs/testing": "9.4.3",
"reflect-metadata": "0.1.13",
"@nestjs/common": "10.3.0",
"@nestjs/core": "10.3.0",
"@nestjs/platform-express": "10.3.0",
"@nestjs/terminus": "10.2.0",
"@nestjs/testing": "10.3.0",
"reflect-metadata": "0.1.14",
"rxjs": "7.8.1"
},
"devDependencies": {
"@types/jest": "29.5.10",
"@types/node": "16.18.66",
"@typescript-eslint/eslint-plugin": "6.7.3",
"@typescript-eslint/parser": "6.7.3",
"eslint": "8.54.0",
"eslint-config-prettier": "9.0.0",
"eslint-plugin-import": "2.28.1",
"@types/jest": "29.5.11",
"@types/node": "20.10.5",
"@typescript-eslint/eslint-plugin": "6.15.0",
"@typescript-eslint/parser": "6.15.0",
"eslint": "8.56.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"jest": "29.7.0",
"supertest": "6.3.3",
"ts-jest": "29.1.1",
"ts-node": "10.9.1",
"typescript": "5.2.2"
"ts-node": "10.9.2",
"typescript": "5.3.3"
},
"jest": {
"moduleFileExtensions": [
Expand Down
Loading

0 comments on commit 7ad1dd5

Please sign in to comment.