Skip to content

Commit

Permalink
Merge pull request #218 from plotly/version-bump-251
Browse files Browse the repository at this point in the history
Version bump 2.5.1
  • Loading branch information
dmt0 committed Dec 4, 2020
2 parents cd36675 + 85cb8ff commit 3f919e5
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-plotly.js",
"version": "2.5.0",
"version": "2.5.1",
"license": "MIT",
"description": "A plotly.js react component from Plotly",
"author": "Plotly, Inc.",
Expand Down Expand Up @@ -35,38 +35,38 @@
"prop-types": "^15.7.2"
},
"devDependencies": {
"@babel/cli": "^7.11.6",
"@babel/core": "^7.11.6",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/preset-env": "^7.11.5",
"@babel/preset-react": "^7.10.4",
"@babel/cli": "^7.12.8",
"@babel/core": "^7.12.9",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/preset-env": "^7.12.7",
"@babel/preset-react": "^7.12.7",
"babel-eslint": "^10.1.0",
"babelify": "^10.0.0",
"brfs": "^2.0.2",
"browserify": "^16.5.2",
"browserify": "^17.0.0",
"browserify-global-shim": "^1.0.3",
"cash-mv": "^0.2.0",
"dependency-check": "^4.1.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.4",
"eslint": "^7.9.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-react": "^7.20.6",
"enzyme-adapter-react-16": "^1.15.5",
"eslint": "^7.14.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-react": "^7.21.5",
"event-emitter": "^0.3.5",
"jest": "^26.4.2",
"jest": "^26.6.3",
"mkdirp": "^1.0.4",
"nodemon": "^2.0.4",
"nodemon": "^2.0.6",
"onetime": "^5.1.2",
"plotly.js": "^1.35.0",
"prettier": "^2.1.1",
"prettier": "^2.2.1",
"react": "^16.13.1",
"react-addons-test-utils": "^15.6.0",
"react-dom": "^16.13.1",
"react-test-renderer": "^16.13.1",
"rimraf": "^3.0.2",
"semver": "^7.3.2",
"uglify-js": "^3.10.4"
"semver": "^7.3.4",
"uglify-js": "^3.12.1"
},
"peerDependencies": {
"plotly.js": ">1.34.0",
Expand Down

0 comments on commit 3f919e5

Please sign in to comment.