Skip to content

Commit

Permalink
chore(deps-dev): bump eslint-plugin-prefer-let from 3.0.1 to 4.0.0 (#522
Browse files Browse the repository at this point in the history
)

Bumps [eslint-plugin-prefer-let](https://github.com/thefrontside/javascript/tree/HEAD/packages/eslint-plugin-prefer-let) from 3.0.1 to 4.0.0.
- [Release notes](https://github.com/thefrontside/javascript/releases)
- [Changelog](https://github.com/thefrontside/javascript/blob/v3/packages/eslint-plugin-prefer-let/CHANGELOG.md)
- [Commits](https://github.com/thefrontside/javascript/commits/eslint-plugin-prefer-let-v4.0.0/packages/eslint-plugin-prefer-let)

---
updated-dependencies:
- dependency-name: eslint-plugin-prefer-let
  dependency-type: direct:development
  update-type: version-update:semver-major
...

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 Jul 26, 2024
1 parent f2bc358 commit 421c448
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-markdown": "^5.1.0",
"eslint-plugin-cypress": "^3.4.0",
"eslint-plugin-prefer-let": "^3.0.1",
"eslint-plugin-prefer-let": "^4.0.0",
"jest": "^29.7.0",
"prettier": "^3.3.3",
"react": "^18.3.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1902,10 +1902,10 @@ eslint-plugin-node@^11.1.0:
resolve "^1.10.1"
semver "^6.1.0"

eslint-plugin-prefer-let@^3.0.1:
version "3.0.1"
resolved "https://registry.npmjs.org/eslint-plugin-prefer-let/-/eslint-plugin-prefer-let-3.0.1.tgz#bb9e3af2c3df2df5d7334f35ac7478d794d97215"
integrity sha512-vbznkkBSXB63d4o1o0NIm5C2ey3V5wKr/25dAvPdydQXdowAcnr69cbLgxd2YAG81IV5eddCO55Lp6gL7wSE4w==
eslint-plugin-prefer-let@^4.0.0:
version "4.0.0"
resolved "https://registry.npmjs.org/eslint-plugin-prefer-let/-/eslint-plugin-prefer-let-4.0.0.tgz#c5fe70b0a65dfa47e681c0ebff36f53487455749"
integrity sha512-X4ep5PMO1320HKaNC9DM5+p6XvOhwv+RcqGjhv3aiw9iAtHhiFtdIUB5l0Zya0iM22ys2BGKzrNI9Xpw/ZHooQ==
dependencies:
requireindex "~1.2.0"

Expand Down

0 comments on commit 421c448

Please sign in to comment.