mirror of
https://github.com/docmost/docmost
synced 2025-03-28 21:13:28 +00:00
* fix color check
* update lock file
This commit is contained in:
parent
442fa23399
commit
37e760d76c
@ -157,7 +157,7 @@ export const ColorSelector: FC<ColorSelectorProps> = ({
|
||||
}
|
||||
onClick={() => {
|
||||
editor.commands.unsetColor();
|
||||
name !== t("Default") &&
|
||||
name !== "Default" &&
|
||||
editor
|
||||
.chain()
|
||||
.focus()
|
||||
|
26
pnpm-lock.yaml
generated
26
pnpm-lock.yaml
generated
@ -448,8 +448,8 @@ importers:
|
||||
specifier: ^11.0.10
|
||||
version: 11.0.10(@nestjs/common@11.0.10(class-transformer@0.5.1)(class-validator@0.14.1)(reflect-metadata@0.2.2)(rxjs@7.8.1))(@nestjs/core@11.0.10)(@nestjs/platform-socket.io@11.0.10)(reflect-metadata@0.2.2)(rxjs@7.8.1)
|
||||
'@node-saml/passport-saml':
|
||||
specifier: ^5.0.0
|
||||
version: 5.0.0
|
||||
specifier: ^5.0.1
|
||||
version: 5.0.1
|
||||
'@react-email/components':
|
||||
specifier: 0.0.28
|
||||
version: 0.0.28(react-dom@18.3.1(react@18.3.1))(react@18.3.1)
|
||||
@ -2952,12 +2952,12 @@ packages:
|
||||
cpu: [x64]
|
||||
os: [win32]
|
||||
|
||||
'@node-saml/node-saml@5.0.0':
|
||||
resolution: {integrity: sha512-4JGubfHgL5egpXiuo9bupSGn6mgpfOQ/brZZvv2Qiho5aJmW7O1khbjdB7tsTsCvNFtLLjQqm3BmvcRicJyA2g==}
|
||||
'@node-saml/node-saml@5.0.1':
|
||||
resolution: {integrity: sha512-YQzFPEC+CnsfO9AFYnwfYZKIzOLx3kITaC1HrjHVLTo6hxcQhc+LgHODOMvW4VCV95Gwrz1MshRUWCPzkDqmnA==}
|
||||
engines: {node: '>= 18'}
|
||||
|
||||
'@node-saml/passport-saml@5.0.0':
|
||||
resolution: {integrity: sha512-7miY7Id6UkP39+6HO68e3/V6eJwszytEQl+oCh0R/gbzp5nHA/WI1mvrI6NNUVq5gC5GEnDS8GTw7oj+Kx499w==}
|
||||
'@node-saml/passport-saml@5.0.1':
|
||||
resolution: {integrity: sha512-fMztg3zfSnjLEgxvpl6HaDMNeh0xeQX4QHiF9e2Lsie2dc4qFE37XYbQZhVmn8XJ2awPpSWLQ736UskYgGU8lQ==}
|
||||
engines: {node: '>= 18'}
|
||||
|
||||
'@nodelib/fs.scandir@2.1.5':
|
||||
@ -8927,8 +8927,8 @@ packages:
|
||||
utf-8-validate:
|
||||
optional: true
|
||||
|
||||
xml-crypto@6.0.0:
|
||||
resolution: {integrity: sha512-L3RgnkaDrHaYcCnoENv4Idzt1ZRj5U1z1BDH98QdDTQfssScx8adgxhd9qwyYo+E3fXbQZjEQH7aiXHLVgxGvw==}
|
||||
xml-crypto@6.0.1:
|
||||
resolution: {integrity: sha512-v05aU7NS03z4jlZ0iZGRFeZsuKO1UfEbbYiaeRMiATBFs6Jq9+wqKquEMTn4UTrYZ9iGD8yz3KT4L9o2iF682w==}
|
||||
engines: {node: '>=16'}
|
||||
|
||||
xml-encryption@3.1.0:
|
||||
@ -12013,7 +12013,7 @@ snapshots:
|
||||
'@next/swc-win32-x64-msvc@14.2.10':
|
||||
optional: true
|
||||
|
||||
'@node-saml/node-saml@5.0.0':
|
||||
'@node-saml/node-saml@5.0.1':
|
||||
dependencies:
|
||||
'@types/debug': 4.1.12
|
||||
'@types/qs': 6.9.14
|
||||
@ -12022,7 +12022,7 @@ snapshots:
|
||||
'@xmldom/is-dom-node': 1.0.1
|
||||
'@xmldom/xmldom': 0.8.10
|
||||
debug: 4.3.7
|
||||
xml-crypto: 6.0.0
|
||||
xml-crypto: 6.0.1
|
||||
xml-encryption: 3.1.0
|
||||
xml2js: 0.6.2
|
||||
xmlbuilder: 15.1.1
|
||||
@ -12030,9 +12030,9 @@ snapshots:
|
||||
transitivePeerDependencies:
|
||||
- supports-color
|
||||
|
||||
'@node-saml/passport-saml@5.0.0':
|
||||
'@node-saml/passport-saml@5.0.1':
|
||||
dependencies:
|
||||
'@node-saml/node-saml': 5.0.0
|
||||
'@node-saml/node-saml': 5.0.1
|
||||
'@types/express': 4.17.21
|
||||
'@types/passport': 1.0.16
|
||||
'@types/passport-strategy': 0.2.38
|
||||
@ -18903,7 +18903,7 @@ snapshots:
|
||||
|
||||
ws@8.18.0: {}
|
||||
|
||||
xml-crypto@6.0.0:
|
||||
xml-crypto@6.0.1:
|
||||
dependencies:
|
||||
'@xmldom/is-dom-node': 1.0.1
|
||||
'@xmldom/xmldom': 0.8.10
|
||||
|
Loading…
x
Reference in New Issue
Block a user