Skip to content

Commit

Permalink
🐛 디펜던시 타입 맞지 않는 부분 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
ccxz84 committed Nov 22, 2023
1 parent 477dbda commit 064d43d
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 11 deletions.
6 changes: 3 additions & 3 deletions app/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
"test:e2e": "jest --config ./test/jest-e2e.json"
},
"dependencies": {
"@morak/apitype": "^1.0.0",
"@nestjs/cache-manager": "^2.1.1",
"@nestjs/common": "^10.0.0",
"@nestjs/core": "^10.0.0",
Expand All @@ -30,8 +29,6 @@
"@nestjs/passport": "^10.0.2",
"@nestjs/swagger": "^7.1.14",
"@prisma/client": "^5.5.2",
"@types/cookie-parser": "^1.4.6",
"@types/passport-jwt": "^3.0.13",
"cache-manager-redis-store": "^2.0.0",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
Expand All @@ -45,16 +42,19 @@
"vault": "^1.0.0"
},
"devDependencies": {
"@morak/apitype": "^1.0.0",
"@morak/eslint-config": "*",
"@morak/tsconfig": "*",
"@nestjs/cli": "^10.0.0",
"@nestjs/schematics": "^10.0.0",
"@nestjs/testing": "^10.0.0",
"@types/cache-manager-redis-store": "^2.0.4",
"@types/cookie-parser": "^1.4.6",
"@types/express": "^4.17.17",
"@types/jest": "^29.5.2",
"@types/node": "^20.3.1",
"@types/passport-google-oauth20": "^2.0.14",
"@types/passport-jwt": "^3.0.13",
"@types/supertest": "^2.0.12",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion app/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"@fullcalendar/daygrid": "^6.1.9",
"@hookform/resolvers": "^3.3.2",
"@lukemorales/query-key-factory": "^1.3.2",
"@morak/apitype": "^1.0.0",
"@tanstack/react-query": "^5.8.1",
"@tanstack/react-query-devtools": "^5.8.1",
"@vanilla-extract/css": "^1.14.0",
Expand All @@ -43,6 +42,7 @@
"zod": "^3.22.4"
},
"devDependencies": {
"@morak/apitype": "^1.0.0",
"@morak/eslint-config": "^1.0.0",
"@morak/tsconfig": "^1.0.0",
"@tanstack/eslint-plugin-query": "^5.6.0",
Expand Down
31 changes: 24 additions & 7 deletions package-lock.json

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

0 comments on commit 064d43d

Please sign in to comment.