mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-18 02:21:51 +08:00
chore: bump typescript 7 (#15465)
This commit is contained in:
@@ -18,6 +18,6 @@
|
||||
"chalk": "^5.3.0",
|
||||
"lodash-es": "^4.17.23",
|
||||
"oxfmt": "0.63.0",
|
||||
"typescript": "^5.9.3"
|
||||
"typescript": "npm:@typescript/typescript6@6.0.2"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1399,6 +1399,11 @@ export const PackageList = [
|
||||
'packages/common/infra',
|
||||
],
|
||||
},
|
||||
{
|
||||
location: 'tools/@types/assets',
|
||||
name: '@types/assets',
|
||||
workspaceDependencies: [],
|
||||
},
|
||||
{
|
||||
location: 'tools/@types/build-config',
|
||||
name: '@types/build-config',
|
||||
@@ -1563,6 +1568,7 @@ export type PackageName =
|
||||
| '@affine-test/affine-mobile'
|
||||
| '@affine-test/blocksuite'
|
||||
| '@affine-test/kit'
|
||||
| '@types/assets'
|
||||
| '@types/build-config'
|
||||
| '@types/affine__env'
|
||||
| '@affine/changelog'
|
||||
|
||||
Reference in New Issue
Block a user