Skip to content

Commit 1201f3d

Browse files
Bump typescript from 4.9.5 to 5.3.3
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.3.3. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v4.9.5...v5.3.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 99ed2ed commit 1201f3d

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.15.0",
4949
"ts-jest": "^29.0.5",
5050
"ts-loader": "^9.5.1",
51-
"typescript": "^4.9.5",
51+
"typescript": "^5.3.3",
5252
"webpack": "^5.89.0",
5353
"webpack-cli": "^5.0.1"
5454
},

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5580,10 +5580,10 @@ typed-array-length@^1.0.4:
55805580
for-each "^0.3.3"
55815581
is-typed-array "^1.1.9"
55825582

5583-
typescript@^4.9.5:
5584-
version "4.9.5"
5585-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
5586-
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
5583+
typescript@^5.3.3:
5584+
version "5.3.3"
5585+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
5586+
integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==
55875587

55885588
unbox-primitive@^1.0.2:
55895589
version "1.0.2"

0 commit comments

Comments
 (0)