File tree Expand file tree Collapse file tree 6 files changed +502
-494
lines changed
parcel-transformer-mdx-docs
parcel-transformer-mdx-storybook Expand file tree Collapse file tree 6 files changed +502
-494
lines changed Original file line number Diff line number Diff line change 32
32
"chalk" : " ^4.0.0" ,
33
33
"execa" : " ^5.1.1" ,
34
34
"jscodeshift" : " ^0.15.2" ,
35
- "react" : " ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0" ,
36
35
"recast" : " ^0.23.9" ,
37
36
"ts-node" : " ^10.9.2" ,
38
37
"uuid" : " ^9.0.1"
39
38
},
40
39
"devDependencies" : {
41
40
"@types/jscodeshift" : " ^0.11.11" ,
42
- "react-dom" : " ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0" ,
43
41
"typescript" : " ^5.5.0"
44
42
},
45
43
"rsp" : {
Original file line number Diff line number Diff line change 31
31
"highlight.js" : " 9.18.1" ,
32
32
"markdown-to-jsx" : " ^6.11.0" ,
33
33
"quicklink" : " ^2.3.0" ,
34
- "react" : " ^18.2.0" ,
35
- "react-dom" : " ^18.2.0" ,
36
34
"react-lowlight" : " ^2.0.0"
37
35
},
36
+ "peerDependencies" : {
37
+ "react" : " ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" ,
38
+ "react-dom" : " ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
39
+ },
38
40
"alias" : {
39
41
"tailwind-starter" : " ../../../starters/tailwind/src"
40
42
}
Original file line number Diff line number Diff line change 8
8
},
9
9
"dependencies" : {
10
10
"@parcel/plugin" : " ^2.0.0" ,
11
- "@parcel/utils" : " ^2.13.0" ,
12
- "react" : " ^18.0.0 || ^19.0.0" ,
13
- "react-dom" : " ^18.0.0 || ^19.0.0"
11
+ "@parcel/utils" : " ^2.13.0"
12
+ },
13
+ "peerDependencies" : {
14
+ "react" : " ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" ,
15
+ "react-dom" : " ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
14
16
}
15
17
}
Original file line number Diff line number Diff line change 14
14
"dprint-node" : " ^1.0.7" ,
15
15
"js-yaml" : " ^3.13.1" ,
16
16
"mdast-util-toc" : " ^6.1.0" ,
17
- "react" : " ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0" ,
18
17
"remark-frontmatter" : " ^4.0.1" ,
19
18
"remark-slug" : " ^7.0.1" ,
20
19
"tree-sitter-highlight" : " ^1.0.1" ,
21
20
"unist-util-flatmap" : " ^1.0.0" ,
22
21
"unist-util-visit" : " ^4.0.0"
22
+ },
23
+ "peerDependencies" : {
24
+ "react" : " ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
23
25
}
24
26
}
Original file line number Diff line number Diff line change 9
9
"dependencies" : {
10
10
"@mdx-js/mdx" : " next" ,
11
11
"@mdx-js/react" : " next" ,
12
- "@parcel/plugin" : " ^2.0.0" ,
13
- "react" : " ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0"
12
+ "@parcel/plugin" : " ^2.0.0"
13
+ },
14
+ "peerDependencies" : {
15
+ "react" : " ^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1"
14
16
}
15
17
}
You can’t perform that action at this time.
0 commit comments