Skip to content

Commit 080465f

Browse files
authored
Merge pull request #2572 from plotly/maintain211
Upgrades
2 parents 090cef5 + 73a6ac8 commit 080465f

File tree

10 files changed

+233
-244
lines changed

10 files changed

+233
-244
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
[![PyPI](https://img.shields.io/pypi/v/dash.svg?color=dark-green)](https://pypi.org/project/dash/)
66
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/dash.svg?color=dark-green)](https://pypi.org/project/dash/)
77
[![GitHub commit activity](https://img.shields.io/github/commit-activity/y/plotly/dash.svg?color=dark-green)](https://github.com/plotly/dash/graphs/contributors)
8-
[![LGTM Alerts](https://img.shields.io/lgtm/alerts/g/plotly/dash.svg)](https://lgtm.com/projects/g/plotly/dash/alerts)
9-
[![LGTM Grade](https://img.shields.io/lgtm/grade/python/g/plotly/dash.svg)](https://lgtm.com/projects/g/plotly/dash/context:python)
108

119
#### *Dash is the most downloaded, trusted Python framework for building ML & data science web apps*.
1210

components/dash-core-components/package-lock.json

Lines changed: 56 additions & 56 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

components/dash-core-components/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@
9090
"react-jsx-parser": "1.21.0",
9191
"style-loader": "^3.3.3",
9292
"styled-jsx": "^3.4.4",
93-
"webpack": "^5.83.1",
94-
"webpack-cli": "^5.1.1"
93+
"webpack": "^5.88.0",
94+
"webpack-cli": "^5.1.4"
9595
},
9696
"files": [
9797
"/dash_core_components/*{.js,.map}",

0 commit comments

Comments
 (0)