Skip to content

Commit

Permalink
Add @samchon/openapi to peerDependencies.
Browse files Browse the repository at this point in the history
As `@samchon/openapi` is preparing the v2 major update, restricted its version by `peerDependencies`.
  • Loading branch information
samchon committed Nov 24, 2024
1 parent a48e876 commit e1b811a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@
"suppress-warnings": "^1.0.2",
"tstl": "^3.0.0",
"uuid": "^9.0.1",
"typia": "../typia-6.12.0.tgz"
"typia": "../typia-6.12.1.tgz"
}
}
2 changes: 1 addition & 1 deletion errors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@
"typescript": "^5.3.2"
},
"dependencies": {
"typia": "../typia-6.12.0.tgz"
"typia": "../typia-6.12.1.tgz"
}
}
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typia",
"version": "6.12.0",
"version": "6.12.1",
"description": "Superfast runtime validators with only one line",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down Expand Up @@ -75,7 +75,8 @@
"randexp": "^0.5.3"
},
"peerDependencies": {
"typescript": ">=4.8.0 <5.7.0"
"typescript": ">=4.8.0 <5.7.0",
"@samchon/openapi": ">=1.2.2 <2.0.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^26.0.1",
Expand Down
2 changes: 1 addition & 1 deletion test-esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
"typescript": "^5.4.5"
},
"dependencies": {
"typia": "../typia-6.12.0.tgz"
"typia": "../typia-6.12.1.tgz"
}
}
2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@
"suppress-warnings": "^1.0.2",
"tstl": "^3.0.0",
"uuid": "^9.0.1",
"typia": "../typia-6.12.0.tgz"
"typia": "../typia-6.12.1.tgz"
}
}

0 comments on commit e1b811a

Please sign in to comment.