Skip to content

Commit

Permalink
Bump typescript from 4.8.2 to 4.9.3 (#150)
Browse files Browse the repository at this point in the history
* Bump typescript from 4.8.2 to 4.9.3

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.8.2 to 4.9.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](https://github.com/Microsoft/TypeScript/commits)

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

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

* upgrade node types and rebuild dist

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Anthony Barbieri <anthonyabarbieri@gmail.com>
  • Loading branch information
dependabot[bot] and princespaghetti authored Nov 17, 2022
1 parent 6b06f1f commit 4e4c82f
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 24 deletions.
21 changes: 14 additions & 7 deletions dist/index.js

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

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

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 @@ -32,7 +32,7 @@
"semver": "^7.3.7"
},
"devDependencies": {
"@types/node": "^18.11.0",
"@types/node": "^18.11.9",
"@types/semver": "^7.3.11",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
Expand All @@ -44,6 +44,6 @@
"js-yaml": "^4.1.0",
"prettier": "2.7.1",
"ts-jest": "^27.1.4",
"typescript": "^4.8.2"
"typescript": "^4.9.3"
}
}

0 comments on commit 4e4c82f

Please sign in to comment.