1
0
mirror of https://github.com/adobe/brackets.git synced 2024-11-20 09:53:00 +01:00

Upgraded codemirror version to 5.30.0 (#13754)

This commit is contained in:
Saurabh Kathpalia 2017-10-25 17:30:29 +05:30 committed by Pete Nykänen
parent 1753e16ec7
commit c8c473926b
2 changed files with 4 additions and 4 deletions

View File

@ -72,9 +72,9 @@
"optional": true
},
"codemirror": {
"version": "5.28.0",
"from": "codemirror@5.28.0",
"resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.28.0.tgz"
"version": "5.30.0",
"from": "codemirror@5.30.0",
"resolved": "https://registry.npmjs.org/codemirror/-/codemirror-5.30.0.tgz"
},
"combined-stream": {
"version": "1.0.5",

View File

@ -2,7 +2,7 @@
"name": "brackets-src",
"dependencies": {
"acorn": "5.1.1",
"codemirror": "5.28.0",
"codemirror": "5.30.0",
"less": "2.7.2",
"preact": "8.2.1",
"preact-test-utils": "0.1.3",