mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-08-07 14:35:26 +02:00
Merged with master
This commit is contained in:
commit
ffd1dd3403
2 changed files with 7 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "codex.docs",
|
||||
"version": "0.0.0",
|
||||
"license": "UNLICENSED",
|
||||
"bin": {
|
||||
"generatePassword": "bin/generatePassword.js"
|
||||
},
|
||||
|
@ -16,6 +16,7 @@
|
|||
"editor-upgrade": "yarn add -D @editorjs/{editorjs,header,code,delimiter,list,image,table,inline-code,marker}@latest"
|
||||
},
|
||||
"dependencies": {
|
||||
"@codexteam/misprints": "^1.0.0",
|
||||
"bcrypt": "^3.0.3",
|
||||
"commander": "^2.19.0",
|
||||
"cookie-parser": "~1.4.3",
|
||||
|
@ -46,7 +47,7 @@
|
|||
"@editorjs/delimiter": "^1.1.0",
|
||||
"@editorjs/editorjs": "^2.11.8",
|
||||
"@editorjs/header": "^2.2.2",
|
||||
"@editorjs/image": "^2.1.0",
|
||||
"@editorjs/image": "^2.1.2",
|
||||
"@editorjs/inline-code": "^1.3.0",
|
||||
"@editorjs/list": "^1.3.1",
|
||||
"@editorjs/marker": "^1.2.0",
|
||||
|
|
|
@ -628,10 +628,10 @@
|
|||
resolved "https://registry.yarnpkg.com/@editorjs/header/-/header-2.2.2.tgz#47ce654032f7a094c0b40daa4545c61893033002"
|
||||
integrity sha512-r9lmDVdVSNjnSoYmEMOSLp7BARWEU2O79UJjWPkLWAwV7RIOYO+s9fF3IbTEaPaltANAZvIzOYNmryGOhL8biA==
|
||||
|
||||
"@editorjs/image@^2.1.0":
|
||||
version "2.1.0"
|
||||
resolved "https://registry.yarnpkg.com/@editorjs/image/-/image-2.1.0.tgz#8f4e3ab280efcac82d8b5f7996ad73e8a2969588"
|
||||
integrity sha512-TLSLSeR8vYaWP3n9SYhExNT8bC8CUriv176OGy2gzgFqs5RYD4Q+yvm1JpqNUIMD32vSAsAyfo3ck1YTOG9MYA==
|
||||
"@editorjs/image@^2.1.2":
|
||||
version "2.1.2"
|
||||
resolved "https://registry.yarnpkg.com/@editorjs/image/-/image-2.1.2.tgz#65d1967f3508a46dd1a5b942cac0752fe7d7e044"
|
||||
integrity sha512-Q+IN04pyJQBFqUtejEUvbJQW26pkIEq6j6ApRqgNbWUjzVLHoBkuiL0eSvEAs+6uW//qt8AhNnnTokomDT7tBA==
|
||||
|
||||
"@editorjs/inline-code@^1.3.0":
|
||||
version "1.3.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue