Skip to content

Commit 5be41c7

Browse files
chore(dev-deps): bump typescript from 5.4.5 to 5.5.3
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.5 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.5...v5.5.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5bc8207 commit 5be41c7

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"eslint-plugin-sf-plugin": "^1.18.8",
2121
"oclif": "^4.10.11",
2222
"ts-node": "^10.9.2",
23-
"typescript": "^5.4.5"
23+
"typescript": "^5.5.3"
2424
},
2525
"config": {},
2626
"engines": {

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7432,7 +7432,12 @@ typedoc@^0.25.13:
74327432
minimatch "^9.0.3"
74337433
shiki "^0.14.7"
74347434

7435-
"typescript@^4.6.4 || ^5.0.0", typescript@^5.4.3, typescript@^5.4.5, typescript@~5.4.2:
7435+
"typescript@^4.6.4 || ^5.0.0", typescript@^5.4.3, typescript@^5.5.3:
7436+
version "5.5.3"
7437+
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.5.3.tgz#e1b0a3c394190838a0b168e771b0ad56a0af0faa"
7438+
integrity sha512-/hreyEujaB0w76zKo6717l3L0o/qEUtRgdvUBvlkhoWeOVMjMuHNHk0BRBzikzuGDqNmPQbg5ifMEqsHLiIUcQ==
7439+
7440+
typescript@~5.4.2:
74367441
version "5.4.5"
74377442
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611"
74387443
integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==

0 commit comments

Comments
 (0)