Skip to content

Commit 9463c1d

Browse files
authored
Merge pull request #2659 from plotly/update-deps2.14.0
Update dependencies
2 parents c729ef8 + 61ad175 commit 9463c1d

File tree

9 files changed

+2093
-2012
lines changed

9 files changed

+2093
-2012
lines changed

CHANGELOG.md

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

1515
## Added
1616

17+
- [#2647](https://github.com/plotly/dash/pull/2647) `routing_callback_inputs` allowing to pass more Input and/or State arguments to the pages routing callback
1718
- [#2649](https://github.com/plotly/dash/pull/2649) Add `_allow_dynamic_callbacks`, register new callbacks inside other callbacks.
1819
**WARNING: dynamic callback creation can be dangerous, use at you own risk. It is not intended for use in a production app, multi-user or multiprocess use as it only works for a single user.**
1920

@@ -25,8 +26,6 @@ This project adheres to [Semantic Versioning](https://semver.org/).
2526
## Added
2627

2728
- [#2630](https://github.com/plotly/dash/pull/2630) New layout hooks in the renderer
28-
- [#2647](https://github.com/plotly/dash/pull/2647) `routing_callback_inputs` allowing to pass more Input and/or State arguments to the pages routing callback
29-
3029

3130
## [2.12.1] - 2023-08-16
3231

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

Lines changed: 486 additions & 460 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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,11 @@
6464
"uniqid": "^5.4.0"
6565
},
6666
"devDependencies": {
67-
"@babel/cli": "^7.22.10",
68-
"@babel/core": "^7.22.10",
67+
"@babel/cli": "^7.23.0",
68+
"@babel/core": "^7.23.0",
6969
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
70-
"@babel/preset-env": "^7.22.10",
71-
"@babel/preset-react": "^7.22.5",
70+
"@babel/preset-env": "^7.22.20",
71+
"@babel/preset-react": "^7.22.15",
7272
"@plotly/dash-component-plugins": "^1.2.3",
7373
"@plotly/webpack-dash-dynamic-import": "^1.3.0",
7474
"babel-loader": "^9.1.3",

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

Lines changed: 474 additions & 446 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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@
3434
"react-dom": "^18.2.0"
3535
},
3636
"devDependencies": {
37-
"@babel/cli": "^7.22.10",
38-
"@babel/core": "^7.22.10",
39-
"@babel/preset-env": "^7.22.10",
40-
"@babel/preset-react": "^7.22.5",
37+
"@babel/cli": "^7.23.0",
38+
"@babel/core": "^7.23.0",
39+
"@babel/preset-env": "^7.22.20",
40+
"@babel/preset-react": "^7.22.15",
4141
"babel-loader": "^9.1.3",
4242
"cheerio": "^0.22.0",
4343
"cross-env": "^7.0.3",

components/dash-table/package-lock.json

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

components/dash-table/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@
4141
"maintainer": "Alex Johnson <[email protected]>",
4242
"license": "MIT",
4343
"devDependencies": {
44-
"@babel/cli": "^7.22.10",
45-
"@babel/core": "^7.22.10",
44+
"@babel/cli": "^7.23.0",
45+
"@babel/core": "^7.23.0",
4646
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
4747
"@babel/plugin-transform-regenerator": "^7.22.10",
4848
"@babel/polyfill": "^7.12.1",
49-
"@babel/preset-env": "^7.22.10",
50-
"@babel/preset-react": "^7.22.5",
49+
"@babel/preset-env": "^7.22.20",
50+
"@babel/preset-react": "^7.22.15",
5151
"@fortawesome/fontawesome-svg-core": "1.2.36",
5252
"@fortawesome/free-regular-svg-icons": "^5.15.4",
5353
"@fortawesome/free-solid-svg-icons": "^5.15.4",

dash/dash-renderer/package-lock.json

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

dash/dash-renderer/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,12 @@
4343
"regenerator-runtime": "^0.13.11"
4444
},
4545
"devDependencies": {
46-
"@babel/cli": "^7.22.10",
47-
"@babel/core": "^7.22.10",
46+
"@babel/cli": "^7.23.0",
47+
"@babel/core": "^7.23.0",
4848
"@babel/plugin-proposal-class-properties": "^7.18.6",
49-
"@babel/preset-env": "^7.22.10",
50-
"@babel/preset-react": "^7.22.5",
51-
"@babel/preset-typescript": "^7.22.5",
49+
"@babel/preset-env": "^7.22.20",
50+
"@babel/preset-react": "^7.22.15",
51+
"@babel/preset-typescript": "^7.23.0",
5252
"@plotly/prettier-config-dash": "0.0.1",
5353
"@svgr/webpack": "^8.0.1",
5454
"@types/chai": "^4.3.5",

0 commit comments

Comments
 (0)