mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
[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:
parent
6afe574e13
commit
97fdeb4d34
@ -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",
|
||||
|
14
lib/process-services-cloud/package-lock.json
generated
14
lib/process-services-cloud/package-lock.json
generated
@ -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",
|
||||
|
@ -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",
|
||||
|
@ -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';
|
||||
|
||||
|
1830
package-lock.json
generated
1830
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -47,6 +47,7 @@
|
||||
"@storybook/addon-interactions": "^8.2.9",
|
||||
"@storybook/core-server": "^8.2.9",
|
||||
"@storybook/theming": "^8.2.9",
|
||||
"@valano/change-font-size": "^1.0.0",
|
||||
"angular-oauth2-oidc": "17.0.2",
|
||||
"angular-oauth2-oidc-jwks": "^17.0.2",
|
||||
"apollo-angular": "^5.0.2",
|
||||
@ -96,7 +97,6 @@
|
||||
"@nx/workspace": "16.10.0",
|
||||
"@paperist/types-remark": "0.1.3",
|
||||
"@playwright/test": "1.46.1",
|
||||
"@quanzo/change-font-size": "1.0.0",
|
||||
"@schematics/angular": "16.2.9",
|
||||
"@storybook/addon-essentials": "^8.2.9",
|
||||
"@storybook/angular": "^8.4.6",
|
||||
|
Loading…
x
Reference in New Issue
Block a user