mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-01 18:47:39 +00:00
Node sass npm package migrate to sass npm package (#1143)
* remove node-sass from project and install sass instead * fix ui-common path
This commit is contained in:
3402
ui-common/package-lock.json
generated
3402
ui-common/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -26,7 +26,7 @@
|
||||
"@craco/craco": "^6.4.3",
|
||||
"@types/jest": "^26.0.24",
|
||||
"@types/node": "^12.20.54",
|
||||
"node-sass": "^6.0.1",
|
||||
"sass": "^1.52.3",
|
||||
"react": "^17.0.2",
|
||||
"react-copy-to-clipboard": "^5.1.0",
|
||||
"react-dom": "^17.0.2",
|
||||
|
@@ -5,8 +5,9 @@ const DEFUALT_LINK = "https://getmizu.io/docs"
|
||||
|
||||
interface LinkProps {
|
||||
link?: string,
|
||||
className?: string
|
||||
title?: string
|
||||
className?: string,
|
||||
title?: string,
|
||||
children?: React.ReactNode
|
||||
}
|
||||
|
||||
export const Link: React.FC<LinkProps> = ({ link, className, title, children }) => {
|
||||
|
724
ui/package-lock.json
generated
724
ui/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -23,7 +23,7 @@
|
||||
"mobx": "^6.6.0",
|
||||
"moment": "^2.29.3",
|
||||
"node-fetch": "^3.2.4",
|
||||
"node-sass": "^6.0.1",
|
||||
"sass": "^1.52.3",
|
||||
"numeral": "^2.0.6",
|
||||
"react": "^17.0.2",
|
||||
"react-copy-to-clipboard": "^5.1.0",
|
||||
|
Reference in New Issue
Block a user