Skip to content

Commit

Permalink
released v2.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Sep 22, 2023
1 parent e4840b5 commit 9ca1dad
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 17 deletions.
6 changes: 3 additions & 3 deletions core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-textarea-code-editor",
"version": "2.1.7",
"version": "2.1.8",
"description": "A simple code editor with syntax highlighting.",
"homepage": "https://uiwjs.github.io/react-textarea-code-editor/",
"main": "cjs/index.js",
Expand Down Expand Up @@ -49,7 +49,7 @@
},
"dependencies": {
"@babel/runtime": "^7.18.6",
"rehype-prism-plus": "1.6.3",
"rehype": "~12.0.1"
"rehype": "~12.0.1",
"rehype-prism-plus": "1.6.3"
}
}
8 changes: 0 additions & 8 deletions core/src/tsconfig.json

This file was deleted.

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.7",
"version": "2.1.8",
"packages": ["core", "www"]
}
10 changes: 5 additions & 5 deletions www/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "website",
"version": "2.1.7",
"version": "2.1.8",
"preview": true,
"scripts": {
"build": "kkt build",
"start": "kkt start",
"map": "source-map-explorer build/static/js/*.js --html build/website-result.html"
},
"dependencies": {
"@uiw/react-textarea-code-editor": "2.1.7",
"@uiw/react-markdown-preview-example": "^1.5.7",
"@uiw/react-loader": "^4.21.14",
"styled-components": "^6.0.5",
"@uiw/react-markdown-preview-example": "^1.5.7",
"@uiw/react-textarea-code-editor": "2.1.8",
"code-example": "^3.3.6",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react-dom": "^18.2.0",
"styled-components": "^6.0.5"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
Expand Down

0 comments on commit 9ca1dad

Please sign in to comment.