Skip to content

Commit

Permalink
Update dev-dependencies
Browse files Browse the repository at this point in the history
Closes GH-2014.
  • Loading branch information
wooorm committed Apr 11, 2022
1 parent 4e7046a commit 92c1a65
Show file tree
Hide file tree
Showing 10 changed files with 703 additions and 652 deletions.
1,300 changes: 675 additions & 625 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"c8": "^7.0.0",
"capture-website": "^2.0.0",
"chrome-aws-lambda": "^10.1.0",
"cross-env": "^7.0.3",
"cross-env": "^7.0.0",
"cssnano": "^5.0.0",
"dlv": "^1.0.0",
"esbuild": "^0.14.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/esbuild/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@
"esbuild": ">=0.11.0"
},
"devDependencies": {
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@types/unist": "^2.0.0",
"esbuild": "^0.14.0",
"react": "^18.0.0-beta-24dd07bd2-20211208",
"react-dom": "^18.0.0-beta-24dd07bd2-20211208",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"vfile-message": "^3.0.0"
},
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions packages/loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@
},
"devDependencies": {
"@types/loader-utils": "^2.0.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"@vue/babel-plugin-jsx": "^1.0.0",
"@vue/server-renderer": "^3.0.0",
"babel-loader": "^8.0.0",
"preact": "^10.0.0",
"preact-render-to-string": "^5.0.0",
"react": "^18.0.0-beta-24dd07bd2-20211208",
"react-dom": "^18.0.0-beta-24dd07bd2-20211208",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"vue": "^3.0.0",
"webpack": "^5.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@
"nanoid": "^3.0.0",
"preact": "^10.0.0",
"preact-render-to-string": "^5.0.0",
"react": "^18.0.0-beta-24dd07bd2-20211208",
"react-dom": "^18.0.0-beta-24dd07bd2-20211208",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"rehype-katex": "^6.0.0",
"rehype-raw": "^6.0.0",
"remark-frontmatter": "^4.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/node-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
"vfile": "^5.0.0"
},
"devDependencies": {
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"react": "^18.0.0-beta-24dd07bd2-20211208",
"react-dom": "^18.0.0-beta-24dd07bd2-20211208"
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"scripts": {
"prepack": "npm run build",
Expand Down
1 change: 1 addition & 0 deletions packages/preact/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ export function withMDXComponents(Component) {
*/
function boundMDXComponent(props) {
const allComponents = useMDXComponents(props.components)
// @ts-expect-error: React + Preact in this repo mess with TS.
return h(Component, {...props, allComponents})
}
}
Expand Down
8 changes: 4 additions & 4 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@
},
"devDependencies": {
"@mdx-js/mdx": "^2.0.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"react": "^18.0.0-beta-24dd07bd2-20211208",
"react-dom": "^18.0.0-beta-24dd07bd2-20211208"
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"scripts": {
"prepack": "npm run build",
Expand Down
8 changes: 4 additions & 4 deletions packages/register/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@
"deasync": "^0.1.0"
},
"devDependencies": {
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"react": "^18.0.0-beta-24dd07bd2-20211208",
"react-dom": "^18.0.0-beta-24dd07bd2-20211208"
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0"
},
"scripts": {
"#prepack": "npm run build",
Expand Down
8 changes: 4 additions & 4 deletions packages/rollup/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@
"rollup": ">=2"
},
"devDependencies": {
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"react": "^18.0.0-beta-24dd07bd2-20211208",
"react-dom": "^18.0.0-beta-24dd07bd2-20211208",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"rollup": "^2.0.0"
},
"scripts": {
Expand Down

1 comment on commit 92c1a65

@vercel
Copy link

@vercel vercel bot commented on 92c1a65 Apr 11, 2022

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 – ./

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

Please sign in to comment.