File tree Expand file tree Collapse file tree 10 files changed +20
-20
lines changed Expand file tree Collapse file tree 10 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @mdx-js/esbuild" ,
3
- "version" : " 2.0.0-rc.2 " ,
3
+ "version" : " 2.0.0" ,
4
4
"description" : " esbuild plugin for MDX" ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
38
38
" index.js"
39
39
],
40
40
"dependencies" : {
41
- "@mdx-js/mdx" : " ^2.0.0-rc.2 " ,
41
+ "@mdx-js/mdx" : " ^2.0.0" ,
42
42
"got" : " ^11.0.0" ,
43
43
"vfile" : " ^5.0.0"
44
44
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @mdx-js/loader" ,
3
- "version" : " 2.0.0-rc.2 " ,
3
+ "version" : " 2.0.0" ,
4
4
"description" : " Webpack loader for MDX" ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
43
43
" index.cjs"
44
44
],
45
45
"dependencies" : {
46
- "@mdx-js/mdx" : " ^2.0.0-rc.2 " ,
46
+ "@mdx-js/mdx" : " ^2.0.0" ,
47
47
"source-map" : " ^0.7.0"
48
48
},
49
49
"peerDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @mdx-js/mdx" ,
3
- "version" : " 2.0.0-rc.2 " ,
3
+ "version" : " 2.0.0" ,
4
4
"description" : " MDX compiler" ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
55
55
"hast-util-to-estree" : " ^2.0.0" ,
56
56
"markdown-extensions" : " ^1.0.0" ,
57
57
"periscopic" : " ^3.0.0" ,
58
- "remark-mdx" : " ^2.0.0-rc.2 " ,
58
+ "remark-mdx" : " ^2.0.0" ,
59
59
"remark-parse" : " ^10.0.0" ,
60
60
"remark-rehype" : " ^10.0.0" ,
61
61
"unified" : " ^10.0.0" ,
66
66
},
67
67
"devDependencies" : {
68
68
"@emotion/react" : " ^11.0.0" ,
69
- "@mdx-js/react" : " 2.0.0-rc.2 " ,
69
+ "@mdx-js/react" : " ^ 2.0.0" ,
70
70
"nanoid" : " ^3.0.0" ,
71
71
"preact" : " ^10.0.0" ,
72
72
"preact-render-to-string" : " ^5.0.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @mdx-js/node-loader" ,
3
- "version" : " 2.0.0-rc.2 " ,
3
+ "version" : " 2.0.0" ,
4
4
"description" : " Experimental Node loader for MDX" ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
37
37
" index.js"
38
38
],
39
39
"dependencies" : {
40
- "@mdx-js/mdx" : " ^2.0.0-rc.2 " ,
40
+ "@mdx-js/mdx" : " ^2.0.0" ,
41
41
"vfile" : " ^5.0.0"
42
42
},
43
43
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @mdx-js/preact" ,
3
- "version" : " 2.0.0-rc.2 " ,
3
+ "version" : " 2.0.0" ,
4
4
"description" : " Preact context for MDX" ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
48
48
"preact" : " >=10.0.0"
49
49
},
50
50
"devDependencies" : {
51
- "@mdx-js/mdx" : " ^2.0.0-rc.2 " ,
51
+ "@mdx-js/mdx" : " ^2.0.0" ,
52
52
"preact" : " ^10.0.0" ,
53
53
"preact-render-to-string" : " ^5.0.0"
54
54
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @mdx-js/react" ,
3
- "version" : " 2.0.0-rc.2 " ,
3
+ "version" : " 2.0.0" ,
4
4
"description" : " React context for MDX" ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
48
48
"react" : " >=16"
49
49
},
50
50
"devDependencies" : {
51
- "@mdx-js/mdx" : " ^2.0.0-rc.2 " ,
51
+ "@mdx-js/mdx" : " ^2.0.0" ,
52
52
"@types/react" : " ^17.0.0" ,
53
53
"@types/react-dom" : " ^17.0.0" ,
54
54
"react" : " ^18.0.0-beta-24dd07bd2-20211208" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @mdx-js/register" ,
3
- "version" : " 2.0.0-rc.2 " ,
3
+ "version" : " 2.0.0" ,
4
4
"description" : " Node hook to require MDX" ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
35
35
" index.cjs"
36
36
],
37
37
"dependencies" : {
38
- "@mdx-js/mdx" : " ^2.0.0-rc.2 "
38
+ "@mdx-js/mdx" : " ^2.0.0"
39
39
},
40
40
"optionalDependencies" : {
41
41
"deasync" : " ^0.1.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " remark-mdx" ,
3
- "version" : " 2.0.0-rc.2 " ,
3
+ "version" : " 2.0.0" ,
4
4
"description" : " remark plugin to support MDX syntax" ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @mdx-js/rollup" ,
3
- "version" : " 2.0.0-rc.2 " ,
3
+ "version" : " 2.0.0" ,
4
4
"description" : " Rollup plugin for MDX" ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
38
38
" index.js"
39
39
],
40
40
"dependencies" : {
41
- "@mdx-js/mdx" : " ^2.0.0-rc.2 " ,
41
+ "@mdx-js/mdx" : " ^2.0.0" ,
42
42
"@rollup/pluginutils" : " ^4.0.0" ,
43
43
"source-map" : " ^0.7.0"
44
44
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @mdx-js/vue" ,
3
- "version" : " 2.0.0-rc.2 " ,
3
+ "version" : " 2.0.0" ,
4
4
"description" : " Vue provider for MDX" ,
5
5
"license" : " MIT" ,
6
6
"keywords" : [
42
42
"vue" : " >=3.0.0"
43
43
},
44
44
"devDependencies" : {
45
- "@mdx-js/mdx" : " ^2.0.0-rc.2 " ,
45
+ "@mdx-js/mdx" : " ^2.0.0" ,
46
46
"@types/babel__core" : " ^7.0.0" ,
47
47
"@types/mdx" : " ^2.0.0" ,
48
48
"@vue/babel-plugin-jsx" : " ^1.0.0" ,
You can’t perform that action at this time.
0 commit comments