Skip to content

Commit a482dbb

Browse files
chore(deps-dev): bump typescript from 5.3.3 to 5.4.3 (#31)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.3.3 to 5.4.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.3.3...v5.4.3) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8633bf0 commit a482dbb

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.1",
2727
"prettier": "^3.2.5",
2828
"rimraf": "^5.0.5",
29-
"typescript": "^5.3.3",
29+
"typescript": "^5.4.3",
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
@@ -52,7 +52,7 @@
5252
"rimraf": "^5.0.5",
5353
"rollup-plugin-esbuild": "^6.1.1",
5454
"rollup-plugin-typescript2": "^0.36.0",
55-
"typescript": "^5.3.3"
55+
"typescript": "^5.4.3"
5656
},
5757
"sideEffects": [
5858
"./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.67",
2121
"cross-env": "^7.0.3",
2222
"rimraf": "^5.0.5",
23-
"typescript": "^5.3.3"
23+
"typescript": "^5.4.3"
2424
}
2525
}

0 commit comments

Comments
 (0)