Skip to content

Commit 9b903f7

Browse files
committed
Minor dependency update
1 parent c5dad4a commit 9b903f7

File tree

4 files changed

+39
-32
lines changed

4 files changed

+39
-32
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.6.1] - 2025-07-26
4+
5+
### ⬆️ Dependency Updates
6+
- Updated `bootstrap` 5.3.6 → 5.3.7
7+
- Updated `postcss` 8.5.5 → 8.5.6
8+
- Updated `stylelint` 16.20.0 → 16.21.0
9+
310
## [2.6.0] - 2025-01-21
411

512
### 🌙 Dark Mode Release

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Preview of this awesome admin template available here: https://colorlib.com/poly
5757
- **Latest Dependencies**: All 22+ dependencies updated to latest versions
5858
- **Modern Build Tools**: webpack 5.99.9, webpack-dev-server 5.2.2
5959
- **ESLint 9.x**: Migrated to modern flat config format
60-
- **Enhanced CSS**: Latest Sass (1.89.2), PostCSS (8.5.5), Bootstrap (5.3.6)
60+
- **Enhanced CSS**: Latest Sass (1.89.2), PostCSS (8.5.6), Bootstrap (5.3.7)
6161
- **Updated Components**: Chart.js 4.5.0, FullCalendar 6.1.17
6262
- **Zero Vulnerabilities**: Complete security audit with all packages secure
6363

@@ -281,13 +281,13 @@ The built files will be available in the `dist/` directory.
281281
## Built With
282282

283283
### Core Framework & Build Tools
284-
- [Bootstrap 5.3.6](http://getbootstrap.com/) - Modern CSS framework
284+
- [Bootstrap 5.3.7](http://getbootstrap.com/) - Modern CSS framework
285285
- [Webpack 5.99.9](https://webpack.js.org/) - Module bundler and build tool
286286
- [Babel 7.27.x](https://babeljs.io/) - JavaScript transpiler
287287
- [Sass 1.89.2](http://sass-lang.com/) - CSS preprocessor
288-
- [PostCSS 8.5.5](http://postcss.org/) - CSS transformations
288+
- [PostCSS 8.5.6](http://postcss.org/) - CSS transformations
289289
- [ESLint 9.29.0](https://eslint.org/) - JavaScript linting (flat config)
290-
- [Stylelint 16.20.0](https://stylelint.io/) - CSS/SCSS linting
290+
- [Stylelint 16.21.0](https://stylelint.io/) - CSS/SCSS linting
291291

292292
### UI Components & Charts
293293
- [Chart.js 4.5.0](http://www.chartjs.org/) - Modern charting library

package-lock.json

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "adminator",
3-
"version": "2.6.0",
3+
"version": "2.6.1",
44
"private": true,
55
"description": "HTML Admin Template with Dark Mode",
66
"homepage": "https://puikinsh.github.io/Adminator-admin-dashboard/",
@@ -34,14 +34,14 @@
3434
"globals": "^16.2.0",
3535
"html-webpack-plugin": "^5.6.3",
3636
"mini-css-extract-plugin": "^2.9.2",
37-
"postcss": "^8.5.5",
37+
"postcss": "^8.5.6",
3838
"postcss-loader": "^8.1.1",
3939
"postcss-preset-env": "^10.2.3",
4040
"sass": "^1.89.2",
4141
"sass-loader": "^16.0.5",
4242
"shx": "^0.4.0",
4343
"style-loader": "^4.0.0",
44-
"stylelint": "^16.20.0",
44+
"stylelint": "^16.21.0",
4545
"stylelint-config-standard": "^38.0.0",
4646
"webpack": "^5.99.9",
4747
"webpack-cli": "^6.0.1",
@@ -55,7 +55,7 @@
5555
"@fullcalendar/list": "^6.1.17",
5656
"@fullcalendar/timegrid": "^6.1.17",
5757
"@popperjs/core": "^2.11.8",
58-
"bootstrap": "^5.3.6",
58+
"bootstrap": "^5.3.7",
5959
"bootstrap-datepicker": "^1.10.0",
6060
"brand-colors": "^2.1.1",
6161
"chart.js": "^4.5.0",

0 commit comments

Comments
 (0)