Skip to content

Commit

Permalink
chore(deps): update AP deps to new micropublish
Browse files Browse the repository at this point in the history
Signed-off-by: Diana Lease <[email protected]>
  • Loading branch information
DianaLease committed Jun 26, 2020
1 parent a0b136f commit f046313
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 121 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ To develop:

```
npm i
npm start
npm run start
```

To build:

```
npm build
npm run build
```
---

Expand Down
129 changes: 16 additions & 113 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"main": "index.js",
"dependencies": {
"@accordproject/markdown-slate": "0.11.3",
"@accordproject/ui-concerto": "0.93.2-20200625014131",
"@accordproject/ui-markdown-editor": "0.93.2-20200625014131",
"@accordproject/ui-concerto": "0.93.2-20200626160144",
"@accordproject/ui-markdown-editor": "0.93.2-20200626160144",
"@babel/runtime": "^7.10.3",
"prop-types": "^15.7.2",
"react": "^16.13.1",
Expand Down
2 changes: 0 additions & 2 deletions src/ConcertoFormDemo.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ import ConcertoEditor from './ConcertoEditor';
import MonacoEditor from 'react-monaco-editor';

const ConcertoFormDemo = (props) => {
console.log('rendering concerto form!')

// Source model file text
const [model, setModel] = useState(`namespace io.clause.demo.fragileGoods
Expand Down
2 changes: 0 additions & 2 deletions src/MarkdownEditorDemo.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ const propsObj = {
* MarkdownEditor demo
*/
export const MarkdownEditorDemo = () => {
console.log('rendering editor!')

/**
* Current Slate Value
*/
Expand Down

0 comments on commit f046313

Please sign in to comment.