Skip to content

Commit

Permalink
Fix tsc version for bug reason
Browse files Browse the repository at this point in the history
  • Loading branch information
samchon committed Sep 12, 2024
1 parent 994ce94 commit 9cc02f5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
"prettier": "^3.2.4",
"prettier-plugin-prisma": "^5.0.0",
"rimraf": "^5.0.5",
"typescript": "^5.5.2"
"typescript": "5.5.4"
}
}
2 changes: 1 addition & 1 deletion packages/fake-iamport-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"sloc": "^0.2.1",
"ts-node": "^10.9.1",
"ts-patch": "^3.2.1",
"typescript": "^5.5.2"
"typescript": "5.5.4"
},
"dependencies": {
"@nestia/core": "^3.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/fake-toss-payments-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"sloc": "^0.2.1",
"ts-node": "^10.9.1",
"ts-patch": "^3.2.1",
"typescript": "^5.5.2",
"typescript": "5.5.4",
"typescript-transform-paths": "^3.4.6"
},
"dependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"rollup": "^4.18.1",
"ts-node": "^10.9.1",
"ts-patch": "^3.2.1",
"typescript": "^5.5.2"
"typescript": "5.5.4"
},
"dependencies": {
"@nestia/fetcher": "^3.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/payment-backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"ts-loader": "^9.5.0",
"ts-node": "^10.9.1",
"ts-patch": "^3.2.1",
"typescript": "^5.5.2",
"typescript": "5.5.4",
"typescript-transform-paths": "^3.4.6",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/payment-backend/packages/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"rollup": "^4.18.1",
"ts-node": "^10.9.1",
"ts-patch": "^3.2.1",
"typescript": "^5.5.2"
"typescript": "5.5.4"
},
"dependencies": {
"@nestia/fetcher": "^3.7.0",
Expand Down

0 comments on commit 9cc02f5

Please sign in to comment.