Skip to content

Commit 7da5c94

Browse files
authored
Merge pull request #2976 from plotly/update-deps-2.18
Update dependencies
2 parents 0d9b9da + efc6d27 commit 7da5c94

File tree

10 files changed

+6039
-5619
lines changed

10 files changed

+6039
-5619
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
2222
- [#2922](https://github.com/plotly/dash/pull/2922) Fix background callback hash_function when source is unavailable. Fixes [#1885](https://github.com/plotly/dash/issues/1885)
2323
- [#2915](https://github.com/plotly/dash/pull/2915) Fix 'AttributeError' when layout is a function that returns a list of components. Fixes [#2905](https://github.com/plotly/dash/issues/2905)
2424
- [#2956](https://github.com/plotly/dash/pull/2956) Add missing useEffect dependency to dcc.Loading component.
25+
- [#2909](https://github.com/plotly/dash/pull/2909) Rehighlights dcc.Markdown when it is updated, fixes [#2895](https://github.com/plotly/dash/issues/2895)
2526

2627
## [2.17.1] - 2024-06-12
2728

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

Lines changed: 1370 additions & 1296 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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"moment": "^2.29.4",
5050
"node-polyfill-webpack-plugin": "^2.0.1",
5151
"prop-types": "^15.8.1",
52-
"ramda": "^0.29.1",
52+
"ramda": "^0.30.1",
5353
"rc-slider": "^9.7.5",
5454
"react-addons-shallow-compare": "^15.6.3",
5555
"react-dates": "^21.8.0",
@@ -64,11 +64,11 @@
6464
"uniqid": "^5.4.0"
6565
},
6666
"devDependencies": {
67-
"@babel/cli": "^7.24.5",
68-
"@babel/core": "^7.24.5",
67+
"@babel/cli": "^7.25.6",
68+
"@babel/core": "^7.25.2",
6969
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
70-
"@babel/preset-env": "^7.24.5",
71-
"@babel/preset-react": "^7.24.1",
70+
"@babel/preset-env": "^7.25.4",
71+
"@babel/preset-react": "^7.24.7",
7272
"@plotly/dash-component-plugins": "^1.2.3",
7373
"@plotly/webpack-dash-dynamic-import": "^1.3.0",
7474
"babel-loader": "^9.1.3",
@@ -89,7 +89,7 @@
8989
"rimraf": "^5.0.5",
9090
"style-loader": "^3.3.3",
9191
"styled-jsx": "^3.4.4",
92-
"webpack": "^5.91.0",
92+
"webpack": "^5.94.0",
9393
"webpack-cli": "^5.1.4"
9494
},
9595
"optionalDependencies": {

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

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

components/dash-html-components/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@
2929
"maintainer": "Alex Johnson <[email protected]>",
3030
"dependencies": {
3131
"prop-types": "^15.8.1",
32-
"ramda": "^0.29.0"
32+
"ramda": "^0.30.1"
3333
},
3434
"devDependencies": {
35-
"@babel/cli": "^7.24.5",
36-
"@babel/core": "^7.24.5",
37-
"@babel/preset-env": "^7.24.5",
38-
"@babel/preset-react": "^7.24.1",
35+
"@babel/cli": "^7.25.6",
36+
"@babel/core": "^7.25.2",
37+
"@babel/preset-env": "^7.25.4",
38+
"@babel/preset-react": "^7.24.7",
3939
"babel-loader": "^9.1.3",
4040
"cheerio": "^0.22.0",
4141
"cross-env": "^7.0.3",
@@ -51,7 +51,7 @@
5151
"request": "^2.88.2",
5252
"rimraf": "^5.0.5",
5353
"string": "^3.3.3",
54-
"webpack": "^5.91.0",
54+
"webpack": "^5.94.0",
5555
"webpack-cli": "^5.1.4"
5656
},
5757
"files": [

0 commit comments

Comments
 (0)