Skip to content

Commit a48609d

Browse files
chore(deps-dev): bump typescript from 5.7.2 to 5.7.3 (#74)
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.7.2 to 5.7.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.7.2...v5.7.3) --- 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 baa0b65 commit a48609d

File tree

10 files changed

+21
-22
lines changed

10 files changed

+21
-22
lines changed

package-lock.json

Lines changed: 12 additions & 13 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.14.0",
2828
"postcss": "^8.4.49",
2929
"tailwindcss": "^3.4.17",
30-
"typescript": "~5.7.2",
30+
"typescript": "~5.7.3",
3131
"typescript-eslint": "^8.19.1",
3232
"vite": "^6.0.7",
3333
"vite-plugin-singlefile": "^2.1.0"

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.19.1",
1818
"@typescript-eslint/parser": "^8.19.1",
1919
"eslint": "^8.54.0",
20-
"typescript": "^5.7.2"
20+
"typescript": "^5.7.3"
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.19.1",
1919
"@typescript-eslint/parser": "^8.19.1",
2020
"eslint": "^8.54.0",
21-
"typescript": "^5.7.2"
21+
"typescript": "^5.7.3"
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.19.1",
1818
"@typescript-eslint/parser": "^8.19.1",
1919
"eslint": "^8.54.0",
20-
"typescript": "^5.7.2"
20+
"typescript": "^5.7.3"
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.14.0",
2828
"postcss": "^8.4.49",
2929
"tailwindcss": "^3.4.17",
30-
"typescript": "~5.7.2",
30+
"typescript": "~5.7.3",
3131
"typescript-eslint": "^8.19.1",
3232
"vite": "^6.0.7",
3333
"vite-plugin-singlefile": "^2.1.0"

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.14.0",
2828
"postcss": "^8.4.49",
2929
"tailwindcss": "^3.4.17",
30-
"typescript": "~5.7.2",
30+
"typescript": "~5.7.3",
3131
"typescript-eslint": "^8.19.1",
3232
"vite": "^6.0.7",
3333
"vite-plugin-singlefile": "^2.1.0"

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.19.1",
1818
"@typescript-eslint/parser": "^8.19.1",
1919
"eslint": "^8.54.0",
20-
"typescript": "^5.7.2"
20+
"typescript": "^5.7.3"
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.19.1",
1818
"@typescript-eslint/parser": "^8.19.1",
1919
"eslint": "^8.54.0",
20-
"typescript": "^5.7.2"
20+
"typescript": "^5.7.3"
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.14.0",
2828
"postcss": "^8.4.49",
2929
"tailwindcss": "^3.4.17",
30-
"typescript": "~5.7.2",
30+
"typescript": "~5.7.3",
3131
"typescript-eslint": "^8.19.1",
3232
"vite": "^6.0.7",
3333
"vite-plugin-singlefile": "^2.1.0"

0 commit comments

Comments
 (0)