|
1 | 1 | {
|
2 | 2 | "name": "react-plotly.js",
|
3 |
| - "version": "2.5.0", |
| 3 | + "version": "2.5.1", |
4 | 4 | "license": "MIT",
|
5 | 5 | "description": "A plotly.js react component from Plotly",
|
6 | 6 | "author": "Plotly, Inc.",
|
|
35 | 35 | "prop-types": "^15.7.2"
|
36 | 36 | },
|
37 | 37 | "devDependencies": {
|
38 |
| - "@babel/cli": "^7.11.6", |
39 |
| - "@babel/core": "^7.11.6", |
40 |
| - "@babel/plugin-proposal-class-properties": "^7.10.4", |
41 |
| - "@babel/preset-env": "^7.11.5", |
42 |
| - "@babel/preset-react": "^7.10.4", |
| 38 | + "@babel/cli": "^7.12.8", |
| 39 | + "@babel/core": "^7.12.9", |
| 40 | + "@babel/plugin-proposal-class-properties": "^7.12.1", |
| 41 | + "@babel/preset-env": "^7.12.7", |
| 42 | + "@babel/preset-react": "^7.12.7", |
43 | 43 | "babel-eslint": "^10.1.0",
|
44 | 44 | "babelify": "^10.0.0",
|
45 | 45 | "brfs": "^2.0.2",
|
46 |
| - "browserify": "^16.5.2", |
| 46 | + "browserify": "^17.0.0", |
47 | 47 | "browserify-global-shim": "^1.0.3",
|
48 | 48 | "cash-mv": "^0.2.0",
|
49 | 49 | "dependency-check": "^4.1.0",
|
50 | 50 | "enzyme": "^3.11.0",
|
51 |
| - "enzyme-adapter-react-16": "^1.15.4", |
52 |
| - "eslint": "^7.9.0", |
53 |
| - "eslint-config-prettier": "^6.11.0", |
54 |
| - "eslint-plugin-import": "^2.22.0", |
55 |
| - "eslint-plugin-react": "^7.20.6", |
| 51 | + "enzyme-adapter-react-16": "^1.15.5", |
| 52 | + "eslint": "^7.14.0", |
| 53 | + "eslint-config-prettier": "^6.15.0", |
| 54 | + "eslint-plugin-import": "^2.22.1", |
| 55 | + "eslint-plugin-react": "^7.21.5", |
56 | 56 | "event-emitter": "^0.3.5",
|
57 |
| - "jest": "^26.4.2", |
| 57 | + "jest": "^26.6.3", |
58 | 58 | "mkdirp": "^1.0.4",
|
59 |
| - "nodemon": "^2.0.4", |
| 59 | + "nodemon": "^2.0.6", |
60 | 60 | "onetime": "^5.1.2",
|
61 | 61 | "plotly.js": "^1.35.0",
|
62 |
| - "prettier": "^2.1.1", |
| 62 | + "prettier": "^2.2.1", |
63 | 63 | "react": "^16.13.1",
|
64 | 64 | "react-addons-test-utils": "^15.6.0",
|
65 | 65 | "react-dom": "^16.13.1",
|
66 | 66 | "react-test-renderer": "^16.13.1",
|
67 | 67 | "rimraf": "^3.0.2",
|
68 |
| - "semver": "^7.3.2", |
69 |
| - "uglify-js": "^3.10.4" |
| 68 | + "semver": "^7.3.4", |
| 69 | + "uglify-js": "^3.12.1" |
70 | 70 | },
|
71 | 71 | "peerDependencies": {
|
72 | 72 | "plotly.js": ">1.34.0",
|
|
0 commit comments