Skip to content

Commit

Permalink
Version adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricardo do Rosario committed Nov 20, 2019
1 parent 4d31e6e commit 39c80b1
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v10.14
v13.1.0
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018 Ricardo
Copyright (c) 2019 Ricardo

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-horizontal-stacked-bar-chart",
"version": "8.13.1",
"version": "8.13.2",
"description": "React horizontal stacked bar responsive chart component",
"keywords": [
"stacked-chart",
Expand All @@ -15,7 +15,7 @@
"license": "MIT",
"main": "umd/hsbar.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"test": "echo \"No test specified\" && exit 1",
"start": "webpack --watch",
"build": "webpack -p"
},
Expand All @@ -24,19 +24,19 @@
"email": "[email protected]"
},
"peerDependencies": {
"react": "^16.6.3"
"react": "^16.12.0"
},
"dependencies": {
"react": "^16.6.3",
"react-dom": "^16.6.3",
"lodash": "^4.17.11"
"lodash": "^4.17.15",
"react": "^16.12.0",
"react-dom": "^16.12.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"webpack-cli": "^3.1.2",
"react-scripts": "2.1.1",
"webpack": "^4.27.1"
"webpack-cli": "^3.3.10",
"react-scripts": "3.2.0",
"webpack": "^4.41.2"
},
"eslintConfig": {
"extends": "react-app"
Expand All @@ -47,4 +47,4 @@
"not ie <= 11",
"not op_mini all"
]
}
}
4 changes: 2 additions & 2 deletions umd/hsbar.min.js

Large diffs are not rendered by default.

0 comments on commit 39c80b1

Please sign in to comment.