Skip to content

Commit 9ca1dad

Browse files
committed
released v2.1.8
1 parent e4840b5 commit 9ca1dad

File tree

4 files changed

+9
-17
lines changed

4 files changed

+9
-17
lines changed

core/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uiw/react-textarea-code-editor",
3-
"version": "2.1.7",
3+
"version": "2.1.8",
44
"description": "A simple code editor with syntax highlighting.",
55
"homepage": "https://uiwjs.github.io/react-textarea-code-editor/",
66
"main": "cjs/index.js",
@@ -49,7 +49,7 @@
4949
},
5050
"dependencies": {
5151
"@babel/runtime": "^7.18.6",
52-
"rehype-prism-plus": "1.6.3",
53-
"rehype": "~12.0.1"
52+
"rehype": "~12.0.1",
53+
"rehype-prism-plus": "1.6.3"
5454
}
5555
}

core/src/tsconfig.json

-8
This file was deleted.

lerna.json

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

www/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
22
"name": "website",
3-
"version": "2.1.7",
3+
"version": "2.1.8",
44
"preview": true,
55
"scripts": {
66
"build": "kkt build",
77
"start": "kkt start",
88
"map": "source-map-explorer build/static/js/*.js --html build/website-result.html"
99
},
1010
"dependencies": {
11-
"@uiw/react-textarea-code-editor": "2.1.7",
12-
"@uiw/react-markdown-preview-example": "^1.5.7",
1311
"@uiw/react-loader": "^4.21.14",
14-
"styled-components": "^6.0.5",
12+
"@uiw/react-markdown-preview-example": "^1.5.7",
13+
"@uiw/react-textarea-code-editor": "2.1.8",
1514
"code-example": "^3.3.6",
1615
"react": "^18.2.0",
17-
"react-dom": "^18.2.0"
16+
"react-dom": "^18.2.0",
17+
"styled-components": "^6.0.5"
1818
},
1919
"devDependencies": {
2020
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",

0 commit comments

Comments
 (0)