Skip to content

Commit

Permalink
chore(deps-dev): Bump typescript from 4.9.4 to 5.3.3 (#903)
Browse files Browse the repository at this point in the history
* chore(deps-dev): Bump typescript from 4.9.4 to 5.3.3

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.4 to 5.3.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Commits](microsoft/TypeScript@v4.9.4...v5.3.3)

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

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

* fix: bump estree version so we can use ts 5.3.3

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: ferrandiaz <[email protected]>
  • Loading branch information
dependabot[bot] and ferrandiaz authored Jan 22, 2024
1 parent a3ec652 commit e26acb3
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 99 deletions.
173 changes: 77 additions & 96 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 packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"@oclif/plugin-not-found": "2.3.23",
"@oclif/plugin-plugins": "4.1.12",
"@oclif/plugin-warn-if-update-available": "2.0.24",
"@typescript-eslint/typescript-estree": "6.7.2",
"@typescript-eslint/typescript-estree": "6.19.0",
"acorn": "8.8.1",
"acorn-walk": "8.2.0",
"async-mqtt": "2.6.3",
Expand Down Expand Up @@ -116,7 +116,7 @@
"simple-git-hooks": "2.8.1",
"ts-jest": "29.0.3",
"ts-node": "10.9.1",
"typescript": "4.9.4"
"typescript": "5.3.3"
},
"jest": {
"testTimeout": 30000,
Expand Down
2 changes: 1 addition & 1 deletion packages/create-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"rimraf": "5.0.1",
"ts-jest": "29.0.3",
"ts-node": "10.9.1",
"typescript": "4.9.4"
"typescript": "5.3.3"
},
"jest": {
"projects": [
Expand Down

0 comments on commit e26acb3

Please sign in to comment.