Skip to content

Commit 3a4b494

Browse files
chore(dev-deps): bump typescript from 5.3.3 to 5.4.2
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.3.3 to 5.4.2. - [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.2) --- 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 034495b commit 3a4b494

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
@@ -56,7 +56,7 @@
5656
"@salesforce/dev-scripts": "^8.4.0",
5757
"eslint-plugin-sf-plugin": "^1.17.3",
5858
"ts-node": "^10.9.2",
59-
"typescript": "^5.3.3"
59+
"typescript": "^5.4.2"
6060
},
6161
"publishConfig": {
6262
"access": "public"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5348,10 +5348,10 @@ typedoc@^0.25.3:
53485348
minimatch "^9.0.3"
53495349
shiki "^0.14.1"
53505350

5351-
"typescript@^4.6.4 || ^5.0.0", typescript@^5.3.3:
5352-
version "5.3.3"
5353-
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.3.3.tgz#b3ce6ba258e72e6305ba66f5c9b452aaee3ffe37"
5354-
integrity sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==
5351+
"typescript@^4.6.4 || ^5.0.0", typescript@^5.4.2:
5352+
version "5.4.2"
5353+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.2.tgz#0ae9cebcfae970718474fe0da2c090cad6577372"
5354+
integrity sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==
53555355

53565356
typescript@^4.9.5:
53575357
version "4.9.5"

0 commit comments

Comments
 (0)