Skip to content

Commit adb8ae1

Browse files
committed
released v2.1.3
1 parent 9ea5419 commit adb8ae1

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "markdown-react-code-preview-loader",
4-
"version": "2.1.2",
4+
"version": "2.1.3",
55
"description": "Index react example text in markdown, converted to React components.",
66
"homepage": "https://github.com/kktjs/markdown-react-code-preview-loader",
77
"author": "SunLxy <[email protected]>",

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "2.1.2",
2+
"version": "2.1.3",
33
"packages": ["website", "core"]
44
}

website/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
33
"name": "website",
4-
"version": "2.1.2",
4+
"version": "2.1.3",
55
"description": "Simple React package development project example template.",
66
"private": true,
77
"scripts": {
@@ -18,9 +18,9 @@
1818
"@uiw/react-markdown-preview": "^4.0.19",
1919
"@uiw/react-stackblitz": "~1.0.5",
2020
"@wcj/dark-mode": "^1.0.14",
21-
"react-code-preview-layout": "^2.0.6",
2221
"i18next": "~21.7.1",
2322
"react": "18.1.0",
23+
"react-code-preview-layout": "^2.0.6",
2424
"react-dom": "18.1.0",
2525
"react-i18next": "~11.16.9",
2626
"react-router-dom": "^6.3.0",
@@ -33,7 +33,7 @@
3333
"@types/react": "18.0.8",
3434
"@types/react-dom": "18.0.3",
3535
"kkt": "~7.1.5",
36-
"markdown-react-code-preview-loader": "2.1.2"
36+
"markdown-react-code-preview-loader": "2.1.3"
3737
},
3838
"eslintConfig": {
3939
"extends": [

0 commit comments

Comments
 (0)