Skip to content

Commit 65f25c5

Browse files
authored
Merge branch 'main' into renovate/pnpm-9.x
2 parents 60960a1 + b687574 commit 65f25c5

File tree

4 files changed

+124
-119
lines changed

4 files changed

+124
-119
lines changed

.changeset/renovate-1c355fa.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 `typescript` to `5.7.3`.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,24 +29,24 @@
2929
"@testing-library/react": "16.1.0",
3030
"@types/jest": "29.5.14",
3131
"@types/node": "22.10.5",
32-
"@types/react": "19.0.2",
32+
"@types/react": "19.0.4",
3333
"@types/react-dom": "19.0.2",
3434
"@vitejs/plugin-react": "4.3.4",
3535
"@vitest/coverage-istanbul": "2.1.8",
36-
"browserslist": "4.24.3",
36+
"browserslist": "4.24.4",
3737
"builtin-modules": "4.0.0",
3838
"cross-env": "7.0.3",
3939
"esbuild-plugin-browserslist": "0.15.0",
4040
"eslint": "9.17.0",
4141
"globals": "15.14.0",
42-
"happy-dom": "15.11.7",
42+
"happy-dom": "16.0.1",
4343
"husky": "9.1.7",
4444
"lint-staged": "15.3.0",
4545
"mockdate": "3.0.5",
4646
"read-pkg": "9.0.1",
4747
"shx": "0.3.4",
4848
"tstyche": "3.2.0",
49-
"typescript": "5.7.2",
49+
"typescript": "5.7.3",
5050
"vite": "6.0.7",
5151
"vitest": "2.1.8",
5252
"vitest-localstorage-mock": "0.1.2",

packages/eslint-config-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,6 @@
5454
},
5555
"devDependencies": {
5656
"eslint": "9.17.0",
57-
"typescript": "5.7.2"
57+
"typescript": "5.7.3"
5858
}
5959
}

0 commit comments

Comments
 (0)