chore: Remove fontawesome
parent
c8edb09ff1
commit
ceadfbbdc6
|
@ -1,15 +0,0 @@
|
||||||
/**
|
|
||||||
*
|
|
||||||
* PluginIcon
|
|
||||||
*
|
|
||||||
*/
|
|
||||||
|
|
||||||
import React from 'react';
|
|
||||||
import { Icon } from '@strapi/design-system';
|
|
||||||
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
|
|
||||||
|
|
||||||
import pluginPkg from '../../../../package.json';
|
|
||||||
|
|
||||||
const PluginIcon = () => <Icon as={() => <FontAwesomeIcon icon={pluginPkg.strapi.icon} />} width="16px" />;
|
|
||||||
|
|
||||||
export default PluginIcon;
|
|
|
@ -57,7 +57,6 @@
|
||||||
"@strapi/strapi": "^4.0.0"
|
"@strapi/strapi": "^4.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@fortawesome/react-fontawesome": "^0.1.16",
|
|
||||||
"@strapi/design-system": "^1.3.1",
|
"@strapi/design-system": "^1.3.1",
|
||||||
"@strapi/helper-plugin": "^4.5.5",
|
"@strapi/helper-plugin": "^4.5.5",
|
||||||
"@strapi/icons": "^1.3.1",
|
"@strapi/icons": "^1.3.1",
|
||||||
|
|
|
@ -702,13 +702,6 @@
|
||||||
intl-messageformat "9.13.0"
|
intl-messageformat "9.13.0"
|
||||||
tslib "^2.1.0"
|
tslib "^2.1.0"
|
||||||
|
|
||||||
"@fortawesome/react-fontawesome@^0.1.16":
|
|
||||||
version "0.1.19"
|
|
||||||
resolved "https://registry.yarnpkg.com/@fortawesome/react-fontawesome/-/react-fontawesome-0.1.19.tgz#2b36917578596f31934e71f92b7cf9c425fd06e4"
|
|
||||||
integrity sha512-Hyb+lB8T18cvLNX0S3llz7PcSOAJMLwiVKBuuzwM/nI5uoBw+gQjnf9il0fR1C3DKOI5Kc79pkJ4/xB0Uw9aFQ==
|
|
||||||
dependencies:
|
|
||||||
prop-types "^15.8.1"
|
|
||||||
|
|
||||||
"@humanwhocodes/config-array@^0.5.0":
|
"@humanwhocodes/config-array@^0.5.0":
|
||||||
version "0.5.0"
|
version "0.5.0"
|
||||||
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz#1407967d4c6eecd7388f83acf1eaf4d0c6e58ef9"
|
resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.5.0.tgz#1407967d4c6eecd7388f83acf1eaf4d0c6e58ef9"
|
||||||
|
|
Loading…
Reference in New Issue