Skip to content
This repository was archived by the owner on Jan 20, 2022. It is now read-only.

Commit 6eed6b7

Browse files
committed
v6.0.1
1 parent b43899c commit 6eed6b7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "rich-markdown-editor",
33
"description": "A rich text editor with Markdown shortcuts built on Slate",
4-
"version": "6.0.0",
4+
"version": "6.0.1",
55
"main": "lib/index.js",
66
"license": "BSD-3-Clause",
77
"scripts": {
@@ -40,8 +40,8 @@
4040
"styled-components": "4.0.3"
4141
},
4242
"peerDependencies": {
43-
"react": "^16.2.0",
44-
"react-dom": "^16.2.0"
43+
"react": "^16.6.0",
44+
"react-dom": "^16.6.0"
4545
},
4646
"devDependencies": {
4747
"babel-cli": "^6.26.0",

0 commit comments

Comments
 (0)