kopia lustrzana https://github.com/badgen/badgen.net
Bump @mdx-js/mdx from 0.16.3 to 0.16.5 (#204)
Bumps [@mdx-js/mdx](https://github.com/mdx-js/mdx) from 0.16.3 to 0.16.5. <details> <summary>Release notes</summary> *Sourced from [@mdx-js/mdx's releases](https://github.com/mdx-js/mdx/releases).* > ## v0.16.5 > - fix passing `components` via `MDXProvider` ([#333](https://github-redirect.dependabot.com/mdx-js/mdx/issues/333)) > > ## v0.16.4 > • props are assigned at the top level of render (bugfix) [#326](https://github-redirect.dependabot.com/mdx-js/mdx/issues/326) > • fix naming for `npm init mdx` directories [#329](https://github-redirect.dependabot.com/mdx-js/mdx/issues/329) > • don't add the `default` property to `import` nodes [#327](https://github-redirect.dependabot.com/mdx-js/mdx/issues/327) </details> <details> <summary>Commits</summary> - [`4fe045f`](pull/207/head4fe045f1c6
) v0.16.5 - [`f1dd09d`](f1dd09dc5f
) Don't default components to the empty object ([#333](https://github-redirect.dependabot.com/mdx-js/mdx/issues/333)) - [`765ae4c`](765ae4c836
) Fix reference link - [`44f4221`](44f4221687
) Create react-static.md ([#332](https://github-redirect.dependabot.com/mdx-js/mdx/issues/332)) - [`6c7e782`](6c7e782866
) Add demoboard link ([#331](https://github-redirect.dependabot.com/mdx-js/mdx/issues/331)) - [`21a3cc7`](21a3cc7b10
) v0.16.4 - [`8978bb1`](8978bb12a1
) Assign props at the top level of render ([#326](https://github-redirect.dependabot.com/mdx-js/mdx/issues/326)) - [`2270df3`](2270df33dd
) Remove `default` field from `import` nodes ([#327](https://github-redirect.dependabot.com/mdx-js/mdx/issues/327)) - [`e190ed7`](e190ed7324
) Fix `create-mdx` name by basing it on example ([#329](https://github-redirect.dependabot.com/mdx-js/mdx/issues/329)) - See full diff in [compare view](https://github.com/mdx-js/mdx/compare/v0.16.3...v0.16.5) </details> <br /> [![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=@mdx-js/mdx&package-manager=npm_and_yarn&previous-version=0.16.3&new-version=0.16.5)](https://dependabot.com/compatibility-score.html?dependency-name=@mdx-js/mdx&package-manager=npm_and_yarn&previous-version=0.16.3&new-version=0.16.5) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot. </details>
rodzic
003c24e2c1
commit
2c8f94a823
|
@ -1643,9 +1643,9 @@
|
|||
}
|
||||
},
|
||||
"@mdx-js/mdx": {
|
||||
"version": "0.16.3",
|
||||
"resolved": "https://registry.npmjs.org/@mdx-js/mdx/-/mdx-0.16.3.tgz",
|
||||
"integrity": "sha512-T7vBZFcjMRTYtmuUGCqueZmw28Wa2gbyO07joOLrpJwiAfEkrro3cMM+lEwWmt59IkbXz1IvaI67jgG0wUYw6Q==",
|
||||
"version": "0.16.5",
|
||||
"resolved": "https://registry.npmjs.org/@mdx-js/mdx/-/mdx-0.16.5.tgz",
|
||||
"integrity": "sha512-O+4BmL6OVD2LfcYwDfUnE2R8b/kdGn0Fv2/wXe59pTcJo0WrDhyB9irqqcJREFc6KScMhGNgz5sxbq6kQZO16A==",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
"change-case": "^3.0.2",
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
"xml2js": "^0.4.19"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@mdx-js/mdx": "^0.16.3",
|
||||
"@mdx-js/mdx": "^0.16.5",
|
||||
"@zeit/next-mdx": "^1.2.0",
|
||||
"babel-eslint": "^10.0.1",
|
||||
"micro-dev": "^3.0.0",
|
||||
|
|
Ładowanie…
Reference in New Issue