Skip to content

Commit cd077a1

Browse files
meta: bump typescript from 5.5.4 to 5.6.3 (#7172)
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.5.4 to 5.6.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.5.4...v5.6.3) --- 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 e2e6c33 commit cd077a1

File tree

3 files changed

+4
-34
lines changed

3 files changed

+4
-34
lines changed

apps/site/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
"stylelint-config-standard": "36.0.1",
121121
"stylelint-order": "6.0.4",
122122
"stylelint-selector-bem-pattern": "4.0.1",
123-
"typescript": "~5.5.4",
123+
"typescript": "~5.6.3",
124124
"typescript-eslint": "~8.8.1",
125125
"user-agent-data-types": "0.4.2"
126126
}

package-lock.json

+2-32
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/i18n/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"devDependencies": {
2222
"eslint-import-resolver-typescript": "~3.6.3",
23-
"typescript": "~5.5.4",
23+
"typescript": "~5.6.3",
2424
"typescript-eslint": "~8.8.1"
2525
}
2626
}

0 commit comments

Comments
 (0)