Skip to content

Commit

Permalink
chore: bump @dcl/eslint-config from 2.0.0 to 2.1.0
Browse files Browse the repository at this point in the history
Bumps [@dcl/eslint-config](https://github.com/decentraland/eslint-config-decentraland) from 2.0.0 to 2.1.0.
- [Release notes](https://github.com/decentraland/eslint-config-decentraland/releases)
- [Commits](decentraland/eslint-config@2.0.0...2.1.0)

---
updated-dependencies:
- dependency-name: "@dcl/eslint-config"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 10, 2024
1 parent d6cfd74 commit a401661
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 @@ -11,7 +11,7 @@
"lint:fix": "eslint '**/*.{js,ts}' --fix"
},
"devDependencies": {
"@dcl/eslint-config": "^2.0.0",
"@dcl/eslint-config": "^2.1.0",
"@protobuf-ts/protoc": "^2.9.4",
"@types/node": "^20.11.28",
"@types/redis": "^4.0.11",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -318,10 +318,10 @@
eth-connect "^6.0.3"
ethereum-cryptography "^1.0.3"

"@dcl/eslint-config@^2.0.0":
version "2.0.0"
resolved "https://registry.yarnpkg.com/@dcl/eslint-config/-/eslint-config-2.0.0.tgz#3c2d29514fd65b61b08202c470cc6a0af5c356e3"
integrity sha512-5MkSQArjZXBbvb4wlEC6ZHeHBm5hpTn9wV1PQ5vXxyGRWrNoToBqHi7HgvBEboZw4PCUtYK1XA6ubjrnVQa7nA==
"@dcl/eslint-config@^2.1.0":
version "2.1.0"
resolved "https://registry.yarnpkg.com/@dcl/eslint-config/-/eslint-config-2.1.0.tgz#fd80dc6004877dca54d5e78a7d0d05756a811022"
integrity sha512-C/dA2Y6JKXCxqx9wV2oLPEnUoF5odXAAaz3s53xYk2eOkNWXTfYa1GJeOdk/4pRsvr8vWYFngb3BJ7kduvdl4A==
dependencies:
"@typescript-eslint/eslint-plugin" "^6.19.1"
"@typescript-eslint/parser" "^6.19.1"
Expand Down

0 comments on commit a401661

Please sign in to comment.