Skip to content

Commit 506aee3

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 0c9dc1e commit 506aee3

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
@@ -5576,10 +5576,10 @@ typed-array-length@^1.0.4:
55765576
for-each "^0.3.3"
55775577
is-typed-array "^1.1.9"
55785578

5579-
typescript@^4.9.5:
5580-
version "4.9.5"
5581-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
5582-
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
5579+
typescript@^5.3.3:
5580+
version "5.3.3"
5581+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
5582+
integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==
55835583

55845584
unbox-primitive@^1.0.2:
55855585
version "1.0.2"

0 commit comments

Comments
 (0)