Skip to content

Commit d468260

Browse files
authored
Merge pull request #3505 from plotly/version-3.3.0
Version 3.3.0
2 parents 2308f19 + 3541ab5 commit d468260

File tree

11 files changed

+1598
-1434
lines changed

11 files changed

+1598
-1434
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
All notable changes to `dash` will be documented in this file.
33
This project adheres to [Semantic Versioning](https://semver.org/).
44

5-
## [UNRELEASED]
5+
## [3.3.0] - 2025-11-12
66

77
## Added
88
- [#3395](https://github.com/plotly/dash/pull/3396) Add position argument to hooks.devtool

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

Lines changed: 380 additions & 358 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: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dash-core-components",
3-
"version": "3.2.0",
3+
"version": "3.3.0",
44
"description": "Core component suite for Dash",
55
"repository": {
66
"type": "git",
@@ -63,12 +63,12 @@
6363
"uniqid": "^5.4.0"
6464
},
6565
"devDependencies": {
66-
"@babel/cli": "^7.28.0",
67-
"@babel/core": "^7.28.0",
68-
"@babel/eslint-parser": "^7.28.0",
66+
"@babel/cli": "^7.28.3",
67+
"@babel/core": "^7.28.5",
68+
"@babel/eslint-parser": "^7.28.5",
6969
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
70-
"@babel/preset-env": "^7.28.0",
71-
"@babel/preset-react": "^7.27.1",
70+
"@babel/preset-env": "^7.28.5",
71+
"@babel/preset-react": "^7.28.5",
7272
"@plotly/dash-component-plugins": "^1.2.3",
7373
"@plotly/webpack-dash-dynamic-import": "^1.3.0",
7474
"babel-loader": "^9.2.1",
@@ -86,7 +86,7 @@
8686
"rimraf": "^5.0.5",
8787
"style-loader": "^3.3.3",
8888
"styled-jsx": "^5.1.7",
89-
"webpack": "^5.101.0",
89+
"webpack": "^5.102.1",
9090
"webpack-cli": "^5.1.4"
9191
},
9292
"optionalDependencies": {

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

Lines changed: 386 additions & 361 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: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dash-html-components",
3-
"version": "3.0.4",
3+
"version": "3.0.5",
44
"description": "Vanilla HTML components for Dash",
55
"main": "lib/index.js",
66
"repository": {
@@ -32,11 +32,11 @@
3232
"ramda": "^0.30.1"
3333
},
3434
"devDependencies": {
35-
"@babel/cli": "^7.28.0",
36-
"@babel/core": "^7.28.0",
37-
"@babel/eslint-parser": "^7.28.0",
38-
"@babel/preset-env": "^7.28.0",
39-
"@babel/preset-react": "^7.27.1",
35+
"@babel/cli": "^7.28.3",
36+
"@babel/core": "^7.28.5",
37+
"@babel/eslint-parser": "^7.28.5",
38+
"@babel/preset-env": "^7.28.5",
39+
"@babel/preset-react": "^7.28.5",
4040
"babel-loader": "^9.2.1",
4141
"cheerio": "^0.22.0",
4242
"cross-env": "^7.0.3",
@@ -51,7 +51,7 @@
5151
"react-dom": "^16.14.0",
5252
"rimraf": "^5.0.5",
5353
"string": "^3.3.3",
54-
"webpack": "^5.101.0",
54+
"webpack": "^5.102.1",
5555
"webpack-cli": "^5.1.4"
5656
},
5757
"files": [

0 commit comments

Comments
 (0)