Skip to content

Commit 74eaf37

Browse files
Bump typescript from 5.4.3 to 5.5.3
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.3 to 5.5.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.4.3...v5.5.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0e33d7c commit 74eaf37

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
@@ -48,7 +48,7 @@
4848
"react-router-dom": "^6.23.1",
4949
"ts-jest": "^29.1.5",
5050
"ts-loader": "^9.5.1",
51-
"typescript": "^5.4.3",
51+
"typescript": "^5.5.3",
5252
"webpack": "^5.91.0",
5353
"webpack-cli": "^5.0.1"
5454
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6208,10 +6208,10 @@ typed-array-length@^1.0.6:
62086208
is-typed-array "^1.1.13"
62096209
possible-typed-array-names "^1.0.0"
62106210

6211-
typescript@^5.4.3:
6212-
version "5.4.3"
6213-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.3.tgz#5c6fedd4c87bee01cd7a528a30145521f8e0feff"
6214-
integrity sha512-KrPd3PKaCLr78MalgiwJnA25Nm8HAmdwN3mYUYZgG/wizIo9EainNVQI9/yDavtVFRN2h3k8uf3GLHuhDMgEHg==
6211+
typescript@^5.5.3:
6212+
version "5.5.3"
6213+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.3.tgz#e1b0a3c394190838a0b168e771b0ad56a0af0faa"
6214+
integrity sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==
62156215

62166216
unbox-primitive@^1.0.2:
62176217
version "1.0.2"

0 commit comments

Comments
 (0)