cleaning the other project too
This commit is contained in:
@@ -9,11 +9,7 @@
|
|||||||
"lint": "next lint"
|
"lint": "next lint"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@carbon/icons-react": "10.22.0",
|
|
||||||
"@nirvana/components": "*",
|
"@nirvana/components": "*",
|
||||||
"carbon-components": "10.25.0",
|
|
||||||
"carbon-components-react": "7.25.0",
|
|
||||||
"carbon-icons": "7.0.7",
|
|
||||||
"next": "12.1.4",
|
"next": "12.1.4",
|
||||||
"react": "^17.0.2",
|
"react": "^17.0.2",
|
||||||
"react-dom": "^17.0.2",
|
"react-dom": "^17.0.2",
|
||||||
@@ -22,7 +18,6 @@
|
|||||||
"sass": "1.29.0"
|
"sass": "1.29.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/carbon-components-react": "^7.55.1",
|
|
||||||
"@types/node": "17.0.23",
|
"@types/node": "17.0.23",
|
||||||
"@types/react": "17.0.43",
|
"@types/react": "17.0.43",
|
||||||
"@types/react-dom": "17.0.14",
|
"@types/react-dom": "17.0.14",
|
||||||
|
|||||||
@@ -0,0 +1,5 @@
|
|||||||
|
// this is to speed up the development of components for the electron app
|
||||||
|
|
||||||
|
export default function DesktopStatic() {
|
||||||
|
return <></>;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user