Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 2, 2024
1 parent a63ecc4 commit 9b9c69e
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 23 deletions.
34 changes: 17 additions & 17 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"reflect-metadata": "0.1.13",
"ts-jest": "27.1.4",
"ts-node": "10.8.1",
"typescript": "4.6.4"
"typescript": "4.9.5"
},
"scripts": {
"license:thirdparty": "ts-node scripts/third-party.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,6 @@
"prettier": "2.8.7",
"supertest": "6.3.3",
"ts-jest": "27.1.4",
"typescript": "4.6.4"
"typescript": "4.9.5"
}
}
2 changes: 1 addition & 1 deletion packages/convertbot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@
"npm-run-all": "4.1.5",
"prettier": "2.8.7",
"ts-jest": "27.1.4",
"typescript": "4.6.4"
"typescript": "4.9.5"
}
}
2 changes: 1 addition & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"jest": "27.5.1",
"prettier": "2.8.7",
"rollup-plugin-visualizer": "5.9.0",
"typescript": "4.6.4",
"typescript": "4.9.5",
"vite": "4.4.12",
"vite-plugin-rewrite-all": "1.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@
"@types/parsimmon": "1.10.6",
"jest": "27.5.1",
"ts-jest": "27.1.4",
"typescript": "4.6.4"
"typescript": "4.9.5"
}
}
2 changes: 1 addition & 1 deletion packages/slackbot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@
"npm-run-all": "4.1.5",
"prettier": "2.8.7",
"ts-jest": "27.1.4",
"typescript": "4.6.4"
"typescript": "4.9.5"
}
}

0 comments on commit 9b9c69e

Please sign in to comment.