From 8c478bdbc4d1b73fd4be48c470f932213795dcaf Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Mar 2023 06:05:13 +0000 Subject: [PATCH] Update dependency theme-ui to v0.15.5 --- form/package-lock.json | 108 ++++++++++++++++++++++------------------- form/package.json | 2 +- 2 files changed, 60 insertions(+), 50 deletions(-) diff --git a/form/package-lock.json b/form/package-lock.json index 955f029..5484093 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,78 @@ } }, "@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.15.5", + "resolved": "https://registry.npmjs.org/@theme-ui/color-modes/-/color-modes-0.15.5.tgz", + "integrity": "sha512-HmuosrDa9kCTo2XvSI81yGdlkFKKHrVRpDkiwK3jnRKm2+aBAqA5BmZswZz81tY2GltzozCMCG0XMtHX5HLa9A==", "requires": { - "@emotion/core": "^10.0.0", - "@theme-ui/core": "0.3.5", - "@theme-ui/css": "0.3.5", + "@theme-ui/core": "^0.15.5", + "@theme-ui/css": "^0.15.5", "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.15.5", + "resolved": "https://registry.npmjs.org/@theme-ui/components/-/components-0.15.5.tgz", + "integrity": "sha512-/LCy8sao4Dm3JNuToVtH97RzYAlOUd9bSpH7bFKa2Oh+U81+bsFOSnPp+aHETBM46B9QIHjI6vK/5jkGJm6xLQ==", "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/css": "^0.15.5", + "@types/styled-system": "^5.1.13" + }, + "dependencies": { + "@types/styled-system": { + "version": "5.1.16", + "resolved": "https://registry.npmjs.org/@types/styled-system/-/styled-system-5.1.16.tgz", + "integrity": "sha512-+dyGs2n2o6QStsexh87NeaRmXYnKOnEe7iOEkcYOwKwI5a1gFL0+Mt/hZKi+4KD1qDMkLkGb0lpDrffb/vSkDQ==", + "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.15.5", + "resolved": "https://registry.npmjs.org/@theme-ui/core/-/core-0.15.5.tgz", + "integrity": "sha512-9kFV3Knqc3MTVqY6e7pjkjApxcZy6O6PKXcZTVFQCuhuI6oPpVa0nA32XtlOTFfiBwO5o2bIAHjr4Pja/k7t/Q==", "requires": { - "@emotion/core": "^10.0.0", - "@theme-ui/css": "0.3.5", + "@theme-ui/css": "^0.15.5", "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.15.5", + "resolved": "https://registry.npmjs.org/@theme-ui/css/-/css-0.15.5.tgz", + "integrity": "sha512-q6ZUfNt/ip43sJMKEs8ySNJzyOL4ZCZyHXycNNoshETINQPcZhGWkJ21WlfHu9MHNPb0HZZsUqhAHMdZdIjazQ==", + "requires": { + "csstype": "^3.0.10" + }, + "dependencies": { + "csstype": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.1.1.tgz", + "integrity": "sha512-DJR/VvkAvSZW9bTouZue2sSxDwdTN92uHjqeKVm+0dAqdfNykRzQ95tay8aXMBAAPpUiq4Qcug2L7neoRh2Egw==" + } + } }, - "@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.15.5", + "resolved": "https://registry.npmjs.org/@theme-ui/global/-/global-0.15.5.tgz", + "integrity": "sha512-UpYCt1N2bt1Dr4gFEVV992bX7cq2ugeXb5QUABAEqR+DfvNg74ZqSg6937kAaA/2tt7LwXI6d/WfSuQIN+2hvw==", "requires": { - "@emotion/core": "^10.0.0", - "@emotion/styled": "^10.0.0", - "@mdx-js/react": "^1.0.0" + "@theme-ui/core": "^0.15.5", + "@theme-ui/css": "^0.15.5" } }, "@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.15.5", + "resolved": "https://registry.npmjs.org/@theme-ui/theme-provider/-/theme-provider-0.15.5.tgz", + "integrity": "sha512-gAJyPtwHYqjB7b8YO63SSO+BlcsrYE2kkDO2XDKhuQBycHRatTgaTcs5ZMa+Bb3fuco+3zMJXBg2g1XZDMHuVA==", "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.15.5", + "@theme-ui/core": "^0.15.5", + "@theme-ui/css": "^0.15.5" } }, "@types/anymatch": { @@ -14844,16 +14854,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.15.5", + "resolved": "https://registry.npmjs.org/theme-ui/-/theme-ui-0.15.5.tgz", + "integrity": "sha512-K8vBOFS6o02k+T5jMw2CQsdA4vI7uItRpr2N3dIVGUrMYptk/g/qlyNhuyonw6s7/9nkiei5jgm3pjyKjsqEFA==", + "requires": { + "@theme-ui/color-modes": "^0.15.5", + "@theme-ui/components": "^0.15.5", + "@theme-ui/core": "^0.15.5", + "@theme-ui/css": "^0.15.5", + "@theme-ui/global": "^0.15.5", + "@theme-ui/theme-provider": "^0.15.5" } }, "throat": { diff --git a/form/package.json b/form/package.json index fce07a2..d4d7749 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.15.5", "typescript": "4.1.2", "web-vitals": "0.2.4" },