File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 33
33
"shx" : " ^0.3.4" ,
34
34
"typescript" : " ^5.6.2" ,
35
35
"vitepress" : " 1.2.2" ,
36
- "yakumo" : " ^1.0.0-beta.18 " ,
36
+ "yakumo" : " ^1.0.0-beta.21 " ,
37
37
"yakumo-esbuild" : " ^1.0.0-beta.7" ,
38
38
"yakumo-tsc" : " ^1.0.0-beta.5"
39
39
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " schemastery" ,
3
3
"description" : " Type driven schema validator" ,
4
- "version" : " 3.15 .0" ,
4
+ "version" : " 3.16 .0" ,
5
5
"main" : " lib/index.cjs" ,
6
6
"module" : " lib/index.mjs" ,
7
7
"typings" : " lib/index.d.ts" ,
25
25
"chai" : " ^5.1.1"
26
26
},
27
27
"dependencies" : {
28
- "cosmokit" : " ^1.6.3 "
28
+ "cosmokit" : " ^1.7.2 "
29
29
}
30
30
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " schemastery-vue" ,
3
3
"description" : " Type driven schema validator" ,
4
- "version" : " 7.3.8 " ,
4
+ "version" : " 7.3.10 " ,
5
5
"main" : " src/index.ts" ,
6
6
"files" : [
7
7
" src"
23
23
"vue" : " ^3"
24
24
},
25
25
"dependencies" : {
26
- "schemastery" : " ^3.15 .0"
26
+ "schemastery" : " ^3.16 .0"
27
27
}
28
28
}
You can’t perform that action at this time.
0 commit comments