Skip to content

Commit

Permalink
chore(deps-dev): bump the dependencies group with 2 updates (#197)
Browse files Browse the repository at this point in the history
* chore(deps-dev): bump the dependencies group with 2 updates

Bumps the dependencies group with 2 updates: [eslint](https://github.com/eslint/eslint) and [stylelint](https://github.com/stylelint/stylelint).


Updates `eslint` from 8.51.0 to 8.52.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v8.51.0...v8.52.0)

Updates `stylelint` from 15.10.3 to 15.11.0
- [Release notes](https://github.com/stylelint/stylelint/releases)
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md)
- [Commits](stylelint/stylelint@15.10.3...15.11.0)

---
updated-dependencies:
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: stylelint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>

* style: use shorthand margin-block property

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dustin Whisman <[email protected]>
  • Loading branch information
dependabot[bot] and dustinwhisman authored Oct 24, 2023
1 parent 72aef4b commit 5be4a1d
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 46 deletions.
104 changes: 62 additions & 42 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@
"@playwright/test": "^1.39.0",
"check-node-version": "^4.2.1",
"dotenv": "^16.3.1",
"eslint": "^8.51.0",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"npm-check-updates": "^16.14.6",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.3",
"stylelint": "^15.10.3",
"stylelint": "^15.11.0",
"stylelint-config-standard": "^34.0.0"
},
"dependencies": {
Expand Down
3 changes: 1 addition & 2 deletions src/css/components/_project.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
}

.cmp-project__group-heading {
margin-block-start: var(--size-s5);
margin-block-end: var(--size-s3);
margin-block: var(--size-s5) var(--size-s3);
}

.cmp-project__type {
Expand Down

0 comments on commit 5be4a1d

Please sign in to comment.