Skip to content

Commit

Permalink
released v1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SunLxy committed May 9, 2022
1 parent 7218f1c commit c75388f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "markdown-react-code-preview-loader",
"version": "1.0.0",
"version": "1.0.1",
"description": "Index react example text in markdown, converted to React components.",
"author": "SunLxy <1011771396@qq.com>",
"contributors": [
Expand Down Expand Up @@ -31,4 +31,4 @@
"@types/babel__standalone": "^7.1.4",
"webpack": "^5.72.0"
}
}
}
16 changes: 8 additions & 8 deletions website/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "website",
"version": "1.0.0",
"version": "1.0.1",
"description": "Simple React package development project example template.",
"private": true,
"scripts": {
Expand All @@ -14,18 +14,18 @@
},
"license": "MIT",
"dependencies": {
"@uiw/copy-to-clipboard": "^1.0.12",
"@uiw/react-codepen": "~1.0.2",
"@uiw/react-codesandbox": "~1.1.5",
"@uiw/react-github-corners": "~1.5.3",
"@uiw/react-markdown-preview": "~4.0.7",
"@uiw/react-layout": "~5.0.0-beta.1",
"@uiw/react-markdown-preview": "~4.0.7",
"@uiw/react-stackblitz": "~1.0.5",
"@uiw/react-codesandbox": "~1.1.5",
"@uiw/react-codepen": "~1.0.2",
"@uiw/copy-to-clipboard": "^1.0.12",
"@wcj/dark-mode": "^1.0.14",
"react-i18next": "~11.16.9",
"i18next": "~21.7.1",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-i18next": "~11.16.9",
"react-router-dom": "^6.3.0",
"uiw": "^4.21.7"
},
Expand All @@ -36,7 +36,7 @@
"@types/react": "18.0.8",
"@types/react-dom": "18.0.3",
"kkt": "~7.1.5",
"markdown-react-code-preview-loader": "1.0.0"
"markdown-react-code-preview-loader": "1.0.1"
},
"eslintConfig": {
"extends": [
Expand All @@ -56,4 +56,4 @@
"last 1 safari version"
]
}
}
}

0 comments on commit c75388f

Please sign in to comment.