Skip to content

Commit

Permalink
adjust gitignore, bump package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Kochkin committed Dec 12, 2024
1 parent 325aef1 commit 68b3257
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions CS/ReportingApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}

0 comments on commit 68b3257

Please sign in to comment.