From fea3f566ff08c4720690889efd11bf68139e496f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 13:03:01 +0000 Subject: [PATCH 1/2] chore(deps): bump @vercel/analytics from 0.1.8-beta.0 to 0.1.8 Bumps @vercel/analytics from 0.1.8-beta.0 to 0.1.8. --- updated-dependencies: - dependency-name: "@vercel/analytics" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f8dca748..a3856c15 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "@octokit/core": "4.1.0", "@octokit/plugin-paginate-rest": "5.0.1", "@tailwindcss/aspect-ratio": "0.4.2", - "@vercel/analytics": "0.1.8-beta.0", + "@vercel/analytics": "0.1.8", "classnames": "2.3.2", "github-slugger": "2.0.0", "gray-matter": "4.0.3", From 5677239edc39efa8eec118b3bed8b6ecae327a78 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 13:03:47 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- rehype-plugins/rehype-highlight-code.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rehype-plugins/rehype-highlight-code.ts b/rehype-plugins/rehype-highlight-code.ts index 331c5030..f65f7046 100644 --- a/rehype-plugins/rehype-highlight-code.ts +++ b/rehype-plugins/rehype-highlight-code.ts @@ -19,7 +19,7 @@ refractor.register(json); const highlightLines = (root: Root, lines: number[]) => { let currentGroup: typeof root.children = []; - const lineGroups: (typeof currentGroup)[] = []; + const lineGroups: typeof currentGroup[] = []; const addToGroups = (node: Text) => { if (node.value.startsWith("\n")) {