Skip to content

Commit

Permalink
chore(deps-dev): bump typescript from 5.3.2 to 5.4.4
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.3.2 to 5.4.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](microsoft/TypeScript@v5.3.2...v5.4.4)

---
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 Apr 8, 2024
1 parent b53b815 commit 1d38434
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"react-dom": "^18.2.0",
"rollup-plugin-preserve-directives": "^0.4.0",
"start-server-and-test": "^2.0.3",
"typescript": "^5.3.2",
"typescript": "^5.4.4",
"vite": "^5.1.7"
},
"peerDependencies": {
Expand Down
12 changes: 6 additions & 6 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 playground-test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"@types/node": "^20.11.22",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.22",
"typescript": "^5.3.2"
"typescript": "^5.4.4"
}
}
2 changes: 1 addition & 1 deletion playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"@types/node": "^20.11.22",
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.22",
"typescript": "^5.3.2"
"typescript": "^5.4.4"
}
}

0 comments on commit 1d38434

Please sign in to comment.