We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29ff908 commit e4ba89aCopy full SHA for e4ba89a
3 files changed
package.json
@@ -55,10 +55,10 @@
55
"react-intersection-observer": "^9.4.3",
56
"react-loading-skeleton": "^3.2.0",
57
"react-lottie": "^1.2.3",
58
- "react-markdown": "^10.1.0",
+ "react-markdown": "6.0.3",
59
"react-responsive-carousel": "^3.2.23",
60
"react-spinners": "^0.13.8",
61
- "remark-breaks": "^4.0.0",
+ "remark-breaks": "3.0.3",
62
"styled-components": "^5.3.6",
63
"styled-reset": "^4.4.5"
64
},
src/components/news/Pagination/Pagination.interface.ts
@@ -1,5 +1,5 @@
1
import { NewsType } from '@Type/api.type';
2
-import { TPagination } from '../Main/Main.interface';
+import { TPagination } from '../Main/main.interface';
3
4
export interface PaginationProps {
5
newsType: NewsType;
0 commit comments