Skip to content

Commit

Permalink
release mdx.macro 0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesknelson committed Sep 10, 2019
2 parents 84d542d + 2d42775 commit bf1e887
Show file tree
Hide file tree
Showing 3 changed files with 963 additions and 23 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@
},
"workspaces": [
"packages/*"
]
],
"resolutions": {
"**/fsevents": "^1.2.9"
}
}
4 changes: 2 additions & 2 deletions packages/mdx.macro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mdx.macro",
"version": "0.2.8",
"version": "0.2.9",
"main": "mdx.macro.js",
"keywords": [
"babel-plugin-macros",
Expand All @@ -15,7 +15,7 @@
"@mdx-js/mdx": "^0.15.5",
"@mdx-js/tag": "^0.15.0",
"babel-plugin-macros": "^2.4.2",
"babel-preset-react-app": "^5.0.4",
"babel-preset-react-app": "^9.0.1",
"babel-traverse": "^6.26.0",
"find-cache-dir": "^2.0.0",
"fs-extra": "^7.0.0",
Expand Down
Loading

0 comments on commit bf1e887

Please sign in to comment.