Skip to content

Commit f571d25

Browse files
meta: bump typescript from 5.6.3 to 5.7.2 (#7302)
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.6.3 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.3...v5.7.2) --- updated-dependencies: - dependency-name: typescript 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 7c1e4db commit f571d25

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

apps/site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
"stylelint-config-standard": "36.0.1",
111111
"stylelint-order": "6.0.4",
112112
"stylelint-selector-bem-pattern": "4.0.1",
113-
"typescript": "~5.6.3",
113+
"typescript": "~5.7.2",
114114
"typescript-eslint": "~8.16.0",
115115
"user-agent-data-types": "0.4.2"
116116
}

package-lock.json

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

packages/i18n/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"devDependencies": {
1919
"eslint-import-resolver-typescript": "~3.6.3",
20-
"typescript": "~5.6.3",
20+
"typescript": "~5.7.2",
2121
"typescript-eslint": "~8.16.0"
2222
}
2323
}

0 commit comments

Comments
 (0)