Skip to content

Commit 4891929

Browse files
chore(deps-dev): bump typescript in the development-dependencies group
Bumps the development-dependencies group with 1 update: [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: development-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3c0fa08 commit 4891929

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
"playwright": "^1.54.1",
7777
"prettier": "^3.6.1",
7878
"semantic-release": "^24.2.7",
79-
"typescript": "~5.8.3",
79+
"typescript": "~5.9.3",
8080
"typescript-eslint": "^8.30.1",
8181
"vite": "^6.3.5",
8282
"vite-plugin-top-level-await": "^1.5.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8122,10 +8122,10 @@ typescript-eslint@^8.30.1:
81228122
"@typescript-eslint/typescript-estree" "8.47.0"
81238123
"@typescript-eslint/utils" "8.47.0"
81248124

8125-
typescript@~5.8.3:
8126-
version "5.8.3"
8127-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e"
8128-
integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==
8125+
typescript@~5.9.3:
8126+
version "5.9.3"
8127+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.3.tgz#5b4f59e15310ab17a216f5d6cf53ee476ede670f"
8128+
integrity sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==
81298129

81308130
typewise-core@^1.2, typewise-core@^1.2.0:
81318131
version "1.2.0"

0 commit comments

Comments
 (0)