Skip to content

Commit b27199f

Browse files
committed
Package upgrades + version bump
1 parent ef78f51 commit b27199f

File tree

3 files changed

+841
-841
lines changed

3 files changed

+841
-841
lines changed

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-chart-editor",
33
"description": "plotly.js chart editor react component UI",
4-
"version": "0.45.0-rc.2",
4+
"version": "0.45.0",
55
"author": "Plotly, Inc.",
66
"bugs": {
77
"url": "https://github.com/plotly/react-chart-editor/issues"
@@ -46,17 +46,17 @@
4646
"react-rangeslider": "2.2.0",
4747
"react-resizable-rotatable-draggable": "0.2.0",
4848
"react-select": "2.4.4",
49-
"react-tabs": "3.2.0",
49+
"react-tabs": "3.2.1",
5050
"styled-components": "5.2.1",
5151
"tinycolor2": "1.4.2"
5252
},
5353
"devDependencies": {
54-
"@babel/cli": "7.13.0",
55-
"@babel/core": "7.13.8",
56-
"@babel/node": "7.13.0",
54+
"@babel/cli": "7.13.10",
55+
"@babel/core": "7.13.10",
56+
"@babel/node": "7.13.10",
5757
"@babel/plugin-proposal-object-rest-spread": "7.13.8",
5858
"@babel/polyfill": "7.12.1",
59-
"@babel/preset-env": "7.13.9",
59+
"@babel/preset-env": "7.13.10",
6060
"@babel/preset-react": "7.12.13",
6161
"@babel/traverse": "7.13.0",
6262
"@hot-loader/react-dom": "16.14.0",
@@ -67,7 +67,7 @@
6767
"babel-jest": "26.6.3",
6868
"babel-loader": "8.2.2",
6969
"babel-plugin-module-resolver": "4.1.0",
70-
"css-loader": "5.1.1",
70+
"css-loader": "5.1.2",
7171
"cssnano": "4.1.10",
7272
"enzyme": "3.11.0",
7373
"enzyme-adapter-react-16": "1.15.6",
@@ -82,7 +82,7 @@
8282
"jest-cli": "26.6.3",
8383
"mkdirp": "1.0.4",
8484
"node-sass": "4.14.1",
85-
"postcss": "8.2.7",
85+
"postcss": "8.2.8",
8686
"postcss-combine-duplicated-selectors": "10.0.2",
8787
"postcss-custom-properties": "8.0.11",
8888
"postcss-remove-root": "0.0.2",

0 commit comments

Comments
 (0)