Skip to content

chore(deps): update dependency react-code-preview-layout to v3 - autoclosed#141

Closed
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/react-code-preview-layout-3.x
Closed

chore(deps): update dependency react-code-preview-layout to v3 - autoclosed#141
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/react-code-preview-layout-3.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 24, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
react-code-preview-layout (source) ^2.0.6 -> ^3.0.0 age adoption passing confidence

Release Notes

uiwjs/react-code-preview-layout

v3.0.0

Compare Source

npm version

Documentation v3.0.0: https://raw.githack.com/uiwjs/react-code-preview-layout/edab1cf/index.html\
Comparing Changes: uiwjs/react-code-preview-layout@v2.1.1...v3.0.0

npm i react-code-preview-layout@3.0.0
import CodeLayout from "react-code-preview-layout"

+ const Preview = CodeLayout.Preview;
+ const Code = CodeLayout.Code;
+ const Toolbar = CodeLayout.Toolbar;

<CodeLayout
-  title="示例"
-  code={<code>{code}</code>}
-  copyNodes={code}
 >
+  <Preview>
    <div>这里是示例展示</div>
+  </Preview>
+  <Toolbar>Code Example</Toolbar>
+  <Code>
+    {code}
+  </Code>
</CodeLayout>
  • 🌟 feat: refactor code. 36466f9
  • 💄 chore(deps): update dependency kkt to 7.4.0 f1c293b
  • 💄 chore(deps): update devDependencies. ad0179b

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/react-code-preview-layout-3.x branch from a6b79fe to 04977c9 Compare April 10, 2023 14:09
@renovate renovate bot changed the title chore(deps): update dependency react-code-preview-layout to v3 chore(deps): update dependency react-code-preview-layout to v3 - autoclosed Apr 10, 2023
@renovate renovate bot closed this Apr 10, 2023
@renovate renovate bot deleted the renovate/react-code-preview-layout-3.x branch April 10, 2023 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants