File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1111 "pretty-quick" : " pretty-quick --staged" ,
1212 "version" : " lerna version --no-changelog --no-git-tag-version --no-push" ,
1313 "test" : " tsbb test --env=jsdom" ,
14- "coverage" : " tsbb test --env=jsdom --coverage"
14+ "coverage" : " tsbb test --env=jsdom --coverage" ,
15+ "clean" : " lerna clean --yes"
1516 },
1617 "jest" : {
1718 "collectCoverageFrom" : [
Original file line number Diff line number Diff line change 88 },
99 "dependencies" : {
1010 "@uiw/react-markdown-preview-example" : " ^1.5.5" ,
11- "@uiw/react-shields" : " ^1.1.3 " ,
11+ "@uiw/react-shields" : " ^2.0.1 " ,
1212 "mermaid" : " ^10.4.0" ,
1313 "react" : " ~18.2.0" ,
1414 "react-dom" : " ~18.2.0" ,
Original file line number Diff line number Diff line change 1- import Github from '@uiw/react-shields/esm/ github' ;
2- import Npm from '@uiw/react-shields/esm/ npm' ;
1+ import Github from '@uiw/react-shields/github' ;
2+ import Npm from '@uiw/react-shields/npm' ;
33import { useState } from 'react' ;
44import styled from 'styled-components' ;
55import MarkdownPreview from '@uiw/react-markdown-preview' ;
You can’t perform that action at this time.
0 commit comments