Skip to content

Commit c349116

Browse files
Bump typescript from 5.6.2 to 5.7.2 (#1227)
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.6.2 to 5.7.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.6.2...v5.7.2) --- updated-dependencies: - dependency-name: typescript 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 f55a09b commit c349116

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
@@ -29,7 +29,7 @@
2929
"eslint": "8.57.1",
3030
"eslint-config-next": "15.0.3",
3131
"firebase-tools": "^13.22.1",
32-
"typescript": "^5.6.2"
32+
"typescript": "^5.7.2"
3333
},
3434
"resolutions": {
3535
"styled-components": "^5"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7741,10 +7741,10 @@ typedarray-to-buffer@^3.1.5:
77417741
dependencies:
77427742
is-typedarray "^1.0.0"
77437743

7744-
typescript@^5.6.2:
7745-
version "5.6.2"
7746-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.2.tgz#d1de67b6bef77c41823f822df8f0b3bcff60a5a0"
7747-
integrity sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==
7744+
typescript@^5.7.2:
7745+
version "5.7.2"
7746+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.7.2.tgz#3169cf8c4c8a828cde53ba9ecb3d2b1d5dd67be6"
7747+
integrity sha512-i5t66RHxDvVN40HfDd1PsEThGNnlMCMT3jMUuoh9/0TaqWevNontacunWyN02LA9/fIbEWlcHZcgTKb9QoaLfg==
77487748

77497749
unbox-primitive@^1.0.1:
77507750
version "1.0.1"

0 commit comments

Comments
 (0)