Skip to content

Commit b9cf9ac

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:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 66c7374 commit b9cf9ac

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"lerna": "^5.0.0",
3131
"prettier": "^2.1.2",
3232
"prettier-plugin-organize-imports": "^3.0.0",
33-
"typescript": "^4.9.3"
33+
"typescript": "^5.3.3"
3434
},
3535
"devDependencies": {
3636
"dotenv-cli": "^7.0.0"

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19994,12 +19994,12 @@ typedoc@^0.25.0:
1999419994
minimatch "^9.0.3"
1999519995
shiki "^0.14.7"
1999619996

19997-
typescript@5.3.3:
19997+
typescript@5.3.3, typescript@^5.3.3:
1999819998
version "5.3.3"
19999-
resolved "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
19999+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
2000020000
integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==
2000120001

20002-
"typescript@^3 || ^4", typescript@^4.9.3:
20002+
"typescript@^3 || ^4":
2000320003
version "4.9.5"
2000420004
resolved "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
2000520005
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==

0 commit comments

Comments
 (0)