Skip to content

Commit

Permalink
fix: release typia devDep (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramiroaisen authored Jan 26, 2024
2 parents cc840c4 + acbadb1 commit 56fff00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions front/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@
"license": "ISC",
"devDependencies": {
"typescript": "^5.3.3",
"npm-run-all": "^4.1.5",
"typia": "^5.4.1"
"npm-run-all": "^4.1.5"
}
}
4 changes: 2 additions & 2 deletions front/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
"kleur": "^4.1.5",
"node-fetch": "^2.6.7",
"qs": "^6.11.0",
"toml": "^3.0.0"
"toml": "^3.0.0",
"typia": "^5.4.1"
},
"devDependencies": {
"ts-node-dev": "^2.0.0",
"typia": "^5.4.1",
"@types/accept-language-parser": "^1.5.3",
"@types/braintree": "^3.3.8",
"@types/cookie-parser": "^1.4.3",
Expand Down

0 comments on commit 56fff00

Please sign in to comment.