mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
chore(ckeditor5-*): fix build errors
This commit is contained in:
parent
6626aca12a
commit
80c390c72b
@ -38,8 +38,9 @@
|
||||
"@ckeditor/ckeditor5-package-tools": "^3.0.1",
|
||||
"@typescript-eslint/eslint-plugin": "~5.43.0",
|
||||
"@typescript-eslint/parser": "^5.18.0",
|
||||
"@vitest/coverage-istanbul": "^2.0.5",
|
||||
"@vitest/browser": "^2.0.5",
|
||||
"@vitest/coverage-istanbul": "^2.0.5",
|
||||
"chalk": "5.4.1",
|
||||
"ckeditor5": "latest",
|
||||
"eslint": "^7.32.0",
|
||||
"eslint-config-ckeditor5": ">=9.1.0",
|
||||
@ -50,6 +51,7 @@
|
||||
"stylelint-config-ckeditor5": ">=9.1.0",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "5.0.4",
|
||||
"upath": "2.0.1",
|
||||
"vite-plugin-svgo": "~1.4.0",
|
||||
"vitest": "^2.0.5",
|
||||
"webdriverio": "^9.0.7"
|
||||
@ -66,7 +68,6 @@
|
||||
"stylelint": "stylelint --quiet --allow-empty-input 'theme/**/*.css'",
|
||||
"test": "vitest",
|
||||
"test:debug": "vitest --inspect-brk --no-file-parallelism --browser.headless=false",
|
||||
"prepare": "npm run build:dist",
|
||||
"prepublishOnly": "npm run ts:build && ckeditor5-package-tools export-package-as-javascript",
|
||||
"postpublish": "npm run ts:clear && ckeditor5-package-tools export-package-as-typescript",
|
||||
"translations:synchronize": "ckeditor5-package-tools translations:synchronize",
|
||||
|
@ -1,6 +1,6 @@
|
||||
import type { Footnotes } from './index.js';
|
||||
|
||||
declare module '@ckeditor/ckeditor5-core' {
|
||||
declare module 'ckeditor5' {
|
||||
interface PluginsMap {
|
||||
[ Footnotes.pluginName ]: Footnotes;
|
||||
}
|
||||
|
@ -38,8 +38,9 @@
|
||||
"@ckeditor/ckeditor5-package-tools": "^3.0.1",
|
||||
"@typescript-eslint/eslint-plugin": "~5.43.0",
|
||||
"@typescript-eslint/parser": "^5.18.0",
|
||||
"@vitest/coverage-istanbul": "^2.0.5",
|
||||
"@vitest/browser": "^2.0.5",
|
||||
"@vitest/coverage-istanbul": "^2.0.5",
|
||||
"chalk": "5.4.1",
|
||||
"ckeditor5": "latest",
|
||||
"eslint": "^7.32.0",
|
||||
"eslint-config-ckeditor5": ">=9.1.0",
|
||||
@ -50,6 +51,7 @@
|
||||
"stylelint-config-ckeditor5": ">=9.1.0",
|
||||
"ts-node": "^10.9.1",
|
||||
"typescript": "5.0.4",
|
||||
"upath": "2.0.1",
|
||||
"vite-plugin-svgo": "~1.4.0",
|
||||
"vitest": "^2.0.5",
|
||||
"webdriverio": "^9.0.7"
|
||||
@ -66,7 +68,6 @@
|
||||
"stylelint": "stylelint --quiet --allow-empty-input 'theme/**/*.css'",
|
||||
"test": "vitest",
|
||||
"test:debug": "vitest --inspect-brk --no-file-parallelism --browser.headless=false",
|
||||
"prepare": "npm run build:dist",
|
||||
"prepublishOnly": "npm run ts:build && ckeditor5-package-tools export-package-as-javascript",
|
||||
"postpublish": "npm run ts:clear && ckeditor5-package-tools export-package-as-typescript",
|
||||
"translations:synchronize": "ckeditor5-package-tools translations:synchronize",
|
||||
|
@ -1,6 +1,6 @@
|
||||
import type { Math } from './index.js';
|
||||
|
||||
declare module '@ckeditor/ckeditor5-core' {
|
||||
declare module 'ckeditor5' {
|
||||
interface PluginsMap {
|
||||
[ Math.pluginName ]: Math;
|
||||
}
|
||||
|
2047
pnpm-lock.yaml
generated
2047
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user