1 Commits

Author SHA1 Message Date
dependabot[bot] 8c98345040 Bump typescript from 6.0.3 to 7.0.2
Bumps [typescript](https://github.com/microsoft/TypeScript) from 6.0.3 to 7.0.2.
- [Release notes](https://github.com/microsoft/TypeScript/releases)
- [Commits](https://github.com/microsoft/TypeScript/commits)

---
updated-dependencies:
- dependency-name: typescript
  dependency-version: 7.0.2
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-08-06 15:33:58 +00:00
2 changed files with 700 additions and 203 deletions
+696 -199
View File
File diff suppressed because it is too large Load Diff
+4 -4
View File
@@ -1,7 +1,7 @@
{
"name": "@showbridge/docs",
"type": "module",
"version": "0.4.1",
"version": "0.4.0",
"files": [
"dist"
],
@@ -15,9 +15,9 @@
},
"devDependencies": {
"@astrojs/check": "0.9.10",
"@astrojs/starlight": "0.41.7",
"astro": "7.2.0",
"@astrojs/starlight": "^0.39.3",
"astro": "^7.1.6",
"sharp": "0.35.3",
"typescript": "6.0.3"
"typescript": "7.0.2"
}
}