File tree Expand file tree Collapse file tree 5 files changed +233
-233
lines changed
packages/next-safe-action Expand file tree Collapse file tree 5 files changed +233
-233
lines changed Original file line number Diff line number Diff line change 21
21
"zod-form-data" : " ^2.0.2"
22
22
},
23
23
"devDependencies" : {
24
- "@types/node" : " ^20.12.10 " ,
24
+ "@types/node" : " ^20.14.11 " ,
25
25
"@types/react" : " ^18.3.1" ,
26
26
"@types/react-dom" : " 18.3.0" ,
27
27
"autoprefixer" : " 10.4.19" ,
28
28
"eslint" : " ^8.57.0" ,
29
29
"eslint-config-next" : " 15.0.0-canary.25" ,
30
30
"postcss" : " 8.4.38" ,
31
31
"tailwindcss" : " 3.4.3" ,
32
- "typescript" : " ^5.4.5 "
32
+ "typescript" : " ^5.5.3 "
33
33
}
34
34
}
Original file line number Diff line number Diff line change 67
67
},
68
68
"devDependencies" : {
69
69
"@eslint/js" : " ^9.2.0" ,
70
- "@types/node" : " ^20.12.10 " ,
70
+ "@types/node" : " ^20.14.11 " ,
71
71
"@types/react" : " ^18.3.1" ,
72
72
"@types/react-dom" : " 18.3.0" ,
73
73
"eslint" : " ^8.57.0" ,
81
81
"semantic-release" : " ^23.0.8" ,
82
82
"tsup" : " ^8.0.2" ,
83
83
"tsx" : " ^4.11.2" ,
84
- "typescript" : " ^5.4.5 " ,
84
+ "typescript" : " ^5.5.3 " ,
85
85
"typescript-eslint" : " ^7.8.0" ,
86
86
"valibot" : " ^0.36.0" ,
87
87
"zod" : " ^3.23.6"
90
90
"next" : " >= 14.0.0" ,
91
91
"react" : " >= 18.2.0" ,
92
92
"react-dom" : " >= 18.2.0" ,
93
- "zod " : " >= 3.0 .0" ,
94
- "valibot " : " >= 0.36 .0"
93
+ "valibot " : " >= 0.36 .0" ,
94
+ "zod " : " >= 3.0 .0"
95
95
},
96
96
"peerDependenciesMeta" : {
97
97
"zod" : {
You can’t perform that action at this time.
0 commit comments