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 11{
22 "name" : " @mdx-js/esbuild" ,
3- "version" : " 2.0.0-rc.2 " ,
3+ "version" : " 2.0.0" ,
44 "description" : " esbuild plugin for MDX" ,
55 "license" : " MIT" ,
66 "keywords" : [
3838 " index.js"
3939 ],
4040 "dependencies" : {
41- "@mdx-js/mdx" : " ^2.0.0-rc.2 " ,
41+ "@mdx-js/mdx" : " ^2.0.0" ,
4242 "got" : " ^11.0.0" ,
4343 "vfile" : " ^5.0.0"
4444 },
Original file line number Diff line number Diff line change 11{
22 "name" : " @mdx-js/loader" ,
3- "version" : " 2.0.0-rc.2 " ,
3+ "version" : " 2.0.0" ,
44 "description" : " Webpack loader for MDX" ,
55 "license" : " MIT" ,
66 "keywords" : [
4343 " index.cjs"
4444 ],
4545 "dependencies" : {
46- "@mdx-js/mdx" : " ^2.0.0-rc.2 " ,
46+ "@mdx-js/mdx" : " ^2.0.0" ,
4747 "source-map" : " ^0.7.0"
4848 },
4949 "peerDependencies" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @mdx-js/mdx" ,
3- "version" : " 2.0.0-rc.2 " ,
3+ "version" : " 2.0.0" ,
44 "description" : " MDX compiler" ,
55 "license" : " MIT" ,
66 "keywords" : [
5555 "hast-util-to-estree" : " ^2.0.0" ,
5656 "markdown-extensions" : " ^1.0.0" ,
5757 "periscopic" : " ^3.0.0" ,
58- "remark-mdx" : " ^2.0.0-rc.2 " ,
58+ "remark-mdx" : " ^2.0.0" ,
5959 "remark-parse" : " ^10.0.0" ,
6060 "remark-rehype" : " ^10.0.0" ,
6161 "unified" : " ^10.0.0" ,
6666 },
6767 "devDependencies" : {
6868 "@emotion/react" : " ^11.0.0" ,
69- "@mdx-js/react" : " 2.0.0-rc.2 " ,
69+ "@mdx-js/react" : " ^ 2.0.0" ,
7070 "nanoid" : " ^3.0.0" ,
7171 "preact" : " ^10.0.0" ,
7272 "preact-render-to-string" : " ^5.0.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @mdx-js/node-loader" ,
3- "version" : " 2.0.0-rc.2 " ,
3+ "version" : " 2.0.0" ,
44 "description" : " Experimental Node loader for MDX" ,
55 "license" : " MIT" ,
66 "keywords" : [
3737 " index.js"
3838 ],
3939 "dependencies" : {
40- "@mdx-js/mdx" : " ^2.0.0-rc.2 " ,
40+ "@mdx-js/mdx" : " ^2.0.0" ,
4141 "vfile" : " ^5.0.0"
4242 },
4343 "devDependencies" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @mdx-js/preact" ,
3- "version" : " 2.0.0-rc.2 " ,
3+ "version" : " 2.0.0" ,
44 "description" : " Preact context for MDX" ,
55 "license" : " MIT" ,
66 "keywords" : [
4848 "preact" : " >=10.0.0"
4949 },
5050 "devDependencies" : {
51- "@mdx-js/mdx" : " ^2.0.0-rc.2 " ,
51+ "@mdx-js/mdx" : " ^2.0.0" ,
5252 "preact" : " ^10.0.0" ,
5353 "preact-render-to-string" : " ^5.0.0"
5454 },
Original file line number Diff line number Diff line change 11{
22 "name" : " @mdx-js/react" ,
3- "version" : " 2.0.0-rc.2 " ,
3+ "version" : " 2.0.0" ,
44 "description" : " React context for MDX" ,
55 "license" : " MIT" ,
66 "keywords" : [
4848 "react" : " >=16"
4949 },
5050 "devDependencies" : {
51- "@mdx-js/mdx" : " ^2.0.0-rc.2 " ,
51+ "@mdx-js/mdx" : " ^2.0.0" ,
5252 "@types/react" : " ^17.0.0" ,
5353 "@types/react-dom" : " ^17.0.0" ,
5454 "react" : " ^18.0.0-beta-24dd07bd2-20211208" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @mdx-js/register" ,
3- "version" : " 2.0.0-rc.2 " ,
3+ "version" : " 2.0.0" ,
44 "description" : " Node hook to require MDX" ,
55 "license" : " MIT" ,
66 "keywords" : [
3535 " index.cjs"
3636 ],
3737 "dependencies" : {
38- "@mdx-js/mdx" : " ^2.0.0-rc.2 "
38+ "@mdx-js/mdx" : " ^2.0.0"
3939 },
4040 "optionalDependencies" : {
4141 "deasync" : " ^0.1.0"
Original file line number Diff line number Diff line change 11{
22 "name" : " remark-mdx" ,
3- "version" : " 2.0.0-rc.2 " ,
3+ "version" : " 2.0.0" ,
44 "description" : " remark plugin to support MDX syntax" ,
55 "license" : " MIT" ,
66 "keywords" : [
Original file line number Diff line number Diff line change 11{
22 "name" : " @mdx-js/rollup" ,
3- "version" : " 2.0.0-rc.2 " ,
3+ "version" : " 2.0.0" ,
44 "description" : " Rollup plugin for MDX" ,
55 "license" : " MIT" ,
66 "keywords" : [
3838 " index.js"
3939 ],
4040 "dependencies" : {
41- "@mdx-js/mdx" : " ^2.0.0-rc.2 " ,
41+ "@mdx-js/mdx" : " ^2.0.0" ,
4242 "@rollup/pluginutils" : " ^4.0.0" ,
4343 "source-map" : " ^0.7.0"
4444 },
Original file line number Diff line number Diff line change 11{
22 "name" : " @mdx-js/vue" ,
3- "version" : " 2.0.0-rc.2 " ,
3+ "version" : " 2.0.0" ,
44 "description" : " Vue provider for MDX" ,
55 "license" : " MIT" ,
66 "keywords" : [
4242 "vue" : " >=3.0.0"
4343 },
4444 "devDependencies" : {
45- "@mdx-js/mdx" : " ^2.0.0-rc.2 " ,
45+ "@mdx-js/mdx" : " ^2.0.0" ,
4646 "@types/babel__core" : " ^7.0.0" ,
4747 "@types/mdx" : " ^2.0.0" ,
4848 "@vue/babel-plugin-jsx" : " ^1.0.0" ,
You can’t perform that action at this time.
0 commit comments