Skip to content

Commit faae8c5

Browse files
committed
Merge branch 'dev' into fix-defaultProps
2 parents 3a8a3d0 + e6a9846 commit faae8c5

File tree

10 files changed

+5181
-6412
lines changed

10 files changed

+5181
-6412
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
66

77
## Fixed
88

9+
- [#2939](https://github.com/plotly/dash/pull/2939) Fixes bug with whitespace on DataTable when `merge_duplicate_header=True`. Fixes [#2870](https://github.com/plotly/dash/issues/2870)
910
- [#2994](https://github.com/plotly/dash/pull/2994) Keep generated doc-string order for shape or exact props. Fixes [#2990](https://github.com/plotly/dash/issues/2990)
1011
- [#3011](https://github.com/plotly/dash/pull/3011) Fixed an exception error caused by assigning `None` to array properties with `exact` or `shape` element types. Fixes [#3010](https://github.com/plotly/dash/issues/3010)
1112
- [#2991](https://github.com/plotly/dash/pull/2991) Add support for URL decoding of the search parameter for pages.

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

Lines changed: 1134 additions & 1508 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
@@ -64,15 +64,15 @@
6464
"uniqid": "^5.4.0"
6565
},
6666
"devDependencies": {
67-
"@babel/cli": "^7.25.6",
68-
"@babel/core": "^7.25.2",
67+
"@babel/cli": "^7.25.7",
68+
"@babel/core": "^7.25.8",
6969
"@babel/eslint-parser": "^7.25.8",
7070
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
71-
"@babel/preset-env": "^7.25.4",
72-
"@babel/preset-react": "^7.24.7",
71+
"@babel/preset-env": "^7.25.8",
72+
"@babel/preset-react": "^7.25.7",
7373
"@plotly/dash-component-plugins": "^1.2.3",
7474
"@plotly/webpack-dash-dynamic-import": "^1.3.0",
75-
"babel-loader": "^9.1.3",
75+
"babel-loader": "^9.2.1",
7676
"component-playground": "^3.2.1",
7777
"copyfiles": "^2.4.1",
7878
"css-loader": "^6.8.1",
@@ -90,7 +90,7 @@
9090
"rimraf": "^5.0.5",
9191
"style-loader": "^3.3.3",
9292
"styled-jsx": "^3.4.4",
93-
"webpack": "^5.94.0",
93+
"webpack": "^5.95.0",
9494
"webpack-cli": "^5.1.4"
9595
},
9696
"optionalDependencies": {

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

Lines changed: 1133 additions & 1529 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
@@ -32,12 +32,12 @@
3232
"ramda": "^0.30.1"
3333
},
3434
"devDependencies": {
35-
"@babel/cli": "^7.25.6",
36-
"@babel/core": "^7.25.2",
35+
"@babel/cli": "^7.25.7",
36+
"@babel/core": "^7.25.8",
3737
"@babel/eslint-parser": "^7.25.8",
38-
"@babel/preset-env": "^7.25.4",
39-
"@babel/preset-react": "^7.24.7",
40-
"babel-loader": "^9.1.3",
38+
"@babel/preset-env": "^7.25.8",
39+
"@babel/preset-react": "^7.25.7",
40+
"babel-loader": "^9.2.1",
4141
"cheerio": "^0.22.0",
4242
"cross-env": "^7.0.3",
4343
"es-check": "^7.1.1",
@@ -52,7 +52,7 @@
5252
"request": "^2.88.2",
5353
"rimraf": "^5.0.5",
5454
"string": "^3.3.3",
55-
"webpack": "^5.94.0",
55+
"webpack": "^5.95.0",
5656
"webpack-cli": "^5.1.4"
5757
},
5858
"files": [

0 commit comments

Comments
 (0)