Skip to content

Commit

Permalink
JS Dependency Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
gevorgmansuryan committed Aug 18, 2024
1 parent b75d0b9 commit cc5e0e6
Showing 1 changed file with 35 additions and 18 deletions.
53 changes: 35 additions & 18 deletions resources/tinymce/plugins/codemirror/codemirror/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,37 @@
{
"name": "codemirror",
"version":"4.8.0",
"main": "lib/codemirror.js",
"description": "In-browser code editing made bearable",
"licenses": [{"type": "MIT",
"url": "http://codemirror.net/LICENSE"}],
"directories": {"lib": "./lib"},
"scripts": {"test": "node ./test/run.js"},
"devDependencies": {"node-static": "0.6.0",
"phantomjs": "1.9.2-5"},
"bugs": "http://github.com/codemirror/CodeMirror/issues",
"keywords": ["JavaScript", "CodeMirror", "Editor"],
"homepage": "http://codemirror.net",
"maintainers":[{"name": "Marijn Haverbeke",
"email": "[email protected]",
"web": "http://marijnhaverbeke.nl"}],
"repository": {"type": "git",
"url": "https://github.com/codemirror/CodeMirror.git"}
"name": "codemirror",
"version": "4.8.0",
"main": "lib/codemirror.js",
"description": "In-browser code editing made bearable",
"licenses": [
{
"type": "MIT",
"url": "http://codemirror.net/LICENSE"
}
],
"directories": {
"lib": "./lib"
},
"scripts": {
"test": "node ./test/run.js"
},
"devDependencies": {},
"bugs": "http://github.com/codemirror/CodeMirror/issues",
"keywords": [
"JavaScript",
"CodeMirror",
"Editor"
],
"homepage": "http://codemirror.net",
"maintainers": [
{
"name": "Marijn Haverbeke",
"email": "[email protected]",
"web": "http://marijnhaverbeke.nl"
}
],
"repository": {
"type": "git",
"url": "https://github.com/codemirror/CodeMirror.git"
}
}

0 comments on commit cc5e0e6

Please sign in to comment.