Skip to content

Commit

Permalink
Update site dependencies
Browse files Browse the repository at this point in the history
Closes GH-2060.
Closes GH-2061.
Closes GH-2234.

Reviewed-by: Titus Wormer <tituswormer@gmail.com>
  • Loading branch information
ChristianMurphy committed Feb 8, 2023
1 parent f4d78be commit b85947b
Show file tree
Hide file tree
Showing 3 changed files with 493 additions and 486 deletions.
2 changes: 1 addition & 1 deletion docs/_component/editor.client.js
Expand Up @@ -10,7 +10,7 @@ import remarkGfm from 'remark-gfm'
import remarkFrontmatter from 'remark-frontmatter'
import remarkMath from 'remark-math'
import CodeMirror from 'rodemirror'
import {basicSetup} from '@codemirror/basic-setup'
import {basicSetup} from 'codemirror'
import {markdown as langMarkdown} from '@codemirror/lang-markdown'
import {oneDark} from '@codemirror/theme-one-dark'
import {Tab, Tabs, TabList, TabPanel} from 'react-tabs'
Expand Down

1 comment on commit b85947b

@vercel
Copy link

@vercel vercel bot commented on b85947b Feb 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

mdx – ./

v2.mdxjs.com
mdxjs.com
mdx-mdx.vercel.app
mdx-git-main-mdx.vercel.app

Please sign in to comment.