diff --git a/packages/devextreme-react/package.json b/packages/devextreme-react/package.json index e964337e..d13d253d 100644 --- a/packages/devextreme-react/package.json +++ b/packages/devextreme-react/package.json @@ -1,7 +1,7 @@ { "author": "Developer Express Inc.", "name": "devextreme-react", - "version": "23.1.0", + "version": "23.1.6", "description": "DevExtreme React UI and Visualization Components", "repository": { "type": "git", diff --git a/packages/sandbox/package.json b/packages/sandbox/package.json index a88611d6..d0a7b447 100644 --- a/packages/sandbox/package.json +++ b/packages/sandbox/package.json @@ -2,7 +2,7 @@ "author": "Developer Express Inc.", "name": "devextreme-react-sandbox", "private": true, - "version": "23.1.0", + "version": "23.1.6", "description": "DevExtreme React UI and Visualization Components Sandbox", "repository": { "type": "git", @@ -12,7 +12,7 @@ "devextreme": "23.1-next" }, "dependencies": { - "devextreme-react": "~23.1.0", + "devextreme-react": "~23.1.6", "react": "~18.0.0", "react-dom": "~18.0.0" },