Skip to content

Commit 099b607

Browse files
chore(deps-dev): bump typescript from 5.8.2 to 5.8.3 (#212)
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.8.2 to 5.8.3. - [Release notes](https://github.com/microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release-publish.yml) - [Commits](https://github.com/microsoft/TypeScript/commits) --- updated-dependencies: - dependency-name: typescript dependency-version: 5.8.3 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 83c0bc6 commit 099b607

File tree

10 files changed

+24
-24
lines changed

10 files changed

+24
-24
lines changed

package-lock.json

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

packages/auto-sync/ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"globals": "^15.15.0",
2929
"postcss": "^8.5.3",
3030
"tailwindcss": "^3.4.17",
31-
"typescript": "~5.8.2",
31+
"typescript": "~5.8.3",
3232
"typescript-eslint": "^8.29.0",
3333
"vite": "^6.2.5",
3434
"vite-plugin-singlefile": "^2.2.0"

packages/auto-sync/widget/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@typescript-eslint/eslint-plugin": "^8.23.0",
1818
"@typescript-eslint/parser": "^8.26.1",
1919
"eslint": "^8.54.0",
20-
"typescript": "^5.8.2"
20+
"typescript": "^5.8.3"
2121
},
2222
"eslintConfig": {
2323
"extends": [

packages/codegen/plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@typescript-eslint/eslint-plugin": "^8.23.0",
1919
"@typescript-eslint/parser": "^8.26.1",
2020
"eslint": "^8.54.0",
21-
"typescript": "^5.8.2"
21+
"typescript": "^5.8.3"
2222
},
2323
"eslintConfig": {
2424
"extends": [

packages/design-migration/plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@typescript-eslint/eslint-plugin": "^8.23.0",
1818
"@typescript-eslint/parser": "^8.26.1",
1919
"eslint": "^8.54.0",
20-
"typescript": "^5.8.2"
20+
"typescript": "^5.8.3"
2121
},
2222
"eslintConfig": {
2323
"extends": [

packages/design-migration/ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"globals": "^15.15.0",
2929
"postcss": "^8.5.3",
3030
"tailwindcss": "^3.4.17",
31-
"typescript": "~5.8.2",
31+
"typescript": "~5.8.3",
3232
"typescript-eslint": "^8.29.0",
3333
"vite": "^6.2.5",
3434
"vite-plugin-singlefile": "^2.2.0"

packages/handover/ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"globals": "^15.15.0",
2929
"postcss": "^8.5.3",
3030
"tailwindcss": "^3.4.17",
31-
"typescript": "~5.8.2",
31+
"typescript": "~5.8.3",
3232
"typescript-eslint": "^8.29.0",
3333
"vite": "^6.2.5",
3434
"vite-plugin-singlefile": "^2.2.0"

packages/handover/widget/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@typescript-eslint/eslint-plugin": "^8.23.0",
1818
"@typescript-eslint/parser": "^8.26.1",
1919
"eslint": "^8.54.0",
20-
"typescript": "^5.8.2"
20+
"typescript": "^5.8.3"
2121
},
2222
"eslintConfig": {
2323
"extends": [

packages/inspect/plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@typescript-eslint/eslint-plugin": "^8.23.0",
1818
"@typescript-eslint/parser": "^8.26.1",
1919
"eslint": "^8.54.0",
20-
"typescript": "^5.8.2"
20+
"typescript": "^5.8.3"
2121
},
2222
"eslintConfig": {
2323
"extends": [

packages/inspect/ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"globals": "^15.15.0",
2929
"postcss": "^8.5.3",
3030
"tailwindcss": "^3.4.17",
31-
"typescript": "~5.8.2",
31+
"typescript": "~5.8.3",
3232
"typescript-eslint": "^8.29.0",
3333
"vite": "^6.2.5",
3434
"vite-plugin-singlefile": "^2.2.0"

0 commit comments

Comments
 (0)