1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-07-19 05:09:41 +02:00

Update raw tool (#108)

This commit is contained in:
Peter Savchenko 2020-11-10 19:38:35 +03:00 committed by GitHub
parent 174e21db43
commit 417ab0688b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 14 deletions

View file

@ -53,9 +53,9 @@
"@editorjs/image": "^2.6.0", "@editorjs/image": "^2.6.0",
"@editorjs/inline-code": "^1.3.1", "@editorjs/inline-code": "^1.3.1",
"@editorjs/link": "^2.3.1", "@editorjs/link": "^2.3.1",
"@editorjs/list": "^1.6.0", "@editorjs/list": "^1.6.1",
"@editorjs/marker": "^1.2.2", "@editorjs/marker": "^1.2.2",
"@editorjs/raw": "^2.2.0", "@editorjs/raw": "^2.3.0",
"@editorjs/table": "^1.3.0", "@editorjs/table": "^1.3.0",
"@editorjs/warning": "^1.2.0", "@editorjs/warning": "^1.2.0",
"autoprefixer": "^9.1.3", "autoprefixer": "^9.1.3",

File diff suppressed because one or more lines are too long

View file

@ -751,17 +751,17 @@
dependencies: dependencies:
"@babel/runtime" "^7.10.2" "@babel/runtime" "^7.10.2"
"@editorjs/list@^1.6.0": "@editorjs/list@^1.6.1":
version "1.6.0" version "1.6.1"
resolved "https://registry.yarnpkg.com/@editorjs/list/-/list-1.6.0.tgz#6e59030ec577b3a0e88b37db118992a8f405eb9a" resolved "https://registry.yarnpkg.com/@editorjs/list/-/list-1.6.1.tgz#1ca397bb687457ecc50c98a473338470a58d8df8"
"@editorjs/marker@^1.2.2": "@editorjs/marker@^1.2.2":
version "1.2.2" version "1.2.2"
resolved "https://registry.yarnpkg.com/@editorjs/marker/-/marker-1.2.2.tgz#d9261a257436bf70179c0fa1e766ab85c823c96b" resolved "https://registry.yarnpkg.com/@editorjs/marker/-/marker-1.2.2.tgz#d9261a257436bf70179c0fa1e766ab85c823c96b"
"@editorjs/raw@^2.2.0": "@editorjs/raw@^2.3.0":
version "2.2.0" version "2.3.0"
resolved "https://registry.yarnpkg.com/@editorjs/raw/-/raw-2.2.0.tgz#24de427ce6fad1077d8984c3b8b20bf819920cc1" resolved "https://registry.yarnpkg.com/@editorjs/raw/-/raw-2.3.0.tgz#d0c3daa1144e38b4d92bc5eca2faebba337bfae7"
"@editorjs/table@^1.3.0": "@editorjs/table@^1.3.0":
version "1.3.0" version "1.3.0"