Skip to content

Commit c5dd02d

Browse files
chore(deps): update eslint monorepo to v9.16.0
1 parent c2d4b8c commit c5dd02d

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"react-dom": "^18.3.1"
1717
},
1818
"devDependencies": {
19-
"@eslint/js": "9.15.0",
19+
"@eslint/js": "9.16.0",
2020
"@testing-library/dom": "10.4.0",
2121
"@testing-library/jest-dom": "6.6.3",
2222
"@testing-library/react": "16.0.1",
@@ -25,7 +25,7 @@
2525
"@types/react": "18.3.12",
2626
"@types/react-dom": "18.3.1",
2727
"@vitejs/plugin-react": "4.3.3",
28-
"eslint": "9.15.0",
28+
"eslint": "9.16.0",
2929
"eslint-plugin-react-hooks": "5.0.0",
3030
"eslint-plugin-react-refresh": "0.4.14",
3131
"globals": "15.12.0",

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -455,10 +455,10 @@
455455
minimatch "^3.1.2"
456456
strip-json-comments "^3.1.1"
457457

458-
"@eslint/js@9.15.0":
459-
version "9.15.0"
460-
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.15.0.tgz#df0e24fe869143b59731942128c19938fdbadfb5"
461-
integrity sha512-tMTqrY+EzbXmKJR5ToI8lxu7jaN5EdmrBFJpQk5JmSlyLsx6o4t27r883K5xsLuCYCpfKBCGswMSWXsM+jB7lg==
458+
"@eslint/js@9.16.0":
459+
version "9.16.0"
460+
resolved "https://registry.yarnpkg.com/@eslint/js/-/js-9.16.0.tgz#3df2b2dd3b9163056616886c86e4082f45dbf3f4"
461+
integrity sha512-tw2HxzQkrbeuvyj1tG2Yqq+0H9wGoI2IMk4EOsQeX+vmd75FtJAzf+gTA69WF+baUKRYQ3x2kbLE08js5OsTVg==
462462

463463
"@eslint/object-schema@^2.1.4":
464464
version "2.1.4"
@@ -1725,17 +1725,17 @@ eslint-visitor-keys@^4.2.0:
17251725
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-4.2.0.tgz#687bacb2af884fcdda8a6e7d65c606f46a14cd45"
17261726
integrity sha512-UyLnSehNt62FFhSwjZlHmeokpRK59rcz29j+F1/aDgbkbRTk7wIc9XzdoasMUbRNKDM0qQt/+BJ4BrpFeABemw==
17271727

1728-
eslint@9.15.0:
1729-
version "9.15.0"
1730-
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.15.0.tgz#77c684a4e980e82135ebff8ee8f0a9106ce6b8a6"
1731-
integrity sha512-7CrWySmIibCgT1Os28lUU6upBshZ+GxybLOrmRzi08kS8MBuO8QA7pXEgYgY5W8vK3e74xv0lpjo9DbaGU9Rkw==
1728+
eslint@9.16.0:
1729+
version "9.16.0"
1730+
resolved "https://registry.yarnpkg.com/eslint/-/eslint-9.16.0.tgz#66832e66258922ac0a626f803a9273e37747f2a6"
1731+
integrity sha512-whp8mSQI4C8VXd+fLgSM0lh3UlmcFtVwUQjyKCFfsp+2ItAIYhlq/hqGahGqHE6cv9unM41VlqKk2VtKYR2TaA==
17321732
dependencies:
17331733
"@eslint-community/eslint-utils" "^4.2.0"
17341734
"@eslint-community/regexpp" "^4.12.1"
17351735
"@eslint/config-array" "^0.19.0"
17361736
"@eslint/core" "^0.9.0"
17371737
"@eslint/eslintrc" "^3.2.0"
1738-
"@eslint/js" "9.15.0"
1738+
"@eslint/js" "9.16.0"
17391739
"@eslint/plugin-kit" "^0.2.3"
17401740
"@humanfs/node" "^0.16.6"
17411741
"@humanwhocodes/module-importer" "^1.0.1"

0 commit comments

Comments
 (0)