From 012a4fcb59074a3be3fd730d92e9640e5155d442 Mon Sep 17 00:00:00 2001 From: Giampaolo Bellavite Date: Sat, 11 May 2024 11:31:38 -0500 Subject: [PATCH 1/2] docs(website): Update README.md --- website/docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/README.md b/website/docs/README.md index c8d67e7ec3..38a30e424a 100644 --- a/website/docs/README.md +++ b/website/docs/README.md @@ -6,7 +6,7 @@ slug: / # React DayPicker -DayPicker is a [React](https://reactjs.dev) component to create date pickers, calendars, and date inputs for web applications. +DayPicker is a [React](https://react.dev) component to create date pickers, calendars, and date inputs for web applications. ```bash npm2yarn npm install react-day-picker date-fns From 6d0351ea1d30a58e50fb20991f5c1ba542b9a4b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 11:57:15 -0500 Subject: [PATCH 2/2] build(deps-dev): bump typedoc-plugin-markdown from 4.0.0 to 4.0.1 (#2126) Bumps [typedoc-plugin-markdown](https://github.com/typedoc2md/typedoc-plugin-markdown/tree/HEAD/packages/typedoc-plugin-markdown) from 4.0.0 to 4.0.1. - [Release notes](https://github.com/typedoc2md/typedoc-plugin-markdown/releases) - [Changelog](https://github.com/typedoc2md/typedoc-plugin-markdown/blob/main/packages/typedoc-plugin-markdown/CHANGELOG.md) - [Commits](https://github.com/typedoc2md/typedoc-plugin-markdown/commits/typedoc-plugin-markdown@4.0.1/packages/typedoc-plugin-markdown) --- updated-dependencies: - dependency-name: typedoc-plugin-markdown dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pnpm-lock.yaml | 51 +++++++------------------------------------- website/package.json | 2 +- 2 files changed, 9 insertions(+), 44 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a80d1922ef..53e4ced224 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -97,7 +97,7 @@ importers: version: 18.3.1(react@18.3.1) ts-jest: specifier: ^29.1.2 - version: 29.1.2(@babel/core@7.23.0)(@jest/types@29.6.3)(jest@29.7.0)(typescript@5.4.5) + version: 29.1.2(@babel/core@7.23.6)(@jest/types@29.6.3)(jest@29.7.0)(typescript@5.4.5) ts-node: specifier: ^10.9.2 version: 10.9.2(@types/node@20.12.10)(typescript@5.4.5) @@ -161,7 +161,7 @@ importers: version: 29.5.12 docusaurus-plugin-typedoc: specifier: ^1.0.0 - version: 1.0.0(typedoc-plugin-markdown@4.0.0) + version: 1.0.0(typedoc-plugin-markdown@4.0.1) identity-obj-proxy: specifier: ^3.0.0 version: 3.0.0 @@ -178,8 +178,8 @@ importers: specifier: ^0.25.13 version: 0.25.13(typescript@5.4.5) typedoc-plugin-markdown: - specifier: ^4.0.0 - version: 4.0.0(typedoc@0.25.13) + specifier: ^4.0.1 + version: 4.0.1(typedoc@0.25.13) typescript: specifier: ~5.4.5 version: 5.4.5 @@ -6200,12 +6200,12 @@ packages: dependencies: esutils: 2.0.3 - /docusaurus-plugin-typedoc@1.0.0(typedoc-plugin-markdown@4.0.0): + /docusaurus-plugin-typedoc@1.0.0(typedoc-plugin-markdown@4.0.1): resolution: {integrity: sha512-yOFLBFoWPh/dd2Zt1fll9sU4QSQ0NoqZTmH9NyvfUvZZOccc/M81cWXmMkTpmoFwz9+zEUigQHGtcb72sWkpyA==} peerDependencies: typedoc-plugin-markdown: '>=4.0.0' dependencies: - typedoc-plugin-markdown: 4.0.0(typedoc@0.25.13) + typedoc-plugin-markdown: 4.0.1(typedoc@0.25.13) dev: true /dom-accessibility-api@0.5.16: @@ -12241,41 +12241,6 @@ packages: typescript: 5.4.5 dev: true - /ts-jest@29.1.2(@babel/core@7.23.0)(@jest/types@29.6.3)(jest@29.7.0)(typescript@5.4.5): - resolution: {integrity: sha512-br6GJoH/WUX4pu7FbZXuWGKGNDuU7b8Uj77g/Sp7puZV6EXzuByl6JrECvm0MzVzSTkSHWTihsXt+5XYER5b+g==} - engines: {node: ^16.10.0 || ^18.0.0 || >=20.0.0} - hasBin: true - peerDependencies: - '@babel/core': '>=7.0.0-beta.0 <8' - '@jest/types': ^29.0.0 - babel-jest: ^29.0.0 - esbuild: '*' - jest: ^29.0.0 - typescript: '>=4.3 <6' - peerDependenciesMeta: - '@babel/core': - optional: true - '@jest/types': - optional: true - babel-jest: - optional: true - esbuild: - optional: true - dependencies: - '@babel/core': 7.23.0 - '@jest/types': 29.6.3 - bs-logger: 0.2.6 - fast-json-stable-stringify: 2.1.0 - jest: 29.7.0(@types/node@20.12.10)(ts-node@10.9.2) - jest-util: 29.7.0 - json5: 2.2.3 - lodash.memoize: 4.1.2 - make-error: 1.3.6 - semver: 7.6.0 - typescript: 5.4.5 - yargs-parser: 21.1.1 - dev: true - /ts-jest@29.1.2(@babel/core@7.23.6)(@jest/types@29.6.3)(jest@29.7.0)(typescript@5.4.5): resolution: {integrity: sha512-br6GJoH/WUX4pu7FbZXuWGKGNDuU7b8Uj77g/Sp7puZV6EXzuByl6JrECvm0MzVzSTkSHWTihsXt+5XYER5b+g==} engines: {node: ^16.10.0 || ^18.0.0 || >=20.0.0} @@ -12469,8 +12434,8 @@ packages: is-typedarray: 1.0.0 dev: false - /typedoc-plugin-markdown@4.0.0(typedoc@0.25.13): - resolution: {integrity: sha512-7cNKIGxGq1w9IvwWbm6jAASUCvlJeaANJXCOH+Fcvz2JrNIIMVbRu4j2Nq2zpDDaBHsrUmKVaz+F5vroMU8u4A==} + /typedoc-plugin-markdown@4.0.1(typedoc@0.25.13): + resolution: {integrity: sha512-AfuIILU7aQbLMFyhX/qPT1yLrsQE9TiIxtmDKHRoQosDuHRS9CqA3aMOJyqmfE4Gn43vEQGb7vxEDwlrl3Sw8A==} peerDependencies: typedoc: 0.25.x dependencies: diff --git a/website/package.json b/website/package.json index 12ef94dc3b..f0493ef318 100644 --- a/website/package.json +++ b/website/package.json @@ -41,7 +41,7 @@ "jest-environment-jsdom": "^29.7.0", "ts-jest": "^29.1.2", "typedoc": "^0.25.13", - "typedoc-plugin-markdown": "^4.0.0", + "typedoc-plugin-markdown": "^4.0.1", "typescript": "~5.4.5" }, "browserslist": {