Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Nov 8, 2022. It is now read-only.

Commitd5210d9

Browse files
committed
chore(editorjs): use custom header
1 parent48c2cf9 commitd5210d9

File tree

4 files changed

+7
-2
lines changed

4 files changed

+7
-2
lines changed

‎package.docker.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
"@editorjs/checklist":"^1.1.0",
1414
"@editorjs/delimiter":"^1.1.0",
1515
"@editorjs/editorjs":"^2.15.0",
16-
"@editorjs/header":"^2.3.0",
1716
"@editorjs/inline-code":"^1.3.0",
1817
"@editorjs/list":"^1.4.0",
1918
"@editorjs/marker":"^1.2.1",
2019
"@editorjs/quote":"^2.3.0",
20+
"@groupher/editor-header":"^2.3.0",
2121
"@sentry/browser":"^4.6.4",
2222
"@sentry/node":"^4.6.4",
2323
"@tippy.js/react":"^2.2.1",

‎package.json‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
"@editorjs/list":"^1.4.0",
4949
"@editorjs/marker":"^1.2.1",
5050
"@editorjs/quote":"^2.3.0",
51+
"@groupher/editor-header":"^2.3.0",
5152
"@next/bundle-analyzer":"^9.0.0",
5253
"@sentry/browser":"^4.6.4",
5354
"@sentry/node":"^4.6.4",

‎src/containers/RichEditor/logic.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// import R from 'ramda'
22
import{useEffect}from'react'
3-
importHeaderfrom'@editorjs/header'
3+
importHeaderfrom'@groupher/editor-header'
44
importQuotefrom'@editorjs/quote'
55
importListfrom'@editorjs/list'
66
importMarkerfrom'@editorjs/marker'

‎yarn.lock‎

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1028,6 +1028,10 @@
10281028
version "2.5.2"
10291029
resolved "https://registry.npmjs.org/@formatjs/intl-relativetimeformat/-/intl-relativetimeformat-2.5.2.tgz#4d00198b411688a2ee128a7df92ddb3b741779d6"
10301030

1031+
"@groupher/editor-header@^2.3.0":
1032+
version "2.3.0"
1033+
resolved "https://registry.npmjs.org/@groupher/editor-header/-/editor-header-2.3.0.tgz#6dfc73c6dea000ccfa7a0979655d2480d0114a40"
1034+
10311035
"@groupher/eslint-config-web@1.1.1":
10321036
version "1.1.1"
10331037
resolved "https://registry.npmjs.org/@groupher/eslint-config-web/-/eslint-config-web-1.1.1.tgz#69372fedc3d68560546f1618f973483b3d0cd413"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp