Skip to content

Commit

Permalink
Latest minors for deps + version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
dmt0 committed Feb 17, 2023
1 parent e71049b commit 8e0506f
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@figlinq/react-chart-editor",
"description": "plotly.js chart editor react component UI",
"version": "0.49.0",
"version": "0.49.1",
"author": "Figlinq",
"bugs": {
"url": "https://github.com/figlinq/react-chart-editor/issues"
Expand All @@ -26,27 +26,27 @@
"test:watch": "jest --watch"
},
"dependencies": {
"@appigram/react-rangeslider": "2.2.18",
"@figlinq/plotly-icons": "2.1.2",
"@plotly/draft-js-export-html": "1.2.0",
"classnames": "2.3.2",
"draft-js": "0.11.7",
"draft-js-import-html": "1.4.1",
"draft-js-utils": "1.4.1",
"fast-isnumeric": "1.1.4",
"immutability-helper": "3.1.1",
"prop-types": "15.8.1",
"raf": "3.4.1",
"react-color": "2.19.3",
"react-colorscales": "0.7.3",
"react-day-picker": "7.4.10",
"react-dropzone": "14.2.3",
"react-plotly.js": "2.6.0",
"react-resizable-rotatable-draggable": "0.2.0",
"react-select": "5.7.0",
"react-tabs": "4.2.1",
"styled-components": "5.3.6",
"tinycolor2": "1.6.0"
"@appigram/react-rangeslider": "^2.2.18",
"@figlinq/plotly-icons": "^2.1.2",
"@plotly/draft-js-export-html": "^1.2.0",
"classnames": "^2.3.2",
"draft-js": "^0.11.7",
"draft-js-import-html": "^1.4.1",
"draft-js-utils": "^1.4.1",
"fast-isnumeric": "^1.1.4",
"immutability-helper": "^3.1.1",
"prop-types": "^15.8.1",
"raf": "^3.4.1",
"react-color": "^2.19.3",
"react-colorscales": "^0.7.3",
"react-day-picker": "^7.4.10",
"react-dropzone": "^14.2.3",
"react-plotly.js": "^2.6.0",
"react-resizable-rotatable-draggable": "^0.2.0",
"react-select": "^5.7.0",
"react-tabs": "^4.2.1",
"styled-components": "^5.3.6",
"tinycolor2": "^1.6.0"
},
"devDependencies": {
"@babel/cli": "7.20.7",
Expand Down

0 comments on commit 8e0506f

Please sign in to comment.