Skip to content

Commit

Permalink
버전 정보 업데이트 (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
jp3pe authored and parkgang committed Nov 27, 2021
1 parent 11661a3 commit b0634bb
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
26 changes: 13 additions & 13 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mock-service",
"version": "0.4.0",
"version": "0.5.0",
"description": "",
"author": "",
"private": true,
Expand Down Expand Up @@ -37,21 +37,21 @@
"@nestjs/testing": "^7.6.18",
"@types/express": "^4.17.13",
"@types/jest": "^26.0.24",
"@types/node": "^14.17.32",
"@types/node": "^14.17.34",
"@types/supertest": "^2.0.10",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.4.1",
"jest": "^26.6.3",
"prettier": "^2.4.1",
"prettier": "^2.5.0",
"supertest": "^6.1.6",
"ts-jest": "^26.5.4",
"ts-loader": "^8.3.0",
"ts-node": "^9.1.1",
"tsconfig-paths": "^3.11.0",
"typescript": "^4.4.4"
"tsconfig-paths": "^3.12.0",
"typescript": "^4.5.2"
},
"jest": {
"moduleFileExtensions": [
Expand Down

0 comments on commit b0634bb

Please sign in to comment.