mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-23 21:38:44 +08:00
chore: fix deps warn
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
"react-window": "^1.8.7",
|
||||
"slate": "^0.81.1",
|
||||
"slate-react": "^0.81.0",
|
||||
"style9": "^0.13.3"
|
||||
"style9": "^0.14.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/codemirror": "^5.60.5",
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@mui/icons-material": "^5.8.4",
|
||||
"date-fns": "^2.28.0",
|
||||
"date-fns": "^2.29.2",
|
||||
"eventemitter3": "^4.0.7",
|
||||
"hotkeys-js": "^3.9.4",
|
||||
"html-escaper": "^3.0.3",
|
||||
@@ -12,6 +12,6 @@
|
||||
"marked": "^4.0.19",
|
||||
"nanoid": "^4.0.0",
|
||||
"slate": "^0.81.0",
|
||||
"style9": "^0.13.3"
|
||||
"style9": "^0.14.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
export { HTML2BlockResult, ClipBlockInfo } from './types';
|
||||
export { Clipboard } from './clipboard';
|
||||
export type { ClipBlockInfo, HTML2BlockResult } from './types';
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@mui/icons-material": "^5.8.4",
|
||||
"date-fns": "^2.28.0",
|
||||
"style9": "^0.13.3"
|
||||
"date-fns": "^2.29.2",
|
||||
"style9": "^0.14.0"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,8 +10,8 @@
|
||||
"@dnd-kit/utilities": "^3.2.0",
|
||||
"@mui/icons-material": "^5.8.4",
|
||||
"clsx": "^1.2.1",
|
||||
"date-fns": "^2.28.0",
|
||||
"jotai": "^1.7.4",
|
||||
"date-fns": "^2.29.2",
|
||||
"jotai": "^1.8.1",
|
||||
"tinycolor2": "^1.4.2",
|
||||
"turndown": "7.1.1"
|
||||
},
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
"@mui/x-date-pickers": "^5.0.0-alpha.7",
|
||||
"@mui/x-date-pickers-pro": "^5.0.0-alpha.7",
|
||||
"@types/react-date-range": "^1.4.4",
|
||||
"clsx": "^1.2.0",
|
||||
"clsx": "^1.2.1",
|
||||
"notistack": "^2.0.5",
|
||||
"react-date-range": "^1.4.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user