|
1 | 1 | {
|
2 | 2 | "name": "@figlinq/react-chart-editor",
|
3 | 3 | "description": "plotly.js chart editor react component UI",
|
4 |
| - "version": "0.48.0", |
| 4 | + "version": "0.48.1", |
5 | 5 | "author": "Figlinq",
|
6 | 6 | "bugs": {
|
7 | 7 | "url": "https://github.com/figlinq/react-chart-editor/issues"
|
|
46 | 46 | "react-select": "5.7.0",
|
47 | 47 | "react-tabs": "4.2.1",
|
48 | 48 | "styled-components": "5.3.6",
|
49 |
| - "tinycolor2": "1.4.2" |
| 49 | + "tinycolor2": "1.5.2" |
50 | 50 | },
|
51 | 51 | "devDependencies": {
|
52 |
| - "@babel/cli": "7.19.3", |
53 |
| - "@babel/core": "7.20.5", |
| 52 | + "@babel/cli": "7.20.7", |
| 53 | + "@babel/core": "7.20.12", |
54 | 54 | "@babel/eslint-parser": "7.19.1",
|
55 |
| - "@babel/node": "7.20.5", |
56 |
| - "@babel/plugin-proposal-object-rest-spread": "7.20.2", |
| 55 | + "@babel/node": "7.20.7", |
| 56 | + "@babel/plugin-proposal-object-rest-spread": "7.20.7", |
57 | 57 | "@babel/preset-env": "7.20.2",
|
58 | 58 | "@babel/preset-react": "7.18.6",
|
59 |
| - "@babel/traverse": "7.20.5", |
| 59 | + "@babel/traverse": "7.20.13", |
60 | 60 | "@hot-loader/react-dom": "16.14.0",
|
61 |
| - "@percy/cli": "1.16.0", |
| 61 | + "@percy/cli": "1.17.0", |
62 | 62 | "@percy/storybook": "4.3.4",
|
63 | 63 | "@storybook/builder-webpack5": "^6.5.14",
|
64 | 64 | "@storybook/manager-webpack5": "^6.5.14",
|
65 |
| - "@storybook/react": "6.5.14", |
| 65 | + "@storybook/react": "6.5.16", |
66 | 66 | "autoprefixer": "10.4.13",
|
67 | 67 | "babel-jest": "26.6.3",
|
68 |
| - "babel-loader": "9.1.0", |
69 |
| - "babel-plugin-module-resolver": "4.1.0", |
70 |
| - "css-loader": "6.7.2", |
| 68 | + "babel-loader": "9.1.2", |
| 69 | + "babel-plugin-module-resolver": "5.0.0", |
| 70 | + "css-loader": "6.7.3", |
71 | 71 | "cssnano": "5.1.14",
|
72 | 72 | "enzyme": "3.11.0",
|
73 | 73 | "enzyme-adapter-react-16": "1.15.7",
|
74 |
| - "eslint": "8.29.0", |
75 |
| - "eslint-config-prettier": "8.5.0", |
76 |
| - "eslint-plugin-import": "2.26.0", |
| 74 | + "eslint": "8.33.0", |
| 75 | + "eslint-config-prettier": "8.6.0", |
| 76 | + "eslint-plugin-import": "2.27.5", |
77 | 77 | "eslint-plugin-jsx": "0.1.0",
|
78 |
| - "eslint-plugin-react": "7.31.11", |
| 78 | + "eslint-plugin-react": "7.32.2", |
79 | 79 | "eslint-plugin-react-percy": "0.2.4",
|
80 | 80 | "fs": "0.0.2",
|
81 |
| - "glob": "8.0.3", |
| 81 | + "glob": "8.1.0", |
82 | 82 | "jest": "26.6.3",
|
83 | 83 | "jest-cli": "26.6.3",
|
84 |
| - "mkdirp": "1.0.4", |
| 84 | + "mkdirp": "2.1.3", |
85 | 85 | "plotly.js": "2.16.4",
|
86 |
| - "postcss": "8.4.20", |
| 86 | + "postcss": "8.4.21", |
87 | 87 | "postcss-cli": "10.1.0",
|
88 | 88 | "postcss-combine-duplicated-selectors": "10.0.3",
|
89 | 89 | "postcss-import": "15.1.0",
|
90 |
| - "postcss-preset-env": "7.8.3", |
91 |
| - "prettier": "2.8.1", |
| 90 | + "postcss-preset-env": "8.0.1", |
| 91 | + "prettier": "2.8.3", |
92 | 92 | "react": "16.14.0",
|
93 | 93 | "react-ace": "7.0.5",
|
94 | 94 | "react-dom": "16.14.0",
|
95 | 95 | "react-hot-loader": "4.13.1",
|
96 | 96 | "react-inspector": "5.1.1",
|
97 | 97 | "react-test-renderer": "16.14.0",
|
98 | 98 | "request": "2.88.2",
|
99 |
| - "rimraf": "3.0.2", |
100 |
| - "sass": "1.56.2", |
| 99 | + "rimraf": "4.1.2", |
| 100 | + "sass": "1.57.1", |
101 | 101 | "sass-loader": "13.2.0",
|
102 | 102 | "style-loader": "3.3.1",
|
103 | 103 | "webpack": "5.75.0",
|
|
0 commit comments