Skip to content

Commit

Permalink
docs: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gpbl committed Sep 8, 2024
1 parent db9ca26 commit 27ff5c6
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 29 deletions.
38 changes: 19 additions & 19 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 3 additions & 7 deletions website/docusaurus.config.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
/* eslint-disable @typescript-eslint/no-require-imports */
import type * as Preset from "@docusaurus/preset-classic";
import remarkPluginNpm2yarn from "@docusaurus/remark-plugin-npm2yarn";
import type { Config } from "@docusaurus/types";
import { themes as prismThemes } from "prism-react-renderer";
import pkg from "react-day-picker/package.json";
import remarkGithub from "remark-github";

const config: Config = {
title: "React DayPicker",
Expand Down Expand Up @@ -34,11 +33,8 @@ const config: Config = {
sidebarPath: "./sidebars.ts",
editUrl: "https://github.com/gpbl/react-day-picker/tree/main/website",
remarkPlugins: [
[
remarkPluginNpm2yarn(remarkGithub, {
repository: "gpbl/react-day-picker"
})
]
require("@docusaurus/remark-plugin-npm2yarn"),
[require("remark-github"), { repository: "gpbl/react-day-picker" }]
],
lastVersion: "current",
versions: {
Expand Down
6 changes: 3 additions & 3 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@mdx-js/react": "^3.0.1",
"clsx": "^2.1.1",
"date-fns-jalali": "3.6.0-1",
"prism-react-renderer": "^2.3.1",
"prism-react-renderer": "^2.4.0",
"react": "^18.3.1",
"react-day-picker": "workspace:^",
"react-day-picker-v8": "npm:react-day-picker@8.10.1",
Expand All @@ -38,8 +38,8 @@
"identity-obj-proxy": "^3.0.0",
"typedoc": "^0.26.6",
"typedoc-plugin-frontmatter": "^1.0.0",
"typedoc-plugin-markdown": "^4.2.5",
"typescript": "~5.5.4"
"typedoc-plugin-markdown": "^4.2.7",
"typescript": "^5.5.4"
},
"browserslist": {
"production": [
Expand Down

0 comments on commit 27ff5c6

Please sign in to comment.