From 68b32575999c1053d9c82b19fd984d17f0d77492 Mon Sep 17 00:00:00 2001 From: "alexey.kochkin" Date: Thu, 12 Dec 2024 19:46:13 +0400 Subject: [PATCH] adjust gitignore, bump package versions --- .gitignore | 5 +++++ CS/ReportingApp/package.json | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index a5aba93..58f37a8 100644 --- a/.gitignore +++ b/.gitignore @@ -311,3 +311,8 @@ TesterMetadata.xml package-lock.json .angular/ +**/wwwroot/css/ace +**/wwwroot/css/icons/ +**/wwwroot/css/*bundle.css +**/wwwroot/css/*skeleton-screen.css +**/wwwroot/js/*bundle.js diff --git a/CS/ReportingApp/package.json b/CS/ReportingApp/package.json index f4a7796..3afa505 100644 --- a/CS/ReportingApp/package.json +++ b/CS/ReportingApp/package.json @@ -4,10 +4,10 @@ "license": "MIT", "private": true, "dependencies": { - "@devexpress/analytics-core": "24.2.2-beta", + "@devexpress/analytics-core": "24.2-stable", "bootstrap": "^4.3.1", - "devexpress-reporting": "24.2.2-beta", - "devextreme-dist": "24.2.2-beta", + "devexpress-reporting": "24.2-stable", + "devextreme-dist": "24.2-stable", "marked": "^14.1.3" } } \ No newline at end of file