Skip to content

Commit 3784a03

Browse files
chore(deps-dev): bump typescript from 5.5.3 to 5.7.2 (#172)
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.5.3 to 5.7.2. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](microsoft/TypeScript@v5.5.3...v5.7.2) --- 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 4091771 commit 3784a03

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": "^5.0.2",
2727
"prettier": "^3.3.3",
2828
"rimraf": "^6.0.1",
29-
"typescript": "^5.5.3",
29+
"typescript": "^5.7.2",
3030
"vitest": "^2.1.8",
3131
"vitest-dom": "^0.1.1"
3232
}

packages/live-region-element/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"rimraf": "^6.0.1",
5858
"rollup-plugin-esbuild": "^6.1.1",
5959
"rollup-plugin-typescript2": "^0.36.0",
60-
"typescript": "^5.5.3"
60+
"typescript": "^5.7.2"
6161
},
6262
"sideEffects": [
6363
"./src/define.ts",

website/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"@types/react": "^18.3.12",
2121
"cross-env": "^7.0.3",
2222
"rimraf": "^6.0.1",
23-
"typescript": "^5.5.3"
23+
"typescript": "^5.7.2"
2424
}
2525
}

0 commit comments

Comments
 (0)