Skip to content

Commit

Permalink
Merge branch 'refs/heads/master' into ck/epic/ime-typing
Browse files Browse the repository at this point in the history
  • Loading branch information
niegowski committed May 16, 2024
2 parents 4e0b1cb + ac70a60 commit 3945477
Show file tree
Hide file tree
Showing 941 changed files with 10,603 additions and 2,753 deletions.
565 changes: 353 additions & 212 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ In your HTML page, add an element that CKEditor should replace:
Load the classic editor build (you can choose between the [CDN](https://cdn.ckeditor.com/#ckeditor5), [npm](https://ckeditor.com/docs/ckeditor5/latest/installation/getting-started/predefined-builds.html#npm), and [zip downloads](https://ckeditor.com/docs/ckeditor5/latest/installation/getting-started/predefined-builds.html#zip-download)):

```html
<script src="https://cdn.ckeditor.com/ckeditor5/41.3.1/classic/ckeditor.js"></script>
<script src="https://cdn.ckeditor.com/ckeditor5/41.4.1/classic/ckeditor.js"></script>
```

Call the [`ClassicEditor.create()`](https://ckeditor.com/docs/ckeditor5/latest/api/module_editor-classic_classiceditor-ClassicEditor.html#static-function-create) method:
Expand Down
Binary file added docs/assets/pdf/VPAT_CKEditor_5_v41.3.2.pdf
Binary file not shown.
21 changes: 20 additions & 1 deletion docs/features/accessibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,16 @@ In our ongoing commitment to accessibility, we provide a report based on the [IT
We continuously update the <acronym title="Voluntary Product Accessibility Template">VPAT</acronym>**®** report to reflect any changes or improvements. You can download the latest version of the <acronym title="Voluntary Product Accessibility Template">VPAT</acronym>**®** document below.

<info-box info>
⬇️ <a href="../assets/pdf/VPAT_CKEditor_5_v41.3.0.pdf" target="_blank"><b>Download <acronym title="Voluntary Product Accessibility Template">VPAT</acronym>**®** report for CKEditor&nbsp;5 v41.3.0 (Apr 10, 2024)</b></a>
⬇️ <a href="../assets/pdf/VPAT_CKEditor_5_v41.3.2.pdf" target="_blank"><b>Download <acronym title="Voluntary Product Accessibility Template">VPAT</acronym>**®** report for CKEditor&nbsp;5 v41.3.2 (May 15, 2024)</b></a>

<details>
<summary>Previous versions</summary>
<ul>
<li>
<a href="../assets/pdf/VPAT_CKEditor_5_v41.3.0.pdf" target="_blank"><acronym title="Voluntary Product Accessibility Template">VPAT</acronym><sup>®</sup> report for CKEditor&nbsp;5 v41.3.0 (Apr 10, 2024)</a>
</li>
</ul>
</details>
</info-box>

## Keyboard shortcuts
Expand Down Expand Up @@ -122,6 +131,16 @@ These keyboard shortcuts allow for quick access to content editing features.
<td><kbd>Ctrl</kbd>+<kbd>F</kbd></td>
<td><kbd>⌘F</kbd></td>
</tr>
<tr>
<td>Copy text formatting</td>
<td><kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>C</kbd></td>
<td><kbd>⌘⇧C</kbd></td>
</tr>
<tr>
<td>Paste text formatting</td>
<td><kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>V</kbd></td>
<td><kbd>⌘⇧V</kbd></td>
</tr>
<tr>
<td>Italic text</td>
<td><kbd>Ctrl</kbd>+<kbd>I</kbd></td>
Expand Down
1 change: 1 addition & 0 deletions docs/support/license-key-and-activation.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ This article explains how to activate a commercial license of CKEditor&nbsp;5 an
* {@link features/revision-history Revision history}
* {@link features/pagination Pagination}
* {@link features/ai-assistant-overview AI Assistant}
* {@link features/multi-level-lists Multi-level list}
* The Productivity Pack that includes:
* {@link features/case-change Case change}
* {@link features/document-outline Document outline}
Expand Down
186 changes: 93 additions & 93 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ckeditor5",
"version": "41.3.1",
"version": "41.4.1",
"description": "The development environment of CKEditor 5 - the best browser-based rich text editor.",
"private": true,
"keywords": [
Expand All @@ -21,111 +21,111 @@
"framework"
],
"dependencies": {
"@ckeditor/ckeditor5-adapter-ckfinder": "41.3.1",
"@ckeditor/ckeditor5-alignment": "41.3.1",
"@ckeditor/ckeditor5-autoformat": "41.3.1",
"@ckeditor/ckeditor5-autosave": "41.3.1",
"@ckeditor/ckeditor5-basic-styles": "41.3.1",
"@ckeditor/ckeditor5-block-quote": "41.3.1",
"@ckeditor/ckeditor5-build-balloon": "41.3.1",
"@ckeditor/ckeditor5-build-balloon-block": "41.3.1",
"@ckeditor/ckeditor5-build-classic": "41.3.1",
"@ckeditor/ckeditor5-build-decoupled-document": "41.3.1",
"@ckeditor/ckeditor5-build-inline": "41.3.1",
"@ckeditor/ckeditor5-build-multi-root": "41.3.1",
"@ckeditor/ckeditor5-ckbox": "41.3.1",
"@ckeditor/ckeditor5-ckfinder": "41.3.1",
"@ckeditor/ckeditor5-clipboard": "41.3.1",
"@ckeditor/ckeditor5-cloud-services": "41.3.1",
"@ckeditor/ckeditor5-code-block": "41.3.1",
"@ckeditor/ckeditor5-core": "41.3.1",
"@ckeditor/ckeditor5-easy-image": "41.3.1",
"@ckeditor/ckeditor5-editor-balloon": "41.3.1",
"@ckeditor/ckeditor5-editor-classic": "41.3.1",
"@ckeditor/ckeditor5-editor-decoupled": "41.3.1",
"@ckeditor/ckeditor5-editor-inline": "41.3.1",
"@ckeditor/ckeditor5-editor-multi-root": "41.3.1",
"@ckeditor/ckeditor5-engine": "41.3.1",
"@ckeditor/ckeditor5-enter": "41.3.1",
"@ckeditor/ckeditor5-essentials": "41.3.1",
"@ckeditor/ckeditor5-find-and-replace": "41.3.1",
"@ckeditor/ckeditor5-font": "41.3.1",
"@ckeditor/ckeditor5-heading": "41.3.1",
"@ckeditor/ckeditor5-highlight": "41.3.1",
"@ckeditor/ckeditor5-horizontal-line": "41.3.1",
"@ckeditor/ckeditor5-html-embed": "41.3.1",
"@ckeditor/ckeditor5-html-support": "41.3.1",
"@ckeditor/ckeditor5-image": "41.3.1",
"@ckeditor/ckeditor5-indent": "41.3.1",
"@ckeditor/ckeditor5-language": "41.3.1",
"@ckeditor/ckeditor5-link": "41.3.1",
"@ckeditor/ckeditor5-list": "41.3.1",
"@ckeditor/ckeditor5-markdown-gfm": "41.3.1",
"@ckeditor/ckeditor5-media-embed": "41.3.1",
"@ckeditor/ckeditor5-mention": "41.3.1",
"@ckeditor/ckeditor5-minimap": "41.3.1",
"@ckeditor/ckeditor5-page-break": "41.3.1",
"@ckeditor/ckeditor5-paragraph": "41.3.1",
"@ckeditor/ckeditor5-paste-from-office": "41.3.1",
"@ckeditor/ckeditor5-remove-format": "41.3.1",
"@ckeditor/ckeditor5-restricted-editing": "41.3.1",
"@ckeditor/ckeditor5-select-all": "41.3.1",
"@ckeditor/ckeditor5-show-blocks": "41.3.1",
"@ckeditor/ckeditor5-source-editing": "41.3.1",
"@ckeditor/ckeditor5-special-characters": "41.3.1",
"@ckeditor/ckeditor5-style": "41.3.1",
"@ckeditor/ckeditor5-table": "41.3.1",
"@ckeditor/ckeditor5-theme-lark": "41.3.1",
"@ckeditor/ckeditor5-typing": "41.3.1",
"@ckeditor/ckeditor5-ui": "41.3.1",
"@ckeditor/ckeditor5-undo": "41.3.1",
"@ckeditor/ckeditor5-upload": "41.3.1",
"@ckeditor/ckeditor5-utils": "41.3.1",
"@ckeditor/ckeditor5-watchdog": "41.3.1",
"@ckeditor/ckeditor5-widget": "41.3.1",
"@ckeditor/ckeditor5-word-count": "41.3.1"
"@ckeditor/ckeditor5-adapter-ckfinder": "41.4.1",
"@ckeditor/ckeditor5-alignment": "41.4.1",
"@ckeditor/ckeditor5-autoformat": "41.4.1",
"@ckeditor/ckeditor5-autosave": "41.4.1",
"@ckeditor/ckeditor5-basic-styles": "41.4.1",
"@ckeditor/ckeditor5-block-quote": "41.4.1",
"@ckeditor/ckeditor5-build-balloon": "41.4.1",
"@ckeditor/ckeditor5-build-balloon-block": "41.4.1",
"@ckeditor/ckeditor5-build-classic": "41.4.1",
"@ckeditor/ckeditor5-build-decoupled-document": "41.4.1",
"@ckeditor/ckeditor5-build-inline": "41.4.1",
"@ckeditor/ckeditor5-build-multi-root": "41.4.1",
"@ckeditor/ckeditor5-ckbox": "41.4.1",
"@ckeditor/ckeditor5-ckfinder": "41.4.1",
"@ckeditor/ckeditor5-clipboard": "41.4.1",
"@ckeditor/ckeditor5-cloud-services": "41.4.1",
"@ckeditor/ckeditor5-code-block": "41.4.1",
"@ckeditor/ckeditor5-core": "41.4.1",
"@ckeditor/ckeditor5-easy-image": "41.4.1",
"@ckeditor/ckeditor5-editor-balloon": "41.4.1",
"@ckeditor/ckeditor5-editor-classic": "41.4.1",
"@ckeditor/ckeditor5-editor-decoupled": "41.4.1",
"@ckeditor/ckeditor5-editor-inline": "41.4.1",
"@ckeditor/ckeditor5-editor-multi-root": "41.4.1",
"@ckeditor/ckeditor5-engine": "41.4.1",
"@ckeditor/ckeditor5-enter": "41.4.1",
"@ckeditor/ckeditor5-essentials": "41.4.1",
"@ckeditor/ckeditor5-find-and-replace": "41.4.1",
"@ckeditor/ckeditor5-font": "41.4.1",
"@ckeditor/ckeditor5-heading": "41.4.1",
"@ckeditor/ckeditor5-highlight": "41.4.1",
"@ckeditor/ckeditor5-horizontal-line": "41.4.1",
"@ckeditor/ckeditor5-html-embed": "41.4.1",
"@ckeditor/ckeditor5-html-support": "41.4.1",
"@ckeditor/ckeditor5-image": "41.4.1",
"@ckeditor/ckeditor5-indent": "41.4.1",
"@ckeditor/ckeditor5-language": "41.4.1",
"@ckeditor/ckeditor5-link": "41.4.1",
"@ckeditor/ckeditor5-list": "41.4.1",
"@ckeditor/ckeditor5-markdown-gfm": "41.4.1",
"@ckeditor/ckeditor5-media-embed": "41.4.1",
"@ckeditor/ckeditor5-mention": "41.4.1",
"@ckeditor/ckeditor5-minimap": "41.4.1",
"@ckeditor/ckeditor5-page-break": "41.4.1",
"@ckeditor/ckeditor5-paragraph": "41.4.1",
"@ckeditor/ckeditor5-paste-from-office": "41.4.1",
"@ckeditor/ckeditor5-remove-format": "41.4.1",
"@ckeditor/ckeditor5-restricted-editing": "41.4.1",
"@ckeditor/ckeditor5-select-all": "41.4.1",
"@ckeditor/ckeditor5-show-blocks": "41.4.1",
"@ckeditor/ckeditor5-source-editing": "41.4.1",
"@ckeditor/ckeditor5-special-characters": "41.4.1",
"@ckeditor/ckeditor5-style": "41.4.1",
"@ckeditor/ckeditor5-table": "41.4.1",
"@ckeditor/ckeditor5-theme-lark": "41.4.1",
"@ckeditor/ckeditor5-typing": "41.4.1",
"@ckeditor/ckeditor5-ui": "41.4.1",
"@ckeditor/ckeditor5-undo": "41.4.1",
"@ckeditor/ckeditor5-upload": "41.4.1",
"@ckeditor/ckeditor5-utils": "41.4.1",
"@ckeditor/ckeditor5-watchdog": "41.4.1",
"@ckeditor/ckeditor5-widget": "41.4.1",
"@ckeditor/ckeditor5-word-count": "41.4.1"
},
"devDependencies": {
"@babel/parser": "^7.23.3",
"@ckeditor/ckeditor5-ai": "41.3.1",
"@ckeditor/ckeditor5-case-change": "41.3.1",
"@ckeditor/ckeditor5-comments": "41.3.1",
"@ckeditor/ckeditor5-dev-build-tools": "^39.7.0",
"@ckeditor/ckeditor5-dev-bump-year": "^39.7.0",
"@ckeditor/ckeditor5-dev-ci": "^39.7.0",
"@ckeditor/ckeditor5-dev-dependency-checker": "^39.7.0",
"@ckeditor/ckeditor5-dev-docs": "^39.7.0",
"@ckeditor/ckeditor5-dev-release-tools": "^39.7.0",
"@ckeditor/ckeditor5-dev-stale-bot": "^39.7.0",
"@ckeditor/ckeditor5-dev-tests": "^39.7.0",
"@ckeditor/ckeditor5-dev-transifex": "^39.7.0",
"@ckeditor/ckeditor5-dev-translations": "^39.7.0",
"@ckeditor/ckeditor5-dev-utils": "^39.7.0",
"@ckeditor/ckeditor5-dev-web-crawler": "^39.7.0",
"@ckeditor/ckeditor5-document-outline": "41.3.1",
"@ckeditor/ckeditor5-export-pdf": "41.3.1",
"@ckeditor/ckeditor5-export-word": "41.3.1",
"@ckeditor/ckeditor5-format-painter": "41.3.1",
"@ckeditor/ckeditor5-import-word": "41.3.1",
"@ckeditor/ckeditor5-ai": "41.4.1",
"@ckeditor/ckeditor5-case-change": "41.4.1",
"@ckeditor/ckeditor5-comments": "41.4.1",
"@ckeditor/ckeditor5-dev-build-tools": "^40.0.0",
"@ckeditor/ckeditor5-dev-bump-year": "^40.0.0",
"@ckeditor/ckeditor5-dev-ci": "^40.0.0",
"@ckeditor/ckeditor5-dev-dependency-checker": "^40.0.0",
"@ckeditor/ckeditor5-dev-docs": "^40.0.0",
"@ckeditor/ckeditor5-dev-release-tools": "^40.0.0",
"@ckeditor/ckeditor5-dev-stale-bot": "^40.0.0",
"@ckeditor/ckeditor5-dev-tests": "^40.0.0",
"@ckeditor/ckeditor5-dev-transifex": "^40.0.0",
"@ckeditor/ckeditor5-dev-translations": "^40.0.0",
"@ckeditor/ckeditor5-dev-utils": "^40.0.0",
"@ckeditor/ckeditor5-dev-web-crawler": "^40.0.0",
"@ckeditor/ckeditor5-document-outline": "41.4.1",
"@ckeditor/ckeditor5-export-pdf": "41.4.1",
"@ckeditor/ckeditor5-export-word": "41.4.1",
"@ckeditor/ckeditor5-format-painter": "41.4.1",
"@ckeditor/ckeditor5-import-word": "41.4.1",
"@ckeditor/ckeditor5-inspector": "^4.0.0",
"@ckeditor/ckeditor5-list-multi-level": "41.3.1",
"@ckeditor/ckeditor5-list-multi-level": "41.4.1",
"@ckeditor/ckeditor5-mermaid": "ckeditor/ckeditor5-mermaid#v0.0.2",
"@ckeditor/ckeditor5-pagination": "41.3.1",
"@ckeditor/ckeditor5-paste-from-office-enhanced": "41.3.1",
"@ckeditor/ckeditor5-pagination": "41.4.1",
"@ckeditor/ckeditor5-paste-from-office-enhanced": "41.4.1",
"@ckeditor/ckeditor5-react": "^6.0.0",
"@ckeditor/ckeditor5-real-time-collaboration": "41.3.1",
"@ckeditor/ckeditor5-revision-history": "41.3.1",
"@ckeditor/ckeditor5-slash-command": "41.3.1",
"@ckeditor/ckeditor5-template": "41.3.1",
"@ckeditor/ckeditor5-track-changes": "41.3.1",
"@ckeditor/ckeditor5-real-time-collaboration": "41.4.1",
"@ckeditor/ckeditor5-revision-history": "41.4.1",
"@ckeditor/ckeditor5-slash-command": "41.4.1",
"@ckeditor/ckeditor5-template": "41.4.1",
"@ckeditor/ckeditor5-track-changes": "41.4.1",
"@ocular-d/vale-bin": "^2.29.1",
"@webspellchecker/wproofreader-ckeditor5": "^2.0.1",
"@wiris/mathtype-ckeditor5": "^7.24.0",
"acorn": "^8.11.3",
"assert": "^2.0.0",
"babel-standalone": "^6.26.0",
"chalk": "^4.1.0",
"ckeditor5-premium-features": "0.0.1",
"ckeditor5-premium-features": "41.4.1",
"coveralls": "^3.1.0",
"date-fns": "^2.30.0",
"eslint": "^7.19.0",
Expand Down
32 changes: 16 additions & 16 deletions packages/ckeditor5-adapter-ckfinder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckeditor/ckeditor5-adapter-ckfinder",
"version": "41.3.1",
"version": "41.4.1",
"description": "CKFinder adapter for CKEditor 5.",
"keywords": [
"ckeditor",
Expand All @@ -13,23 +13,23 @@
"type": "module",
"main": "src/index.ts",
"dependencies": {
"ckeditor5": "41.3.1"
"ckeditor5": "41.4.1"
},
"devDependencies": {
"@ckeditor/ckeditor5-basic-styles": "41.3.1",
"@ckeditor/ckeditor5-core": "41.3.1",
"@ckeditor/ckeditor5-clipboard": "41.3.1",
"@ckeditor/ckeditor5-dev-utils": "^39.7.0",
"@ckeditor/ckeditor5-editor-classic": "41.3.1",
"@ckeditor/ckeditor5-enter": "41.3.1",
"@ckeditor/ckeditor5-heading": "41.3.1",
"@ckeditor/ckeditor5-image": "41.3.1",
"@ckeditor/ckeditor5-list": "41.3.1",
"@ckeditor/ckeditor5-paragraph": "41.3.1",
"@ckeditor/ckeditor5-theme-lark": "41.3.1",
"@ckeditor/ckeditor5-typing": "41.3.1",
"@ckeditor/ckeditor5-undo": "41.3.1",
"@ckeditor/ckeditor5-upload": "41.3.1",
"@ckeditor/ckeditor5-basic-styles": "41.4.1",
"@ckeditor/ckeditor5-core": "41.4.1",
"@ckeditor/ckeditor5-clipboard": "41.4.1",
"@ckeditor/ckeditor5-dev-utils": "^40.0.0",
"@ckeditor/ckeditor5-editor-classic": "41.4.1",
"@ckeditor/ckeditor5-enter": "41.4.1",
"@ckeditor/ckeditor5-heading": "41.4.1",
"@ckeditor/ckeditor5-image": "41.4.1",
"@ckeditor/ckeditor5-list": "41.4.1",
"@ckeditor/ckeditor5-paragraph": "41.4.1",
"@ckeditor/ckeditor5-theme-lark": "41.4.1",
"@ckeditor/ckeditor5-typing": "41.4.1",
"@ckeditor/ckeditor5-undo": "41.4.1",
"@ckeditor/ckeditor5-upload": "41.4.1",
"typescript": "5.0.4",
"webpack": "^5.58.1",
"webpack-cli": "^4.9.0"
Expand Down
42 changes: 42 additions & 0 deletions packages/ckeditor5-alignment/lang/translations/ti.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Copyright (c) 2003-2024, CKSource Holding sp. z o.o. All rights reserved.
#
# !!! IMPORTANT !!!
#
# Before you edit this file, please keep in mind that contributing to the project
# translations is possible ONLY via the Transifex online service.
#
# To submit your translations, visit https://www.transifex.com/ckeditor/ckeditor5.
#
# To learn more, check out the official contributor's guide:
# https://ckeditor.com/docs/ckeditor5/latest/framework/guides/contributing/contributing.html
#
msgid ""
msgstr ""
"Language-Team: Tigrinya (https://app.transifex.com/ckeditor/teams/11143/ti/)\n"
"Language: ti\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
"Content-Type: text/plain; charset=UTF-8\n"

msgctxt "Toolbar button tooltip for aligning the text to the left."
msgid "Align left"
msgstr "ንጸጋም ኣመዓራርይ"

msgctxt "Toolbar button tooltip for aligning the text to the right."
msgid "Align right"
msgstr "ንየማን ኣመዓራርይ"

msgctxt "Toolbar button tooltip for aligning the text to center."
msgid "Align center"
msgstr "ናብ ማእኸል ኣመዓራርይ"

msgctxt "Toolbar button tooltip for making the text justified."
msgid "Justify"
msgstr "ብማዕረ መጠን ናብ ኩሉ ኣንፈት ኣመዓራርይ"

msgctxt "Dropdown button tooltip for the text alignment feature."
msgid "Text alignment"
msgstr "ምዕረያ ጽሑፍ"

msgctxt "Label used by assistive technologies describing the text alignment feature toolbar."
msgid "Text alignment toolbar"
msgstr "መካወኒ ምዕረያ ጽሑፍ"
28 changes: 14 additions & 14 deletions packages/ckeditor5-alignment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ckeditor/ckeditor5-alignment",
"version": "41.3.1",
"version": "41.4.1",
"description": "Text alignment feature for CKEditor 5.",
"keywords": [
"ckeditor",
Expand All @@ -13,21 +13,21 @@
"type": "module",
"main": "src/index.ts",
"dependencies": {
"ckeditor5": "41.3.1"
"ckeditor5": "41.4.1"
},
"devDependencies": {
"@ckeditor/ckeditor5-block-quote": "41.3.1",
"@ckeditor/ckeditor5-core": "41.3.1",
"@ckeditor/ckeditor5-dev-utils": "^39.7.0",
"@ckeditor/ckeditor5-editor-classic": "41.3.1",
"@ckeditor/ckeditor5-engine": "41.3.1",
"@ckeditor/ckeditor5-enter": "41.3.1",
"@ckeditor/ckeditor5-heading": "41.3.1",
"@ckeditor/ckeditor5-image": "41.3.1",
"@ckeditor/ckeditor5-list": "41.3.1",
"@ckeditor/ckeditor5-paragraph": "41.3.1",
"@ckeditor/ckeditor5-theme-lark": "41.3.1",
"@ckeditor/ckeditor5-typing": "41.3.1",
"@ckeditor/ckeditor5-block-quote": "41.4.1",
"@ckeditor/ckeditor5-core": "41.4.1",
"@ckeditor/ckeditor5-dev-utils": "^40.0.0",
"@ckeditor/ckeditor5-editor-classic": "41.4.1",
"@ckeditor/ckeditor5-engine": "41.4.1",
"@ckeditor/ckeditor5-enter": "41.4.1",
"@ckeditor/ckeditor5-heading": "41.4.1",
"@ckeditor/ckeditor5-image": "41.4.1",
"@ckeditor/ckeditor5-list": "41.4.1",
"@ckeditor/ckeditor5-paragraph": "41.4.1",
"@ckeditor/ckeditor5-theme-lark": "41.4.1",
"@ckeditor/ckeditor5-typing": "41.4.1",
"typescript": "5.0.4",
"webpack": "^5.58.1",
"webpack-cli": "^4.9.0"
Expand Down

0 comments on commit 3945477

Please sign in to comment.