Skip to content

Commit

Permalink
chore(deps): upgrade dependency packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kenso312 committed Apr 22, 2023
1 parent 10211f0 commit aae8f41
Show file tree
Hide file tree
Showing 2 changed files with 1,243 additions and 1,256 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,29 +46,29 @@
"@nestjs/core": "^9.4.0",
"@nestjs/platform-fastify": "^9.4.0",
"@nestjs/swagger": "^6.3.0",
"axios": "^1.3.5",
"axios": "^1.3.6",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"fastify": "^4.15.0",
"joi": "^17.9.1",
"nestjs-pino": "^3.1.2",
"nestjs-pino": "^3.1.3",
"pino": "^8.11.0",
"pino-http": "^8.3.3",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.0"
},
"devDependencies": {
"@commitlint/cli": "^17.5.1",
"@commitlint/config-conventional": "^17.4.4",
"@nestjs/cli": "^9.3.0",
"@commitlint/cli": "^17.6.1",
"@commitlint/config-conventional": "^17.6.1",
"@nestjs/cli": "^9.4.1",
"@nestjs/schematics": "^9.1.0",
"@nestjs/testing": "^9.4.0",
"@types/jest": "^29.5.0",
"@types/node": "^18.15.11",
"@types/jest": "^29.5.1",
"@types/node": "^18.15.13",
"@types/supertest": "^2.0.12",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"eslint": "^8.38.0",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"eslint": "^8.39.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.8.0",
Expand All @@ -82,14 +82,14 @@
"lint-staged": "^13.2.1",
"pino-pretty": "^10.0.0",
"prettier": "^2.8.7",
"rimraf": "^4.4.1",
"rimraf": "^5.0.0",
"terser-webpack-plugin": "^5.3.7",
"ts-jest": "^29.1.0",
"ts-loader": "^9.4.2",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.2.0",
"tsconfig-paths-webpack-plugin": "^4.0.1",
"typescript": "^5.0.4",
"webpack": "^5.78.0"
"webpack": "5.79.0"
}
}
Loading

0 comments on commit aae8f41

Please sign in to comment.