Skip to content

Commit

Permalink
chore(deps-dev): bump typescript from 5.0.4 to 5.1.3 (#55)
Browse files Browse the repository at this point in the history
* chore(deps-dev): bump typescript from 5.0.4 to 5.1.3

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.0.4 to 5.1.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v5.0.4...v5.1.3)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: fix

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: jayree <jayree.git@icloud.com>
  • Loading branch information
dependabot[bot] and jayree authored Jun 8, 2023
1 parent 03998b2 commit 90a4ca5
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 10 deletions.
2 changes: 1 addition & 1 deletion lib/commands/jayree/org/configure/state.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions lib/utils/renderer.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/utils/renderer.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"shx": "^0.3.4",
"sinon": "15.1.0",
"ts-node": "^10.9.1",
"typescript": "^5.0.4",
"typescript": "^5.1.3",
"wireit": "^0.9.5"
},
"engines": {
Expand Down
2 changes: 1 addition & 1 deletion src/commands/jayree/org/configure/state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ export default class ImportState extends SfCommand<AnyJson> {
rendererOptions: {
timer: {
...PRESET_TIMER,
condition: (duration): boolean => duration > 250,
condition: (duration: number): boolean => duration > 250,
},
collapseErrors: false,
collapseSubtasks: false,
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7862,10 +7862,10 @@ typedoc@0.23.16:
minimatch "^5.1.0"
shiki "^0.11.1"

"typescript@^4.6.4 || ^5.0.0", typescript@^5.0.4:
version "5.0.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.0.4.tgz#b217fd20119bd61a94d4011274e0ab369058da3b"
integrity sha512-cW9T5W9xY37cc+jfEnaUvX91foxtHkza3Nw3wkoF4sSlKn0MONdkdEndig/qPBWXNkmplh3NzayQzCiHM4/hqw==
"typescript@^4.6.4 || ^5.0.0", typescript@^5.1.3:
version "5.1.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.1.3.tgz#8d84219244a6b40b6fb2b33cc1c062f715b9e826"
integrity sha512-XH627E9vkeqhlZFQuL+UsyAXEnibT0kWR2FWONlr4sTjvxyJYnyefgrkyECLzM5NenmKzRAy2rR/OlYLA1HkZw==

typescript@^4.9.5, typescript@~4.9.3:
version "4.9.5"
Expand Down

0 comments on commit 90a4ca5

Please sign in to comment.