Skip to content

Commit e34bd7d

Browse files
Bump typescript from 4.7.4 to 4.8.2
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.7.4 to 4.8.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v4.7.4...v4.8.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 779f5de commit e34bd7d

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

integration-test/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"@types/which": "^2.0.1",
4141
"shx": "^0.3.4",
4242
"ts-node": "^10.9.1",
43-
"typescript": "^4.7.4"
43+
"typescript": "^4.8.2"
4444
},
4545
"scripts": {
4646
"build": "shx rm -rf dist && tsc -b",

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"ts-morph": "^14.0.0",
6363
"ts-node": "^10.9.1",
6464
"tslib": "^2.4.0",
65-
"typescript": "^4.7.4"
65+
"typescript": "^4.8.2"
6666
},
6767
"oclif": {
6868
"bin": "autify",

0 commit comments

Comments
 (0)