Remove incorrect import for typings (#2252)

* Remove incorrect import for typings

Removes incorrect `'cypress/types/bluebird'` import; fixes #2251

* Update changelog and version

* Update CHANGELOG.md

---------

Co-authored-by: Tanya Fomina <fomina.tatianaaa@yandex.ru>
This commit is contained in:
Denys Vuika 2023-01-31 17:32:43 +00:00 committed by GitHub
parent 24baf08c89
commit d6cad60af3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 3 deletions

View file

@ -1,5 +1,9 @@
# Changelog
### 2.26.5
- `Fix`*Types* — Remove unnecessary import that creates a dependency on the `cypress`.
### 2.26.4
- `Improvement`*Menu Config* — Property `label` renamed to `title`.

View file

@ -1,6 +1,6 @@
{
"name": "@editorjs/editorjs",
"version": "2.26.4",
"version": "2.26.5",
"description": "Editor.js — Native JS, based on API and Open Source",
"main": "dist/editor.js",
"types": "./types/index.d.ts",

View file

@ -1,5 +1,3 @@
import { fromCallback } from 'cypress/types/bluebird';
export * from './editor-config';
export * from './sanitizer-config';
export * from './paste-config';