Skip to content

Commit

Permalink
Update dependency eslint to v9.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 21, 2024
1 parent 284b7d6 commit a4c28c0
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"@types/react-dom": "18.3.0",
"babel-cli": "6.26.0",
"concurrently": "8.2.2",
"eslint": "9.2.0",
"eslint": "9.3.0",
"prettier": "3.2.5",
"rollup": "4.17.2",
"rollup-plugin-livereload": "2.0.5",
Expand Down
34 changes: 17 additions & 17 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1618,7 +1618,7 @@ __metadata:
languageName: node
linkType: hard

"@eslint/eslintrc@npm:^3.0.2":
"@eslint/eslintrc@npm:^3.1.0":
version: 3.1.0
resolution: "@eslint/eslintrc@npm:3.1.0"
dependencies:
Expand All @@ -1642,10 +1642,10 @@ __metadata:
languageName: node
linkType: hard

"@eslint/js@npm:9.2.0":
version: 9.2.0
resolution: "@eslint/js@npm:9.2.0"
checksum: b5617fd35bd4d9521c6b21c1dc6692b29b65be54d35905f2ed529f02e4014b9ad9d1fcdbd3dfea589636a98c8396489625c94f5dd05ce3c35ca5ac5537904764
"@eslint/js@npm:9.3.0":
version: 9.3.0
resolution: "@eslint/js@npm:9.3.0"
checksum: 5af317c8bcfef660efc17624b825c71bac16770f8866bfdc2922e1fcc2010af96e4f896e91724b81550e5dba6db6983c221b5be9a1294c9e727dee9ada15c9f8
languageName: node
linkType: hard

Expand Down Expand Up @@ -2026,10 +2026,10 @@ __metadata:
languageName: node
linkType: hard

"@humanwhocodes/retry@npm:^0.2.3":
version: 0.2.4
resolution: "@humanwhocodes/retry@npm:0.2.4"
checksum: a40bd0a86e985b84b4ebc14e4e44c0433afc71e0ac0ac62ffe7b3fc19a56943101dc0492d1f819283c363203ff9d1ead641b405a34f7a29b9b39297c920d9296
"@humanwhocodes/retry@npm:^0.3.0":
version: 0.3.0
resolution: "@humanwhocodes/retry@npm:0.3.0"
checksum: 4349cb8b60466a000e945fde8f8551cefb01ebba22ead4a92ac7b145f67f5da6b52e5a1e0c53185d732d0a49958ac29327934a4a5ac1d0bc20efb4429a4f7bf7
languageName: node
linkType: hard

Expand Down Expand Up @@ -5568,17 +5568,17 @@ __metadata:
languageName: node
linkType: hard

"eslint@npm:9.2.0":
version: 9.2.0
resolution: "eslint@npm:9.2.0"
"eslint@npm:9.3.0":
version: 9.3.0
resolution: "eslint@npm:9.3.0"
dependencies:
"@eslint-community/eslint-utils": ^4.2.0
"@eslint-community/regexpp": ^4.6.1
"@eslint/eslintrc": ^3.0.2
"@eslint/js": 9.2.0
"@eslint/eslintrc": ^3.1.0
"@eslint/js": 9.3.0
"@humanwhocodes/config-array": ^0.13.0
"@humanwhocodes/module-importer": ^1.0.1
"@humanwhocodes/retry": ^0.2.3
"@humanwhocodes/retry": ^0.3.0
"@nodelib/fs.walk": ^1.2.8
ajv: ^6.12.4
chalk: ^4.0.0
Expand Down Expand Up @@ -5608,7 +5608,7 @@ __metadata:
text-table: ^0.2.0
bin:
eslint: bin/eslint.js
checksum: 692f58f3e1939efc0875641af2f9a2788ebd870adf3b6a3c516e5e5d05df7cc54288056d7148200b7cecbbabdd14c61ded880861e95a230e5a8b80c184e780b7
checksum: c6d1eb8b4b064470a99f0d927b0d2b88f1947d7e871761b43b84e6c9b6464db4f6ebbb868f7196a45d2589978b09919a8807d200e3b1640d0a9cd245c9504707
languageName: node
linkType: hard

Expand Down Expand Up @@ -9476,7 +9476,7 @@ __metadata:
"@types/react-dom": 18.3.0
babel-cli: 6.26.0
concurrently: 8.2.2
eslint: 9.2.0
eslint: 9.3.0
prettier: 3.2.5
react: ^18.2.0
react-dom: ^18.2.0
Expand Down

0 comments on commit a4c28c0

Please sign in to comment.