Files
moodle/lib/editor/tiny/plugins/html/thirdpartylibs.xml
T
Jun Pataleta 00bf9b20c4 MDL-84170 tiny_html: Regenerate for latest updates
The versions of the following dependencies have been updated as of
integration:
- codemirror/search: 6.5.9 => 6.5.10
- codemirror/view: 6.36.2 => 6.36.4
2025-03-06 17:22:55 +08:00

108 lines
4.1 KiB
XML

<?xml version="1.0"?>
<libraries>
<library>
<location>amd/src/codemirror-lazy.js</location>
<name>codemirror</name>
<description>CodeMirror is a versatile text editor implemented in JavaScript for the browser.</description>
<version>6.0.1</version>
<license>MIT</license>
<repository>https://github.com/codemirror/</repository>
</library>
<library>
<location>amd/src/codemirror-lazy.js</location>
<name>codemirror/autocomplete</name>
<description>Autocompletion for the CodeMirror code editor.</description>
<version>6.18.6</version>
<license>MIT</license>
<repository>https://github.com/codemirror/autocomplete</repository>
</library>
<library>
<location>amd/src/codemirror-lazy.js</location>
<name>codemirror/commands</name>
<description>Collection of editing commands for the CodeMirror code editor.</description>
<version>6.8.0</version>
<license>MIT</license>
<repository>https://github.com/codemirror/commands</repository>
</library>
<library>
<location>amd/src/codemirror-lazy.js</location>
<name>codemirror/lang-css</name>
<description>CSS language support for the CodeMirror code editor.</description>
<version>6.3.1</version>
<license>MIT</license>
<repository>https://github.com/codemirror/lang-css</repository>
</library>
<library>
<location>amd/src/codemirror-lazy.js</location>
<name>codemirror/lang-html</name>
<description>HTML language support for the CodeMirror code editor.</description>
<version>6.4.9</version>
<license>MIT</license>
<repository>https://github.com/codemirror/lang-html</repository>
</library>
<library>
<location>amd/src/codemirror-lazy.js</location>
<name>codemirror/lang-javascript</name>
<description>JavaScript language support for the CodeMirror code editor.</description>
<version>6.2.3</version>
<license>MIT</license>
<repository>https://github.com/codemirror/lang-javascript</repository>
</library>
<library>
<location>amd/src/codemirror-lazy.js</location>
<name>codemirror/lang-xml</name>
<description>XML language support for the CodeMirror code editor.</description>
<version>6.1.0</version>
<license>MIT</license>
<repository>https://github.com/codemirror/lang-xml</repository>
</library>
<library>
<location>amd/src/codemirror-lazy.js</location>
<name>codemirror/language</name>
<description>Language support infrastructure for the CodeMirror code editor.</description>
<version>6.10.8</version>
<license>MIT</license>
<repository>https://github.com/codemirror/language</repository>
</library>
<library>
<location>amd/src/codemirror-lazy.js</location>
<name>codemirror/lint</name>
<description>Linting support for the CodeMirror code editor.</description>
<version>6.8.4</version>
<license>MIT</license>
<repository>https://github.com/codemirror/lint</repository>
</library>
<library>
<location>amd/src/codemirror-lazy.js</location>
<name>codemirror/search</name>
<description>Search functionality for the CodeMirror code editor.</description>
<version>6.5.10</version>
<license>MIT</license>
<repository>https://github.com/codemirror/search</repository>
</library>
<library>
<location>amd/src/codemirror-lazy.js</location>
<name>codemirror/state</name>
<description>Editor state data structures for the CodeMirror code editor.</description>
<version>6.5.2</version>
<license>MIT</license>
<repository>https://github.com/codemirror/state</repository>
</library>
<library>
<location>amd/src/codemirror-lazy.js</location>
<name>codemirror/view</name>
<description>DOM view component for the CodeMirror code editor.</description>
<version>6.36.4</version>
<license>MIT</license>
<repository>https://github.com/codemirror/view</repository>
</library>
<library>
<location>amd/src/beautify</location>
<name>js-beautify</name>
<description>Beautifier for javascript.</description>
<version>1.15.3</version>
<license>MIT</license>
<repository>https://github.com/beautifier/js-beautify/</repository>
</library>
</libraries>