Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade @editorjs/editorjs from 2.25.0 to 2.28.2 #102

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dist/js/field.js

Large diffs are not rendered by default.

54 changes: 51 additions & 3 deletions dist/js/field.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,50 @@
/*!
* vuex v4.0.2
* (c) 2021 Evan You
* Codex JavaScript Notification module
* https://github.com/codex-team/js-notifier
*/

/*!
* CodeX.Tooltips
*
* @version 1.0.5
*
* @licence MIT
* @author CodeX <https://codex.so>
*
*
*/

/*!
* Library for handling keyboard shortcuts
* @copyright CodeX (https://codex.so)
* @license MIT
* @author CodeX (https://codex.so)
* @version 1.2.0
*/

/*! For license information please see editor.js.LICENSE.txt */
/*!
* The buffer module from node.js, for the browser.
*
* @author Feross Aboukhadijeh <http://feross.org>
* @license MIT
*/

/*!
* vuex v4.1.0
* (c) 2022 Evan You
* @license MIT
*/

/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */

/**
* Base Paragraph Block for the Editor.js.
* Represents a regular text block
*
* @author CodeX ([email protected])
* @copyright CodeX 2018
* @license The MIT License (MIT)
*/

/**
* @license
Expand Down Expand Up @@ -42,6 +82,14 @@
* @version 2.0.0
*/

/**
* Editor.js
*
* @license Apache-2.0
* @see Editor.js <https://editorjs.io>
* @author CodeX Team <https://codex.so>
*/

/**
* Header block for the Editor.js.
*
Expand Down
48 changes: 10 additions & 38 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@editorjs/checklist": "^1.3.0",
"@editorjs/code": "^2.7.0",
"@editorjs/delimiter": "^1.2.0",
"@editorjs/editorjs": "^2.24.3",
"@editorjs/editorjs": "^2.28.2",
"@editorjs/embed": "^2.5.1",
"@editorjs/header": "^2.6.2",
"@editorjs/image": "^2.6.2",
Expand Down
2 changes: 1 addition & 1 deletion resources/js/nova-editor.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const EditorJS = require('@editorjs/editorjs');
import EditorJS from '@editorjs/editorjs';

export default class NovaEditorJS {
constructor() {
Expand Down