@editorjs/editorjs
Advanced tools
Comparing version 2.23.2 to 2.24.0
/*! | ||
* CodeX.Tooltips | ||
* | ||
* @version 1.0.3 | ||
* @version 1.0.5 | ||
* | ||
@@ -20,3 +20,3 @@ * @licence MIT | ||
* | ||
* @version 2.23.2 | ||
* @version 2.24.0 | ||
* | ||
@@ -23,0 +23,0 @@ * @licence Apache-2.0 |
{ | ||
"name": "@editorjs/editorjs", | ||
"version": "2.23.2", | ||
"version": "2.24.0", | ||
"description": "Editor.js — Native JS, based on API and Open Source", | ||
@@ -34,3 +34,4 @@ "main": "dist/editor.js", | ||
"test:e2e": "yarn build && cypress run", | ||
"test:e2e:open": "yarn build && cypress open" | ||
"test:e2e:open": "yarn build && cypress open", | ||
"devserver:start": "yarn build && node ./devserver.js" | ||
}, | ||
@@ -55,2 +56,3 @@ "author": "CodeX", | ||
"@editorjs/code": "^2.7.0", | ||
"@editorjs/delimiter": "^1.2.0", | ||
"@editorjs/header": "^2.6.1", | ||
@@ -102,5 +104,5 @@ "@editorjs/simple-image": "^1.4.1", | ||
"codex-notifier": "^1.1.2", | ||
"codex-tooltip": "^1.0.4", | ||
"codex-tooltip": "^1.0.5", | ||
"nanoid": "^3.1.22" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
479632
51
Updatedcodex-tooltip@^1.0.5