Skip to content

Commit 3ad40e6

Browse files
chore(dev-deps): update eslint (#384)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent db7c9bd commit 3ad40e6

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
},
2626
"devDependencies": {
2727
"@babel/core": "^7.28.0",
28-
"@babel/eslint-parser": "^7.28.4",
28+
"@babel/eslint-parser": "^7.28.5",
2929
"@babel/plugin-transform-runtime": "^7.28.0",
3030
"@babel/plugin-transform-typescript": "^7.28.0",
3131
"@babel/preset-env": "^7.28.0",

packages/embed-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"@storybook/react-webpack5": "9.0.18",
4040
"@types/react": "^18.3.26",
4141
"@types/react-dom": "^18.3.7",
42-
"eslint-plugin-storybook": "9.1.13",
42+
"eslint-plugin-storybook": "9.1.16",
4343
"react": "^18.3.1",
4444
"react-dom": "^18.3.1",
4545
"storybook": "9.0.18"

yarn.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -237,10 +237,10 @@
237237
json5 "^2.2.3"
238238
semver "^6.3.1"
239239

240-
"@babel/eslint-parser@^7.28.4":
241-
version "7.28.4"
242-
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.28.4.tgz#80dd86e0aeaae9704411a044db60e1ae6477d93f"
243-
integrity sha512-Aa+yDiH87980jR6zvRfFuCR1+dLb00vBydhTL+zI992Rz/wQhSvuxjmOOuJOgO3XmakO6RykRGD2S1mq1AtgHA==
240+
"@babel/eslint-parser@^7.28.5":
241+
version "7.28.5"
242+
resolved "https://registry.yarnpkg.com/@babel/eslint-parser/-/eslint-parser-7.28.5.tgz#0b8883a4a1c2cbed7b3cd9d7765d80e8f480b9ae"
243+
integrity sha512-fcdRcWahONYo+JRnJg1/AekOacGvKx12Gu0qXJXFi2WBqQA1i7+O5PaxRB7kxE/Op94dExnCiiar6T09pvdHpA==
244244
dependencies:
245245
"@nicolo-ribaudo/eslint-scope-5-internals" "5.1.1-v1"
246246
eslint-visitor-keys "^2.1.0"
@@ -7480,10 +7480,10 @@ eslint-plugin-react@^7.37.5:
74807480
string.prototype.matchall "^4.0.12"
74817481
string.prototype.repeat "^1.0.0"
74827482

7483-
7484-
version "9.1.13"
7485-
resolved "https://registry.yarnpkg.com/eslint-plugin-storybook/-/eslint-plugin-storybook-9.1.13.tgz#d738e3d949ef2e692a6f09961f58941832cdbd1b"
7486-
integrity sha512-kPuhbtGDiJLB5OLZuwFZAxgzWakNDw64sJtXUPN8g0+VAeXfHyZEmsE28qIIETHxtal71lPKVm8QNnERaJHPJQ==
7483+
7484+
version "9.1.16"
7485+
resolved "https://registry.yarnpkg.com/eslint-plugin-storybook/-/eslint-plugin-storybook-9.1.16.tgz#9ccdd3c9b962b8820a636c68f9429067fabf1bb9"
7486+
integrity sha512-I8f3DXniPxFbcptVgOjtIHNvW6sDu1O2d1zNsxLKmeAvEaRLus1ij8iFHCgkNzMthrU5U2F4Wdo/aaSpz5kHjA==
74877487
dependencies:
74887488
"@typescript-eslint/utils" "^8.8.1"
74897489

0 commit comments

Comments
 (0)