Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 3, 2024
1 parent 95fa281 commit 4c33685
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 9 deletions.
25 changes: 19 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": "^5.0.1",
"prettier": "^3.3.2",
"rimraf": "^5.0.7",
"typescript": "^5.4.5",
"typescript": "^5.5.3",
"vitest": "^1.6.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.7",
"rollup-plugin-esbuild": "^6.1.1",
"rollup-plugin-typescript2": "^0.36.0",
"typescript": "^5.4.5"
"typescript": "^5.5.3"
},
"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.3.3",
"cross-env": "^7.0.3",
"rimraf": "^5.0.7",
"typescript": "^5.4.5"
"typescript": "^5.5.3"
}
}

0 comments on commit 4c33685

Please sign in to comment.