Skip to content

Commit c0e07ea

Browse files
chore(deps-dev): bump typescript from 5.6.3 to 5.7.2 (#14)
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.6.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.6.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 8a4ffff commit c0e07ea

File tree

10 files changed

+22
-21
lines changed

10 files changed

+22
-21
lines changed

package-lock.json

Lines changed: 13 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/auto-sync/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"globals": "^15.11.0",
2828
"postcss": "^8.4.49",
2929
"tailwindcss": "^3.4.15",
30-
"typescript": "~5.6.2",
30+
"typescript": "~5.7.2",
3131
"typescript-eslint": "^8.16.0",
3232
"vite": "^5.4.10",
3333
"vite-plugin-singlefile": "^2.0.3"

packages/auto-sync/widget/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@typescript-eslint/eslint-plugin": "^8.16.0",
1818
"@typescript-eslint/parser": "^6.12.0",
1919
"eslint": "^8.54.0",
20-
"typescript": "^5.3.2"
20+
"typescript": "^5.7.2"
2121
},
2222
"eslintConfig": {
2323
"extends": [

packages/codegen/plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@typescript-eslint/eslint-plugin": "^8.16.0",
1919
"@typescript-eslint/parser": "^6.12.0",
2020
"eslint": "^8.54.0",
21-
"typescript": "^5.3.2"
21+
"typescript": "^5.7.2"
2222
},
2323
"eslintConfig": {
2424
"extends": [

packages/design-migration/plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@typescript-eslint/eslint-plugin": "^8.16.0",
1818
"@typescript-eslint/parser": "^6.12.0",
1919
"eslint": "^8.54.0",
20-
"typescript": "^5.3.2"
20+
"typescript": "^5.7.2"
2121
},
2222
"eslintConfig": {
2323
"extends": [

packages/design-migration/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"globals": "^15.11.0",
2828
"postcss": "^8.4.49",
2929
"tailwindcss": "^3.4.15",
30-
"typescript": "~5.6.2",
30+
"typescript": "~5.7.2",
3131
"typescript-eslint": "^8.16.0",
3232
"vite": "^5.4.10",
3333
"vite-plugin-singlefile": "^2.0.3"

packages/handover/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"globals": "^15.11.0",
2828
"postcss": "^8.4.49",
2929
"tailwindcss": "^3.4.15",
30-
"typescript": "~5.6.2",
30+
"typescript": "~5.7.2",
3131
"typescript-eslint": "^8.16.0",
3232
"vite": "^5.4.10",
3333
"vite-plugin-singlefile": "^2.0.3"

packages/handover/widget/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@typescript-eslint/eslint-plugin": "^8.16.0",
1818
"@typescript-eslint/parser": "^6.12.0",
1919
"eslint": "^8.54.0",
20-
"typescript": "^5.3.2"
20+
"typescript": "^5.7.2"
2121
},
2222
"eslintConfig": {
2323
"extends": [

packages/inspect/plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@typescript-eslint/eslint-plugin": "^8.16.0",
1818
"@typescript-eslint/parser": "^6.12.0",
1919
"eslint": "^8.54.0",
20-
"typescript": "^5.3.2"
20+
"typescript": "^5.7.2"
2121
},
2222
"eslintConfig": {
2323
"extends": [

packages/inspect/ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"globals": "^15.11.0",
2828
"postcss": "^8.4.49",
2929
"tailwindcss": "^3.4.15",
30-
"typescript": "~5.6.2",
30+
"typescript": "~5.7.2",
3131
"typescript-eslint": "^8.16.0",
3232
"vite": "^5.4.10",
3333
"vite-plugin-singlefile": "^2.0.3"

0 commit comments

Comments
 (0)