Skip to content

Commit

Permalink
Merge pull request #341 from Josuto/remove_wrap_ansi_resolution
Browse files Browse the repository at this point in the history
chore: remove wrap-ansi resolution
  • Loading branch information
Josuto authored Dec 7, 2024
2 parents 4ee9b81 + 4f6e130 commit 82afe69
Show file tree
Hide file tree
Showing 5 changed files with 613 additions and 623 deletions.
2 changes: 0 additions & 2 deletions .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

yarn test
32 changes: 16 additions & 16 deletions examples/nestjs-mongoose-book-manager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,40 +22,40 @@
"test:e2e": "jest --config ./test/jest-e2e.json"
},
"dependencies": {
"@nestjs/common": "^10.4.5",
"@nestjs/core": "^10.4.5",
"@nestjs/mapped-types": "^2.0.5",
"@nestjs/mongoose": "^10.0.10",
"@nestjs/platform-express": "^10.4.5",
"@nestjs/common": "^10.4.13",
"@nestjs/core": "^10.4.13",
"@nestjs/mapped-types": "^2.0.6",
"@nestjs/mongoose": "^10.1.0",
"@nestjs/platform-express": "^10.4.13",
"class-transformer": "^0.5.1",
"mongoose": "^8.7.2",
"mongoose": "^8.8.4",
"monguito": "link:../../",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1"
},
"devDependencies": {
"@nestjs/cli": "^10.4.5",
"@nestjs/schematics": "^10.2.2",
"@nestjs/testing": "^10.4.5",
"@nestjs/cli": "^10.4.8",
"@nestjs/schematics": "^10.2.3",
"@nestjs/testing": "^10.4.13",
"@types/express": "^5.0.0",
"@types/jest": "29.5.13",
"@types/node": "22.7.7",
"@types/jest": "29.5.14",
"@types/node": "22.10.1",
"@types/supertest": "^6.0.2",
"@typescript-eslint/eslint-plugin": "^8.10.0",
"@typescript-eslint/parser": "^8.10.0",
"eslint": "^9.13.0",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
"eslint": "^9.16.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-no-only-or-skip-tests": "^2.6.2",
"eslint-plugin-prettier": "^5.2.1",
"jest": "29.7.0",
"mongodb-memory-server": "^10.1.2",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"rimraf": "^6.0.1",
"source-map-support": "^0.5.21",
"supertest": "^7.0.0",
"ts-jest": "29.2.5",
"ts-node": "^10.9.2",
"tsconfig-paths": "4.2.0",
"typescript": "^5.6.3"
"typescript": "^5.7.2"
}
}
Loading

0 comments on commit 82afe69

Please sign in to comment.