From 0d057b9aa477741260e85e87a8227e6ebf73107b Mon Sep 17 00:00:00 2001 From: DX Robot Date: Mon, 5 May 2025 11:01:47 +0000 Subject: [PATCH] Update to 23.1.15 --- packages/devextreme-react/package.json | 2 +- packages/sandbox/package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/devextreme-react/package.json b/packages/devextreme-react/package.json index 721344db..a2abab2a 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.12", + "version": "23.1.15", "description": "DevExtreme React UI and Visualization Components", "repository": { "type": "git", diff --git a/packages/sandbox/package.json b/packages/sandbox/package.json index 2dd50853..f2d57720 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.12", + "version": "23.1.15", "description": "DevExtreme React UI and Visualization Components Sandbox", "repository": { "type": "git", @@ -12,7 +12,7 @@ "devextreme": "23.1-next" }, "dependencies": { - "devextreme-react": "~23.1.12", + "devextreme-react": "~23.1.15", "react": "~18.0.0", "react-dom": "~18.0.0" },