Merge pull request #207 from orangemug/fix/update-codemirror

Update to react-codemirror2
This commit is contained in:
Orange Mug
2017-11-30 09:14:54 +00:00
committed by GitHub
3 changed files with 11 additions and 34 deletions
+7 -30
View File
@@ -2238,9 +2238,9 @@
"integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c="
},
"codemirror": {
"version": "5.31.0",
"resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.31.0.tgz",
"integrity": "sha512-LKbMZKoAz7pMmWuSEl253G6yyloSulj1kXfvYv+3n3I8wMiI7QwnCHwKM3Zw5S9ItNV28Layq0/ihQXWmn9T9w=="
"version": "5.32.0",
"resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.32.0.tgz",
"integrity": "sha512-95OxAlYiigW0g4n4ixFdavG07clJGILp3MvHh2pKR3FvyrTuHHvqtKSVbrV3/Jz6o0YqGvyCDLDTbH4h6ciaSw=="
},
"color": {
"version": "2.0.1",
@@ -2672,16 +2672,6 @@
"sha.js": "2.4.9"
}
},
"create-react-class": {
"version": "15.6.2",
"resolved": "https://registry.npmjs.org/create-react-class/-/create-react-class-15.6.2.tgz",
"integrity": "sha1-zx7RXxKq1/FO9fLf4F5sQvke8Co=",
"requires": {
"fbjs": "0.8.16",
"loose-envify": "1.3.1",
"object-assign": "4.1.1"
}
},
"cross-spawn": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-5.1.0.tgz",
@@ -6762,11 +6752,6 @@
"lodash._isiterateecall": "3.0.9"
}
},
"lodash.debounce": {
"version": "4.0.8",
"resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz",
"integrity": "sha1-gteb/zCmfEAF/9XiUVMArZyk168="
},
"lodash.deburr": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/lodash.deburr/-/lodash.deburr-3.2.0.tgz",
@@ -9334,18 +9319,10 @@
"prop-types": "15.6.0"
}
},
"react-codemirror": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/react-codemirror/-/react-codemirror-1.0.0.tgz",
"integrity": "sha1-kUZ7U7H12A2Rai/QtMetuFqQAbo=",
"requires": {
"classnames": "2.2.5",
"codemirror": "5.31.0",
"create-react-class": "15.6.2",
"lodash.debounce": "4.0.8",
"lodash.isequal": "4.5.0",
"prop-types": "15.6.0"
}
"react-codemirror2": {
"version": "3.0.7",
"resolved": "https://registry.npmjs.org/react-codemirror2/-/react-codemirror2-3.0.7.tgz",
"integrity": "sha512-l0iUmKZxKmMAtr9x/6lcHgAMmUZIVufRd0YdTKIe6Y/4Fv4z+0nvaInPituRep/hpeG5WUoEVaZoIV7qEltfDg=="
},
"react-collapse": {
"version": "4.0.3",