From 0c3d9443c286f415aa44bf93d5f25dd4b8bdd021 Mon Sep 17 00:00:00 2001 From: Matchu Date: Mon, 7 Sep 2020 20:59:38 -0700 Subject: [PATCH] upgrade to next Chakra RC some regressions in here with global styles and color mode! I think we got it fixed though! --- package.json | 6 +- public/index.html | 34 ++ src/app/App.js | 15 +- yarn.lock | 913 ++++++++++++++++++++++++---------------------- 4 files changed, 516 insertions(+), 452 deletions(-) diff --git a/package.json b/package.json index 86efe35..adc99b2 100644 --- a/package.json +++ b/package.json @@ -6,9 +6,9 @@ "@apollo/client": "^3.1.1", "@apollographql/graphql-playground-html": "^1.6.24", "@auth0/auth0-react": "^1.0.0", - "@chakra-ui/core": "^1.0.0-rc.0", - "@chakra-ui/icons": "^1.0.0-rc.0", - "@chakra-ui/theme": "^1.0.0-rc.0", + "@chakra-ui/core": "^1.0.0-rc.3", + "@chakra-ui/icons": "^1.0.0-rc.3", + "@chakra-ui/theme": "^1.0.0-rc.3", "@loadable/component": "^5.12.0", "@testing-library/jest-dom": "^4.2.4", "@testing-library/react": "^9.3.2", diff --git a/public/index.html b/public/index.html index 5501aec..58b7100 100644 --- a/public/index.html +++ b/public/index.html @@ -53,6 +53,40 @@ /> +