chore: fix deps warn

This commit is contained in:
DarkSky
2022-08-26 18:53:58 +08:00
parent 3e0d076899
commit 7eff19509f
10 changed files with 1127 additions and 1054 deletions
+1 -1
View File
@@ -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",
+2 -2
View File
@@ -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';
+2 -2
View File
@@ -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"
}
}
+2 -2
View File
@@ -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"
},
+1 -1
View File
@@ -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"
}