A lightweight calendar heatmap react component built on SVG, customizable version of GitHub's contribution graph.
210
stars
25
forks
source link
fix(deps): update dependency react-code-preview-layout to v3 - autoclosed #117
Closed
renovate[bot] closed 1 year ago
This PR contains the following updates:
^2.0.6
->^3.0.0
Release Notes
uiwjs/react-code-preview-layout
### [`v3.0.1`](https://togithub.com/uiwjs/react-code-preview-layout/releases/tag/v3.0.1) [Compare Source](https://togithub.com/uiwjs/react-code-preview-layout/compare/v3.0.0...v3.0.1) [![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/react-code-preview-layout@3.0.1/file/README.md) [![npm version](https://img.shields.io/npm/v/react-code-preview-layout.svg)](https://www.npmjs.com/package/react-code-preview-layout) Documentation v3.0.1: https://raw.githack.com/uiwjs/react-code-preview-layout/d61e7ef/index.html\ Comparing Changes: https://github.com/uiwjs/react-code-preview-layout/compare/v3.0.0...v3.0.1 ```bash npm i react-code-preview-layout@3.0.1 ``` - π chore: update workflows config. [`d7b461b`](https://togithub.com/uiwjs/react-code-preview-layout/commit/d7b461b) - π chore(deps): update dependency tsbb to v4 [#19](https://togithub.com/uiwjs/react-code-preview-layout/issues/19) [`4fd95db`](https://togithub.com/uiwjs/react-code-preview-layout/commit/4fd95db) - π type: fix ref props. [`f3b6b98`](https://togithub.com/uiwjs/react-code-preview-layout/commit/f3b6b98) - π type: fix ref props. [`a164f4a`](https://togithub.com/uiwjs/react-code-preview-layout/commit/a164f4a) ### [`v3.0.0`](https://togithub.com/uiwjs/react-code-preview-layout/releases/tag/v3.0.0) [Compare Source](https://togithub.com/uiwjs/react-code-preview-layout/compare/v2.1.1...v3.0.0) [![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/react-code-preview-layout@3.0.0/file/README.md) [![npm version](https://img.shields.io/npm/v/react-code-preview-layout.svg)](https://www.npmjs.com/package/react-code-preview-layout) Documentation v3.0.0: https://raw.githack.com/uiwjs/react-code-preview-layout/edab1cf/index.html\ Comparing Changes: https://github.com/uiwjs/react-code-preview-layout/compare/v2.1.1...v3.0.0 ```bash npm i react-code-preview-layout@3.0.0 ``` ```diff import CodeLayout from "react-code-preview-layout" + const Preview = CodeLayout.Preview; + const Code = CodeLayout.Code; + const Toolbar = CodeLayout.Toolbar;+ {code} +
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.
This PR has been generated by Mend Renovate. View repository job log here.