Skip to content

Commit e19e268

Browse files
meta: 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 454d31d commit e19e268

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

apps/site/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"stylelint-order": "6.0.4",
8484
"stylelint-selector-bem-pattern": "4.0.1",
8585
"tsx": "^4.19.3",
86-
"typescript": "~5.8.2",
86+
"typescript": "~5.8.3",
8787
"typescript-eslint": "~8.29.0",
8888
"user-agent-data-types": "0.4.2"
8989
}

package-lock.json

Lines changed: 6 additions & 6 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": "~4.3.1",
20-
"typescript": "~5.8.2",
20+
"typescript": "~5.8.3",
2121
"typescript-eslint": "~8.29.0"
2222
}
2323
}

packages/ui-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"stylelint-order": "6.0.4",
5252
"stylelint-selector-bem-pattern": "4.0.1",
5353
"tsx": "^4.19.3",
54-
"typescript": "~5.8.2",
54+
"typescript": "~5.8.3",
5555
"typescript-eslint": "~8.29.0"
5656
}
5757
}

0 commit comments

Comments
 (0)