Skip to content

Commit

Permalink
#139. Update react/react-dom to newer versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Артур Кушманцев committed May 28, 2019
1 parent 3d88a2b commit a7d7a4f
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 23 deletions.
79 changes: 59 additions & 20 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gigatables-react",
"version": "2.9.2",
"version": "2.9.3",
"description": "GigaTables is a ReactJS plug-in to help web-developers process table-data in applications and CMS, CRM, ERP or similar systems. It supports ajax data processing/editing (CRUD), pagination, cross-sorting, global search, shft/ctrl rows selection, 7 popular languages and more.",
"main": "./build/index.js",
"dependencies": {
Expand All @@ -12,8 +12,8 @@
"hoek": "^5.0.3",
"lodash": "4.17.4",
"prop-types": "^15.6.0",
"react": "^16.5.2",
"react-dom": "^16.1.1",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-minimal-pie-chart": "^3.0.2",
"react-onclickoutside": "^6.6.2",
"react-rte": "^0.15.0",
Expand Down

0 comments on commit a7d7a4f

Please sign in to comment.