Skip to content

Commit

Permalink
Bump peer dep, package updates, version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
dmt0 committed Feb 17, 2023
1 parent 7afd0e7 commit 18a4c7e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 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.48.1",
"version": "0.49.0",
"author": "Figlinq",
"bugs": {
"url": "https://github.com/figlinq/react-chart-editor/issues"
Expand Down Expand Up @@ -46,7 +46,7 @@
"react-select": "5.7.0",
"react-tabs": "4.2.1",
"styled-components": "5.3.6",
"tinycolor2": "1.5.2"
"tinycolor2": "1.6.0"
},
"devDependencies": {
"@babel/cli": "7.20.7",
Expand All @@ -58,8 +58,8 @@
"@babel/preset-react": "7.18.6",
"@babel/traverse": "7.20.13",
"@hot-loader/react-dom": "16.14.0",
"@percy/cli": "1.17.0",
"@percy/storybook": "4.3.4",
"@percy/cli": "1.19.2",
"@percy/storybook": "4.3.5",
"@storybook/builder-webpack5": "^6.5.14",
"@storybook/manager-webpack5": "^6.5.14",
"@storybook/react": "6.5.16",
Expand All @@ -68,10 +68,10 @@
"babel-loader": "9.1.2",
"babel-plugin-module-resolver": "5.0.0",
"css-loader": "6.7.3",
"cssnano": "5.1.14",
"cssnano": "5.1.15",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.7",
"eslint": "8.33.0",
"eslint": "8.34.0",
"eslint-config-prettier": "8.6.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-jsx": "0.1.0",
Expand All @@ -88,7 +88,7 @@
"postcss-combine-duplicated-selectors": "10.0.3",
"postcss-import": "15.1.0",
"postcss-preset-env": "8.0.1",
"prettier": "2.8.3",
"prettier": "2.8.4",
"react": "16.14.0",
"react-ace": "7.0.5",
"react-dom": "16.14.0",
Expand All @@ -97,7 +97,7 @@
"react-test-renderer": "16.14.0",
"request": "2.88.2",
"rimraf": "4.1.2",
"sass": "1.57.1",
"sass": "1.58.2",
"sass-loader": "13.2.0",
"style-loader": "3.3.1",
"webpack": "5.75.0",
Expand All @@ -106,8 +106,8 @@
},
"peerDependencies": {
"plotly.js": ">=1.58.5 <3.0.0",
"react": ">16",
"react-dom": ">16"
"react": ">=16.14.0",
"react-dom": ">=16.14.0"
},
"engines": {
"node": ">=12.13.0"
Expand Down

0 comments on commit 18a4c7e

Please sign in to comment.