Skip to content

Commit d1dc596

Browse files
chore(deps-dev): bump typescript from 5.8.2 to 5.8.3
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.8.2 to 5.8.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.2...v5.8.3) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.8.3 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6608da1 commit d1dc596

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
@@ -54,7 +54,7 @@
5454
"jest-environment-jsdom": "^29.7.0",
5555
"lint-staged": "^15.5.0",
5656
"prettier": "3.0.3",
57-
"typescript": "^5.8.2",
57+
"typescript": "^5.8.3",
5858
"vite": "^6.2.4",
5959
"vite-plugin-environment": "^1.1.3"
6060
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6732,10 +6732,10 @@ typed-array-length@^1.0.7:
67326732
possible-typed-array-names "^1.0.0"
67336733
reflect.getprototypeof "^1.0.6"
67346734

6735-
typescript@^5.8.2:
6736-
version "5.8.2"
6737-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.2.tgz#8170b3702f74b79db2e5a96207c15e65807999e4"
6738-
integrity sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==
6735+
typescript@^5.8.3:
6736+
version "5.8.3"
6737+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.3.tgz#92f8a3e5e3cf497356f4178c34cd65a7f5e8440e"
6738+
integrity sha512-p1diW6TqL9L07nNxvRMM7hMMw4c5XOo/1ibL4aAIGmSAt9slTE1Xgw5KWuof2uTOvCg9BY7ZRi+GaF+7sfgPeQ==
67396739

67406740
unbox-primitive@^1.0.2:
67416741
version "1.0.2"

0 commit comments

Comments
 (0)