Skip to content

Commit

Permalink
Dev (#67)
Browse files Browse the repository at this point in the history
* Bump stylelint-config-standard from 36.0.0 to 36.0.1

Bumps [stylelint-config-standard](https://github.com/stylelint/stylelint-config-standard) from 36.0.0 to 36.0.1.
- [Release notes](https://github.com/stylelint/stylelint-config-standard/releases)
- [Changelog](https://github.com/stylelint/stylelint-config-standard/blob/main/CHANGELOG.md)
- [Commits](stylelint/stylelint-config-standard@36.0.0...36.0.1)

---
updated-dependencies:
- dependency-name: stylelint-config-standard
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump stylelint-config-clean-order from 5.4.2 to 6.1.0

Bumps [stylelint-config-clean-order](https://github.com/kutsan/stylelint-config-clean-order) from 5.4.2 to 6.1.0.
- [Release notes](https://github.com/kutsan/stylelint-config-clean-order/releases)
- [Commits](kutsan/stylelint-config-clean-order@v5.4.2...v6.1.0)

---
updated-dependencies:
- dependency-name: stylelint-config-clean-order
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump prettier from 3.3.1 to 3.3.3

Bumps [prettier](https://github.com/prettier/prettier) from 3.3.1 to 3.3.3.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.3.1...3.3.3)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump sass from 1.77.4 to 1.77.8

Bumps [sass](https://github.com/sass/dart-sass) from 1.77.4 to 1.77.8.
- [Release notes](https://github.com/sass/dart-sass/releases)
- [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md)
- [Commits](sass/dart-sass@1.77.4...1.77.8)

---
updated-dependencies:
- dependency-name: sass
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump uglify-js from 3.17.4 to 3.19.1

Bumps [uglify-js](https://github.com/mishoo/UglifyJS) from 3.17.4 to 3.19.1.
- [Release notes](https://github.com/mishoo/UglifyJS/releases)
- [Commits](mishoo/UglifyJS@v3.17.4...v3.19.1)

---
updated-dependencies:
- dependency-name: uglify-js
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update package.json

Bump version

* Update package-lock.json

Bump version

* Update main.scss

Bump version

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
carlesloriente and dependabot[bot] authored Jul 31, 2024
1 parent a4f26d2 commit 4d876d3
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 27 deletions.
66 changes: 43 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "nocc-bootstrap-theme",
"description": "NOCC A responsive Bootstrap 5 theme",
"version": "1.2.1",
"version": "1.3.5",
"config": {
"version_short": "1.2"
"version_short": "1.3"
},
"keywords": [
"nocc",
Expand Down Expand Up @@ -62,7 +62,7 @@
"prettier": "^3.2.5",
"sass": "^1.75.0",
"stylelint": "^16.3.1",
"stylelint-config-clean-order": "^5.4.2",
"stylelint-config-clean-order": "^6.1.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard-scss": "^13.1.0",
"stylelint-define-config": "^1.3.0",
Expand Down
2 changes: 1 addition & 1 deletion src/styles/main.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* NOCC Bootstrap theme 1.2.2 (https://github.com/carlesloriente/nocc-bootstrap-theme/)
* NOCC Bootstrap theme 1.3.6 (https://github.com/carlesloriente/nocc-bootstrap-theme/)
* Copyright 2024 Carles Loriente
* A Responsive Bootstrap 5 dual Theme
*/
Expand Down

0 comments on commit 4d876d3

Please sign in to comment.