Skip to content

Commit

Permalink
fix(deps-dev): bump typescript from 4.6.3 to 4.7.4 (#292)
Browse files Browse the repository at this point in the history
* fix(deps-dev): bump typescript from 4.6.3 to 4.7.4

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.6.3 to 4.7.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v4.6.3...v4.7.4)

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

Signed-off-by: dependabot[bot] <[email protected]>

* also update vercel/ncc

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Marcin Dobosz <[email protected]>
  • Loading branch information
dependabot[bot] and marcind authored Jul 26, 2022
1 parent 99e17b1 commit 8c15be2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
28 changes: 14 additions & 14 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"@types/jest": "^28.1.6",
"@types/js-yaml": "^3.12.5",
"@types/minimatch": "^3.0.4",
"@vercel/ncc": "^0.33.4",
"@vercel/ncc": "^0.34.0",
"jest": "^28.1.3",
"npm-run-all": "^4.1.5",
"ts-jest": "^28.0.7",
"typescript": "^4.6.3"
"typescript": "^4.7.4"
},
"dependencies": {
"@actions/core": "^1.9.0",
Expand Down

0 comments on commit 8c15be2

Please sign in to comment.