Skip to content

Commit 076bd32

Browse files
scaleway-botphilibea
authored andcommitted
chore: add changeset renovate-7cfd24a
Signed-off-by: Alexandre Philibeaux <aphilibeaux@scaleway.com>
1 parent 6316355 commit 076bd32

File tree

4 files changed

+762
-933
lines changed

4 files changed

+762
-933
lines changed

.changeset/renovate-7cfd24a.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@scaleway/eslint-config-react': patch
3+
---
4+
5+
Updated dependency `eslint` to `9.7.0`.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"pnpm": ">=9.x"
1010
},
1111
"dependencies": {
12-
"@babel/core": "7.24.9",
12+
"@babel/core": "7.25.2",
1313
"@babel/eslint-parser": "7.25.1",
1414
"@babel/plugin-transform-runtime": "7.24.7",
1515
"@babel/preset-env": "7.25.3",
@@ -31,15 +31,15 @@
3131
"@types/react-dom": "18.3.0",
3232
"@vitejs/plugin-react": "4.3.1",
3333
"@vitest/coverage-istanbul": "1.6.0",
34-
"browserslist": "4.23.2",
34+
"browserslist": "4.23.3",
3535
"builtin-modules": "4.0.0",
3636
"cross-env": "7.0.3",
3737
"esbuild-plugin-browserslist": "0.14.0",
3838
"eslint": "9.7.0",
3939
"globals": "15.8.0",
4040
"happy-dom": "14.12.3",
4141
"husky": "9.0.11",
42-
"lint-staged": "15.2.7",
42+
"lint-staged": "15.2.8",
4343
"mockdate": "3.0.5",
4444
"read-pkg": "9.0.1",
4545
"shx": "0.3.4",

packages/eslint-config-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"eslint-plugin-react-hooks": "4.6.2"
4848
},
4949
"peerDependencies": {
50-
"eslint": ">= 9.4"
50+
"eslint": ">= 9.7"
5151
},
5252
"devDependencies": {
5353
"eslint": "9.7.0",

0 commit comments

Comments
 (0)