Skip to content
This repository was archived by the owner on Sep 28, 2023. It is now read-only.

Commit cdd948a

Browse files
author
Michael Fields
committed
pin codemirror to 5.30.x to de-bork and allow react 16 peers
1 parent c3ae528 commit cdd948a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-codemirror",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Codemirror",
55
"main": "lib/Codemirror.js",
66
"author": "Jed Watson",
@@ -15,7 +15,7 @@
1515
},
1616
"dependencies": {
1717
"classnames": "^2.2.5",
18-
"codemirror": "^5.18.2",
18+
"codemirror": "~5.30.0",
1919
"create-react-class": "^15.5.1",
2020
"lodash.debounce": "^4.0.8",
2121
"lodash.isequal": "^4.5.0",
@@ -29,8 +29,8 @@
2929
"react-dom": "^15.5.3"
3030
},
3131
"peerDependencies": {
32-
"react": ">=15.5 <16",
33-
"react-dom": ">=15.5 <16"
32+
"react": ">=15.5",
33+
"react-dom": ">=15.5"
3434
},
3535
"browserify-shim": {
3636
"react": "global:React"

0 commit comments

Comments
 (0)