Skip to content

Commit

Permalink
chore(deps): bump typescript from 4.6.4 to 5.7.2
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/microsoft/TypeScript) from 4.6.4 to 5.7.2.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v4.6.4...v5.7.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 22, 2024
1 parent 4481920 commit d5f9e74
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 70 deletions.
82 changes: 18 additions & 64 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 @@ -45,7 +45,7 @@
"prettier": "3.2.5",
"reflect-metadata": "0.1.13",
"ts-node": "10.9.2",
"typescript": "4.6.4",
"typescript": "5.7.2",
"vitest": "1.3.0"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,6 @@
"nodemon": "3.0.3",
"npm-run-all": "4.1.5",
"supertest": "6.3.4",
"typescript": "4.6.4"
"typescript": "5.7.2"
}
}
2 changes: 1 addition & 1 deletion packages/convertbot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
"@types/tmp": "0.2.6",
"nodemon": "3.0.3",
"npm-run-all": "4.1.5",
"typescript": "4.6.4"
"typescript": "5.7.2"
}
}
2 changes: 1 addition & 1 deletion packages/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"eslint-plugin-react": "7.33.2",
"eslint-plugin-react-hooks": "4.6.0",
"rollup-plugin-visualizer": "5.12.0",
"typescript": "4.6.4",
"typescript": "5.7.2",
"vite": "5.1.3"
},
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
"@types/lodash": "4.17.5",
"@types/node": "20.11.27",
"@types/parsimmon": "1.10.9",
"typescript": "4.6.4"
"typescript": "5.7.2"
}
}
2 changes: 1 addition & 1 deletion packages/slackbot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@
"@types/tmp": "0.2.6",
"nodemon": "3.0.3",
"npm-run-all": "4.1.5",
"typescript": "4.6.4"
"typescript": "5.7.2"
}
}

0 comments on commit d5f9e74

Please sign in to comment.