Skip to content

Commit a530de0

Browse files
chore(deps-dev): bump typescript (#5349)
Bumps the typescript group with 1 update in the / directory: [typescript](https://github.com/microsoft/TypeScript). Updates `typescript` from 5.8.3 to 5.9.3 - [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.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.9.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: typescript ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f933c43 commit a530de0

File tree

4 files changed

+6
-48
lines changed

4 files changed

+6
-48
lines changed

package-lock.json

Lines changed: 3 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

storybooks/_storybook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"eslint-plugin-storybook": "9.1.13",
2525
"globals": "16.4.0",
2626
"storybook": "9.1.13",
27-
"typescript": "~5.8.3",
27+
"typescript": "~5.9.3",
2828
"typescript-eslint": "8.44.0",
2929
"vite": "7.1.11"
3030
}

storybooks/react-storybook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"eslint-plugin-storybook": "9.1.13",
2424
"globals": "16.4.0",
2525
"storybook": "9.1.13",
26-
"typescript": "~5.8.3",
26+
"typescript": "~5.9.3",
2727
"typescript-eslint": "8.44.0",
2828
"vite": "7.1.11"
2929
}

storybooks/vue-storybook/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"@vue/tsconfig": "0.8.1",
2121
"eslint-plugin-storybook": "9.1.13",
2222
"storybook": "9.1.13",
23-
"typescript": "~5.8.3",
23+
"typescript": "~5.9.3",
2424
"vite": "7.1.11",
2525
"vue-tsc": "3.1.1",
2626
"@vitest/browser": "3.2.4",

0 commit comments

Comments
 (0)