Skip to content
This repository has been archived by the owner on May 19, 2020. It is now read-only.

Commit

Permalink
chore(package): increment mde and resolve vulnerabilities
Browse files Browse the repository at this point in the history
Signed-off-by: irmerk <[email protected]>
  • Loading branch information
jolanglinais committed Mar 9, 2020
1 parent 1baada6 commit 1f54709
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 56 deletions.
115 changes: 66 additions & 49 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
Expand Up @@ -21,8 +21,8 @@
"depcheck": "node ./scripts/depcheck.js"
},
"dependencies": {
"@accordproject/markdown-editor": "^0.9.10",
"@accordproject/markdown-slate": "^0.10.2",
"@accordproject/markdown-editor": "^0.9.11",
"@accordproject/markdown-slate": "^0.10.3",
"lodash": "^4.17.15",
"mini-css-extract-plugin": "^0.7.0",
"node-sass": "^4.13.1",
Expand Down Expand Up @@ -67,7 +67,7 @@
"eslint-plugin-jest": "^22.21.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-react": "^7.18.3",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^1.6.0",
"file-loader": "^4.1.0",
"html-loader": "^0.5.5",
Expand Down Expand Up @@ -110,4 +110,4 @@
"<rootDir>/src/**/?(*.)(spec|test).{js,jsx,mjs}"
]
}
}
}
6 changes: 3 additions & 3 deletions src/ContractEditor/__snapshots__/index.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ exports[`<ContractEditor /> on initialization renders page correctly 1`] = `
class="sc-htpNat jqGvzC toolbar-4x0"
/>
<svg
aria-label="Bold (Ctrl+B)"
aria-label="bold"
class="sc-bwzfXH jKgcJe toolbar-0x1"
height="25px"
viewBox="0 0 11 13"
Expand Down Expand Up @@ -115,7 +115,7 @@ exports[`<ContractEditor /> on initialization renders page correctly 1`] = `
</g>
</svg>
<svg
aria-label="Italic (Ctrl+I)"
aria-label="italic"
class="sc-bwzfXH jKgcJe toolbar-0x2"
height="25px"
viewBox="0 0 10 13"
Expand Down Expand Up @@ -150,7 +150,7 @@ exports[`<ContractEditor /> on initialization renders page correctly 1`] = `
class="sc-htpNat jqGvzC toolbar-4x1"
/>
<svg
aria-label="Code (Ctrl+Alt+C)"
aria-label="code"
class="sc-bwzfXH fDMMRC toolbar-1x0"
height="25px"
viewBox="0 0 20 12"
Expand Down

0 comments on commit 1f54709

Please sign in to comment.