🚑 Critical hotfix : Compilation failed

This commit is contained in:
Thomas "ajnart" Camlong
2022-05-18 10:23:18 +02:00
parent 28b6dcd1db
commit b396d2604f
3 changed files with 1286 additions and 1333 deletions

View File

@@ -79,12 +79,13 @@
"eslint-plugin-unused-imports": "^2.0.0",
"jest": "^27.5.1",
"prettier": "^2.6.2",
"storybook-addon-mock": "^2.3.2",
"storybook-addon-turbo-build": "^1.1.0",
"storybook-dark-mode": "^1.0.9",
"ts-jest": "^27.1.4",
"typescript": "4.6.3"
},
"resolutions": {
"@types/react": "18.0.1"
"@types/react": "17.0.30"
}
}
}

View File

@@ -6,6 +6,6 @@ export interface IModule {
title: string;
description: string;
icon: React.ReactNode;
component: React.ReactNode;
component: (args: any) => JSX.Element | null;
props?: any;
}

2612
yarn.lock

File diff suppressed because it is too large Load Diff