feat: bump more deps (#14079)

This commit is contained in:
DarkSky
2025-12-10 16:02:28 +08:00
committed by GitHub
parent 40f3337d45
commit cb0ff04efa
194 changed files with 2155 additions and 2297 deletions

View File

@@ -8,9 +8,9 @@
},
"dependencies": {
"@affine/debug": "workspace:*",
"@sentry/react": "^9.2.0",
"@sentry/react": "^9.47.1",
"mixpanel-browser": "^2.56.0",
"react-router-dom": "6.30.0"
"react-router-dom": "^6.30.2"
},
"devDependencies": {
"@types/mixpanel-browser": "^2.50.2",

View File

@@ -93,13 +93,12 @@ type FolderEvents =
type TagEvents = 'createTag' | 'deleteTag' | 'renameTag' | 'tagDoc';
type FavoriteEvents = 'toggleFavorite';
type OrganizeItemEvents = // doc, link, folder, collection, tag
| 'createOrganizeItem'
| 'renameOrganizeItem'
| 'moveOrganizeItem'
| 'deleteOrganizeItem'
| 'orderOrganizeItem'
| 'removeOrganizeItem';
| 'createOrganizeItem'
| 'renameOrganizeItem'
| 'moveOrganizeItem'
| 'deleteOrganizeItem'
| 'orderOrganizeItem'
| 'removeOrganizeItem';
type OrganizeEvents =
| OrganizeItemEvents
| CollectionEvents

View File

@@ -50,8 +50,7 @@ type IsFourLevelsDeep<
: false;
// for type checking
export const _assertIsAllEventsDefinedInFourLevels: IsFourLevelsDeep<Events> =
true;
export const _assertIsAllEventsDefinedInFourLevels: IsFourLevelsDeep<Events> = true;
export interface EventProps {
// location