Skip to content

Commit

Permalink
Upgrade packages with deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
IceOnFire committed Jun 1, 2017
1 parent 328eae1 commit bf9c141
Show file tree
Hide file tree
Showing 3 changed files with 188 additions and 195 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -10,6 +10,10 @@
- Update dependencies
- Fix event bubbling on nested sortable items

### 0.6.2

- Update dependencies that trigger deprecation warnings

## 0.5.0

- Tooltips on property titles
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "react-property-grid",
"version": "0.6.1",
"version": "0.6.2",
"description": "A react/redux implementation of hierarchical, editable property grid, backed by JSON Schema.",
"author": "Matteo Antony Mistretta <antony.mistretta@gmail.com> (http://www.ingloriouscoderz.it)",
"contributors": [
Expand Down Expand Up @@ -82,7 +82,7 @@
"react": "^15.4.2",
"react-dom": "^15.4.2",
"react-redux": "^5.0.1",
"react-sortable-hoc": "^0.4.10",
"react-sortable-hoc": "^0.6.3",
"react-throttle": "^0.3.0",
"redux": "^3.6.0",
"tv4": "^1.2.7",
Expand Down

0 comments on commit bf9c141

Please sign in to comment.