Skip to content

Commit b7a01c9

Browse files
Shuunenjordan-boyer
authored andcommitted
chore: update dependencies to latest versions
1 parent adae322 commit b7a01c9

File tree

3 files changed

+54
-67
lines changed

3 files changed

+54
-67
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,12 @@ Here are the library used in this comparison :
3737

3838
| Date | Score | Library | Deps | Size | Light | Input A | Input B | Throw | Safe | Script exec | Lib exec | Fast | Readability |
3939
| ---------- | :---: | :-------: | :---: | :----: | :---: | :-----: | :-----: | :---: | :---: | :----------: | :----------: | :---: | :---------: |
40-
| 2025-04-27 | 2 | ArkType | 2 | 148 KB | _0_ | **1** | **1** | _0_ | **1** | 878 ms _-1_ | 715 ms _-1_ | _0_ | **1** |
41-
| 2025-04-27 | 1 | Suretype | 3 | 195 KB | _0_ | _0_ | _0_ | **1** | **1** | 2477 ms _-1_ | 2312 ms _-1_ | _0_ | **1** |
42-
| 2025-04-27 | 8 | Valibot | **0** | 6 KB | **1** | **1** | **1** | **1** | **1** | 69 ms **1** | 8 ms **1** | **1** | _0_ |
43-
| 2025-04-27 | 4 | @zod/mini | 1 | 22 KB | **1** | **1** | _0_ | **1** | **1** | 211 ms _0_ | 135 ms _0_ | _0_ | _0_ |
44-
| 2025-04-27 | 8 | Zod v3 | **0** | 60 KB | _0_ | **1** | **1** | **1** | **1** | 100 ms **1** | 32 ms **1** | **1** | **1** |
45-
| 2025-04-27 | 5 | Zod v4 | 1 | 49 KB | _0_ | **1** | **1** | **1** | **1** | 224 ms _0_ | 146 ms _0_ | _0_ | **1** |
40+
| 2025-04-27 | 2 | ArkType | 2 | 151 KB | _0_ | **1** | **1** | _0_ | **1** | 866 ms _-1_ | 722 ms _-1_ | _0_ | **1** |
41+
| 2025-04-27 | 1 | Suretype | 3 | 195 KB | _0_ | _0_ | _0_ | **1** | **1** | 2444 ms _-1_ | 2326 ms _-1_ | _0_ | **1** |
42+
| 2025-04-27 | 8 | Valibot | **0** | 6 KB | **1** | **1** | **1** | **1** | **1** | 68 ms **1** | 10 ms **1** | **1** | _0_ |
43+
| 2025-04-27 | 4 | @zod/mini | 1 | 21 KB | **1** | **1** | _0_ | **1** | **1** | 211 ms _0_ | 133 ms _0_ | _0_ | _0_ |
44+
| 2025-04-27 | 8 | Zod v3 | **0** | 60 KB | _0_ | **1** | **1** | **1** | **1** | 97 ms **1** | 32 ms **1** | **1** | **1** |
45+
| 2025-04-27 | 5 | Zod v4 | 1 | 50 KB | _0_ | **1** | **1** | **1** | **1** | 221 ms _0_ | 148 ms _0_ | _0_ | **1** |
4646

4747
Legend :
4848

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
}
1313
],
1414
"dependencies": {
15-
"@zod/mini": "4.0.0-beta.20250412T085909",
15+
"@zod/mini": "4.0.0-beta.20250424T163858",
1616
"arktype": "^2.1",
1717
"suretype": "^3.3",
1818
"valibot": "latest",
19-
"zod3": "npm:zod@^3.24.2",
20-
"zod4": "npm:[email protected].20250411T005215"
19+
"zod3": "npm:zod@^3.24.3",
20+
"zod4": "npm:[email protected].20250424T163858"
2121
},
2222
"description": "Comparison of different TypeScript validation libraries",
2323
"devDependencies": {

pnpm-lock.yaml

Lines changed: 45 additions & 58 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)