Skip to content

fix(deps): update dependency mdx-bundler to ^8.1.0 #111

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"@stitches/react": "^0.2.5",
"gray-matter": "^4.0.3",
"mdx-bundler": "^8.0.1",
"mdx-bundler": "^8.1.0",
"next": "12.0.7",
"next-themes": "^0.0.15",
"prism-react-renderer": "^1.2.1",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5671,9 +5671,9 @@ __metadata:
languageName: node
linkType: hard

"mdx-bundler@npm:^8.0.1":
version: 8.0.1
resolution: "mdx-bundler@npm:8.0.1"
"mdx-bundler@npm:^8.1.0":
version: 8.1.0
resolution: "mdx-bundler@npm:8.1.0"
dependencies:
"@babel/runtime": ^7.16.3
"@esbuild-plugins/node-resolve": ^0.1.4
Expand All @@ -5685,7 +5685,7 @@ __metadata:
xdm: ^3.3.0
peerDependencies:
esbuild: 0.11.x || 0.12.x || 0.13.x || 0.14.x
checksum: a5cbe02c8e0d7bc7bc63cfdf76079e6f5b02933c2fa246a21ca5b40fb5ae0ab1c5e97729afbe3b522c19dd5b3226acea045f84be38180ca70110fd99163e6840
checksum: 8e52fe6a32c5dba72fd4b8af34c5aafc67326f889a51945cd8f78e14268f185eab0e9d8858075b9bb6f710daa4d703075012a0ae030f3fa590211d3485055c83
languageName: node
linkType: hard

Expand Down Expand Up @@ -7434,7 +7434,7 @@ resolve@^2.0.0-next.3:
feed: ^4.2.2
gray-matter: ^4.0.3
jest: ^27.4.7
mdx-bundler: ^8.0.1
mdx-bundler: ^8.1.0
next: 12.0.7
next-sitemap: ^1.9.12
next-themes: ^0.0.15
Expand Down