Skip to content

Commit 6cfb787

Browse files
authored
Merge pull request #1858 from plotly/fix-mini-css-extract-plugin
Fix mini css extract plugin
2 parents 0d0f72d + e4635b7 commit 6cfb787

File tree

13 files changed

+46762
-10654
lines changed

13 files changed

+46762
-10654
lines changed

@plotly/dash-component-plugins/package-lock.json

+9,512-2,658
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

@plotly/dash-component-plugins/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@plotly/dash-component-plugins",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Plugins for Dash Components",
55
"repository": {
66
"type": "git",
@@ -17,15 +17,15 @@
1717
"author": "Marc-André Rivet",
1818
"license": "MIT",
1919
"devDependencies": {
20-
"@babel/core": "^7.7.2",
21-
"@babel/preset-env": "^7.7.1",
22-
"@babel/preset-react": "^7.7.0",
23-
"babel-loader": "^8.0.6",
20+
"@babel/core": "^7.16.0",
21+
"@babel/preset-env": "^7.16.4",
22+
"@babel/preset-react": "^7.16.0",
23+
"babel-loader": "^8.2.3",
2424
"react": "^16.8.6",
25-
"webpack": "^4.41.2",
26-
"webpack-cli": "^3.3.10"
25+
"webpack": "^4.44.2",
26+
"webpack-cli": "^4.9.1"
2727
},
2828
"files": [
2929
"dist/index.js"
3030
]
31-
}
31+
}

0 commit comments

Comments
 (0)