[AAE-30888] - used updated package to handle change font size (#10624)

* [AAE-30888] - used updated package to handle change size

* [ci:force]

* [AAE-30888] - sync package-lock

* AAE-30888 - sync package lock
This commit is contained in:
Vito Albano
2025-02-07 11:37:19 +00:00
committed by GitHub
parent 6afe574e13
commit 97fdeb4d34
6 changed files with 117 additions and 1735 deletions

View File

@@ -38,7 +38,7 @@
"@editorjs/marker",
"@editorjs/paragraph",
"@editorjs/underline",
"@quanzo/change-font-size",
"@valano/change-font-size",
"editorjs-text-color-plugin",
"editorjs-html",
"editorjs-paragraph-with-alignment",

View File

@@ -17,7 +17,7 @@
"@editorjs/marker": "1.4.0",
"@editorjs/paragraph": "^2.11.6",
"@editorjs/underline": "1.1.0",
"@quanzo/change-font-size": "1.0.0",
"@valano/change-font-size": "1.0.0",
"editorjs-html": "3.4.3",
"editorjs-paragraph-with-alignment": "3.0.0",
"editorjs-text-alignment-blocktune": "^1.0.3",
@@ -768,12 +768,6 @@
"node": ">= 8"
}
},
"node_modules/@quanzo/change-font-size": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@quanzo/change-font-size/-/change-font-size-1.0.0.tgz",
"integrity": "sha512-Gwp68CHT45mjszaELuTCOLsakWrUVmcrIEUJGOaGgPTr6VWqoqdFiyuHqtyGmO5/69eoo/HIzlYJ7z3NYgJ3Fg==",
"license": "MIT"
},
"node_modules/@ts-morph/common": {
"version": "0.26.0",
"resolved": "https://registry.npmjs.org/@ts-morph/common/-/common-0.26.0.tgz",
@@ -786,6 +780,12 @@
"path-browserify": "^1.0.1"
}
},
"node_modules/@valano/change-font-size": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/@valano/change-font-size/-/change-font-size-1.0.0.tgz",
"integrity": "sha512-SokCKqI1kCzHUIXeELpykO1PiY5SM8DBbUOAPHamwgpxFwDrGfnNlD0TbrShUDZGhNxCViCaOlvd0Rk/A2v0vQ==",
"license": "MIT"
},
"node_modules/@wry/caches": {
"version": "1.0.1",
"resolved": "https://registry.npmjs.org/@wry/caches/-/caches-1.0.1.tgz",

View File

@@ -23,7 +23,7 @@
"editorjs-paragraph-with-alignment": "3.0.0",
"editorjs-text-alignment-blocktune": "^1.0.3",
"editorjs-text-color-plugin": "1.13.1",
"@quanzo/change-font-size": "1.0.0"
"@valano/change-font-size": "1.0.0"
},
"peerDependencies": {
"@angular/animations": ">=14.1.3",

View File

@@ -23,7 +23,7 @@ import InlineCode from '@editorjs/inline-code';
import List from '@editorjs/list';
import Marker from '@editorjs/marker';
import Underline from '@editorjs/underline';
import ChangeFontSize from '@quanzo/change-font-size';
import ChangeFontSize from '@valano/change-font-size';
import ColorPlugin from 'editorjs-text-color-plugin';
import AlignmentTuneTool from 'editorjs-text-alignment-blocktune';