Skip to content

Commit 9246f7a

Browse files
chore(deps-dev): bump typescript from 5.8.3 to 5.9.2 (#253)
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.8.3 to 5.9.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](microsoft/TypeScript@v5.8.3...v5.9.2) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.9.2 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cf40cfc commit 9246f7a

File tree

3 files changed

+115
-115
lines changed

3 files changed

+115
-115
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"prettier-plugin-svelte": "^3.4.0",
5050
"svelte": "5.38.2",
5151
"svelte-check": "^4.3.1",
52-
"typescript": "5.8.3",
52+
"typescript": "5.9.2",
5353
"vite": "^7.1.3",
5454
"vitest": "^2.0.2"
5555
},

packages/backend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"eslint-plugin-redundant-undefined": "^1.0.0",
7070
"eslint-plugin-sonarjs": "^1.0.4",
7171
"prettier": "^3.6.2",
72-
"typescript": "5.8.3",
72+
"typescript": "5.9.2",
7373
"vite": "^7.1.3",
7474
"vitest": "^2.0.2"
7575
},

0 commit comments

Comments
 (0)