Skip to content

Commit 44be370

Browse files
renovate[bot]literat
authored andcommitted
Deps: Update eslint plugins and configs non-major
1 parent 7a024bf commit 44be370

File tree

5 files changed

+814
-67
lines changed

5 files changed

+814
-67
lines changed

examples/next-with-app-router/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@types/react": "18.3.12",
2424
"@types/react-dom": "18.3.1",
2525
"eslint": "8.57.1",
26-
"eslint-config-next": "14.2.18",
26+
"eslint-config-next": "14.2.23",
2727
"typescript": "5.6.3"
2828
}
2929
}

examples/next-with-pages-router/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"@types/react": "18.3.12",
2727
"@types/react-dom": "18.3.1",
2828
"eslint": "8.57.1",
29-
"eslint-config-next": "14.2.18",
29+
"eslint-config-next": "14.2.23",
3030
"typescript": "5.6.3"
3131
},
3232
"description": "This is a [Next.js](https://nextjs.org/) project with demo Spirit Design System components and pages router",

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@
7676
"eslint": "8.57.1",
7777
"eslint-plugin-jsx-a11y": "6.10.2",
7878
"eslint-plugin-prettier": "5.2.1",
79-
"eslint-plugin-react": "7.37.2",
79+
"eslint-plugin-react": "7.37.4",
8080
"eslint-plugin-react-hooks": "4.6.2",
81-
"eslint-plugin-storybook": "0.11.1",
81+
"eslint-plugin-storybook": "0.11.2",
8282
"husky": "9.1.7",
8383
"is-ci": "3.0.1",
8484
"lerna": "8.1.8",

packages/web-react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@
6363
"eslint-plugin-jsx-a11y": "6.10.2",
6464
"eslint-plugin-prettier": "5.2.1",
6565
"eslint-plugin-promise": "6.6.0",
66-
"eslint-plugin-react": "7.37.2",
66+
"eslint-plugin-react": "7.37.4",
6767
"eslint-plugin-react-hooks": "4.6.2",
68-
"eslint-plugin-react-refresh": "0.4.14",
68+
"eslint-plugin-react-refresh": "0.4.18",
6969
"eslint-plugin-standard": "5.0.0",
7070
"glob": "10.4.5",
7171
"jest": "29.7.0",

0 commit comments

Comments
 (0)