plotly / react-chart-editor

Customizable React-based editor panel for Plotly charts
https://plotly.github.io/react-chart-editor/
MIT License
499 stars 101 forks source link

Update minor devDeps #1044

Closed renovate[bot] closed 4 years ago

renovate[bot] commented 4 years ago

This PR contains the following updates:

Package Type Update Change
@babel/cli (source) devDependencies minor 7.8.4 -> 7.10.1
@babel/core (source) devDependencies minor 7.9.6 -> 7.10.2
@babel/node (source) devDependencies minor 7.8.7 -> 7.10.1
@babel/plugin-proposal-object-rest-spread devDependencies minor 7.9.6 -> 7.10.1
@babel/polyfill (source) devDependencies minor 7.8.7 -> 7.10.1
@babel/preset-env (source) devDependencies minor 7.9.6 -> 7.10.2
@babel/preset-react (source) devDependencies minor 7.9.4 -> 7.10.1
@babel/traverse (source) devDependencies minor 7.9.6 -> 7.10.1
postcss (source) devDependencies patch 7.0.30 -> 7.0.31

Release Notes

babel/babel ### [`v7.10.1`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7101-2020-05-27) [Compare Source](https://togithub.com/babel/babel/compare/v7.10.0...v7.10.1) ##### :bug: Bug Fix - `babel-preset-env` - [#​11633](https://togithub.com/babel/babel/pull/11633) [hotfix] Use same targets for fields as for private methods ([@​nicolo-ribaudo](https://togithub.com/nicolo-ribaudo)) - `babel-standalone` - [#​11624](https://togithub.com/babel/babel/pull/11624) Fix standalone tag when data-type is not set. ([@​dfabulich](https://togithub.com/dfabulich)) ##### :house: Internal - _Every package_ - [#​11625](https://togithub.com/babel/babel/pull/11625) Use `repository.directory` field in `package.json` files ([@​saulosantiago](https://togithub.com/saulosantiago)) ### [`v7.10.0`](https://togithub.com/babel/babel/blob/master/CHANGELOG.md#v7100-2020-05-26) [Compare Source](https://togithub.com/babel/babel/compare/v7.8.4...v7.10.0) ##### :eyeglasses: Spec Compliance - `babel-plugin-proposal-logical-assignment-operators` - [#​11370](https://togithub.com/babel/babel/pull/11370) logical-assignment: Do not assign names to anonymous functions ([@​arku](https://togithub.com/arku)) ##### :rocket: New Feature - `babel-helper-create-class-features-plugin`, `babel-helper-member-expression-to-functions`, `babel-helper-optimise-call-expression`, `babel-helper-replace-supers`, `babel-parser`, `babel-plugin-proposal-class-properties` - [#​11248](https://togithub.com/babel/babel/pull/11248) Handle private access chained on an optional chain ([@​jridgewell](https://togithub.com/jridgewell)) - `babel-standalone` - [#​11593](https://togithub.com/babel/babel/pull/11593) feat: add privatePropertyInObject to babel-standalone ([@​JLHwung](https://togithub.com/JLHwung)) - [#​11466](https://togithub.com/babel/babel/pull/11466) Support data-type="module" to generate native Githubissues.
  • Githubissues is a development platform for aggregating issues.