Skip to content

Commit

Permalink
0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
inokawa committed Nov 7, 2022
1 parent ea44932 commit a187602
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "remark-slate-transformer",
"version": "0.7.2",
"version": "0.7.3",
"description": "remark plugin to transform remark syntax tree (mdast) to Slate document tree, and vice versa. Made for WYSIWYG markdown editor.",
"main": "lib/index.js",
"module": "lib/index.mjs",
Expand All @@ -19,9 +19,9 @@
"prepublishOnly": "rimraf lib && npm run build"
},
"dependencies": {
"@types/mdast": "3.0.10",
"mdast-util-math": "2.0.1",
"tslib": "2.4.0"
"@types/mdast": "^3.0.10",
"mdast-util-math": "^2.0.1",
"tslib": "^2.4.0"
},
"devDependencies": {
"@babel/core": "7.18.13",
Expand Down

0 comments on commit a187602

Please sign in to comment.