Skip to content

Commit e840928

Browse files
Bump typescript from 5.4.3 to 5.4.5
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.3 to 5.4.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.4.3...v5.4.5) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3a83127 commit e840928

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
@@ -64,7 +64,7 @@
6464
"react-dom": "^18.2.0",
6565
"rollup": "^4.9.2",
6666
"tslib": "^2.5.0",
67-
"typescript": "5.4.3"
67+
"typescript": "5.4.5"
6868
},
6969
"peerDependencies": {
7070
"@types/react": "^16.8 || ^17 || ^18",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3039,10 +3039,10 @@ typed-array-length@^1.0.6:
30393039
is-typed-array "^1.1.13"
30403040
possible-typed-array-names "^1.0.0"
30413041

3042-
typescript@5.4.3:
3043-
version "5.4.3"
3044-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.3.tgz#5c6fedd4c87bee01cd7a528a30145521f8e0feff"
3045-
integrity sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==
3042+
typescript@5.4.5:
3043+
version "5.4.5"
3044+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611"
3045+
integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==
30463046

30473047
unbox-primitive@^1.0.2:
30483048
version "1.0.2"

0 commit comments

Comments
 (0)