Skip to content

Commit

Permalink
released v4.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Dec 24, 2023
1 parent 515971b commit 80876ee
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-md-editor",
"version": "4.0.1",
"version": "4.0.2",
"description": "A markdown editor with preview, implemented with React.js and TypeScript.",
"homepage": "https://uiwjs.github.io/react-md-editor/",
"funding": "https://jaywcjlove.github.io/#/sponsor",
Expand Down
14 changes: 7 additions & 7 deletions example/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nextjs",
"version": "4.0.1",
"version": "4.0.2",
"private": true,
"scripts": {
"dev": "next dev",
Expand All @@ -9,20 +9,20 @@
"lint": "next lint"
},
"dependencies": {
"next": "14.0.4",
"react": "^18",
"react-dom": "^18",
"next": "14.0.4"
"react-dom": "^18"
},
"devDependencies": {
"typescript": "^5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@uiw/react-md-editor": "4.0.1",
"@uiw/react-md-editor": "4.0.2",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"eslint": "^8",
"eslint-config-next": "14.0.4"
"typescript": "^5"
}
}
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "4.0.1",
"version": "4.0.2",
"packages": ["core", "www", "example/**"]
}
4 changes: 2 additions & 2 deletions www/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "www",
"private": true,
"version": "4.0.1",
"version": "4.0.2",
"description": "A markdown editor with preview, implemented with React.js and TypeScript.",
"author": "kenny wang <[email protected]>",
"scripts": {
Expand All @@ -23,7 +23,7 @@
},
"dependencies": {
"@uiw/react-markdown-preview-example": "^2.0.0",
"@uiw/react-md-editor": "4.0.1",
"@uiw/react-md-editor": "4.0.2",
"dom-to-image": "^2.6.0",
"katex": "~0.16.0",
"mermaid": "~10.6.1",
Expand Down

1 comment on commit 80876ee

@vercel
Copy link

@vercel vercel bot commented on 80876ee Dec 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.