Skip to content
  • Sponsor plotly/react-plotly.js

  • Notifications You must be signed in to change notification settings
  • Fork 138

Commit 3f919e5

Browse files
authoredDec 4, 2020
Merge pull request #218 from plotly/version-bump-251
Version bump 2.5.1
2 parents cd36675 + 85cb8ff commit 3f919e5

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed
 

‎package.json

+17-17
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-plotly.js",
3-
"version": "2.5.0",
3+
"version": "2.5.1",
44
"license": "MIT",
55
"description": "A plotly.js react component from Plotly",
66
"author": "Plotly, Inc.",
@@ -35,38 +35,38 @@
3535
"prop-types": "^15.7.2"
3636
},
3737
"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",
4343
"babel-eslint": "^10.1.0",
4444
"babelify": "^10.0.0",
4545
"brfs": "^2.0.2",
46-
"browserify": "^16.5.2",
46+
"browserify": "^17.0.0",
4747
"browserify-global-shim": "^1.0.3",
4848
"cash-mv": "^0.2.0",
4949
"dependency-check": "^4.1.0",
5050
"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",
5656
"event-emitter": "^0.3.5",
57-
"jest": "^26.4.2",
57+
"jest": "^26.6.3",
5858
"mkdirp": "^1.0.4",
59-
"nodemon": "^2.0.4",
59+
"nodemon": "^2.0.6",
6060
"onetime": "^5.1.2",
6161
"plotly.js": "^1.35.0",
62-
"prettier": "^2.1.1",
62+
"prettier": "^2.2.1",
6363
"react": "^16.13.1",
6464
"react-addons-test-utils": "^15.6.0",
6565
"react-dom": "^16.13.1",
6666
"react-test-renderer": "^16.13.1",
6767
"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"
7070
},
7171
"peerDependencies": {
7272
"plotly.js": ">1.34.0",

0 commit comments

Comments
 (0)
Please sign in to comment.