From c15608da4c2889e33df985530f759bcf2a607f36 Mon Sep 17 00:00:00 2001 From: DX Robot Date: Fri, 1 Nov 2024 09:44:46 +0000 Subject: [PATCH] Update to 22.2.14 --- 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 43d473ab..b792785a 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": "22.2.13", + "version": "22.2.14", "description": "DevExtreme React UI and Visualization Components", "repository": { "type": "git", diff --git a/packages/sandbox/package.json b/packages/sandbox/package.json index 29a7c968..5b564b7a 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": "22.2.13", + "version": "22.2.14", "description": "DevExtreme React UI and Visualization Components Sandbox", "repository": { "type": "git", @@ -10,7 +10,7 @@ }, "dependencies": { "devextreme": "22.2-next", - "devextreme-react": "~22.2.13", + "devextreme-react": "~22.2.14", "react": "~18.0.0", "react-dom": "~18.0.0" },