diff --git a/package.json b/package.json index 96ee37d..4b0d299 100644 --- a/package.json +++ b/package.json @@ -24,8 +24,7 @@ "file-saver": "^2.0.2", "framer-motion": "^2.1.0", "fuse.js": "^6.4.1", - "phosphor-icons": "^1.0.0", - "phosphor-react": "^0.6.0", + "phosphor-react": "^1.0.0", "react": "^17.0.0-rc.0", "react-dom": "^17.0.0-rc.0", "react-dropdown-select": "^4.4.2", diff --git a/src/lib/icons.ts b/src/lib/icons.ts index d4ac48e..05d30c1 100644 --- a/src/lib/icons.ts +++ b/src/lib/icons.ts @@ -5565,4 +5565,6 @@ if (process.env.NODE_ENV === "development") { console.log(`${icons.length} icons`); } -export const iconCount = (icons.length * 6).toString().replace(/\B(?=(\d{3})+(?!\d))/g, ","); \ No newline at end of file +export const iconCount = (icons.length * 6) + .toString() + .replace(/\B(?=(\d{3})+(?!\d))/g, ",");