Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent f510141 commit 67a1846
Show file tree
Hide file tree
Showing 4 changed files with 92 additions and 99 deletions.
2 changes: 1 addition & 1 deletion demos/taco-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"react-refresh": "^0.14.2",
"rimraf": "^5.0.10",
"stream-browserify": "^3.0.0",
"typescript": "^4.9.5",
"typescript": "^5.4.5",
"vm-browserify": "^1.1.2",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
Expand Down
2 changes: 1 addition & 1 deletion demos/taco-nft-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"react-refresh": "^0.14.2",
"rimraf": "^5.0.10",
"stream-browserify": "^3.0.0",
"typescript": "^4.9.5",
"typescript": "^5.4.5",
"webpack": "^5.94.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.2"
Expand Down
2 changes: 1 addition & 1 deletion examples/taco/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"next": "14.1.1",
"react": "18.3.1",
"react-dom": "18.3.1",
"typescript": "5.2.2"
"typescript": "5.4.5"
}
}
Loading

0 comments on commit 67a1846

Please sign in to comment.