Skip to content

Commit

Permalink
chore(deps-dev): bump typescript
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 3.9.10 to 4.9.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v3.9.10...v4.9.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jul 12, 2023
1 parent 0c8c3bb commit 35864bf
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 10 deletions.
34 changes: 26 additions & 8 deletions examples/typescript-step-functions-mixed/package-lock.json

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

2 changes: 1 addition & 1 deletion examples/typescript-step-functions-mixed/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"cdktf-cli": "0.17.1",
"jest": "27.1.0",
"ts-jest": "^27.0.5",
"typescript": "^3.9.7"
"typescript": "^4.9.5"
},
"dependencies": {
"@cdktf/aws-cdk": "^0.8.9",
Expand Down
7 changes: 6 additions & 1 deletion examples/typescript-step-functions-mixed/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4812,7 +4812,12 @@ typedarray-to-buffer@^3.1.5:
dependencies:
is-typedarray "^1.0.0"

typescript@^3.9.7, typescript@next, typescript@~3.9.10:
typescript@^4.9.5:
version "4.9.5"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==

typescript@next, typescript@~3.9.10:
version "3.9.10"
resolved "https://registry.npmjs.org/typescript/-/typescript-3.9.10.tgz"
integrity sha512-w6fIxVE/H1PkLKcCPsFqKE7Kv7QUwhU8qQY2MueZXWx5cPZdwFupLgKK3vntcK98BtNHZtAF4LA/yl2a7k8R6Q==
Expand Down

0 comments on commit 35864bf

Please sign in to comment.