upgrade Chakra packages
This commit is contained in:
parent
a6ef12a5dd
commit
69b60944c2
3 changed files with 607 additions and 549 deletions
|
@ -1,14 +0,0 @@
|
||||||
Features:
|
|
||||||
* Search by zone
|
|
||||||
* Outfit saving
|
|
||||||
* Pet states
|
|
||||||
|
|
||||||
UI Improvements:
|
|
||||||
* Use the space better on big screens?
|
|
||||||
* Present invalidated items somewhere on the screen, instead of them just vanishing? :/
|
|
||||||
* New assets? 🤔
|
|
||||||
|
|
||||||
Tech/detail improvements:
|
|
||||||
* Use react-virtualized instead of our own scroller, but we need total count known, and we need another solution for the CSS transitions in the outfit case
|
|
||||||
* Restore good download behavior: use crossOrigin for everything, and remove cache-buster in the URL we use for canvas
|
|
||||||
* Undo the local linking we did for @chakra-ui/core, react, and react-dom on Matchu's machine 😅
|
|
|
@ -6,9 +6,10 @@
|
||||||
"@apollo/client": "^3.1.1",
|
"@apollo/client": "^3.1.1",
|
||||||
"@apollographql/graphql-playground-html": "^1.6.24",
|
"@apollographql/graphql-playground-html": "^1.6.24",
|
||||||
"@auth0/auth0-react": "^1.0.0",
|
"@auth0/auth0-react": "^1.0.0",
|
||||||
"@chakra-ui/core": "^1.0.0-rc.3",
|
"@chakra-ui/icons": "^1.0.2",
|
||||||
"@chakra-ui/icons": "^1.0.0-rc.3",
|
"@chakra-ui/react": "^1.0.4",
|
||||||
"@chakra-ui/theme": "^1.0.0-rc.3",
|
"@emotion/react": "^11.1.4",
|
||||||
|
"@emotion/styled": "^11.0.0",
|
||||||
"@loadable/component": "^5.12.0",
|
"@loadable/component": "^5.12.0",
|
||||||
"@sendgrid/mail": "^7.2.6",
|
"@sendgrid/mail": "^7.2.6",
|
||||||
"@testing-library/jest-dom": "^4.2.4",
|
"@testing-library/jest-dom": "^4.2.4",
|
||||||
|
@ -21,7 +22,7 @@
|
||||||
"aws-sdk": "^2.726.0",
|
"aws-sdk": "^2.726.0",
|
||||||
"dataloader": "^2.0.0",
|
"dataloader": "^2.0.0",
|
||||||
"dompurify": "^2.2.0",
|
"dompurify": "^2.2.0",
|
||||||
"emotion": "^10.0.27",
|
"framer-motion": "^3.1.1",
|
||||||
"graphql": "^15.0.0",
|
"graphql": "^15.0.0",
|
||||||
"honeycomb-beeline": "^2.2.0",
|
"honeycomb-beeline": "^2.2.0",
|
||||||
"immer": "^6.0.3",
|
"immer": "^6.0.3",
|
||||||
|
|
Loading…
Reference in a new issue