Skip to content

Commit 321b373

Browse files
Bump typescript from 5.8.2 to 5.9.2 (#793)
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.8.2 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.2...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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3e203be commit 321b373

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
@@ -50,7 +50,7 @@
5050
"eslint": "^9.12.0",
5151
"eslint-config-next": "14.2.14",
5252
"playwright": "^1.47.2",
53-
"typescript": ">=5.8.2",
53+
"typescript": ">=5.9.2",
5454
"webpack": "^5.98.0"
5555
}
5656
}

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5184,10 +5184,10 @@ typed-array-length@^1.0.6:
51845184
is-typed-array "^1.1.13"
51855185
possible-typed-array-names "^1.0.0"
51865186

5187-
typescript@>=5.8.2:
5188-
version "5.8.2"
5189-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.8.2.tgz#8170b3702f74b79db2e5a96207c15e65807999e4"
5190-
integrity sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==
5187+
typescript@>=5.9.2:
5188+
version "5.9.2"
5189+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.9.2.tgz#d93450cddec5154a2d5cabe3b8102b83316fb2a6"
5190+
integrity sha512-CWBzXQrc/qOkhidw1OzBTQuYRbfyxDXJMVJ1XNwUHGROVmuaeiEm3OslpZ1RV96d7SKKjZKrSJu3+t/xlw3R9A==
51915191

51925192
unbox-primitive@^1.0.2:
51935193
version "1.0.2"

0 commit comments

Comments
 (0)