File tree Expand file tree Collapse file tree 14 files changed +29
-29
lines changed Expand file tree Collapse file tree 14 files changed +29
-29
lines changed Original file line number Diff line number Diff line change 11{
22 "lerna" : " 3.4.0" ,
3- "version" : " 1.0.0-rc.5 " ,
3+ "version" : " 1.0.0" ,
44 "packages" : [
55 " packages/*"
66 ],
Original file line number Diff line number Diff line change 11{
22 "name" : " create-mdx" ,
3- "version" : " 1.0.0-rc.5 " ,
3+ "version" : " 1.0.0" ,
44 "description" : " Initialize an MDX project" ,
55 "license" : " MIT" ,
66 "keywords" : [
Original file line number Diff line number Diff line change 11{
22 "name" : " gatsby-theme-mdx" ,
3- "version" : " 1.0.0-rc.5 " ,
3+ "version" : " 1.0.0" ,
44 "author" :
" Brent Jackson <[email protected] >" ,
55 "license" : " MIT" ,
66 "scripts" : {
1414 "dependencies" : {
1515 "@emotion/core" : " ^10.0.10" ,
1616 "@emotion/styled" : " ^10.0.10" ,
17- "@mdx-js/mdx" : " ^1.0.0-rc.5 " ,
18- "@mdx-js/react" : " ^1.0.0-rc.5 " ,
19- "@mdx-js/runtime" : " ^1.0.0-rc.5 " ,
17+ "@mdx-js/mdx" : " ^1.0.0" ,
18+ "@mdx-js/react" : " ^1.0.0" ,
19+ "@mdx-js/runtime" : " ^1.0.0" ,
2020 "@reach/router" : " ^1.2.1" ,
2121 "@reach/skip-nav" : " ^0.1.2" ,
2222 "@rebass/emotion" : " ^3.1.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @mdx-js/loader" ,
3- "version" : " 1.0.0-rc.5 " ,
3+ "version" : " 1.0.0" ,
44 "description" : " Loader for MDX" ,
55 "license" : " MIT" ,
66 "keywords" : [
2727 " index.js"
2828 ],
2929 "dependencies" : {
30- "@mdx-js/mdx" : " ^1.0.0-rc.5 " ,
31- "@mdx-js/react" : " ^1.0.0-rc.5 " ,
30+ "@mdx-js/mdx" : " ^1.0.0" ,
31+ "@mdx-js/react" : " ^1.0.0" ,
3232 "loader-utils" : " ^1.1.0"
3333 },
3434 "devDependencies" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @mdx-js/mdx" ,
3- "version" : " 1.0.0-rc.5 " ,
3+ "version" : " 1.0.0" ,
44 "description" : " Parse MDX and transpile to JSX" ,
55 "license" : " MIT" ,
66 "keywords" : [
3030 ],
3131 "dependencies" : {
3232 "@babel/helper-plugin-utils" : " ^7.0.0" ,
33- "@babel/plugin-syntax-object-rest-spread" : " ^7.2.0" ,
3433 "@babel/plugin-syntax-jsx" : " ^7.2.0" ,
34+ "@babel/plugin-syntax-object-rest-spread" : " ^7.2.0" ,
3535 "change-case" : " ^3.0.2" ,
3636 "detab" : " ^2.0.0" ,
3737 "hast-util-raw" : " ^5.0.0" ,
3838 "mdast-util-to-hast" : " ^4.0.0" ,
39- "remark-mdx" : " ^1.0.0-rc.5 " ,
39+ "remark-mdx" : " ^1.0.0" ,
4040 "remark-parse" : " ^6.0.0" ,
4141 "remark-squeeze-paragraphs" : " ^3.0.1" ,
4242 "to-style" : " ^1.3.3" ,
4848 "@babel/core" : " ^7.0.0" ,
4949 "@babel/plugin-transform-react-jsx" : " ^7.1.6" ,
5050 "@mapbox/rehype-prism" : " ^0.3.0" ,
51- "@mdx-js/react" : " ^1.0.0-rc.5 " ,
51+ "@mdx-js/react" : " ^1.0.0" ,
5252 "hast-util-select" : " ^3.0.0" ,
5353 "jest" : " ^24.0.0" ,
5454 "prettier" : " ^1.14.2" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @mdx-js/mdxast" ,
3- "version" : " 1.0.0-rc.5 " ,
3+ "version" : " 1.0.0" ,
44 "description" : " Transforms MDAST to MDXAST" ,
55 "license" : " MIT" ,
66 "keywords" : [
Original file line number Diff line number Diff line change 11{
22 "name" : " @mdx-js/parcel-plugin-mdx" ,
3- "version" : " 1.0.0-rc.5 " ,
3+ "version" : " 1.0.0" ,
44 "description" : " Parcel plugin for MDX" ,
55 "license" : " MIT" ,
66 "keywords" : [
2727 " src"
2828 ],
2929 "dependencies" : {
30- "@mdx-js/mdx" : " ^1.0.0-rc.5 " ,
30+ "@mdx-js/mdx" : " ^1.0.0" ,
3131 "parcel-bundler" : " ^1.4.1"
3232 },
3333 "peerDependencies" : {
Original file line number Diff line number Diff line change 11{
22 "name" : " @mdx-js/react" ,
3- "version" : " 1.0.0-rc.5 " ,
3+ "version" : " 1.0.0" ,
44 "description" : " React implementation for MDX" ,
55 "license" : " MIT" ,
66 "keywords" : [
Original file line number Diff line number Diff line change 11{
22 "name" : " remark-mdx-remove-exports" ,
3- "version" : " 1.0.0-rc.5 " ,
3+ "version" : " 1.0.0" ,
44 "description" : " Remove exports from the MDX AST" ,
55 "license" : " MIT" ,
66 "keywords" : [
3232 },
3333 "devDependencies" : {
3434 "jest" : " ^24.0.0" ,
35- "remark-mdx" : " ^1.0.0-rc.5 " ,
35+ "remark-mdx" : " ^1.0.0" ,
3636 "remark-parse" : " ^6.0.0" ,
3737 "remark-stringify" : " ^6.0.4" ,
3838 "unified" : " ^7.0.0"
Original file line number Diff line number Diff line change 11{
22 "name" : " remark-mdx-remove-imports" ,
3- "version" : " 1.0.0-rc.5 " ,
3+ "version" : " 1.0.0" ,
44 "description" : " Remove imports from the MDX AST" ,
55 "license" : " MIT" ,
66 "keywords" : [
3232 },
3333 "devDependencies" : {
3434 "jest" : " ^24.0.0" ,
35- "remark-mdx" : " ^1.0.0-rc.5 " ,
35+ "remark-mdx" : " ^1.0.0" ,
3636 "remark-parse" : " ^6.0.0" ,
3737 "remark-stringify" : " ^6.0.4" ,
3838 "unified" : " ^7.0.0"
You can’t perform that action at this time.
0 commit comments