From bba99c4a2fce3d1aeae195d916de25eaf0f4ba3b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 11:22:58 +0000 Subject: [PATCH] Update dependency theme-ui to v0.17.1 --- form/package-lock.json | 109 +++++++++++++++++++++++------------------ form/package.json | 2 +- 2 files changed, 61 insertions(+), 50 deletions(-) diff --git a/form/package-lock.json b/form/package-lock.json index 955f029..d95a5f4 100644 --- a/form/package-lock.json +++ b/form/package-lock.json @@ -1878,11 +1878,6 @@ } } }, - "@mdx-js/react": { - "version": "1.6.22", - "resolved": "https://registry.npmjs.org/@mdx-js/react/-/react-1.6.22.tgz", - "integrity": "sha512-TDoPum4SHdfPiGSAaRBw7ECyI8VaHpK8GJugbJIJuqyh6kzw9ZLJZW3HGL3NNrJGxcAixUvqROm+YuQOo5eXtg==" - }, "@nodelib/fs.scandir": { "version": "2.1.3", "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.3.tgz", @@ -2387,63 +2382,79 @@ } }, "@theme-ui/color-modes": { - "version": "0.3.5", - "resolved": "https://registry.npmjs.org/@theme-ui/color-modes/-/color-modes-0.3.5.tgz", - "integrity": "sha512-3n5ExAnp1gAuVVFdGF2rRLyrVsa7qtmUXx+gj1wPJsADq23EE4ctkppC+aIfPFxT196WhR8fjErrVuO7Rh+wAg==", + "version": "0.17.1", + "resolved": "https://registry.npmjs.org/@theme-ui/color-modes/-/color-modes-0.17.1.tgz", + "integrity": "sha512-r+0W3UIQFxP+t5Y5HNIjBot67yU5waWNzwcwPSBOoLKaCknjEqKDsy9bzHsbq2IdrxJ+oJ/cRr7o3Rw0DIj2jg==", "requires": { - "@emotion/core": "^10.0.0", - "@theme-ui/core": "0.3.5", - "@theme-ui/css": "0.3.5", + "@theme-ui/core": "^0.17.1", + "@theme-ui/css": "^0.17.1", "deepmerge": "^4.2.2" } }, "@theme-ui/components": { - "version": "0.3.5", - "resolved": "https://registry.npmjs.org/@theme-ui/components/-/components-0.3.5.tgz", - "integrity": "sha512-RdWwnN43H1Tq80lGCu6icNuYCWoHHNtwH+LJGaGfiPkv/uMXWrwzKPLMiAuYM5b3ofKtmdaAcxZLjqAld97jkw==", + "version": "0.17.1", + "resolved": "https://registry.npmjs.org/@theme-ui/components/-/components-0.17.1.tgz", + "integrity": "sha512-EkjCJjRW3Ylez86DQjiECi/6E8YYlTEzr4ImdRyXtyk4/zpXcoGrroXOseQO0mkd3VnJKgOMr5fkUsh5k2rLSg==", "requires": { - "@emotion/core": "^10.0.0", - "@emotion/styled": "^10.0.0", "@styled-system/color": "^5.1.2", "@styled-system/should-forward-prop": "^5.1.2", "@styled-system/space": "^5.1.2", - "@theme-ui/css": "0.3.5" + "@theme-ui/core": "^0.17.1", + "@theme-ui/css": "^0.17.1", + "@types/styled-system": "^5.1.13" + }, + "dependencies": { + "@types/styled-system": { + "version": "5.1.22", + "resolved": "https://registry.npmjs.org/@types/styled-system/-/styled-system-5.1.22.tgz", + "integrity": "sha512-NbRp37zWcrf/+Qf2NumdyZfhSx1dzJ50zgfKvnezYJx1HTRUMVYY8jtWvK1eoIAa6F5sXwHLhE8oXNu15ThBAA==", + "requires": { + "csstype": "^3.0.2" + } + } } }, "@theme-ui/core": { - "version": "0.3.5", - "resolved": "https://registry.npmjs.org/@theme-ui/core/-/core-0.3.5.tgz", - "integrity": "sha512-80gbG4BW0ZQgZ8TWSG7vY72uXDxmkI/GttjpJee7AJlWVrPh7RCD2E3cuFPjqXzt7o4BJ9lZSHmTXcLzixNtRw==", + "version": "0.17.1", + "resolved": "https://registry.npmjs.org/@theme-ui/core/-/core-0.17.1.tgz", + "integrity": "sha512-mYUt91bBUxp2j377As2T906O8zEHMQik7e2riXbe7D3c7q0EUjgSN4tidiYKlgvHQD9depJ2HtdxTZ3EiQJleg==", "requires": { - "@emotion/core": "^10.0.0", - "@theme-ui/css": "0.3.5", + "@theme-ui/css": "^0.17.1", "deepmerge": "^4.2.2" } }, "@theme-ui/css": { - "version": "0.3.5", - "resolved": "https://registry.npmjs.org/@theme-ui/css/-/css-0.3.5.tgz", - "integrity": "sha512-XqsyXmifbnHOui1flSq4V7Lb3U+06Dbn2Q/leyr/cRd6Xgc0naiztdmD0MbXNvxgU51a2Ur9hyP4PnO5wE0yRg==" + "version": "0.17.1", + "resolved": "https://registry.npmjs.org/@theme-ui/css/-/css-0.17.1.tgz", + "integrity": "sha512-pTJBItdzcEa7KQlfTs1t9M4pd5KWtmSwrA2bLJJVeD0oHnpMCIjThlHY27UFwOTUopInT0Oa3fhF4/n9jVbN8A==", + "requires": { + "csstype": "^3.0.10" + }, + "dependencies": { + "csstype": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz", + "integrity": "sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==" + } + } }, - "@theme-ui/mdx": { - "version": "0.3.5", - "resolved": "https://registry.npmjs.org/@theme-ui/mdx/-/mdx-0.3.5.tgz", - "integrity": "sha512-KMf5kkEcItQ3qIj7dston/kBOZc82ST2R0pUcyk/u8ZclX4ingRtZkMxm2zpmxybzdSUY3DIKf2MTK9CxUSpOQ==", + "@theme-ui/global": { + "version": "0.17.1", + "resolved": "https://registry.npmjs.org/@theme-ui/global/-/global-0.17.1.tgz", + "integrity": "sha512-hCclJREBG8EfiIFazn5tU8fsGpSxBqENXXjHV55WY5XAIgRHhoIn5EIvfm7uSk6Uf6VsR4VLNp4Z7Q30np0gKQ==", "requires": { - "@emotion/core": "^10.0.0", - "@emotion/styled": "^10.0.0", - "@mdx-js/react": "^1.0.0" + "@theme-ui/core": "^0.17.1", + "@theme-ui/css": "^0.17.1" } }, "@theme-ui/theme-provider": { - "version": "0.3.5", - "resolved": "https://registry.npmjs.org/@theme-ui/theme-provider/-/theme-provider-0.3.5.tgz", - "integrity": "sha512-C1kVsGyrh/pqO/j4+KSF5IvVW1DOnZoQmpaJ9EjyU4bqY0PCTZfuNdNPfydKaDWiYxrKGXKBeX0xjvLLU6R0zQ==", + "version": "0.17.1", + "resolved": "https://registry.npmjs.org/@theme-ui/theme-provider/-/theme-provider-0.17.1.tgz", + "integrity": "sha512-UQvw+3Rv5ZJywdvwhVjqCG+4fdruRyJptB5/UG149F6yxGZx/2vRszbpAbhJ1/X8rXc9AJJjzAmF/6Ndp08ayQ==", "requires": { - "@emotion/core": "^10.0.0", - "@theme-ui/color-modes": "0.3.5", - "@theme-ui/core": "0.3.5", - "@theme-ui/mdx": "0.3.5" + "@theme-ui/color-modes": "^0.17.1", + "@theme-ui/core": "^0.17.1", + "@theme-ui/css": "^0.17.1" } }, "@types/anymatch": { @@ -14844,16 +14855,16 @@ "integrity": "sha1-f17oI66AUgfACvLfSoTsP8+lcLQ=" }, "theme-ui": { - "version": "0.3.5", - "resolved": "https://registry.npmjs.org/theme-ui/-/theme-ui-0.3.5.tgz", - "integrity": "sha512-yxooGhvkdjFDotDeIFehKo5k6NnLZ3gsLSe8EDe2aDcoWqg1mZjkjjr8EYtVCrK3mk/tYz97AT5BpEnUfamNCQ==", - "requires": { - "@theme-ui/color-modes": "0.3.5", - "@theme-ui/components": "0.3.5", - "@theme-ui/core": "0.3.5", - "@theme-ui/css": "0.3.5", - "@theme-ui/mdx": "0.3.5", - "@theme-ui/theme-provider": "0.3.5" + "version": "0.17.1", + "resolved": "https://registry.npmjs.org/theme-ui/-/theme-ui-0.17.1.tgz", + "integrity": "sha512-sw55duDM23Em+r67oaCJDxxVVGkyOA88Ja+Krc8BOVCxj70rfBVftc1aC4kbCuBWxgHD3eTjKQzoMUucWQuofw==", + "requires": { + "@theme-ui/color-modes": "^0.17.1", + "@theme-ui/components": "^0.17.1", + "@theme-ui/core": "^0.17.1", + "@theme-ui/css": "^0.17.1", + "@theme-ui/global": "^0.17.1", + "@theme-ui/theme-provider": "^0.17.1" } }, "throat": { diff --git a/form/package.json b/form/package.json index fce07a2..0cf4e2c 100644 --- a/form/package.json +++ b/form/package.json @@ -16,7 +16,7 @@ "react": "17.0.1", "react-dom": "17.0.1", "react-scripts": "4.0.1", - "theme-ui": "0.3.5", + "theme-ui": "0.17.1", "typescript": "4.1.2", "web-vitals": "0.2.4" },