Skip to content

Commit 3c91f9b

Browse files
authored
Merge pull request #470 from coreui/fix/fast-refresh-routes
docs: sync dependency versions with package.json
2 parents c259f04 + 621ffab commit 3c91f9b

2 files changed

Lines changed: 19 additions & 19 deletions

File tree

.cursorrules

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You are working with the CoreUI Free React Admin Template, a professional admin
1212
- CoreUI React 5.x and @coreui/coreui 5.x
1313
- React Router 7.x for client-side routing
1414
- Redux 5.x with React-Redux for state management
15-
- Vite 7.x for development server and building
15+
- Vite 8.x for development server and building
1616
- Sass/SCSS for styling with Bootstrap 5 variables
1717
- Chart.js 4.x with @coreui/react-chartjs for data visualization
1818

@@ -261,12 +261,12 @@ export default [
261261
## External Dependencies
262262

263263
**Core Libraries**:
264-
- @coreui/coreui: ^5.5.0 - CoreUI CSS framework
265-
- @coreui/react: ^5.9.2 - CoreUI React components
264+
- @coreui/coreui: ^5.6.1 - CoreUI CSS framework
265+
- @coreui/react: ^5.10.0 - CoreUI React components
266266
- @coreui/icons-react: ^2.3.0 - CoreUI icons for React
267-
- react: ^19.2.3 - React library
268-
- react-dom: ^19.2.3 - React DOM rendering
269-
- react-router-dom: ^7.11.0 - Routing library
267+
- react: ^19.2.4 - React library
268+
- react-dom: ^19.2.4 - React DOM rendering
269+
- react-router-dom: ^7.13.2 - Routing library
270270
- redux: 5.0.1 - State management
271271
- react-redux: ^9.2.0 - React bindings for Redux
272272

ARCHITECTURE.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,18 @@ The CoreUI Free React Admin Template is a professional admin dashboard built on
3434

3535
| Technology | Version | Purpose |
3636
|------------|---------|---------|
37-
| React | 19.2.3 | UI library for building component-based interfaces |
38-
| React DOM | 19.2.3 | DOM rendering and manipulation |
39-
| React Router DOM | 7.11.0 | Client-side routing and navigation |
37+
| React | 19.2.4 | UI library for building component-based interfaces |
38+
| React DOM | 19.2.4 | DOM rendering and manipulation |
39+
| React Router DOM | 7.13.2 | Client-side routing and navigation |
4040
| Redux | 5.0.1 | Predictable state container |
4141
| React-Redux | 9.2.0 | React bindings for Redux |
4242

4343
### UI Framework
4444

4545
| Library | Version | Purpose |
4646
|---------|---------|---------|
47-
| @coreui/coreui | 5.5.0 | CoreUI CSS framework based on Bootstrap 5 |
48-
| @coreui/react | 5.9.2 | CoreUI React components |
47+
| @coreui/coreui | 5.6.1 | CoreUI CSS framework based on Bootstrap 5 |
48+
| @coreui/react | 5.10.0 | CoreUI React components |
4949
| @coreui/icons | 3.0.1 | CoreUI icon set |
5050
| @coreui/icons-react | 2.3.0 | CoreUI icons as React components |
5151
| @coreui/utils | 2.0.2 | Utility functions for CoreUI |
@@ -56,28 +56,28 @@ The CoreUI Free React Admin Template is a professional admin dashboard built on
5656
| Library | Version | Purpose |
5757
|---------|---------|---------|
5858
| Chart.js | 4.5.1 | HTML5 charting library |
59-
| @coreui/chartjs | 4.1.0 | CoreUI Chart.js themes and defaults |
59+
| @coreui/chartjs | 4.2.0 | CoreUI Chart.js themes and defaults |
6060
| @coreui/react-chartjs | 3.0.0 | React wrapper for Chart.js with CoreUI styling |
6161

6262
### Build Tools & Development
6363

6464
| Tool | Version | Purpose |
6565
|------|---------|---------|
66-
| Vite | 7.3.0 | Fast build tool and dev server with HMR |
67-
| @vitejs/plugin-react | 5.1.2 | Vite plugin for React Fast Refresh |
68-
| Sass | 1.97.0 | CSS preprocessor for styling |
69-
| PostCSS | 8.5.6 | CSS transformation with autoprefixer |
70-
| Autoprefixer | 10.4.23 | Automatic vendor prefixing |
66+
| Vite | 8.0.3 | Fast build tool and dev server with HMR |
67+
| @vitejs/plugin-react | 6.0.1 | Vite plugin for React Fast Refresh |
68+
| Sass | 1.98.0 | CSS preprocessor for styling |
69+
| PostCSS | 8.5.8 | CSS transformation with autoprefixer |
70+
| Autoprefixer | 10.4.27 | Automatic vendor prefixing |
7171
| ESLint | 9.39.2 | JavaScript linting and code quality |
72-
| Prettier | 3.7.4 | Code formatting |
72+
| Prettier | 3.8.1 | Code formatting |
7373

7474
### Utilities
7575

7676
| Library | Version | Purpose |
7777
|---------|---------|---------|
7878
| classnames | 2.5.1 | Conditional CSS class management |
7979
| prop-types | 15.8.1 | Runtime type checking for React props |
80-
| core-js | 3.47.0 | Polyfills for JavaScript features |
80+
| core-js | 3.49.0 | Polyfills for JavaScript features |
8181
| @popperjs/core | 2.11.8 | Tooltip and popover positioning |
8282

8383
## Architectural Pattern

0 commit comments

Comments
 (0)