Skip to content

Commit

Permalink
It had to be minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
samchon committed Sep 26, 2024
1 parent 6049451 commit 90f320b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typia",
"version": "6.10.4",
"version": "6.11.0",
"description": "Superfast runtime validators with only one line",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -67,7 +67,7 @@
},
"homepage": "https://typia.io",
"dependencies": {
"@samchon/openapi": "^1.0.6",
"@samchon/openapi": "^1.1.0",
"commander": "^10.0.0",
"comment-json": "^4.2.3",
"inquirer": "^8.2.5",
Expand Down
4 changes: 2 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@mui/icons-material": "^5.15.4",
"@mui/material": "^5.12.0",
"@rollup/browser": "^4.13.0",
"@samchon/openapi": "^1.0.6",
"@samchon/openapi": "latest",
"lz-string": "^1.5.0",
"monaco-editor": "^0.50.0",
"next": "^14.2.3",
Expand All @@ -39,7 +39,7 @@
"tgrid": "^1.0.3",
"tstl": "^3.0.0",
"typescript": "^5.6.2",
"typia": "^6.10.4"
"typia": "latest"
},
"devDependencies": {
"@rspack/cli": "^1.0.0",
Expand Down

0 comments on commit 90f320b

Please sign in to comment.