-
- Downloads
dependencies: Switched from phosphor-react to @phosphor-icons/react
The latter is the official library
... | ... | @@ -3,6 +3,7 @@ |
"version": "0.1.0", | ||
"private": true, | ||
"dependencies": { | ||
"@phosphor-icons/react": "^2.0.15", | ||
"@testing-library/jest-dom": "^5.16.5", | ||
"@testing-library/react": "^13.4.0", | ||
"@testing-library/user-event": "^13.5.0", | ||
... | ... | @@ -12,7 +13,6 @@ |
"@types/react-dom": "^18.2.6", | ||
"framer-motion": "^10.12.22", | ||
"javascript-time-ago": "^2.5.9", | ||
"phosphor-react": "^1.4.1", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"react-error-boundary": "^4.0.11", | ||
... | ... |
Please register or sign in to comment