Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Block TypeScript v5.5 for a while. #1115

Merged
merged 1 commit into from
Jun 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion benchmark/package.json
Original file line number Diff line number Diff line change
@@ -72,6 +72,6 @@
"suppress-warnings": "^1.0.2",
"tstl": "^3.0.0",
"uuid": "^9.0.1",
"typia": "../typia-6.2.0.tgz"
"typia": "../typia-6.2.1.tgz"
}
}
2 changes: 1 addition & 1 deletion errors/package.json
Original file line number Diff line number Diff line change
@@ -32,6 +32,6 @@
"typescript": "^5.3.2"
},
"dependencies": {
"typia": "../typia-6.2.0.tgz"
"typia": "../typia-6.2.1.tgz"
}
}
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.2.0",
"version": "6.2.1",
"description": "Superfast runtime validators with only one line",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
@@ -74,7 +74,7 @@
"randexp": "^0.5.3"
},
"peerDependencies": {
"typescript": ">=4.8.0 <5.6.0"
"typescript": ">=4.8.0 <5.5.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^26.0.1",
6 changes: 3 additions & 3 deletions packages/typescript-json/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typescript-json",
"version": "6.2.0",
"version": "6.2.1",
"description": "Superfast runtime validators with only one line",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
@@ -63,10 +63,10 @@
},
"homepage": "https://typia.io",
"dependencies": {
"typia": "6.2.0"
"typia": "6.2.1"
},
"peerDependencies": {
"typescript": ">=4.8.0 <5.6.0"
"typescript": ">=4.8.0 <5.5.0"
},
"stackblitzs": {
"startCommand": "npm install && npm run test"
2 changes: 1 addition & 1 deletion test-esm/package.json
Original file line number Diff line number Diff line change
@@ -36,6 +36,6 @@
"typescript": "^5.4.5"
},
"dependencies": {
"typia": "../typia-6.2.0.tgz"
"typia": "../typia-6.2.1.tgz"
}
}
2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
@@ -51,6 +51,6 @@
"suppress-warnings": "^1.0.2",
"tstl": "^3.0.0",
"uuid": "^9.0.1",
"typia": "../typia-6.2.0.tgz"
"typia": "../typia-6.2.1.tgz"
}
}