Skip to content

Commit e68db9a

Browse files
chore(deps)(deps-dev): bump typescript from 5.9.3 to 7.0.2
Bumps [typescript](https://github.com/microsoft/TypeScript) from 5.9.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>
1 parent 03e4a4f commit e68db9a

6 files changed

Lines changed: 542 additions & 181 deletions

File tree

apps/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
},
1919
"devDependencies": {
2020
"tsx": "^4.23.0",
21-
"typescript": "^5.8.3"
21+
"typescript": "^7.0.2"
2222
}
2323
}

apps/console/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
},
1414
"devDependencies": {
1515
"@preact/preset-vite": "^2.10.2",
16-
"typescript": "^5.8.3",
16+
"typescript": "^7.0.2",
1717
"vite": "^6.3.5"
1818
}
1919
}

0 commit comments

Comments
 (0)