Skip to content

Commit

Permalink
released v2.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
SunLxy committed May 28, 2023
1 parent 88e8fda commit a1facaa
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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": "2.1.5",
"version": "2.1.6",
"description": "Index react example text in markdown, converted to React components.",
"homepage": "https://kktjs.github.io/markdown-react-code-preview-loader",
"author": "SunLxy <1011771396@qq.com>",
Expand Down Expand Up @@ -39,4 +39,4 @@
"@types/babel__standalone": "^7.1.4",
"webpack": "^5.72.0"
}
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "2.1.5",
"version": "2.1.6",
"packages": ["website", "core"]
}
10 changes: 5 additions & 5 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": "2.1.5",
"version": "2.1.6",
"description": "Simple React package development project example template.",
"private": true,
"scripts": {
Expand All @@ -27,15 +27,15 @@
"uiw": "^4.21.7"
},
"devDependencies": {
"buffer": "6.0.3",
"@kkt/resolve-fallback": "~7.4.16",
"@kkt/less-modules": "~7.1.1",
"@kkt/raw-modules": "~7.1.1",
"@kkt/resolve-fallback": "~7.4.16",
"@kkt/scope-plugin-options": "~7.1.1",
"@types/react": "18.0.8",
"@types/react-dom": "18.0.3",
"buffer": "6.0.3",
"kkt": "~7.4.16",
"markdown-react-code-preview-loader": "2.1.5"
"markdown-react-code-preview-loader": "2.1.6"
},
"eslintConfig": {
"extends": [
Expand All @@ -55,4 +55,4 @@
"last 1 safari version"
]
}
}
}

0 comments on commit a1facaa

Please sign in to comment.