Skip to content

Commit fb68ddb

Browse files
committed
fix(CLI) Add missing peer dependencies to Slate and immutable in CLI
Signed-off-by: Jerome Simeon <[email protected]>
1 parent aa95442 commit fb68ddb

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,4 +131,4 @@
131131
}
132132
},
133133
"dependencies": {}
134-
}
134+
}

packages/markdown-cli/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@
5757
"@accordproject/markdown-cicero": "0.7.6",
5858
"@accordproject/markdown-slate": "0.7.6",
5959
"@accordproject/markdown-html": "0.7.6",
60+
"immutable": "^4.0.0-rc.12",
6061
"jsome": "2.5.0",
62+
"slate": "^0.47.8",
6163
"winston": "3.2.1",
6264
"yargs": "13.2.4"
6365
},

0 commit comments

Comments
 (0)