File tree Expand file tree Collapse file tree 5 files changed +434
-88
lines changed Expand file tree Collapse file tree 5 files changed +434
-88
lines changed Original file line number Diff line number Diff line change 19
19
"jsdom" : " ^21.1.1" ,
20
20
"nx" : " 15.9.2" ,
21
21
"prettier" : " ^2.8.8" ,
22
- "tsup" : " ^6.6.3 " ,
23
- "tsx" : " ^3.12.5 " ,
22
+ "tsup" : " ^8.0.2 " ,
23
+ "tsx" : " ^4.7.1 " ,
24
24
"typescript" : " ^5.1.3" ,
25
25
"vitest" : " ^0.29.2"
26
26
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @monoid-dev/zod-endec" ,
3
- "version" : " 0.0.4 " ,
3
+ "version" : " 0.0.5 " ,
4
4
"type" : " commonjs" ,
5
5
"main" : " ./lib/index.js" ,
6
6
"types" : " ./lib/index.d.ts" ,
36
36
"access" : " public"
37
37
},
38
38
"peerDependencies" : {
39
- "zod" : " ~3.21.2 "
39
+ "zod" : " ^3.22.4 "
40
40
}
41
41
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @monoid-dev/zod-monaco-reporter" ,
3
- "version" : " 0.0.7 " ,
3
+ "version" : " 0.0.8 " ,
4
4
"type" : " commonjs" ,
5
5
"main" : " ./lib/index.js" ,
6
6
"types" : " ./lib/index.d.ts" ,
45
45
"@types/react-dom" : " ^18.2.4" ,
46
46
"react" : " ^18.2.0" ,
47
47
"react-dom" : " ^18.2.0" ,
48
- "zod" : " ~3.21.2 "
48
+ "zod" : " ^3.22.4 "
49
49
},
50
50
"dependencies" : {
51
51
"@monaco-editor/react" : " ^4.5.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @monoid-dev/zod-utils" ,
3
- "version" : " 0.0.1 " ,
3
+ "version" : " 0.0.2 " ,
4
4
"type" : " commonjs" ,
5
5
"main" : " ./lib/index.js" ,
6
6
"types" : " ./lib/index.d.ts" ,
35
35
"access" : " public"
36
36
},
37
37
"peerDependencies" : {
38
- "zod" : " ~3.21.2 "
38
+ "zod" : " ^3.22.4 "
39
39
}
40
40
}
You can’t perform that action at this time.
0 commit comments