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:
AmitUp9
2022-06-14 16:53:34 +03:00
committed by GitHub
parent 0ef6a7d2c4
commit 78081a4a16
5 changed files with 3091 additions and 1044 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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",

View File

@@ -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

File diff suppressed because it is too large Load Diff

View File

@@ -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",