Skip to content

Commit e02d3ab

Browse files
dependabot[bot]kodiakhq[bot]
authored andcommitted
chore(deps-dev): bump typescript from 5.3.3 to 5.4.3
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.3.3 to 5.4.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.3.3...v5.4.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c36742c commit e02d3ab

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@
7171
"husky": "^8.0.3",
7272
"lint-staged": "^13.3.0",
7373
"prettier": "^2.8.7",
74-
"typescript": "^5.3.3"
74+
"typescript": "^5.4.3"
7575
}
7676
}

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -3040,10 +3040,10 @@ typed-array-length@^1.0.4:
30403040
for-each "^0.3.3"
30413041
is-typed-array "^1.1.9"
30423042

3043-
"typescript@^4.6.4 || ^5.2.2", typescript@^5.3.3:
3044-
version "5.3.3"
3045-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
3046-
integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==
3043+
"typescript@^4.6.4 || ^5.2.2", typescript@^5.4.3:
3044+
version "5.4.3"
3045+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.3.tgz#5c6fedd4c87bee01cd7a528a30145521f8e0feff"
3046+
integrity sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==
30473047

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

0 commit comments

Comments
 (0)