Skip to content

Commit

Permalink
chore(deps): @nest series
Browse files Browse the repository at this point in the history
  • Loading branch information
w8385 committed Oct 13, 2024
1 parent 85bd4de commit 463cb39
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 182 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
# See supported Node.js release schedule at https://nodejs.org/en/about/releases/

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node-version }}
cache: 'npm'
Expand Down
224 changes: 48 additions & 176 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@
},
"dependencies": {
"@nestjs/axios": "^3.0.1",
"@nestjs/cache-manager": "^2.2.0",
"@nestjs/cache-manager": "^2.0.0",
"@nestjs/common": "^10.0.0",
"@nestjs/config": "^3.1.1",
"@nestjs/core": "^10.4.4",
"@nestjs/mongoose": "^10.0.5",
"@nestjs/mongoose": "^10.0.10",
"@nestjs/platform-express": "^10.4.4",
"@nestjs/schedule": "^4.0.1",
"@nestjs/schedule": "^4.1.1",
"@nestjs/swagger": "^7.4.2",
"axios": "^1.7.7",
"cache-manager": "^5.4.0",
Expand All @@ -44,7 +44,7 @@
"devDependencies": {
"@nestjs/cli": "^10.4.5",
"@nestjs/schematics": "^10.0.0",
"@nestjs/testing": "^10.3.1",
"@nestjs/testing": "^10.4.4",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/express": "^4.17.17",
"@types/jest": "^29.5.2",
Expand Down

0 comments on commit 463cb39

Please sign in to comment.