Skip to content

Commit

Permalink
Bump the dev-dependencies group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Bumps the dev-dependencies group with 2 updates in the /npm_and_yarn/helpers directory: [eslint](https://github.com/eslint/eslint) and [prettier](https://github.com/prettier/prettier).


Updates `eslint` from 9.6.0 to 9.9.1
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.6.0...v9.9.1)

Updates `prettier` from 3.3.2 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.2...3.3.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 25, 2024
1 parent 007f69e commit bc9ff70
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 54 deletions.
112 changes: 60 additions & 52 deletions npm_and_yarn/helpers/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 npm_and_yarn/helpers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"patch-package": "^8.0.0"
},
"devDependencies": {
"eslint": "^9.6.0",
"eslint": "^9.9.1",
"eslint-config-prettier": "^9.1.0",
"jest": "^29.7.0",
"prettier": "^3.3.2"
"prettier": "^3.3.3"
}
}

0 comments on commit bc9ff70

Please sign in to comment.