dependabot[bot] dependabot[bot] commited on
chore(deps-dev): bump typescript from 6.0.2 to 6.0.3 (#498)
Browse filesBumps [typescript](https://github.com/microsoft/TypeScript) from 6.0.2 to 6.0.3.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/compare/v6.0.2...v6.0.3)
---
updated-dependencies:
- dependency-name: typescript
dependency-version: 6.0.3
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- bun.lock +2 -2
- ui/package.json +1 -1
bun.lock
CHANGED
|
@@ -79,7 +79,7 @@
|
|
| 79 |
"oxlint": "^1.60.0",
|
| 80 |
"tailwindcss": "^4.2.2",
|
| 81 |
"tw-animate-css": "^1.4.0",
|
| 82 |
-
"typescript": "^6.0.
|
| 83 |
},
|
| 84 |
},
|
| 85 |
},
|
|
@@ -1436,7 +1436,7 @@
|
|
| 1436 |
|
| 1437 |
"typedoc-plugin-markdown": ["typedoc-plugin-markdown@4.11.0", "", { "peerDependencies": { "typedoc": "0.28.x" } }, "sha512-2iunh2ALyfyh204OF7h2u0kuQ84xB3jFZtFyUr01nThJkLvR8oGGSSDlyt2gyO4kXhvUxDcVbO0y43+qX+wFbw=="],
|
| 1438 |
|
| 1439 |
-
"typescript": ["typescript@6.0.
|
| 1440 |
|
| 1441 |
"uc.micro": ["uc.micro@2.1.0", "", {}, "sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A=="],
|
| 1442 |
|
|
|
|
| 79 |
"oxlint": "^1.60.0",
|
| 80 |
"tailwindcss": "^4.2.2",
|
| 81 |
"tw-animate-css": "^1.4.0",
|
| 82 |
+
"typescript": "^6.0.3",
|
| 83 |
},
|
| 84 |
},
|
| 85 |
},
|
|
|
|
| 1436 |
|
| 1437 |
"typedoc-plugin-markdown": ["typedoc-plugin-markdown@4.11.0", "", { "peerDependencies": { "typedoc": "0.28.x" } }, "sha512-2iunh2ALyfyh204OF7h2u0kuQ84xB3jFZtFyUr01nThJkLvR8oGGSSDlyt2gyO4kXhvUxDcVbO0y43+qX+wFbw=="],
|
| 1438 |
|
| 1439 |
+
"typescript": ["typescript@6.0.3", "", { "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" } }, "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw=="],
|
| 1440 |
|
| 1441 |
"uc.micro": ["uc.micro@2.1.0", "", {}, "sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A=="],
|
| 1442 |
|
ui/package.json
CHANGED
|
@@ -75,6 +75,6 @@
|
|
| 75 |
"oxlint": "^1.60.0",
|
| 76 |
"tailwindcss": "^4.2.2",
|
| 77 |
"tw-animate-css": "^1.4.0",
|
| 78 |
-
"typescript": "^6.0.
|
| 79 |
}
|
| 80 |
}
|
|
|
|
| 75 |
"oxlint": "^1.60.0",
|
| 76 |
"tailwindcss": "^4.2.2",
|
| 77 |
"tw-animate-css": "^1.4.0",
|
| 78 |
+
"typescript": "^6.0.3"
|
| 79 |
}
|
| 80 |
}
|