Skip to content

Commit

Permalink
fix(devdeps): update dependency typescript to v5.7.3 (#2395)
Browse files Browse the repository at this point in the history
* fix(devdeps): update dependency typescript to v5.7.3

* chore: add changeset renovate-1c355fa

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Scaleway Bot <[email protected]>
  • Loading branch information
renovate[bot] and scaleway-bot authored Jan 12, 2025
1 parent dc5e97e commit d91c6e5
Show file tree
Hide file tree
Showing 4 changed files with 80 additions and 75 deletions.
5 changes: 5 additions & 0 deletions .changeset/renovate-1c355fa.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@scaleway/eslint-config-react': patch
---

Updated dependency `typescript` to `5.7.3`.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"read-pkg": "9.0.1",
"shx": "0.3.4",
"tstyche": "3.2.0",
"typescript": "5.7.2",
"typescript": "5.7.3",
"vite": "6.0.7",
"vitest": "2.1.8",
"vitest-localstorage-mock": "0.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@
},
"devDependencies": {
"eslint": "9.17.0",
"typescript": "5.7.2"
"typescript": "5.7.3"
}
}
Loading

0 comments on commit d91c6e5

Please sign in to comment.