Skip to content

Commit 6b4b8cc

Browse files
Update refs to 25.1.3 and small fixes (#45)
1 parent fcd0131 commit 6b4b8cc

File tree

16 files changed

+9809
-9229
lines changed

16 files changed

+9809
-9229
lines changed

Angular/.prettierignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@
77
*.md
88
*.json
99
.github
10+
dist/
11+
**/dist/

Angular/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Angular DevExtreme Example
22

3-
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.0.4 and includes DevExtreme Angular components version 24.2.3.
3+
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 18.0.4 and includes DevExtreme Angular components version 25.1.3.
44

55
## Development server
66

Angular/package-lock.json

Lines changed: 1549 additions & 2818 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"@angular/platform-browser": "^18.0.3",
2323
"@angular/platform-browser-dynamic": "^18.0.3",
2424
"@angular/router": "^18.0.3",
25-
"devextreme": "24.2.3",
26-
"devextreme-angular": "24.2.3",
25+
"devextreme": "25.1.3",
26+
"devextreme-angular": "25.1.3",
2727
"rxjs": "~7.8.0",
2828
"tslib": "^2.3.0",
2929
"zone.js": "~0.14.7"

Angular/src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
33
import { AppModule } from './app/app.module';
44

55
platformBrowserDynamic().bootstrapModule(AppModule)
6-
// @ts-expect-warning: `console.error` is used here intentionally for simple error logging during bootstrap
6+
// eslint-disable-next-line no-console
77
.catch((err) => console.error(err));

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
<!-- default badges list -->
2-
![](https://img.shields.io/endpoint?url=https://codecentral.devexpress.com/api/v1/VersionRange/340354634/25.1.2%2B)
32
[![](https://img.shields.io/badge/Open_in_DevExpress_Support_Center-FF7200?style=flat-square&logo=DevExpress&logoColor=white)](https://supportcenter.devexpress.com/ticket/details/T1129779)
43
[![](https://img.shields.io/badge/📖_How_to_use_DevExpress_Examples-e9f6fc?style=flat-square)](https://docs.devexpress.com/GeneralInformation/403183)
54
[![](https://img.shields.io/badge/💬_Leave_Feedback-feecdd?style=flat-square)](#does-this-example-address-your-development-requirementsobjectives)

React/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This project includes:
66
- React 18.2.0
77
- TypeScript 5.8.2
88
- Vite for fast development and building
9-
- DevExtreme React 24.2.3
9+
- DevExtreme React 25.1.3
1010
- Vitest for testing
1111
- ESLint and Stylelint for code quality
1212

0 commit comments

Comments
 (0)