Skip to content

Commit

Permalink
chore(submodules): update all submodules to the latest version (#2880)
Browse files Browse the repository at this point in the history
* update all submodules

* rm checklist and nested list submodule

* Update .gitmodules

* rm list submodule

* add list submodule

* all submodules updated

* fix(inline-tools): inline tools shortcuts now works in read-only mode
  • Loading branch information
neSpecc authored Dec 21, 2024
1 parent 6893462 commit 5e75e64
Show file tree
Hide file tree
Showing 14 changed files with 14 additions and 22 deletions.
12 changes: 3 additions & 9 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
[submodule "example/tools/delimiter"]
path = example/tools/delimiter
url = https://github.com/editor-js/delimiter
[submodule "example/tools/list"]
path = example/tools/list
url = https://github.com/editor-js/list
[submodule "example/tools/quote"]
path = example/tools/quote
url = https://github.com/editor-js/quote
Expand All @@ -31,9 +28,6 @@
[submodule "example/tools/table"]
path = example/tools/table
url = https://github.com/editor-js/table
[submodule "example/tools/checklist"]
path = example/tools/checklist
url = https://github.com/editor-js/checklist
[submodule "example/tools/link"]
path = example/tools/link
url = https://github.com/editor-js/link
Expand All @@ -46,9 +40,9 @@
[submodule "example/tools/underline"]
path = example/tools/underline
url = https://github.com/editor-js/underline
[submodule "example/tools/nested-list"]
path = example/tools/nested-list
url = https://github.com/editor-js/nested-list
[submodule "example/tools/text-variant-tune"]
path = example/tools/text-variant-tune
url = https://github.com/editor-js/text-variant-tune
[submodule "example/tools/list"]
path = example/tools/list
url = https://github.com/editor-js/list
1 change: 0 additions & 1 deletion example/tools/checklist
Submodule checklist deleted from 1c116d
2 changes: 1 addition & 1 deletion example/tools/delimiter
Submodule delimiter updated 5 files
+10 −5 package.json
+40 −12 src/index.ts
+11 −0 tsconfig.json
+9 −2 vite.config.js
+926 −179 yarn.lock
2 changes: 1 addition & 1 deletion example/tools/embed
2 changes: 1 addition & 1 deletion example/tools/header
2 changes: 1 addition & 1 deletion example/tools/image
2 changes: 1 addition & 1 deletion example/tools/inline-code
2 changes: 1 addition & 1 deletion example/tools/list
Submodule list updated from a6dc6a to bbc46d
1 change: 0 additions & 1 deletion example/tools/nested-list
Submodule nested-list deleted from 591bd2
2 changes: 1 addition & 1 deletion example/tools/quote
Submodule quote updated 7 files
+24 −0 eslint.config.mjs
+18 −6 package.json
+0 −310 src/index.js
+408 −0 src/index.ts
+17 −0 tsconfig.json
+3 −2 vite.config.js
+2,470 −38 yarn.lock
2 changes: 1 addition & 1 deletion example/tools/raw
Submodule raw updated 2 files
+1 −1 package.json
+1 −1 src/index.js
2 changes: 1 addition & 1 deletion example/tools/table
2 changes: 1 addition & 1 deletion example/tools/warning
Submodule warning updated 7 files
+1 −0 .gitignore
+9 −4 package.json
+0 −191 src/index.js
+282 −0 src/index.ts
+18 −0 tsconfig.json
+3 −2 vite.config.js
+2,028 −198 yarn.lock

0 comments on commit 5e75e64

Please sign in to comment.