Browse Source

uninstall material-symbols from dependencies

Yuki Takei 2 years ago
parent
commit
b5204adb00

+ 0 - 1
apps/app/package.json

@@ -212,7 +212,6 @@
     "@growi/ui": "link:../../packages/ui",
     "@handsontable/react": "=2.1.0",
     "@icon/themify-icons": "1.0.1-alpha.3",
-    "@material-symbols/font-300": "^0.13.1",
     "@next/bundle-analyzer": "^13.2.3",
     "@swc-node/jest": "^1.6.2",
     "@swc/jest": "^0.2.24",

+ 0 - 2
apps/app/src/styles/font-icons.scss

@@ -2,8 +2,6 @@
 // font-familiy used in simple-line-icons has to be prioritized than the one used in font-awesome.
 @import 'font-awesome';
 @import 'simple-line-icons';
-@import '@material-symbols/font-300/outlined';
-@import '@material-symbols/font-300/rounded';
 @import '@icon/themify-icons/themify-icons';
 
 .material-symbols-outlined {

+ 0 - 1
packages/editor/package.json

@@ -26,7 +26,6 @@
     "@codemirror/language": "^6.8.0",
     "@codemirror/state": "^6.2.1",
     "@codemirror/view": "^6.15.3",
-    "@material-symbols/font-300": "^0.13.1",
     "@popperjs/core": "^2.11.8",
     "@types/react": "^18.2.14",
     "@types/react-dom": "^18.2.6",

+ 0 - 4
packages/editor/src/main.scss

@@ -1,8 +1,4 @@
 @import 'bootstrap';
 @import 'react-toastify/scss/main';
 
-$material-symbols-font-path: '@material-symbols/font-300/';
-@import '@material-symbols/font-300/outlined';
-@import '@material-symbols/font-300/rounded';
-
 @import '@growi/core/scss/flex-expand';

+ 0 - 5
yarn.lock

@@ -3229,11 +3229,6 @@
     markdown-it-front-matter "^0.2.3"
     postcss "^8.4.19"
 
-"@material-symbols/font-300@^0.13.1":
-  version "0.13.1"
-  resolved "https://registry.yarnpkg.com/@material-symbols/font-300/-/font-300-0.13.1.tgz#33e1914565a8a8e421cb9de502ec5f6ccdc80256"
-  integrity sha512-3UcU9kw/1hKDyjkeOuv2wx9nwr5XSpbl/GG+o9+TY5xZ3ogeruNQ5aS7mRXqTxQiizLXtmkYeNUcS3N4fLQonQ==
-
 "@microsoft/api-extractor-model@7.27.5":
   version "7.27.5"
   resolved "https://registry.yarnpkg.com/@microsoft/api-extractor-model/-/api-extractor-model-7.27.5.tgz#2220cf20c8587cd4cf78f82c20c4011a9e36a60f"