Skip to content

Commit 68b3257

Browse files
committed
adjust gitignore, bump package versions
1 parent 325aef1 commit 68b3257

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -311,3 +311,8 @@ TesterMetadata.xml
311311
package-lock.json
312312

313313
.angular/
314+
**/wwwroot/css/ace
315+
**/wwwroot/css/icons/
316+
**/wwwroot/css/*bundle.css
317+
**/wwwroot/css/*skeleton-screen.css
318+
**/wwwroot/js/*bundle.js

CS/ReportingApp/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
"license": "MIT",
55
"private": true,
66
"dependencies": {
7-
"@devexpress/analytics-core": "24.2.2-beta",
7+
"@devexpress/analytics-core": "24.2-stable",
88
"bootstrap": "^4.3.1",
9-
"devexpress-reporting": "24.2.2-beta",
10-
"devextreme-dist": "24.2.2-beta",
9+
"devexpress-reporting": "24.2-stable",
10+
"devextreme-dist": "24.2-stable",
1111
"marked": "^14.1.3"
1212
}
1313
}

0 commit comments

Comments
 (0)