File tree 12 files changed +48
-48
lines changed
12 files changed +48
-48
lines changed Original file line number Diff line number Diff line change 3
3
"private" : true ,
4
4
"dependencies" : {
5
5
"@chakra-ui/react" : " ^2.4.2" ,
6
- "@conform-to/react" : " 0.6.0 " ,
6
+ "@conform-to/react" : " 0.6.1 " ,
7
7
"@emotion/react" : " ^11.10.5" ,
8
8
"@emotion/styled" : " ^11.10.5" ,
9
9
"framer-motion" : " ^7.6.19" ,
Original file line number Diff line number Diff line change 2
2
"name" : " @conform-example/headless-ui" ,
3
3
"private" : true ,
4
4
"dependencies" : {
5
- "@conform-to/react" : " 0.6.0 " ,
5
+ "@conform-to/react" : " 0.6.1 " ,
6
6
"@headlessui/react" : " ^1.7.13" ,
7
7
"@heroicons/react" : " ^2.0.13" ,
8
8
"react" : " ^18.2.0" ,
Original file line number Diff line number Diff line change 2
2
"name" : " @conform-example/material-ui" ,
3
3
"private" : true ,
4
4
"dependencies" : {
5
- "@conform-to/react" : " 0.6.0 " ,
5
+ "@conform-to/react" : " 0.6.1 " ,
6
6
"@emotion/react" : " ^11.10.0" ,
7
7
"@emotion/styled" : " ^11.10.0" ,
8
8
"@mui/material" : " ^5.10.2" ,
Original file line number Diff line number Diff line change 7
7
"serve" : " vite preview"
8
8
},
9
9
"dependencies" : {
10
- "@conform-to/react" : " 0.6.0 " ,
11
- "@conform-to/zod" : " 0.6.0 " ,
10
+ "@conform-to/react" : " 0.6.1 " ,
11
+ "@conform-to/zod" : " 0.6.1 " ,
12
12
"react" : " ^18.2.0" ,
13
13
"react-dom" : " ^18.2.0" ,
14
14
"react-router-dom" : " ^6.9.0" ,
Original file line number Diff line number Diff line change 9
9
"start" : " remix-serve build"
10
10
},
11
11
"dependencies" : {
12
- "@conform-to/react" : " 0.6.0 " ,
13
- "@conform-to/zod" : " 0.6.0 " ,
12
+ "@conform-to/react" : " 0.6.1 " ,
13
+ "@conform-to/zod" : " 0.6.1 " ,
14
14
"@remix-run/node" : " ^1.14.0" ,
15
15
"@remix-run/react" : " ^1.14.0" ,
16
16
"@remix-run/serve" : " ^1.14.0" ,
Original file line number Diff line number Diff line change 9
9
"start" : " remix-serve build"
10
10
},
11
11
"dependencies" : {
12
- "@conform-to/react" : " 0.6.0 " ,
13
- "@conform-to/yup" : " 0.6.0 " ,
12
+ "@conform-to/react" : " 0.6.1 " ,
13
+ "@conform-to/yup" : " 0.6.1 " ,
14
14
"@remix-run/node" : " ^1.14.0" ,
15
15
"@remix-run/react" : " ^1.14.0" ,
16
16
"@remix-run/serve" : " ^1.14.0" ,
Original file line number Diff line number Diff line change 9
9
"start" : " remix-serve build"
10
10
},
11
11
"dependencies" : {
12
- "@conform-to/react" : " 0.6.0 " ,
13
- "@conform-to/zod" : " 0.6.0 " ,
12
+ "@conform-to/react" : " 0.6.1 " ,
13
+ "@conform-to/zod" : " 0.6.1 " ,
14
14
"@remix-run/node" : " ^1.14.0" ,
15
15
"@remix-run/react" : " ^1.14.0" ,
16
16
"@remix-run/serve" : " ^1.14.0" ,
Original file line number Diff line number Diff line change 3
3
"description" : " A set of opinionated helpers built on top of the Constraint Validation API" ,
4
4
"homepage" : " https://conform.guide" ,
5
5
"license" : " MIT" ,
6
- "version" : " 0.6.0 " ,
6
+ "version" : " 0.6.1 " ,
7
7
"main" : " index.js" ,
8
8
"module" : " module/index.js" ,
9
9
"repository" : {
Original file line number Diff line number Diff line change 3
3
"description" : " Conform view adapter for react" ,
4
4
"homepage" : " https://conform.guide" ,
5
5
"license" : " MIT" ,
6
- "version" : " 0.6.0 " ,
6
+ "version" : " 0.6.1 " ,
7
7
"main" : " index.js" ,
8
8
"module" : " module/index.js" ,
9
9
"repository" : {
20
20
"url" : " https://github.com/edmundhung/conform/issues"
21
21
},
22
22
"dependencies" : {
23
- "@conform-to/dom" : " 0.6.0 "
23
+ "@conform-to/dom" : " 0.6.1 "
24
24
},
25
25
"peerDependencies" : {
26
26
"react" : " >=16.8"
Original file line number Diff line number Diff line change 3
3
"description" : " Conform helpers for integrating with yup" ,
4
4
"homepage" : " https://conform.guide" ,
5
5
"license" : " MIT" ,
6
- "version" : " 0.6.0 " ,
6
+ "version" : " 0.6.1 " ,
7
7
"main" : " index.js" ,
8
8
"module" : " module/index.js" ,
9
9
"repository" : {
15
15
"url" : " https://github.com/edmundhung/conform/issues"
16
16
},
17
17
"peerDependencies" : {
18
- "@conform-to/dom" : " 0.6.0 " ,
18
+ "@conform-to/dom" : " 0.6.1 " ,
19
19
"yup" : " >=0.32.0"
20
20
},
21
21
"devDependencies" : {
Original file line number Diff line number Diff line change 3
3
"description" : " Conform helpers for integrating with Zod" ,
4
4
"homepage" : " https://conform.guide" ,
5
5
"license" : " MIT" ,
6
- "version" : " 0.6.0 " ,
6
+ "version" : " 0.6.1 " ,
7
7
"main" : " index.js" ,
8
8
"module" : " module/index.js" ,
9
9
"repository" : {
15
15
"url" : " https://github.com/edmundhung/conform/issues"
16
16
},
17
17
"peerDependencies" : {
18
- "@conform-to/dom" : " 0.6.0 " ,
18
+ "@conform-to/dom" : " 0.6.1 " ,
19
19
"zod" : " ^3.21.0"
20
20
},
21
21
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments