Skip to content

Commit

Permalink
Bump the development-dependencies group with 3 updates (#65)
Browse files Browse the repository at this point in the history
Bumps the development-dependencies group with 3 updates: [lint-staged](https://github.com/lint-staged/lint-staged), [prettier](https://github.com/prettier/prettier) and [yaml](https://github.com/eemeli/yaml).


Updates `lint-staged` from 15.2.10 to 15.3.0
- [Release notes](https://github.com/lint-staged/lint-staged/releases)
- [Changelog](https://github.com/lint-staged/lint-staged/blob/master/CHANGELOG.md)
- [Commits](lint-staged/lint-staged@v15.2.10...v15.3.0)

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

Updates `yaml` from 2.6.1 to 2.7.0
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](eemeli/yaml@v2.6.1...v2.7.0)

---
updated-dependencies:
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: development-dependencies
- dependency-name: yaml
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: development-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 1, 2025
1 parent d4ed309 commit c7abbcf
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 46 deletions.
83 changes: 40 additions & 43 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
Expand Up @@ -48,10 +48,10 @@
"eslint": "^9.16.0",
"eslint-config-stylelint": "^23.0.0",
"husky": "^9.1.7",
"lint-staged": "^15.2.10",
"prettier": "^3.4.1",
"lint-staged": "^15.3.0",
"prettier": "^3.4.2",
"remark-cli": "^12.0.1",
"yaml": "^2.6.1"
"yaml": "^2.7.0"
},
"engines": {
"node": ">=20"
Expand Down

0 comments on commit c7abbcf

Please sign in to comment.