mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-25 19:26:31 -05:00
Update dependency @types/codemirror to v0.0.98 (#557)
* Update dependency @types/codemirror to v0.0.98 * Remove cm-full-screen custom types as they're now included in @types Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Erik Michelson <github@erik.michelson.eu>
This commit is contained in:
parent
574af052ec
commit
ca2bd1d90f
3 changed files with 5 additions and 13 deletions
|
@ -8,7 +8,7 @@
|
||||||
"@testing-library/jest-dom": "5.11.4",
|
"@testing-library/jest-dom": "5.11.4",
|
||||||
"@testing-library/react": "11.0.2",
|
"@testing-library/react": "11.0.2",
|
||||||
"@testing-library/user-event": "12.1.4",
|
"@testing-library/user-event": "12.1.4",
|
||||||
"@types/codemirror": "0.0.97",
|
"@types/codemirror": "0.0.98",
|
||||||
"@types/diff": "4.0.2",
|
"@types/diff": "4.0.2",
|
||||||
"@types/emoji-mart": "3.0.2",
|
"@types/emoji-mart": "3.0.2",
|
||||||
"@types/highlight.js": "9.12.4",
|
"@types/highlight.js": "9.12.4",
|
||||||
|
|
|
@ -1,8 +0,0 @@
|
||||||
import 'codemirror'
|
|
||||||
|
|
||||||
declare module 'codemirror' {
|
|
||||||
// noinspection JSUnusedGlobalSymbols
|
|
||||||
interface EditorConfiguration {
|
|
||||||
fullScreen?: boolean;
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1728,10 +1728,10 @@
|
||||||
resolved "https://registry.yarnpkg.com/@types/classnames/-/classnames-2.2.10.tgz#cc658ca319b6355399efc1f5b9e818f1a24bf999"
|
resolved "https://registry.yarnpkg.com/@types/classnames/-/classnames-2.2.10.tgz#cc658ca319b6355399efc1f5b9e818f1a24bf999"
|
||||||
integrity sha512-1UzDldn9GfYYEsWWnn/P4wkTlkZDH7lDb0wBMGbtIQc9zXEQq7FlKBdZUn6OBqD8sKZZ2RQO2mAjGpXiDGoRmQ==
|
integrity sha512-1UzDldn9GfYYEsWWnn/P4wkTlkZDH7lDb0wBMGbtIQc9zXEQq7FlKBdZUn6OBqD8sKZZ2RQO2mAjGpXiDGoRmQ==
|
||||||
|
|
||||||
"@types/codemirror@0.0.97":
|
"@types/codemirror@0.0.98":
|
||||||
version "0.0.97"
|
version "0.0.98"
|
||||||
resolved "https://registry.yarnpkg.com/@types/codemirror/-/codemirror-0.0.97.tgz#6f2d8266b7f1b34aacfe8c77221fafe324c3d081"
|
resolved "https://registry.yarnpkg.com/@types/codemirror/-/codemirror-0.0.98.tgz#b35c7a4ab1fc1684b08a4e3eb65240020556ebfb"
|
||||||
integrity sha512-n5d7o9nWhC49DjfhsxANP7naWSeTzrjXASkUDQh7626sM4zK9XP2EVcHp1IcCf/IPV6c7ORzDUDF3Bkt231VKg==
|
integrity sha512-cbty5LPayy2vNSeuUdjNA9tggG+go5vAxmnLDRWpiZI5a+RDBi9dlozy4/jW/7P/gletbBWbQREEa7A81YxstA==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@types/tern" "*"
|
"@types/tern" "*"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue