Skip to content

Commit f27f101

Browse files
chore(deps-dev): bump typescript from 5.4.3 to 5.4.4 (#53)
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>
1 parent 20f4610 commit f27f101

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

package-lock.json

+6-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"eslint-plugin-github": "^4.10.2",
2727
"prettier": "^3.2.5",
2828
"rimraf": "^5.0.5",
29-
"typescript": "^5.4.3",
29+
"typescript": "^5.4.4",
3030
"vitest": "^1.4.0",
3131
"vitest-dom": "^0.1.1"
3232
}

packages/live-region-element/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"rimraf": "^5.0.5",
5454
"rollup-plugin-esbuild": "^6.1.1",
5555
"rollup-plugin-typescript2": "^0.36.0",
56-
"typescript": "^5.4.3"
56+
"typescript": "^5.4.4"
5757
},
5858
"sideEffects": [
5959
"./src/define.ts",

website/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"@types/react": "^18.2.74",
2121
"cross-env": "^7.0.3",
2222
"rimraf": "^5.0.5",
23-
"typescript": "^5.4.3"
23+
"typescript": "^5.4.4"
2424
}
2525
}

0 commit comments

Comments
 (0)