2
0

⬆️ (date) Upgrade date parser package

This commit is contained in:
Baptiste Arnaud
2023-11-14 17:27:02 +01:00
parent bd198a4e0f
commit 00265af0cc
3 changed files with 8 additions and 6 deletions

View File

@ -47,7 +47,9 @@ export const DateInputSettings = ({ options, onOptionsChange }: Props) => {
>
<TextInput
label="From label:"
defaultValue={options?.labels?.from}
defaultValue={
options?.labels?.from ?? defaultDateInputOptions.labels.from
}
onChange={updateFromLabel}
/>
<TextInput

View File

@ -19,7 +19,7 @@
"@udecode/plate-common": "21.1.5",
"@udecode/plate-serializer-md": "24.4.0",
"ai": "2.2.14",
"chrono-node": "2.6.6",
"chrono-node": "2.7.0",
"date-fns": "2.30.0",
"google-auth-library": "8.9.0",
"google-spreadsheet": "4.0.2",

8
pnpm-lock.yaml generated
View File

@ -688,8 +688,8 @@ importers:
specifier: 2.2.14
version: 2.2.14(react@18.2.0)(solid-js@1.7.8)(svelte@4.2.1)(vue@3.3.4)
chrono-node:
specifier: 2.6.6
version: 2.6.6
specifier: 2.7.0
version: 2.7.0
date-fns:
specifier: 2.30.0
version: 2.30.0
@ -12348,8 +12348,8 @@ packages:
resolution: {integrity: sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==}
engines: {node: '>=6.0'}
/chrono-node@2.6.6:
resolution: {integrity: sha512-RObSvo49wRL/ek6U4lMuZjmCi//gLM2GsHBMauIw/50fBbP6To3F99vn88IRL9w4qC39tFRnJZc6uiGrOi1oGw==}
/chrono-node@2.7.0:
resolution: {integrity: sha512-0s2vv89LmsbgoibV0AIVgNnGqlU8N5yCCVZXvc3mRCjnmlG/gJw1hCYOmNwjB+AIuwZQdKTXfwvsHDRTs6pwcg==}
engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
dependencies:
dayjs: 1.11.10