From 1c5a77b948510534c22e94256f3461bbf8141fc2 Mon Sep 17 00:00:00 2001 From: Thomas Osmonson Date: Mon, 14 Sep 2020 12:55:06 -0500 Subject: [PATCH] fix: emotion versions --- package.json | 12 +++++----- yarn.lock | 63 +++++++++++++++------------------------------------- 2 files changed, 24 insertions(+), 51 deletions(-) diff --git a/package.json b/package.json index 014848be..f31f1026 100755 --- a/package.json +++ b/package.json @@ -6,9 +6,9 @@ "@docsearch/react": "^1.0.0-alpha.27", "@emotion/babel-plugin": "^11.0.0-next.17", "@emotion/babel-preset-css-prop": "^11.0.0-next.10", - "@emotion/cache": "^11.0.0-next.15", + "@emotion/cache": "^11.0.0-next.16", "@emotion/core": "^11.0.0-next.10", - "@emotion/css": "^11.0.0-next.15", + "@emotion/css": "^11.0.0-next.17", "@emotion/react": "^11.0.0-next.17", "@emotion/server": "^11.0.0-next.17", "@hashicorp/remark-plugins": "^3.0.0", @@ -127,11 +127,11 @@ "resolutions": { "preact": "^10.4.4", "eslint": "^7.4.0", - "@emotion/cache": "^11.0.0-next.15", + "@emotion/cache": "^11.0.0-next.16", "@emotion/core": "^11.0.0-next.10", - "@emotion/css": "^11.0.0-next.15", - "@emotion/react": "^11.0.0-next.15", - "@emotion/server": "^11.0.0-next.15" + "@emotion/css": "^11.0.0-next.17", + "@emotion/react": "^11.0.0-next.17", + "@emotion/server": "^11.0.0-next.17" }, "husky": { "hooks": { diff --git a/yarn.lock b/yarn.lock index b635f2f8..ed74918a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1317,7 +1317,7 @@ dependencies: "@babel/plugin-syntax-jsx" "^7.2.0" -"@emotion/babel-plugin@^11.0.0-next.10", "@emotion/babel-plugin@^11.0.0-next.15": +"@emotion/babel-plugin@^11.0.0-next.10": version "11.0.0-next.15" resolved "https://registry.yarnpkg.com/@emotion/babel-plugin/-/babel-plugin-11.0.0-next.15.tgz#a40ab47ce479760d152f48250573477db5162cc7" integrity sha512-DfcKqdLYA9XI6prKPTN+sdi9WMESWheJjjjvfmZfByaHb1wolYxVRCXVQ6kKKESPSoYUC9CS/TRAwo5yUZRzbw== @@ -1363,13 +1363,14 @@ "@emotion/babel-plugin" "^11.0.0-next.10" "@emotion/babel-plugin-jsx-pragmatic" "^0.1.4" -"@emotion/cache@^10.0.27", "@emotion/cache@^11.0.0-next.15", "@emotion/cache@^11.0.0-next.16": - version "11.0.0-next.15" - resolved "https://registry.yarnpkg.com/@emotion/cache/-/cache-11.0.0-next.15.tgz#c185292b6cc739d108110e00fd7762b6051fdf8c" - integrity sha512-Uik8VH6B5k2zPMnkjjGo1WagEb4SiBbF3zXqEzUHWVpE06P/jN3c+PvtHYNs3avQaTlno6mYqgmjbuh7dJOT5w== +"@emotion/cache@^10.0.27", "@emotion/cache@^11.0.0-next.16": + version "11.0.0-next.16" + resolved "https://registry.yarnpkg.com/@emotion/cache/-/cache-11.0.0-next.16.tgz#2dee90b952c955e52d22bc17dec185525925c286" + integrity sha512-lO+SqbmQqFa5RVt6KBI/m9OFUeO98AMHvimAqshemVI2EwG/FADlH6tzUiutHnQlHTwSEgcvpkN4od4FOWBsTA== dependencies: - "@emotion/sheet" "1.0.0-next.3" - "@emotion/utils" "1.0.0-next.0" + "@emotion/memoize" "^0.7.4" + "@emotion/sheet" "1.0.0-next.4" + "@emotion/utils" "1.0.0-next.1" "@emotion/weak-memoize" "0.2.5" stylis "^4.0.2" @@ -1378,16 +1379,16 @@ resolved "https://registry.yarnpkg.com/@emotion/core/-/core-11.0.0-next.10.tgz#a020be64ccd72cab5906054411b21c464702d3a5" integrity sha512-BlOsLD9qPUNgYI81maQC0jUuc7i5Ql1K/LtGX9HDX1krLKjkKayh3Q9ASMEbpVM88jvAphyvKlKETfF5Go8NWQ== -"@emotion/css@^11.0.0-next.15": - version "11.0.0-next.15" - resolved "https://registry.yarnpkg.com/@emotion/css/-/css-11.0.0-next.15.tgz#96d66a4098436169536afe724f38bdd13fc48f96" - integrity sha512-cZkbH0pvGc3kOAk6lOyli4soG2KlzNBWH/Ez+bJqPLO1IyNRMU1O4aE5NDvzWRUdPJ+bBSGpVCtBFYb8z1jvPQ== +"@emotion/css@^11.0.0-next.17": + version "11.0.0-next.17" + resolved "https://registry.yarnpkg.com/@emotion/css/-/css-11.0.0-next.17.tgz#a68e647099bb255235b810e9e6eb3bec6738ffc6" + integrity sha512-/oNk2eRhjU2nJKTZA6WTh+IPvdoDU6TjkVBIP9JbG5FVWHwfqBdYYfy2GK51RRnpsBZzwPpO1G4S9nPWuZoi3Q== dependencies: - "@emotion/babel-plugin" "^11.0.0-next.15" - "@emotion/cache" "^11.0.0-next.15" - "@emotion/serialize" "^1.0.0-next.3" - "@emotion/sheet" "1.0.0-next.3" - "@emotion/utils" "1.0.0-next.0" + "@emotion/babel-plugin" "^11.0.0-next.17" + "@emotion/cache" "^11.0.0-next.16" + "@emotion/serialize" "^1.0.0-next.5" + "@emotion/sheet" "1.0.0-next.4" + "@emotion/utils" "1.0.0-next.1" "@emotion/hash@0.8.0": version "0.8.0" @@ -1401,24 +1402,11 @@ dependencies: "@emotion/memoize" "0.7.4" -"@emotion/memoize@0.7.4", "@emotion/memoize@^0.7.1": +"@emotion/memoize@0.7.4", "@emotion/memoize@^0.7.1", "@emotion/memoize@^0.7.4": version "0.7.4" resolved "https://registry.yarnpkg.com/@emotion/memoize/-/memoize-0.7.4.tgz#19bf0f5af19149111c40d98bb0cf82119f5d9eeb" integrity sha512-Ja/Vfqe3HpuzRsG1oBtWTHk2PGZ7GR+2Vz5iYGelAw8dx32K0y7PjVuxK6z1nMpZOqAFsRUPCkK1YjJ56qJlgw== -"@emotion/react@^11.0.0-next.15": - version "11.0.0-next.15" - resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.0.0-next.15.tgz#eafc54993eb1dd8900b20330f68de7e9cdd1fcc0" - integrity sha512-EFOsaj2uzNuw5sayaAt8gfvpewX7jDKc7u8TatD9IMtiRCfX4VJxu5U7+hIxsMw4RwFNrWVS7mDGCFgWfHjbHw== - dependencies: - "@babel/runtime" "^7.7.2" - "@emotion/cache" "^11.0.0-next.15" - "@emotion/serialize" "^1.0.0-next.3" - "@emotion/sheet" "1.0.0-next.3" - "@emotion/utils" "1.0.0-next.0" - "@emotion/weak-memoize" "0.2.5" - hoist-non-react-statics "^3.3.1" - "@emotion/react@^11.0.0-next.17": version "11.0.0-next.17" resolved "https://registry.yarnpkg.com/@emotion/react/-/react-11.0.0-next.17.tgz#b784438c3cb323e4b25c124de0e6dd7a85c4a12c" @@ -1465,16 +1453,6 @@ "@emotion/utils" "1.0.0-next.1" csstype "^3.0.2" -"@emotion/server@^11.0.0-next.15": - version "11.0.0-next.15" - resolved "https://registry.yarnpkg.com/@emotion/server/-/server-11.0.0-next.15.tgz#ec092097b0fe74565f376f3a66374e8a26b269f3" - integrity sha512-i9aX4uxv82TdLJyH95hqc7ESiaoUNkyY/WHBwuorNUGGKdz8D9WVUpOk0jDI/LPpN6X0WoFqkxvzguOU1Or9sQ== - dependencies: - "@emotion/utils" "1.0.0-next.0" - html-tokenize "^2.0.0" - multipipe "^1.0.2" - through "^2.3.8" - "@emotion/server@^11.0.0-next.17": version "11.0.0-next.17" resolved "https://registry.yarnpkg.com/@emotion/server/-/server-11.0.0-next.17.tgz#97c79b02e7d8b7e346aebc31c68f760f8ab3c798" @@ -1490,11 +1468,6 @@ resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-0.9.4.tgz#894374bea39ec30f489bbfc3438192b9774d32e5" integrity sha512-zM9PFmgVSqBw4zL101Q0HrBVTGmpAxFZH/pYx/cjJT5advXguvcgjHFTCaIO3enL/xr89vK2bh0Mfyj9aa0ANA== -"@emotion/sheet@1.0.0-next.3": - version "1.0.0-next.3" - resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-1.0.0-next.3.tgz#0fadc7275ac45638a5b5249227612c97bfdf25e0" - integrity sha512-EdvC7vk7K5Dl4lMJ5qKQKe0b5VWbETbG+KuOz1N5cuqYon38XpFWtewankWv0t7fqOVSYNl8jIZr5pzPMQ3o2Q== - "@emotion/sheet@1.0.0-next.4": version "1.0.0-next.4" resolved "https://registry.yarnpkg.com/@emotion/sheet/-/sheet-1.0.0-next.4.tgz#fe209e609fa16088bb66ce4be1fc119590cda3ec"