Skip to content

Commit

Permalink
chore(deps-dev): bump typescript from 5.4.3 to 5.4.4 (#53)
Browse files Browse the repository at this point in the history
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.4.3 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.4.3...v5.4.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 1, 2024
1 parent 20f4610 commit f27f101
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"eslint-plugin-github": "^4.10.2",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"typescript": "^5.4.3",
"typescript": "^5.4.4",
"vitest": "^1.4.0",
"vitest-dom": "^0.1.1"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/live-region-element/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"rimraf": "^5.0.5",
"rollup-plugin-esbuild": "^6.1.1",
"rollup-plugin-typescript2": "^0.36.0",
"typescript": "^5.4.3"
"typescript": "^5.4.4"
},
"sideEffects": [
"./src/define.ts",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"@types/react": "^18.2.74",
"cross-env": "^7.0.3",
"rimraf": "^5.0.5",
"typescript": "^5.4.3"
"typescript": "^5.4.4"
}
}

0 comments on commit f27f101

Please sign in to comment.