Skip to content

Commit

Permalink
Merging 98508c5 into trunk-temp/pr-2507/e906b99c-c329-4270-972a-dbbaa…
Browse files Browse the repository at this point in the history
…574333a
  • Loading branch information
trunk-io[bot] authored Dec 9, 2024
2 parents 5578f18 + 98508c5 commit b5473a5
Show file tree
Hide file tree
Showing 2 changed files with 108 additions and 111 deletions.
211 changes: 104 additions & 107 deletions examples/nestjs-fastify/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions examples/nestjs-fastify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,21 @@
"@arcjet/nest": "file:../../arcjet-nest",
"@nestjs/common": "^10.4.4",
"@nestjs/config": "^3.3.0",
"@nestjs/core": "^10.4.12",
"@nestjs/platform-fastify": "^10.4.12",
"@nestjs/core": "^10.4.15",
"@nestjs/platform-fastify": "^10.4.15",
"reflect-metadata": "^0.2.2",
"rxjs": "^7.8.1"
},
"devDependencies": {
"@nestjs/cli": "^10.4.8",
"@nestjs/cli": "^10.4.9",
"@nestjs/schematics": "^10.2.3",
"@types/node": "^20.3.1",
"@typescript-eslint/eslint-plugin": "^8.17.0",
"@typescript-eslint/parser": "^8.17.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.2.1",
"prettier": "^3.4.1",
"prettier": "^3.4.2",
"typescript": "^5.1.3"
},
"overrides": {
Expand Down

0 comments on commit b5473a5

Please sign in to comment.