From da03e77ab6ba3c4f6f12b03934348e637164e1da Mon Sep 17 00:00:00 2001 From: Mozafar Haider Date: Thu, 30 May 2024 16:21:33 +0100 Subject: [PATCH] chore: add stylelint config --- .stylelintrc.js | 14 + package.json | 6 +- yarn.lock | 1127 +++++++++++++++++------------------------------ 3 files changed, 410 insertions(+), 737 deletions(-) create mode 100644 .stylelintrc.js diff --git a/.stylelintrc.js b/.stylelintrc.js new file mode 100644 index 000000000..54431c1e7 --- /dev/null +++ b/.stylelintrc.js @@ -0,0 +1,14 @@ +const { config } = require('@dhis2/cli-style') + +module.exports = { + extends: [config.stylelint], + rules: { + 'csstools/use-logical': [ + true, + { + // overriding the default config to error since this should be all fixed in this repo + severity: 'error', + }, + ], + }, +} diff --git a/package.json b/package.json index fb1258911..8531b001a 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "license": "BSD-3-Clause", "dependencies": { "@dhis2/analytics": "^26.6.10", - "@dhis2/app-runtime": "^3.10.2", + "@dhis2/app-runtime": "^3.10.4", "@dhis2/app-runtime-adapter-d2": "^1.1.0", "@dhis2/d2-i18n": "^1.1.3", "@dhis2/d2-ui-rich-text": "^7.4.3", @@ -44,8 +44,8 @@ "cy:run": "d2-utils-cypress run --appStart 'yarn cypress:start'" }, "devDependencies": { - "@dhis2/cli-app-scripts": "10.5.0-alpha.2", - "@dhis2/cli-style": "^10.5.1", + "@dhis2/cli-app-scripts": "^11.3.0", + "@dhis2/cli-style": "^10.7.3", "@dhis2/cli-utils-cypress": "^7.0.1", "@dhis2/cypress-commands": "^7.0.1", "@testing-library/jest-dom": "^6.1.2", diff --git a/yarn.lock b/yarn.lock index 3cd3c1d49..8e6343556 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1487,6 +1487,21 @@ dependencies: chalk "^4.0.0" +"@csstools/css-parser-algorithms@^2.6.3": + version "2.6.3" + resolved "https://registry.yarnpkg.com/@csstools/css-parser-algorithms/-/css-parser-algorithms-2.6.3.tgz#b5e7eb2bd2a42e968ef61484f1490a8a4148a8eb" + integrity sha512-xI/tL2zxzEbESvnSxwFgwvy5HS00oCXxL4MLs6HUiDcYfwowsoQaABKxUElp1ARITrINzBnsECOc1q0eg2GOrA== + +"@csstools/css-tokenizer@^2.3.1": + version "2.3.1" + resolved "https://registry.yarnpkg.com/@csstools/css-tokenizer/-/css-tokenizer-2.3.1.tgz#3d47e101ad48d815a4bdce8159fb5764f087f17a" + integrity sha512-iMNHTyxLbBlWIfGtabT157LH9DUx9X8+Y3oymFEuMj8HNc+rpE3dPFGFgHjpKfjeFDjLjYIAIhXPGvS2lKxL9g== + +"@csstools/media-query-list-parser@^2.1.11": + version "2.1.11" + resolved "https://registry.yarnpkg.com/@csstools/media-query-list-parser/-/media-query-list-parser-2.1.11.tgz#465aa42f268599729350e305e1ae14a30c1daf51" + integrity sha512-uox5MVhvNHqitPP+SynrB1o8oPxPMt2JLgp5ghJOWf54WGQ5OKu47efne49r1SWqs3wRP8xSWjnO9MBKxhB1dA== + "@csstools/normalize.css@*": version "12.0.0" resolved "https://registry.yarnpkg.com/@csstools/normalize.css/-/normalize.css-12.0.0.tgz#a9583a75c3f150667771f30b60d9f059473e62c4" @@ -1598,6 +1613,11 @@ resolved "https://registry.yarnpkg.com/@csstools/selector-specificity/-/selector-specificity-2.0.2.tgz#1bfafe4b7ed0f3e4105837e056e0a89b108ebe36" integrity sha512-IkpVW/ehM1hWKln4fCA3NzJU8KwD+kIOvPZA4cqxoJHtE21CCzjyp+Kxbu0i5I4tBNOlXPL9mjwnWlL0VEG4Fg== +"@csstools/selector-specificity@^3.1.1": + version "3.1.1" + resolved "https://registry.yarnpkg.com/@csstools/selector-specificity/-/selector-specificity-3.1.1.tgz#63085d2995ca0f0e55aa8b8a07d69bfd48b844fe" + integrity sha512-a7cxGcJ2wIlMFLlh8z2ONm+715QkPHiyJcxwQlKOz/03GPw1COpfhcmC9wm4xlZfp//jWHNNMwzjtqHXVWU9KA== + "@cypress/browserify-preprocessor@^3.0.1": version "3.0.1" resolved "https://registry.yarnpkg.com/@cypress/browserify-preprocessor/-/browserify-preprocessor-3.0.1.tgz#ab86335b0c061d11f5ad7df03f06b1877b836f71" @@ -1665,18 +1685,6 @@ debug "^3.1.0" lodash.once "^4.1.1" -"@dhis2-ui/alert@9.3.0-alpha.1": - version "9.3.0-alpha.1" - resolved "https://registry.yarnpkg.com/@dhis2-ui/alert/-/alert-9.3.0-alpha.1.tgz#242fcd36c327c4cedebe2149e427856c84306da3" - integrity sha512-I5ReA/JN6Gdmt/v+Plag5qtCRxH5W9cgRZB7Pa4264Sxd3z8gLGMnpYpAlEKC6ESI5zzJZQQG6I08Cm+cdlvFQ== - dependencies: - "@dhis2-ui/portal" "9.3.0-alpha.1" - "@dhis2/prop-types" "^3.1.2" - "@dhis2/ui-constants" "9.3.0-alpha.1" - "@dhis2/ui-icons" "9.3.0-alpha.1" - classnames "^2.3.1" - prop-types "^15.7.2" - "@dhis2-ui/alert@9.5.0": version "9.5.0" resolved "https://registry.yarnpkg.com/@dhis2-ui/alert/-/alert-9.5.0.tgz#56242c0475868872ce47dc4d3de4319cca63c6ec" @@ -1689,16 +1697,6 @@ classnames "^2.3.1" prop-types "^15.7.2" -"@dhis2-ui/box@9.3.0-alpha.1": - version "9.3.0-alpha.1" - resolved "https://registry.yarnpkg.com/@dhis2-ui/box/-/box-9.3.0-alpha.1.tgz#8b2de6587442916bd2d69c80ef6addb94037709c" - integrity sha512-qmhq1q9K3SEsQbnTT7twih/QHi9iQ7KaKxdcrGuglbcqhDb/qhLKnr8k3Rs69/tjvIO4F7xPeRG07wt6UavjhQ== - dependencies: - "@dhis2/prop-types" "^3.1.2" - "@dhis2/ui-constants" "9.3.0-alpha.1" - classnames "^2.3.1" - prop-types "^15.7.2" - "@dhis2-ui/box@9.5.0": version "9.5.0" resolved "https://registry.yarnpkg.com/@dhis2-ui/box/-/box-9.5.0.tgz#794f193d4aed84c1a5624479592dc7cfb65f506e" @@ -1709,20 +1707,6 @@ classnames "^2.3.1" prop-types "^15.7.2" -"@dhis2-ui/button@9.3.0-alpha.1": - version "9.3.0-alpha.1" - resolved "https://registry.yarnpkg.com/@dhis2-ui/button/-/button-9.3.0-alpha.1.tgz#203ffbcf82c4c56e3c5656c2f27d182c7e100578" - integrity sha512-oAXKdbRT80aewzGNET+BhSQwVZQjOlds+zk8pexYUPVgXvBOxtZuJ2j1XuNrNhKy9uOH4ACDGt8Kh+t0Winc+g== - dependencies: - "@dhis2-ui/layer" "9.3.0-alpha.1" - "@dhis2-ui/loader" "9.3.0-alpha.1" - "@dhis2-ui/popper" "9.3.0-alpha.1" - "@dhis2/prop-types" "^3.1.2" - "@dhis2/ui-constants" "9.3.0-alpha.1" - "@dhis2/ui-icons" "9.3.0-alpha.1" - classnames "^2.3.1" - prop-types "^15.7.2" - "@dhis2-ui/button@9.5.0": version "9.5.0" resolved "https://registry.yarnpkg.com/@dhis2-ui/button/-/button-9.5.0.tgz#84cbdb1e9217adc38b1da7ee6107ed36249013f0" @@ -1737,23 +1721,6 @@ classnames "^2.3.1" prop-types "^15.7.2" -"@dhis2-ui/calendar@9.3.0-alpha.1": - version "9.3.0-alpha.1" - resolved "https://registry.yarnpkg.com/@dhis2-ui/calendar/-/calendar-9.3.0-alpha.1.tgz#5ad8646881dc86fb0993c38f567f79359b4bae17" - integrity sha512-wBLDN5nlPqNQ5PTbMXv5o7dRjQ4orW99eKTza4hBz2sJFn7+QKuwqQr6Q3tpim/w7qeSxitZyJ5JBqPYnxZgtg== - dependencies: - "@dhis2-ui/button" "9.3.0-alpha.1" - "@dhis2-ui/card" "9.3.0-alpha.1" - "@dhis2-ui/input" "9.3.0-alpha.1" - "@dhis2-ui/layer" "9.3.0-alpha.1" - "@dhis2-ui/popper" "9.3.0-alpha.1" - "@dhis2/multi-calendar-dates" "1.0.2" - "@dhis2/prop-types" "^3.1.2" - "@dhis2/ui-constants" "9.3.0-alpha.1" - "@dhis2/ui-icons" "9.3.0-alpha.1" - classnames "^2.3.1" - prop-types "^15.7.2" - "@dhis2-ui/calendar@9.5.0": version "9.5.0" resolved "https://registry.yarnpkg.com/@dhis2-ui/calendar/-/calendar-9.5.0.tgz#13696b82d84f91f5ce8aa8766349023b5569edd7" @@ -1771,16 +1738,6 @@ classnames "^2.3.1" prop-types "^15.7.2" -"@dhis2-ui/card@9.3.0-alpha.1": - version "9.3.0-alpha.1" - resolved "https://registry.yarnpkg.com/@dhis2-ui/card/-/card-9.3.0-alpha.1.tgz#6abc5b0182aba998126487da59139d8726730c1f" - integrity sha512-owZObq1VL3zTktYWDh6lncB8uKkDxewQQXrDBtE8a9nLbaK3/qQ0qJC19bEnQ3598vl9m0tXyeLH2/zM0619xA== - dependencies: - "@dhis2/prop-types" "^3.1.2" - "@dhis2/ui-constants" "9.3.0-alpha.1" - classnames "^2.3.1" - prop-types "^15.7.2" - "@dhis2-ui/card@9.5.0": version "9.5.0" resolved "https://registry.yarnpkg.com/@dhis2-ui/card/-/card-9.5.0.tgz#42e868d16f468702e9f02df1c795e30ca879f0e9" @@ -1791,16 +1748,6 @@ classnames "^2.3.1" prop-types "^15.7.2" -"@dhis2-ui/center@9.3.0-alpha.1": - version "9.3.0-alpha.1" - resolved "https://registry.yarnpkg.com/@dhis2-ui/center/-/center-9.3.0-alpha.1.tgz#fa107597bb794d5b3ec26c28e10621d048c34588" - integrity sha512-bmoerCJTlKa4yZRJwdwhEkJDr0OKLrhtYmnA00V93zb4xmVvoneQEmSkbRB/pt3M13wGK4fwsz8bhLh+kjgXWg== - dependencies: - "@dhis2/prop-types" "^3.1.2" - "@dhis2/ui-constants" "9.3.0-alpha.1" - classnames "^2.3.1" - prop-types "^15.7.2" - "@dhis2-ui/center@9.5.0": version "9.5.0" resolved "https://registry.yarnpkg.com/@dhis2-ui/center/-/center-9.5.0.tgz#824b30dffb6f71e9b69a8beff656c99dcaf728aa" @@ -1811,18 +1758,6 @@ classnames "^2.3.1" prop-types "^15.7.2" -"@dhis2-ui/checkbox@9.3.0-alpha.1": - version "9.3.0-alpha.1" - resolved "https://registry.yarnpkg.com/@dhis2-ui/checkbox/-/checkbox-9.3.0-alpha.1.tgz#566eab76302441cd175a745fe0afe8abb4e02e1c" - integrity sha512-thxNTV0zJpC54gPjZSOeSezBxxiyy0k4K/u6w8Y5gCcSihIh1wtxv6gcuSc0HMrE3TSmbr2DoOH0oYte847W6Q== - dependencies: - "@dhis2-ui/field" "9.3.0-alpha.1" - "@dhis2-ui/required" "9.3.0-alpha.1" - "@dhis2/prop-types" "^3.1.2" - "@dhis2/ui-constants" "9.3.0-alpha.1" - classnames "^2.3.1" - prop-types "^15.7.2" - "@dhis2-ui/checkbox@9.5.0": version "9.5.0" resolved "https://registry.yarnpkg.com/@dhis2-ui/checkbox/-/checkbox-9.5.0.tgz#94849f09483dd07416db653dc1f9a9084181c90e" @@ -1835,16 +1770,6 @@ classnames "^2.3.1" prop-types "^15.7.2" -"@dhis2-ui/chip@9.3.0-alpha.1": - version "9.3.0-alpha.1" - resolved "https://registry.yarnpkg.com/@dhis2-ui/chip/-/chip-9.3.0-alpha.1.tgz#b9caf1022d59dc04132e2b658cf5bd736c757173" - integrity sha512-QmQQL8OqStXVN1lffPOgBcwEFBNNwT4UruA36kUB0cDda3uWa7bshwTLicMY9DZsgtm/eEs1nkN4j6UEmIyFrA== - dependencies: - "@dhis2/prop-types" "^3.1.2" - "@dhis2/ui-constants" "9.3.0-alpha.1" - classnames "^2.3.1" - prop-types "^15.7.2" - "@dhis2-ui/chip@9.5.0": version "9.5.0" resolved "https://registry.yarnpkg.com/@dhis2-ui/chip/-/chip-9.5.0.tgz#e06db00b334cdf18ac146a5f1b3540af4a5e62c9" @@ -1855,16 +1780,6 @@ classnames "^2.3.1" prop-types "^15.7.2" -"@dhis2-ui/cover@9.3.0-alpha.1": - version "9.3.0-alpha.1" - resolved "https://registry.yarnpkg.com/@dhis2-ui/cover/-/cover-9.3.0-alpha.1.tgz#3cbc98cacd7d5900067646955a66b2ccd6452b3b" - integrity sha512-IYEJyaJECtiHfEfgwOTfEUrj/VbBvrpOWYajLKWnUzAFCrrUSexXV8FniZJolb0Jg4K4zn7h00YlnixjxBBzWg== - dependencies: - "@dhis2/prop-types" "^3.1.2" - "@dhis2/ui-constants" "9.3.0-alpha.1" - classnames "^2.3.1" - prop-types "^15.7.2" - "@dhis2-ui/cover@9.5.0": version "9.5.0" resolved "https://registry.yarnpkg.com/@dhis2-ui/cover/-/cover-9.5.0.tgz#848c02bcf26d14539ad50e22800d8eca06268e5a" @@ -1875,16 +1790,6 @@ classnames "^2.3.1" prop-types "^15.7.2" -"@dhis2-ui/css@9.3.0-alpha.1": - version "9.3.0-alpha.1" - resolved "https://registry.yarnpkg.com/@dhis2-ui/css/-/css-9.3.0-alpha.1.tgz#8b64abe39d044af2a4137d9ed107bbea3f8d9f54" - integrity sha512-P6s6j2zPwdYjU1mTudg9jUAOyBxCoFB3etlwkMQRq/MUJY7wG4tzsicDVj6AvsJKQzA8EvWhbSMzMk5yrDst5w== - dependencies: - "@dhis2/prop-types" "^3.1.2" - "@dhis2/ui-constants" "9.3.0-alpha.1" - classnames "^2.3.1" - prop-types "^15.7.2" - "@dhis2-ui/css@9.5.0": version "9.5.0" resolved "https://registry.yarnpkg.com/@dhis2-ui/css/-/css-9.5.0.tgz#5b235b8895cab26eb8e1cc4531e5b39af8956e90" @@ -1895,16 +1800,6 @@ classnames "^2.3.1" prop-types "^15.7.2" -"@dhis2-ui/divider@9.3.0-alpha.1": - version "9.3.0-alpha.1" - resolved "https://registry.yarnpkg.com/@dhis2-ui/divider/-/divider-9.3.0-alpha.1.tgz#1de7b6a147d6a61700a6ea5c401d207a8f2a4926" - integrity sha512-kVTmNCqTjcBXaIvBkJbmOuunsWpza/XpRDctoWavOW29pesnRql52JfZ2MnVFBie1QaitO1B1hIH3UKaAJNSzg== - dependencies: - "@dhis2/prop-types" "^3.1.2" - "@dhis2/ui-constants" "9.3.0-alpha.1" - classnames "^2.3.1" - prop-types "^15.7.2" - "@dhis2-ui/divider@9.5.0": version "9.5.0" resolved "https://registry.yarnpkg.com/@dhis2-ui/divider/-/divider-9.5.0.tgz#499f746bf9a9a9e661f82a42d336930e2c15932c" @@ -1915,19 +1810,6 @@ classnames "^2.3.1" prop-types "^15.7.2" -"@dhis2-ui/field@9.3.0-alpha.1": - version "9.3.0-alpha.1" - resolved "https://registry.yarnpkg.com/@dhis2-ui/field/-/field-9.3.0-alpha.1.tgz#318324236c6d148b40554c24d9332ba96f38cc06" - integrity sha512-mHBiIzlgQMqNwoFOBqr/3DxNrcemme0qHOW7x6JdzycqqMmAcYycwzMbzM/hcH8mQCkWTPtz3g4BiAb55Z8FBw== - dependencies: - "@dhis2-ui/box" "9.3.0-alpha.1" - "@dhis2-ui/help" "9.3.0-alpha.1" - "@dhis2-ui/label" "9.3.0-alpha.1" - "@dhis2/prop-types" "^3.1.2" - "@dhis2/ui-constants" "9.3.0-alpha.1" - classnames "^2.3.1" - prop-types "^15.7.2" - "@dhis2-ui/field@9.5.0": version "9.5.0" resolved "https://registry.yarnpkg.com/@dhis2-ui/field/-/field-9.5.0.tgz#d026bcc915444a3d3b485a22f8c16f2a7e8fc490" @@ -1941,22 +1823,6 @@ classnames "^2.3.1" prop-types "^15.7.2" -"@dhis2-ui/file-input@9.3.0-alpha.1": - version "9.3.0-alpha.1" - resolved "https://registry.yarnpkg.com/@dhis2-ui/file-input/-/file-input-9.3.0-alpha.1.tgz#763bbf3c02e65ce7febd8212468b1ff7602fa92e" - integrity sha512-cLMLTkpd2GQIdrJL5To65F/xi8/eyiucAWQngdGgsjkqNZ74u+6pij6iKGqmZzpVV1TCgalcNzJASOzMz3vk0Q== - dependencies: - "@dhis2-ui/button" "9.3.0-alpha.1" - "@dhis2-ui/field" "9.3.0-alpha.1" - "@dhis2-ui/label" "9.3.0-alpha.1" - "@dhis2-ui/loader" "9.3.0-alpha.1" - "@dhis2-ui/status-icon" "9.3.0-alpha.1" - "@dhis2/prop-types" "^3.1.2" - "@dhis2/ui-constants" "9.3.0-alpha.1" - "@dhis2/ui-icons" "9.3.0-alpha.1" - classnames "^2.3.1" - prop-types "^15.7.2" - "@dhis2-ui/file-input@9.5.0": version "9.5.0" resolved "https://registry.yarnpkg.com/@dhis2-ui/file-input/-/file-input-9.5.0.tgz#ac46a14987daaa62a21ce146df1f3fca8944798f" @@ -1973,30 +1839,6 @@ classnames "^2.3.1" prop-types "^15.7.2" -"@dhis2-ui/header-bar@9.3.0-alpha.1": - version "9.3.0-alpha.1" - resolved "https://registry.yarnpkg.com/@dhis2-ui/header-bar/-/header-bar-9.3.0-alpha.1.tgz#352b70f2792aa5acbf0d0666f3857a37a63b5375" - integrity sha512-w0pnyQ8Zff16a0e4q1LUad6rBxmBht0L9qQD1REmry2MncztIdnIL9ILprHl/vujvxPeI9xcppYKp/RFxc9pLw== - dependencies: - "@dhis2-ui/box" "9.3.0-alpha.1" - "@dhis2-ui/button" "9.3.0-alpha.1" - "@dhis2-ui/card" "9.3.0-alpha.1" - "@dhis2-ui/center" "9.3.0-alpha.1" - "@dhis2-ui/divider" "9.3.0-alpha.1" - "@dhis2-ui/input" "9.3.0-alpha.1" - "@dhis2-ui/layer" "9.3.0-alpha.1" - "@dhis2-ui/loader" "9.3.0-alpha.1" - "@dhis2-ui/logo" "9.3.0-alpha.1" - "@dhis2-ui/menu" "9.3.0-alpha.1" - "@dhis2-ui/modal" "9.3.0-alpha.1" - "@dhis2-ui/user-avatar" "9.3.0-alpha.1" - "@dhis2/prop-types" "^3.1.2" - "@dhis2/ui-constants" "9.3.0-alpha.1" - "@dhis2/ui-icons" "9.3.0-alpha.1" - classnames "^2.3.1" - moment "^2.29.1" - prop-types "^15.7.2" - "@dhis2-ui/header-bar@9.5.0": version "9.5.0" resolved "https://registry.yarnpkg.com/@dhis2-ui/header-bar/-/header-bar-9.5.0.tgz#627fb7576eddf7538ea09f3019df75031ac9706d" @@ -2021,16 +1863,6 @@ moment "^2.29.1" prop-types "^15.7.2" -"@dhis2-ui/help@9.3.0-alpha.1": - version "9.3.0-alpha.1" - resolved "https://registry.yarnpkg.com/@dhis2-ui/help/-/help-9.3.0-alpha.1.tgz#eefc97a1e1996c5100005fe53e4307e64446c63b" - integrity sha512-ktwudhptmucfGQgcipldunGd2r3zxYn9GdOkkhXbUt82IBtDEPFsl7AsLy0krVKPpVbQBvtphxQ1kgktcY4Mrw== - dependencies: - "@dhis2/prop-types" "^3.1.2" - "@dhis2/ui-constants" "9.3.0-alpha.1" - classnames "^2.3.1" - prop-types "^15.7.2" - "@dhis2-ui/help@9.5.0": version "9.5.0" resolved "https://registry.yarnpkg.com/@dhis2-ui/help/-/help-9.5.0.tgz#fb44844e8345c21a042e89940dec4c9fb0780c0d" @@ -2041,22 +1873,6 @@ classnames "^2.3.1" prop-types "^15.7.2" -"@dhis2-ui/input@9.3.0-alpha.1": - version "9.3.0-alpha.1" - resolved "https://registry.yarnpkg.com/@dhis2-ui/input/-/input-9.3.0-alpha.1.tgz#2befb84076dc768a21971f7ee295040d651250b9" - integrity sha512-U+dLUKJDVp7aDsmXnQaALmoOMMuyUxFYZt+drhzYjdamoZcO3GCakoJoYnOYhEdjGOxXwpTisENSvGiC8Vz8KQ== - dependencies: - "@dhis2-ui/box" "9.3.0-alpha.1" - "@dhis2-ui/field" "9.3.0-alpha.1" - "@dhis2-ui/input" "9.3.0-alpha.1" - "@dhis2-ui/loader" "9.3.0-alpha.1" - "@dhis2-ui/status-icon" "9.3.0-alpha.1" - "@dhis2/prop-types" "^3.1.2" - "@dhis2/ui-constants" "9.3.0-alpha.1" - "@dhis2/ui-icons" "9.3.0-alpha.1" - classnames "^2.3.1" - prop-types "^15.7.2" - "@dhis2-ui/input@9.5.0": version "9.5.0" resolved "https://registry.yarnpkg.com/@dhis2-ui/input/-/input-9.5.0.tgz#b3033db8c9d704ba11b8f76837e8b96fec772f83" @@ -2073,16 +1889,6 @@ classnames "^2.3.1" prop-types "^15.7.2" -"@dhis2-ui/intersection-detector@9.3.0-alpha.1": - version "9.3.0-alpha.1" - resolved "https://registry.yarnpkg.com/@dhis2-ui/intersection-detector/-/intersection-detector-9.3.0-alpha.1.tgz#ecfbb53c75d69bba198f9312859db952eeb69e50" - integrity sha512-2XqavMc4k5FKvtoYp6gIlTQ2ZNQHktXVR6tQp1Mcy/bNr1M8gHW0zHnOdYRCH6ElhWo0OP4QmKEntWo9fbHGNw== - dependencies: - "@dhis2/prop-types" "^3.1.2" - "@dhis2/ui-constants" "9.3.0-alpha.1" - classnames "^2.3.1" - prop-types "^15.7.2" - "@dhis2-ui/intersection-detector@9.5.0": version "9.5.0" resolved "https://registry.yarnpkg.com/@dhis2-ui/intersection-detector/-/intersection-detector-9.5.0.tgz#092ec585001d1db1db7cf294e7a46f2cbb96c8e1" @@ -2093,17 +1899,6 @@ classnames "^2.3.1" prop-types "^15.7.2" -"@dhis2-ui/label@9.3.0-alpha.1": - version "9.3.0-alpha.1" - resolved "https://registry.yarnpkg.com/@dhis2-ui/label/-/label-9.3.0-alpha.1.tgz#952aa33f3de11dcd2d0a67a1a5337b2dc1b791d1" - integrity sha512-cfCI90y4j/HmpHpkfVdhbWo1sBNJ8SCZIh7j2X/acNVY0xe0X67Dz4qsM9xDdg0mjLVtmeAIk1CgIHFJJVj5bQ== - dependencies: - "@dhis2-ui/required" "9.3.0-alpha.1" - "@dhis2/prop-types" "^3.1.2" - "@dhis2/ui-constants" "9.3.0-alpha.1" - classnames "^2.3.1" - prop-types "^15.7.2" - "@dhis2-ui/label@9.5.0": version "9.5.0" resolved "https://registry.yarnpkg.com/@dhis2-ui/label/-/label-9.5.0.tgz#667f37f0740aca1a2ebeb358519d48ff38fbd486" @@ -2115,17 +1910,6 @@ classnames "^2.3.1" prop-types "^15.7.2" -"@dhis2-ui/layer@9.3.0-alpha.1": - version "9.3.0-alpha.1" - resolved "https://registry.yarnpkg.com/@dhis2-ui/layer/-/layer-9.3.0-alpha.1.tgz#1b75f74c0b9feedb94e6adac4ebfef13883484f5" - integrity sha512-9u58mlDtCxk3/N5r+GKVe59DHSG919vGTtFOAB99CbJn64Vqtwm6wKzubwFeKZWUCPzob02lNY+8GYsvepv64w== - dependencies: - "@dhis2-ui/portal" "9.3.0-alpha.1" - "@dhis2/prop-types" "^3.1.2" - "@dhis2/ui-constants" "9.3.0-alpha.1" - classnames "^2.3.1" - prop-types "^15.7.2" - "@dhis2-ui/layer@9.5.0": version "9.5.0" resolved "https://registry.yarnpkg.com/@dhis2-ui/layer/-/layer-9.5.0.tgz#1e607872e1be64e811f63cc0d98a0daa08eb4ab6" @@ -2137,17 +1921,6 @@ classnames "^2.3.1" prop-types "^15.7.2" -"@dhis2-ui/legend@9.3.0-alpha.1": - version "9.3.0-alpha.1" - resolved "https://registry.yarnpkg.com/@dhis2-ui/legend/-/legend-9.3.0-alpha.1.tgz#cd28fd00404b663ee8dbfc35ee49faaaebc5460a" - integrity sha512-0wJG/Ns1Eo/7EQIz50MfxnY/qEGEWCbHkqmJLowyvmAHXNP17pN0/KCixEPAVtlXgxoEZD+CqndqPcpht161sg== - dependencies: - "@dhis2-ui/required" "9.3.0-alpha.1" - "@dhis2/prop-types" "^3.1.2" - "@dhis2/ui-constants" "9.3.0-alpha.1" - classnames "^2.3.1" - prop-types "^15.7.2" - "@dhis2-ui/legend@9.5.0": version "9.5.0" resolved "https://registry.yarnpkg.com/@dhis2-ui/legend/-/legend-9.5.0.tgz#10d78d0e199067649abd1f027b07570449df6290" @@ -2159,16 +1932,6 @@ classnames "^2.3.1" prop-types "^15.7.2" -"@dhis2-ui/loader@9.3.0-alpha.1": - version "9.3.0-alpha.1" - resolved "https://registry.yarnpkg.com/@dhis2-ui/loader/-/loader-9.3.0-alpha.1.tgz#e2ee507ac78d067a6f79315f66579f9aa6887cf1" - integrity sha512-bLMsDLCjEekNg589NwPZYuEkAwlKzHGWhlp92LK5xQ2iiNlxi7cIeIpsjD68Z0/GT88mqnj1MY6055g+0mC2UQ== - dependencies: - "@dhis2/prop-types" "^3.1.2" - "@dhis2/ui-constants" "9.3.0-alpha.1" - classnames "^2.3.1" - prop-types "^15.7.2" - "@dhis2-ui/loader@9.5.0": version "9.5.0" resolved "https://registry.yarnpkg.com/@dhis2-ui/loader/-/loader-9.5.0.tgz#b75475870992915a25da5914d6e14a29b09f2b90" @@ -2179,16 +1942,6 @@ classnames "^2.3.1" prop-types "^15.7.2" -"@dhis2-ui/logo@9.3.0-alpha.1": - version "9.3.0-alpha.1" - resolved "https://registry.yarnpkg.com/@dhis2-ui/logo/-/logo-9.3.0-alpha.1.tgz#ba4bc5694cc1e9ff185de66d67ef78bb8b331da7" - integrity sha512-IALW6VT9oXztzc8Dd1HUDeY/nePX+J5TIXiS6v5/UlBm34MtUqRurogcIqn+pQYg57rxG/+0CcVWr3uX3o8W0g== - dependencies: - "@dhis2/prop-types" "^3.1.2" - "@dhis2/ui-constants" "9.3.0-alpha.1" - classnames "^2.3.1" - prop-types "^15.7.2" - "@dhis2-ui/logo@9.5.0": version "9.5.0" resolved "https://registry.yarnpkg.com/@dhis2-ui/logo/-/logo-9.5.0.tgz#985a70f721e4ebb3e5612cf61a23e12644c38c98" @@ -2199,22 +1952,6 @@ classnames "^2.3.1" prop-types "^15.7.2" -"@dhis2-ui/menu@9.3.0-alpha.1": - version "9.3.0-alpha.1" - resolved "https://registry.yarnpkg.com/@dhis2-ui/menu/-/menu-9.3.0-alpha.1.tgz#e88904aced704621e0ef2453d18596e3df538819" - integrity sha512-VWssJy1VdEm1mnY9r0uNFYoyGZ+d0xRFYsESBsb7JxCoh8Tnwpy29ngjqoS0sKwnzP5zmAyy34BUCNgrLpDhkA== - dependencies: - "@dhis2-ui/card" "9.3.0-alpha.1" - "@dhis2-ui/divider" "9.3.0-alpha.1" - "@dhis2-ui/layer" "9.3.0-alpha.1" - "@dhis2-ui/popper" "9.3.0-alpha.1" - "@dhis2-ui/portal" "9.3.0-alpha.1" - "@dhis2/prop-types" "^3.1.2" - "@dhis2/ui-constants" "9.3.0-alpha.1" - "@dhis2/ui-icons" "9.3.0-alpha.1" - classnames "^2.3.1" - prop-types "^15.7.2" - "@dhis2-ui/menu@9.5.0": version "9.5.0" resolved "https://registry.yarnpkg.com/@dhis2-ui/menu/-/menu-9.5.0.tgz#79a26be1722cdafd58db87c6f086af8051524fb1" @@ -2231,21 +1968,6 @@ classnames "^2.3.1" prop-types "^15.7.2" -"@dhis2-ui/modal@9.3.0-alpha.1": - version "9.3.0-alpha.1" - resolved "https://registry.yarnpkg.com/@dhis2-ui/modal/-/modal-9.3.0-alpha.1.tgz#45e07dd96ebb423fd3a9bdf3762dcaec9874ec78" - integrity sha512-j3VnCKwRuXvInmdRe3or8rn5H70Gsy6dVcWQsohBHHnt4Vf/tqaXkaBSWuk5DK+HxgNagHQXWMNk4QiJOMKeRg== - dependencies: - "@dhis2-ui/card" "9.3.0-alpha.1" - "@dhis2-ui/center" "9.3.0-alpha.1" - "@dhis2-ui/layer" "9.3.0-alpha.1" - "@dhis2-ui/portal" "9.3.0-alpha.1" - "@dhis2/prop-types" "^3.1.2" - "@dhis2/ui-constants" "9.3.0-alpha.1" - "@dhis2/ui-icons" "9.3.0-alpha.1" - classnames "^2.3.1" - prop-types "^15.7.2" - "@dhis2-ui/modal@9.5.0": version "9.5.0" resolved "https://registry.yarnpkg.com/@dhis2-ui/modal/-/modal-9.5.0.tgz#63ea2bb0aedb9dfcb1f2d07bdf38f9fa4f4cc248" @@ -2261,17 +1983,6 @@ classnames "^2.3.1" prop-types "^15.7.2" -"@dhis2-ui/node@9.3.0-alpha.1": - version "9.3.0-alpha.1" - resolved "https://registry.yarnpkg.com/@dhis2-ui/node/-/node-9.3.0-alpha.1.tgz#ec39e56dbc032842754b00eef622e4a0c4b9f12e" - integrity sha512-6fMOH2jH9VweiqvRxQhHdl+Yc4Mr3TtvlCKRVTvkXhWOVLny/Bk/+sJr8AsjyXKsnEXZGZqeco7RhIXqTyGskA== - dependencies: - "@dhis2-ui/loader" "9.3.0-alpha.1" - "@dhis2/prop-types" "^3.1.2" - "@dhis2/ui-constants" "9.3.0-alpha.1" - classnames "^2.3.1" - prop-types "^15.7.2" - "@dhis2-ui/node@9.5.0": version "9.5.0" resolved "https://registry.yarnpkg.com/@dhis2-ui/node/-/node-9.5.0.tgz#5ebf35f167b1aa94f7672a21f840e534d9f2b5a8" @@ -2283,17 +1994,6 @@ classnames "^2.3.1" prop-types "^15.7.2" -"@dhis2-ui/notice-box@9.3.0-alpha.1": - version "9.3.0-alpha.1" - resolved "https://registry.yarnpkg.com/@dhis2-ui/notice-box/-/notice-box-9.3.0-alpha.1.tgz#8c6ad9fee191a0707c7ac744c7cd6413f364491e" - integrity sha512-lpzK2jQ/sPvXdE0ShdFfVshA4z53smnrKgKd0sCkoKbN1tAp7AQtTPng5HicBVFpfvasMoRUdpm6Lvvb3dOe2Q== - dependencies: - "@dhis2/prop-types" "^3.1.2" - "@dhis2/ui-constants" "9.3.0-alpha.1" - "@dhis2/ui-icons" "9.3.0-alpha.1" - classnames "^2.3.1" - prop-types "^15.7.2" - "@dhis2-ui/notice-box@9.5.0": version "9.5.0" resolved "https://registry.yarnpkg.com/@dhis2-ui/notice-box/-/notice-box-9.5.0.tgz#17dd8410db29b604f7780238a994b62745ec45ba" @@ -2305,19 +2005,6 @@ classnames "^2.3.1" prop-types "^15.7.2" -"@dhis2-ui/organisation-unit-tree@9.3.0-alpha.1": - version "9.3.0-alpha.1" - resolved "https://registry.yarnpkg.com/@dhis2-ui/organisation-unit-tree/-/organisation-unit-tree-9.3.0-alpha.1.tgz#dc330de0947c36acf61e96cab52e0b8f9cb1cae8" - integrity sha512-/lAOotXVoJWrE+mZ1vP6GT4CvIHPj0K1cF/n6DyFYb553FALmwDWzQqLHJwxgIZj2jceufexraR8n15+cGta0Q== - dependencies: - "@dhis2-ui/checkbox" "9.3.0-alpha.1" - "@dhis2-ui/loader" "9.3.0-alpha.1" - "@dhis2-ui/node" "9.3.0-alpha.1" - "@dhis2/prop-types" "^3.1.2" - "@dhis2/ui-constants" "9.3.0-alpha.1" - classnames "^2.3.1" - prop-types "^15.7.2" - "@dhis2-ui/organisation-unit-tree@9.5.0": version "9.5.0" resolved "https://registry.yarnpkg.com/@dhis2-ui/organisation-unit-tree/-/organisation-unit-tree-9.5.0.tgz#db7e7927f98deb8fabbc9e1aa589b584bfd36247" @@ -2331,19 +2018,6 @@ classnames "^2.3.1" prop-types "^15.7.2" -"@dhis2-ui/pagination@9.3.0-alpha.1": - version "9.3.0-alpha.1" - resolved "https://registry.yarnpkg.com/@dhis2-ui/pagination/-/pagination-9.3.0-alpha.1.tgz#8f2a39a39791d65e302e5b9ac467703c2c95bfec" - integrity sha512-V5Z6+x18T7tVXbNVLROhhruqIcLh6HaQk4Z/q3qt8vgtWsbG8rFAaYFn50m5MOQ1qj18o5lsMFZf8cHku5a5SA== - dependencies: - "@dhis2-ui/button" "9.3.0-alpha.1" - "@dhis2-ui/select" "9.3.0-alpha.1" - "@dhis2/prop-types" "^3.1.2" - "@dhis2/ui-constants" "9.3.0-alpha.1" - "@dhis2/ui-icons" "9.3.0-alpha.1" - classnames "^2.3.1" - prop-types "^15.7.2" - "@dhis2-ui/pagination@9.5.0": version "9.5.0" resolved "https://registry.yarnpkg.com/@dhis2-ui/pagination/-/pagination-9.5.0.tgz#4a1c27c0a4650f2b8303e14aefa73c2474ada65f" @@ -2357,18 +2031,6 @@ classnames "^2.3.1" prop-types "^15.7.2" -"@dhis2-ui/popover@9.3.0-alpha.1": - version "9.3.0-alpha.1" - resolved "https://registry.yarnpkg.com/@dhis2-ui/popover/-/popover-9.3.0-alpha.1.tgz#892c15e26ea79e5d580bed15315e0a5edda950d2" - integrity sha512-BUlVN36TP/i1I9Qxif8BJfx4JnuTPc3E7e0cBpq77ct7MMVnltJFXu8gHwSdNbJDMYUe+VwsqdcGlbQinWbkrQ== - dependencies: - "@dhis2-ui/layer" "9.3.0-alpha.1" - "@dhis2-ui/popper" "9.3.0-alpha.1" - "@dhis2/prop-types" "^3.1.2" - "@dhis2/ui-constants" "9.3.0-alpha.1" - classnames "^2.3.1" - prop-types "^15.7.2" - "@dhis2-ui/popover@9.5.0": version "9.5.0" resolved "https://registry.yarnpkg.com/@dhis2-ui/popover/-/popover-9.5.0.tgz#886878d1d7c50587b8c2417379607faf495b2f3c" @@ -2381,19 +2043,6 @@ classnames "^2.3.1" prop-types "^15.7.2" -"@dhis2-ui/popper@9.3.0-alpha.1": - version "9.3.0-alpha.1" - resolved "https://registry.yarnpkg.com/@dhis2-ui/popper/-/popper-9.3.0-alpha.1.tgz#0ae4d773520440d9cd40489f8e620c280d979ce6" - integrity sha512-+D2cEOLw/K6fLoSTqBbSVntic8SR1/gprc/rhUa/TgsjqCY6wo5IDzqzmBhqpiDJNy+FNSpapsHCeI6M56IbYA== - dependencies: - "@dhis2/prop-types" "^3.1.2" - "@dhis2/ui-constants" "9.3.0-alpha.1" - "@popperjs/core" "^2.10.1" - classnames "^2.3.1" - prop-types "^15.7.2" - react-popper "^2.2.5" - resize-observer-polyfill "^1.5.1" - "@dhis2-ui/popper@9.5.0": version "9.5.0" resolved "https://registry.yarnpkg.com/@dhis2-ui/popper/-/popper-9.5.0.tgz#99d6818723f671c15e5d11f76089663ac0c434aa" @@ -2407,14 +2056,6 @@ react-popper "^2.2.5" resize-observer-polyfill "^1.5.1" -"@dhis2-ui/portal@9.3.0-alpha.1": - version "9.3.0-alpha.1" - resolved "https://registry.yarnpkg.com/@dhis2-ui/portal/-/portal-9.3.0-alpha.1.tgz#01942714e96a201117fa01c1df1e14cb6a8a2739" - integrity sha512-16QRZuc59XOaQ3KTLQM1X0hm5iINi58utEkZhlQ19KhGWxjsinxSCkcTXiG7KQFIzAv/iem4hK88SKWiXaSQNQ== - dependencies: - classnames "^2.3.1" - prop-types "^15.7.2" - "@dhis2-ui/portal@9.5.0": version "9.5.0" resolved "https://registry.yarnpkg.com/@dhis2-ui/portal/-/portal-9.5.0.tgz#1236c90e5291ede0b43cbdb4bea2e7e588772d11" @@ -2423,16 +2064,6 @@ classnames "^2.3.1" prop-types "^15.7.2" -"@dhis2-ui/radio@9.3.0-alpha.1": - version "9.3.0-alpha.1" - resolved "https://registry.yarnpkg.com/@dhis2-ui/radio/-/radio-9.3.0-alpha.1.tgz#deb4078a9fb5a13fcd381fa5aa9f10ddd7375191" - integrity sha512-Y7ujkj+XAPq80BSTy+vubP1ToALg78SND63ygZ3UPSEfuJVsQQnqeUwyIgJ4v2HrufjI3uJ/C+1UoFwCt2GCTw== - dependencies: - "@dhis2/prop-types" "^3.1.2" - "@dhis2/ui-constants" "9.3.0-alpha.1" - classnames "^2.3.1" - prop-types "^15.7.2" - "@dhis2-ui/radio@9.5.0": version "9.5.0" resolved "https://registry.yarnpkg.com/@dhis2-ui/radio/-/radio-9.5.0.tgz#ef6cc155602f43fecc3c474acddc1ad685c8bc12" @@ -2443,16 +2074,6 @@ classnames "^2.3.1" prop-types "^15.7.2" -"@dhis2-ui/required@9.3.0-alpha.1": - version "9.3.0-alpha.1" - resolved "https://registry.yarnpkg.com/@dhis2-ui/required/-/required-9.3.0-alpha.1.tgz#dbd00d53eb9200dde11ace9aaa0811f712640e9d" - integrity sha512-evhTIda+mXtJVlCgTNV5VgoBSRUPf0F/Ln0Vh1T2/1P3s6MiWRh5QP78oXoAihI23aJIv7KcU8qlwbxQcnrakg== - dependencies: - "@dhis2/prop-types" "^3.1.2" - "@dhis2/ui-constants" "9.3.0-alpha.1" - classnames "^2.3.1" - prop-types "^15.7.2" - "@dhis2-ui/required@9.5.0": version "9.5.0" resolved "https://registry.yarnpkg.com/@dhis2-ui/required/-/required-9.5.0.tgz#bfa04c5e58af306466d50b66d9148b598d310dc8" @@ -2463,16 +2084,6 @@ classnames "^2.3.1" prop-types "^15.7.2" -"@dhis2-ui/segmented-control@9.3.0-alpha.1": - version "9.3.0-alpha.1" - resolved "https://registry.yarnpkg.com/@dhis2-ui/segmented-control/-/segmented-control-9.3.0-alpha.1.tgz#2a65c4838c65401b7102a3bb37337e4cb5190313" - integrity sha512-mckZ4E8N13xrXrRlf8+PmxhhuXv0PnhzAu1g5fFPzGCwp/RS0duuLijooZBh9jwXrVPysYlvDLWfofz1WxzQzQ== - dependencies: - "@dhis2/prop-types" "^3.1.2" - "@dhis2/ui-constants" "9.3.0-alpha.1" - classnames "^2.3.1" - prop-types "^15.7.2" - "@dhis2-ui/segmented-control@9.5.0": version "9.5.0" resolved "https://registry.yarnpkg.com/@dhis2-ui/segmented-control/-/segmented-control-9.5.0.tgz#d5f9870518c6ea6f03e37c7acc636fa3c57f2775" @@ -2483,28 +2094,6 @@ classnames "^2.3.1" prop-types "^15.7.2" -"@dhis2-ui/select@9.3.0-alpha.1": - version "9.3.0-alpha.1" - resolved "https://registry.yarnpkg.com/@dhis2-ui/select/-/select-9.3.0-alpha.1.tgz#772336f8223231743ec65dccbaf90657ae55633b" - integrity sha512-CGyVXtv2+7dE27mFpVX3ex0WuVkidIStiau98sf+KBwgngEE9wUlGLCzm7gdBHBlBqo4UXodEl1UBCjrkYxMsA== - dependencies: - "@dhis2-ui/box" "9.3.0-alpha.1" - "@dhis2-ui/button" "9.3.0-alpha.1" - "@dhis2-ui/card" "9.3.0-alpha.1" - "@dhis2-ui/checkbox" "9.3.0-alpha.1" - "@dhis2-ui/chip" "9.3.0-alpha.1" - "@dhis2-ui/field" "9.3.0-alpha.1" - "@dhis2-ui/input" "9.3.0-alpha.1" - "@dhis2-ui/layer" "9.3.0-alpha.1" - "@dhis2-ui/loader" "9.3.0-alpha.1" - "@dhis2-ui/popper" "9.3.0-alpha.1" - "@dhis2-ui/status-icon" "9.3.0-alpha.1" - "@dhis2/prop-types" "^3.1.2" - "@dhis2/ui-constants" "9.3.0-alpha.1" - "@dhis2/ui-icons" "9.3.0-alpha.1" - classnames "^2.3.1" - prop-types "^15.7.2" - "@dhis2-ui/select@9.5.0": version "9.5.0" resolved "https://registry.yarnpkg.com/@dhis2-ui/select/-/select-9.5.0.tgz#918011e4f95b7fc883e583ef8afcc9bc60adcc8b" @@ -2528,21 +2117,6 @@ classnames "^2.3.1" prop-types "^15.7.2" -"@dhis2-ui/selector-bar@9.3.0-alpha.1": - version "9.3.0-alpha.1" - resolved "https://registry.yarnpkg.com/@dhis2-ui/selector-bar/-/selector-bar-9.3.0-alpha.1.tgz#502b526b81b481c46a2c150dd985f176493f195e" - integrity sha512-E48nu1M9i1IbobACRlwSdDF7VTKREO7JLu3cmw7Z3ewYSj97H4dll+mHnTBiLmt573F4w0MWhJ3mluvC3qTg2Q== - dependencies: - "@dhis2-ui/button" "9.3.0-alpha.1" - "@dhis2-ui/card" "9.3.0-alpha.1" - "@dhis2-ui/layer" "9.3.0-alpha.1" - "@dhis2-ui/popper" "9.3.0-alpha.1" - "@dhis2/ui-constants" "9.3.0-alpha.1" - "@dhis2/ui-icons" "9.3.0-alpha.1" - "@testing-library/react" "^12.1.2" - classnames "^2.3.1" - prop-types "^15.7.2" - "@dhis2-ui/selector-bar@9.5.0": version "9.5.0" resolved "https://registry.yarnpkg.com/@dhis2-ui/selector-bar/-/selector-bar-9.5.0.tgz#b35be9662ef87fc17508f95f2620cc28e5b5c253" @@ -2558,32 +2132,6 @@ classnames "^2.3.1" prop-types "^15.7.2" -"@dhis2-ui/sharing-dialog@9.3.0-alpha.1": - version "9.3.0-alpha.1" - resolved "https://registry.yarnpkg.com/@dhis2-ui/sharing-dialog/-/sharing-dialog-9.3.0-alpha.1.tgz#70c641d22c21065d08f31a9847e0532ecd8b3bb3" - integrity sha512-ZRa80/+A+UQ3LeUs7bJ52mWxMGUAtkLZF0xczfxcn31qsAn35giYbHy6w0t3zr714gmi7SGhtTPaiTk0aM4z/A== - dependencies: - "@dhis2-ui/box" "9.3.0-alpha.1" - "@dhis2-ui/button" "9.3.0-alpha.1" - "@dhis2-ui/card" "9.3.0-alpha.1" - "@dhis2-ui/divider" "9.3.0-alpha.1" - "@dhis2-ui/input" "9.3.0-alpha.1" - "@dhis2-ui/layer" "9.3.0-alpha.1" - "@dhis2-ui/menu" "9.3.0-alpha.1" - "@dhis2-ui/modal" "9.3.0-alpha.1" - "@dhis2-ui/notice-box" "9.3.0-alpha.1" - "@dhis2-ui/popper" "9.3.0-alpha.1" - "@dhis2-ui/select" "9.3.0-alpha.1" - "@dhis2-ui/tab" "9.3.0-alpha.1" - "@dhis2-ui/tooltip" "9.3.0-alpha.1" - "@dhis2-ui/user-avatar" "9.3.0-alpha.1" - "@dhis2/prop-types" "^3.1.2" - "@dhis2/ui-constants" "9.3.0-alpha.1" - "@dhis2/ui-icons" "9.3.0-alpha.1" - "@react-hook/size" "^2.1.2" - classnames "^2.3.1" - prop-types "^15.7.2" - "@dhis2-ui/sharing-dialog@9.5.0": version "9.5.0" resolved "https://registry.yarnpkg.com/@dhis2-ui/sharing-dialog/-/sharing-dialog-9.5.0.tgz#05051257509fed5784a104064816f8cc2b8c7042" @@ -2610,18 +2158,6 @@ classnames "^2.3.1" prop-types "^15.7.2" -"@dhis2-ui/status-icon@9.3.0-alpha.1": - version "9.3.0-alpha.1" - resolved "https://registry.yarnpkg.com/@dhis2-ui/status-icon/-/status-icon-9.3.0-alpha.1.tgz#4d3001b106771bfd2f522f71bbfe5f7334490aab" - integrity sha512-Jw0A6WZIqvuPibkOZlsq/8d4aeehbEKrn+nEkkTzRJU4kkZWqPPNsTsMFKggFmgSjINkwNN+2rNpq+g9mEVxYQ== - dependencies: - "@dhis2-ui/loader" "9.3.0-alpha.1" - "@dhis2/prop-types" "^3.1.2" - "@dhis2/ui-constants" "9.3.0-alpha.1" - "@dhis2/ui-icons" "9.3.0-alpha.1" - classnames "^2.3.1" - prop-types "^15.7.2" - "@dhis2-ui/status-icon@9.5.0": version "9.5.0" resolved "https://registry.yarnpkg.com/@dhis2-ui/status-icon/-/status-icon-9.5.0.tgz#07546b228f601d7436f434067b68966e836230d9" @@ -2634,18 +2170,6 @@ classnames "^2.3.1" prop-types "^15.7.2" -"@dhis2-ui/switch@9.3.0-alpha.1": - version "9.3.0-alpha.1" - resolved "https://registry.yarnpkg.com/@dhis2-ui/switch/-/switch-9.3.0-alpha.1.tgz#05678cf8f37cd73cf08e46aafa3ad7ad726b3a21" - integrity sha512-RLwstl9YAFNlK+Fa87mIJhTOUuzjNHaQDfUfKzHqmwy1nEC6LQM3Q7B3ZZDlVcGXGhLJrMsqEKtj0Ck5KEyKvg== - dependencies: - "@dhis2-ui/field" "9.3.0-alpha.1" - "@dhis2-ui/required" "9.3.0-alpha.1" - "@dhis2/prop-types" "^3.1.2" - "@dhis2/ui-constants" "9.3.0-alpha.1" - classnames "^2.3.1" - prop-types "^15.7.2" - "@dhis2-ui/switch@9.5.0": version "9.5.0" resolved "https://registry.yarnpkg.com/@dhis2-ui/switch/-/switch-9.5.0.tgz#12cad65b754d45619af23c168aa6c1146035bd0d" @@ -2658,17 +2182,6 @@ classnames "^2.3.1" prop-types "^15.7.2" -"@dhis2-ui/tab@9.3.0-alpha.1": - version "9.3.0-alpha.1" - resolved "https://registry.yarnpkg.com/@dhis2-ui/tab/-/tab-9.3.0-alpha.1.tgz#75fd0ab1afd1061cd04491a83f8a9b595992af9a" - integrity sha512-/ni/73W3GLDNsuNEqxQg6APMNL34iJDqRD1xP0ZoOZwyt75mRaiO4XQGAnyUZgId81JTCBRRPRB2CIBjJ7ir3w== - dependencies: - "@dhis2/prop-types" "^3.1.2" - "@dhis2/ui-constants" "9.3.0-alpha.1" - "@dhis2/ui-icons" "9.3.0-alpha.1" - classnames "^2.3.1" - prop-types "^15.7.2" - "@dhis2-ui/tab@9.5.0": version "9.5.0" resolved "https://registry.yarnpkg.com/@dhis2-ui/tab/-/tab-9.5.0.tgz#0ab104d77a9a371ee7d52e530876cc8d4f6b817a" @@ -2680,17 +2193,6 @@ classnames "^2.3.1" prop-types "^15.7.2" -"@dhis2-ui/table@9.3.0-alpha.1": - version "9.3.0-alpha.1" - resolved "https://registry.yarnpkg.com/@dhis2-ui/table/-/table-9.3.0-alpha.1.tgz#154b6674b6f40fcf5cc55541564e0329e8911d37" - integrity sha512-fi9rf92aZszoxd5+mV/g+cQnq/R96DFeWSWMBo1T9xL8kbfJ4t0DuJPP+2F+oQrpZdIRQZlVTXtiuTDDUrJjiw== - dependencies: - "@dhis2/prop-types" "^3.1.2" - "@dhis2/ui-constants" "9.3.0-alpha.1" - "@dhis2/ui-icons" "9.3.0-alpha.1" - classnames "^2.3.1" - prop-types "^15.7.2" - "@dhis2-ui/table@9.5.0": version "9.5.0" resolved "https://registry.yarnpkg.com/@dhis2-ui/table/-/table-9.5.0.tgz#e5e2f7b0dc1a8cd2d6d660db141892f8eea83601" @@ -2702,16 +2204,6 @@ classnames "^2.3.1" prop-types "^15.7.2" -"@dhis2-ui/tag@9.3.0-alpha.1": - version "9.3.0-alpha.1" - resolved "https://registry.yarnpkg.com/@dhis2-ui/tag/-/tag-9.3.0-alpha.1.tgz#dd7ee7f0dd10111e7e2630481b7be0d7988875a5" - integrity sha512-vrtyAUHTRvBdloYnAuKddrfN6cE3eh/LHz4DOfkVTna7kp4fUetEsN6Bs8tcjJ9bygVo+p0oupWlFjynnpnvIQ== - dependencies: - "@dhis2/prop-types" "^3.1.2" - "@dhis2/ui-constants" "9.3.0-alpha.1" - classnames "^2.3.1" - prop-types "^15.7.2" - "@dhis2-ui/tag@9.5.0": version "9.5.0" resolved "https://registry.yarnpkg.com/@dhis2-ui/tag/-/tag-9.5.0.tgz#b7d3dd4b0239a8c91a30654c768b8bcc47f7267d" @@ -2722,21 +2214,6 @@ classnames "^2.3.1" prop-types "^15.7.2" -"@dhis2-ui/text-area@9.3.0-alpha.1": - version "9.3.0-alpha.1" - resolved "https://registry.yarnpkg.com/@dhis2-ui/text-area/-/text-area-9.3.0-alpha.1.tgz#7b01d47bbc2717aadcb4ac34938ed6c9803699a5" - integrity sha512-YLzzSvOgdsw8gYnexLQ8dGLYgmacRAFH+LXJ6RSSqfmneDHVx9sfXKOhlfagGgn9cTk4+0rY7zHhZdTXfLNXvw== - dependencies: - "@dhis2-ui/box" "9.3.0-alpha.1" - "@dhis2-ui/field" "9.3.0-alpha.1" - "@dhis2-ui/loader" "9.3.0-alpha.1" - "@dhis2-ui/status-icon" "9.3.0-alpha.1" - "@dhis2/prop-types" "^3.1.2" - "@dhis2/ui-constants" "9.3.0-alpha.1" - "@dhis2/ui-icons" "9.3.0-alpha.1" - classnames "^2.3.1" - prop-types "^15.7.2" - "@dhis2-ui/text-area@9.5.0": version "9.5.0" resolved "https://registry.yarnpkg.com/@dhis2-ui/text-area/-/text-area-9.5.0.tgz#513ee863fdf83ef39c90f686454073b88bea778d" @@ -2752,18 +2229,6 @@ classnames "^2.3.1" prop-types "^15.7.2" -"@dhis2-ui/tooltip@9.3.0-alpha.1": - version "9.3.0-alpha.1" - resolved "https://registry.yarnpkg.com/@dhis2-ui/tooltip/-/tooltip-9.3.0-alpha.1.tgz#5039cd84a30b3353c4c1fad7cf98040987764fb7" - integrity sha512-Yq9Uo1gJiqmTAV3ExIHs3IqSEggKhBZcPg58rBvxIBynkYvTLsq3JpmKGHqV4MnQ7PXgGtJz+qgIvOUNPp+72w== - dependencies: - "@dhis2-ui/popper" "9.3.0-alpha.1" - "@dhis2-ui/portal" "9.3.0-alpha.1" - "@dhis2/prop-types" "^3.1.2" - "@dhis2/ui-constants" "9.3.0-alpha.1" - classnames "^2.3.1" - prop-types "^15.7.2" - "@dhis2-ui/tooltip@9.5.0": version "9.5.0" resolved "https://registry.yarnpkg.com/@dhis2-ui/tooltip/-/tooltip-9.5.0.tgz#fbc86bf74823a9cded601a9c41baaab8f03b7606" @@ -2776,21 +2241,6 @@ classnames "^2.3.1" prop-types "^15.7.2" -"@dhis2-ui/transfer@9.3.0-alpha.1": - version "9.3.0-alpha.1" - resolved "https://registry.yarnpkg.com/@dhis2-ui/transfer/-/transfer-9.3.0-alpha.1.tgz#2d1320cd6fe48660e5fb56a48d8ceb7f0cc5a78c" - integrity sha512-Q5dtdQBvFOF+xfvCvd9HmtKXsSHMhbpbdIEnwstrg2oQ5ZN7KftTYYbs0ZH3lHDGdk49neYaLkcWmkPYfRLuwQ== - dependencies: - "@dhis2-ui/button" "9.3.0-alpha.1" - "@dhis2-ui/field" "9.3.0-alpha.1" - "@dhis2-ui/input" "9.3.0-alpha.1" - "@dhis2-ui/intersection-detector" "9.3.0-alpha.1" - "@dhis2-ui/loader" "9.3.0-alpha.1" - "@dhis2/prop-types" "^3.1.2" - "@dhis2/ui-constants" "9.3.0-alpha.1" - classnames "^2.3.1" - prop-types "^15.7.2" - "@dhis2-ui/transfer@9.5.0": version "9.5.0" resolved "https://registry.yarnpkg.com/@dhis2-ui/transfer/-/transfer-9.5.0.tgz#186cdeab41e91243ffd96a5165b298c97b299273" @@ -2806,16 +2256,6 @@ classnames "^2.3.1" prop-types "^15.7.2" -"@dhis2-ui/user-avatar@9.3.0-alpha.1": - version "9.3.0-alpha.1" - resolved "https://registry.yarnpkg.com/@dhis2-ui/user-avatar/-/user-avatar-9.3.0-alpha.1.tgz#85d5a5275a22440c0310c3f174399fb61694d765" - integrity sha512-Xyz0tOdXbmjYeO5hjVXdU2mwIa4BZvVx5bU4teb14t8C/f1STQIOBdlRFxAbLANmxw/RrKZTdlLYcEXISU8Nhg== - dependencies: - "@dhis2/prop-types" "^3.1.2" - "@dhis2/ui-constants" "9.3.0-alpha.1" - classnames "^2.3.1" - prop-types "^15.7.2" - "@dhis2-ui/user-avatar@9.5.0": version "9.5.0" resolved "https://registry.yarnpkg.com/@dhis2-ui/user-avatar/-/user-avatar-9.5.0.tgz#935433ffae260b4b2a333b78168b1f9990221ae5" @@ -2847,12 +2287,12 @@ react-beautiful-dnd "^10.1.1" resize-observer-polyfill "^1.5.1" -"@dhis2/app-adapter@10.5.0-alpha.2": - version "10.5.0-alpha.2" - resolved "https://registry.yarnpkg.com/@dhis2/app-adapter/-/app-adapter-10.5.0-alpha.2.tgz#6414b360c88597d1037bf2623b68af2733a4c4c3" - integrity sha512-JOffkgVt3U/Sltpnc2RSa3637hd7Dosc1fQNC1gZesSBAXyA+//oT1trPPYvGV1u8EWaDx7rY+/PBsvGTEQg/Q== +"@dhis2/app-adapter@11.3.0": + version "11.3.0" + resolved "https://registry.yarnpkg.com/@dhis2/app-adapter/-/app-adapter-11.3.0.tgz#7c346993e2f024591a91e9ce29ace294cf4dda88" + integrity sha512-/inaO6jWZ5UQpytTd8MDuBt5lExBVJEn51hLNy4Lcwv66QIMnFu/Y80W7H2sFIxBkjG7IGx1769q4iLWIZ2N9Q== dependencies: - "@dhis2/pwa" "10.5.0-alpha.2" + "@dhis2/pwa" "11.3.0" moment "^2.24.0" "@dhis2/app-runtime-adapter-d2@^1.1.0": @@ -2862,58 +2302,58 @@ dependencies: prop-types "^15.7.2" -"@dhis2/app-runtime@^3.10.0-alpha.2", "@dhis2/app-runtime@^3.10.2": - version "3.10.2" - resolved "https://registry.yarnpkg.com/@dhis2/app-runtime/-/app-runtime-3.10.2.tgz#e82639bd68234bdeaf2f6d3c256dcdfcdd267da2" - integrity sha512-GiftKk8ZTXlPElXAgVJn41Vj6E1vEGTPGrjrqU7j41ZTYsg+tUcCkISNt1woe5l7E+8+y+9Fy4bgqSsBOAEUvg== +"@dhis2/app-runtime@^3.10.4": + version "3.10.4" + resolved "https://registry.yarnpkg.com/@dhis2/app-runtime/-/app-runtime-3.10.4.tgz#6064ac728770cc94c4d1975db32bd38533655cc6" + integrity sha512-W/d0WcYYcKAeE5/xCunZEMYUSD1fxG+JDQdRDEUsH5y5hB8i/4o2QQrZK8xa19Z3xQJhaW5ypWWqIQVjTJT2Ww== dependencies: - "@dhis2/app-service-alerts" "3.10.2" - "@dhis2/app-service-config" "3.10.2" - "@dhis2/app-service-data" "3.10.2" - "@dhis2/app-service-offline" "3.10.2" - "@dhis2/app-service-plugin" "3.10.2" + "@dhis2/app-service-alerts" "3.10.4" + "@dhis2/app-service-config" "3.10.4" + "@dhis2/app-service-data" "3.10.4" + "@dhis2/app-service-offline" "3.10.4" + "@dhis2/app-service-plugin" "3.10.4" -"@dhis2/app-service-alerts@3.10.2": - version "3.10.2" - resolved "https://registry.yarnpkg.com/@dhis2/app-service-alerts/-/app-service-alerts-3.10.2.tgz#0e07c3530606f81ab998a20f2c478600b6027a77" - integrity sha512-2IqaawnlOzYVJLBF2AKVQJ4cuxJNZD7FK0XE0XOv1WwFs70h6bp23MQueIJ/QHxLo7lamE0FC22m4diM4P0CuA== +"@dhis2/app-service-alerts@3.10.4": + version "3.10.4" + resolved "https://registry.yarnpkg.com/@dhis2/app-service-alerts/-/app-service-alerts-3.10.4.tgz#a7cce660015d79980679175e677cf6c6c3f4c7eb" + integrity sha512-DmSLx/kHOHpgGiL8zG0oa6D3MeCY3wPMDGqj+Gfegr654Lmyf4d2vLI7HSZUSOCdraP/fSYTypsdZmWYoXoLBQ== -"@dhis2/app-service-config@3.10.2": - version "3.10.2" - resolved "https://registry.yarnpkg.com/@dhis2/app-service-config/-/app-service-config-3.10.2.tgz#be52676068e31cdb1fe3f8ddabb8153e1cd6e3e6" - integrity sha512-Crw7Tx4yg4qWw3qYxNCIye77IaY2HUYyDmDKPVVWzgmrcSGxpunv/NtsUg12pxrVfVLnqlH9L6AF9A6hO0afmw== +"@dhis2/app-service-config@3.10.4": + version "3.10.4" + resolved "https://registry.yarnpkg.com/@dhis2/app-service-config/-/app-service-config-3.10.4.tgz#2bede4df9b036350200cbc085a2a68439fa4fa0a" + integrity sha512-SCFdNxJKpiBjYsU9s0R+u9GrXjzmUEpGpudmC5eQqNV6ajLiebe/pS2jcSPFzjUtHVQMADk0X8TkERoOBqWcxA== -"@dhis2/app-service-data@3.10.2": - version "3.10.2" - resolved "https://registry.yarnpkg.com/@dhis2/app-service-data/-/app-service-data-3.10.2.tgz#e94d45d87cab5e156decfe9e92e3153e5df68ba0" - integrity sha512-+ESLrVEDQKXBaQmpaCq78RonkqJM2BliykaO4QBeOc4ilWohaqYajue1Ntg4uV2KrdkCylBdMDwGYjsak0G7hg== +"@dhis2/app-service-data@3.10.4": + version "3.10.4" + resolved "https://registry.yarnpkg.com/@dhis2/app-service-data/-/app-service-data-3.10.4.tgz#dcd993a24d2edd97e7ad8a042a682e60582740ff" + integrity sha512-RaoWniioCe33PcPZoDuO66qOrIt0JeeCN8RzmCDrRVGvGmlDTZ3hNuWm9CnsAvO1U6sYDiulKPqrEQu8YKMG0w== dependencies: react-query "^3.13.11" -"@dhis2/app-service-offline@3.10.2": - version "3.10.2" - resolved "https://registry.yarnpkg.com/@dhis2/app-service-offline/-/app-service-offline-3.10.2.tgz#082279b7045e702c2eecda751d762225313156b0" - integrity sha512-bTp+CCRbyKt/0QADj0O6wLNWhi+6QDkjt2+sfpv3M8oKcftjaQDqedVoypZRA0nqvSdVL2ehtTzqMrrxu6jtZQ== +"@dhis2/app-service-offline@3.10.4": + version "3.10.4" + resolved "https://registry.yarnpkg.com/@dhis2/app-service-offline/-/app-service-offline-3.10.4.tgz#dcdaf3a76c6c7a71f28c89a403ec130bf10fcdf3" + integrity sha512-SUUS+sw3FjR0TMdKSSOVzL8IfPA185gSTHQ1WE4tLc2zE92elvxLL9FuSUuTbu+l1Kr4nRQNLh8muOMWKGnWDg== dependencies: lodash "^4.17.21" -"@dhis2/app-service-plugin@3.10.2": - version "3.10.2" - resolved "https://registry.yarnpkg.com/@dhis2/app-service-plugin/-/app-service-plugin-3.10.2.tgz#09de64ee59017c86c8dab96a0d2ca0d915ae9d31" - integrity sha512-FqR6ILmvAXT2n1SzCZknT+5jJRdajg1dBegWAu3xqZXAntsM4wvFLCx6EtjS5LO2Kga9VZ+TJmVr2UFX1330CQ== +"@dhis2/app-service-plugin@3.10.4": + version "3.10.4" + resolved "https://registry.yarnpkg.com/@dhis2/app-service-plugin/-/app-service-plugin-3.10.4.tgz#f5412a1320393042012dd75713e3215e51628554" + integrity sha512-GW6xa/5y2yFXvhtLConnaOxKqyu6VPZWRBaQR73/bRRmFcnd7hlMkZ2M0GWSjoW4QHLXlLhXHFsgHPETBftkPg== dependencies: post-robot "^10.0.46" -"@dhis2/app-shell@10.5.0-alpha.2": - version "10.5.0-alpha.2" - resolved "https://registry.yarnpkg.com/@dhis2/app-shell/-/app-shell-10.5.0-alpha.2.tgz#3e082cc65ae5e3652502ac54ef2557c9bf99653b" - integrity sha512-9Ar9qpYaNM/L41P97BtaDemMP/8d7VL9lEhXCLli9YPw4fYfTSl2oZu7R4/NvdHWKI7odvogfab4U9Izbjg9wQ== +"@dhis2/app-shell@11.3.0": + version "11.3.0" + resolved "https://registry.yarnpkg.com/@dhis2/app-shell/-/app-shell-11.3.0.tgz#33fea2a2b6a1ee71962778c5c645b3690b10677a" + integrity sha512-beIch8qfOD0e6AeY5qnu/wNUYRUw/IDoDiwGgHU/sjnrs23n16DJXmFv8+fTo+oNOF1NIVUvqOArm9VqkqkPAw== dependencies: - "@dhis2/app-adapter" "10.5.0-alpha.2" - "@dhis2/app-runtime" "^3.10.0-alpha.2" + "@dhis2/app-adapter" "11.3.0" + "@dhis2/app-runtime" "^3.10.4" "@dhis2/d2-i18n" "^1.1.1" - "@dhis2/pwa" "10.5.0-alpha.2" - "@dhis2/ui" "^8.12.3" + "@dhis2/pwa" "11.3.0" + "@dhis2/ui" "^9.4.4" classnames "^2.2.6" moment "^2.29.1" post-robot "^10.0.46" @@ -2926,10 +2366,10 @@ typeface-roboto "^0.0.75" typescript "^3.6.3" -"@dhis2/cli-app-scripts@10.5.0-alpha.2": - version "10.5.0-alpha.2" - resolved "https://registry.yarnpkg.com/@dhis2/cli-app-scripts/-/cli-app-scripts-10.5.0-alpha.2.tgz#9481a4c3bb8d023bcee0e8c1796f8a30f9906c58" - integrity sha512-ez8D16+P2Sy5DLnSC7LvqqXH0nVe2VnjLn3mNQIYJb5NjRyNng4GXbpA6dbdFsXBaRfKYKzaQ5ArC5t2gPfUjw== +"@dhis2/cli-app-scripts@^11.3.0": + version "11.3.0" + resolved "https://registry.yarnpkg.com/@dhis2/cli-app-scripts/-/cli-app-scripts-11.3.0.tgz#8a05577f981f4d51e537a514a37291a8111f464f" + integrity sha512-wJmjb6iFNR77LYyxLyuPcjmI/nd5hYRUwrcJk1KpUvy3v2VhhPCeKYW8fipTwVs/JayN9YcsfWSH4PskbK8/dQ== dependencies: "@babel/core" "^7.6.2" "@babel/plugin-proposal-class-properties" "^7.8.3" @@ -2938,7 +2378,7 @@ "@babel/preset-env" "^7.14.7" "@babel/preset-react" "^7.0.0" "@babel/preset-typescript" "^7.6.0" - "@dhis2/app-shell" "10.5.0-alpha.2" + "@dhis2/app-shell" "11.3.0" "@dhis2/cli-helpers-engine" "^3.2.0" "@jest/core" "^27.0.6" "@pmmmwh/react-refresh-webpack-plugin" "^0.5.4" @@ -3007,10 +2447,10 @@ update-notifier "^3.0.0" yargs "^13.1.0" -"@dhis2/cli-style@^10.5.1": - version "10.5.1" - resolved "https://registry.yarnpkg.com/@dhis2/cli-style/-/cli-style-10.5.1.tgz#cf2df63b5eb203e3e3cec867bb9ba53b0d6f2ed6" - integrity sha512-epMQFxX+A7HzivXMqX5pHSJqP/CRw94HHWOZ+ab8Ug930Y3gF8YG1QtXgfvdMFz7u+LfQlLujj+DgVa/6W5GTQ== +"@dhis2/cli-style@^10.7.3": + version "10.7.3" + resolved "https://registry.yarnpkg.com/@dhis2/cli-style/-/cli-style-10.7.3.tgz#38cd2b6672fca44d9e72c64583ce7550e123686a" + integrity sha512-uqlJwV2hegPNgxpoqWH5nZhqBSvPH2GJ0Uoeaw7OpiHKFauOFUTuUiy6MGwUZqtgEAbmcq0DbyDexNQ/UqHQLQ== dependencies: "@commitlint/cli" "^12.1.4" "@commitlint/config-conventional" "^13.1.0" @@ -3021,14 +2461,20 @@ eslint-config-prettier "^8.3.0" eslint-plugin-import "^2.22.1" eslint-plugin-react "^7.31.10" + eslint-plugin-react-hooks "^4.6.2" fast-glob "^3.2.5" find-up "^5.0.0" fs-extra "^10.0.0" husky "^7.0.2" micromatch "^4.0.4" perfy "^1.1.5" + postcss "^8.4.38" + postcss-styled-jsx "^1.0.1" + postcss-syntax "^0.36.2" prettier "^2.4.1" semver "^7.3.5" + stylelint "^16.3.1" + stylelint-use-logical "^2.1.2" yargs "^16.2.0" "@dhis2/cli-utils-cypress@^7.0.1": @@ -3079,14 +2525,6 @@ "@js-temporal/polyfill" "^0.4.2" classnames "^2.3.2" -"@dhis2/multi-calendar-dates@1.0.2": - version "1.0.2" - resolved "https://registry.yarnpkg.com/@dhis2/multi-calendar-dates/-/multi-calendar-dates-1.0.2.tgz#e54dc85e512aba93fceef3004e67e199077f3ba8" - integrity sha512-oQZ7PFMwHFpt4ygDN9DmAeYO3g07L7AHJW6diZ37mzpkEF/DyMafhsZHnJWNlTH5HDp8nYuO3EjBiM7fZN6C0g== - dependencies: - "@js-temporal/polyfill" "^0.4.2" - classnames "^2.3.2" - "@dhis2/multi-calendar-dates@^1.1.1": version "1.1.1" resolved "https://registry.yarnpkg.com/@dhis2/multi-calendar-dates/-/multi-calendar-dates-1.1.1.tgz#fb76a77114ce0b757db7dd9f588d1a47809732da" @@ -3100,10 +2538,10 @@ resolved "https://registry.yarnpkg.com/@dhis2/prop-types/-/prop-types-3.1.2.tgz#65b8ad2da8cd2f72bc8b951049a6c9d1b97af3e9" integrity sha512-eM0jjLOWvtXWqSFp5YC4DHFpkP8Y1D2eUwGV7MBWjni+o27oesVan+oT7WHeOeLdlAd4acRJrnaaAyB4Ck1wGQ== -"@dhis2/pwa@10.5.0-alpha.2": - version "10.5.0-alpha.2" - resolved "https://registry.yarnpkg.com/@dhis2/pwa/-/pwa-10.5.0-alpha.2.tgz#dff4f379832c3e857d73a58761c2b8387ea4a418" - integrity sha512-WWOzJukZjoX2TZiz8STj7miCMytWm4uj/jytVv4R912ilcpdW3g7I2H0ta7QN7hhIxidIirj2vDx1TFt1effOQ== +"@dhis2/pwa@11.3.0": + version "11.3.0" + resolved "https://registry.yarnpkg.com/@dhis2/pwa/-/pwa-11.3.0.tgz#188f756ad2d95f5df4c32fe904118b066c31cead" + integrity sha512-e+Lc4xHFxpMLEn9Efopdmh/R1iqqXG+gJhizq5B8tFtctNohUiy/RgwxqfsquRbayNU6Gm6aKDp7dMbqEf4ZAQ== dependencies: idb "^6.0.0" workbox-core "^6.1.5" @@ -3111,13 +2549,6 @@ workbox-routing "^6.1.5" workbox-strategies "^6.1.5" -"@dhis2/ui-constants@9.3.0-alpha.1": - version "9.3.0-alpha.1" - resolved "https://registry.yarnpkg.com/@dhis2/ui-constants/-/ui-constants-9.3.0-alpha.1.tgz#f3f28874be167cea18fe43229e6025a37514317c" - integrity sha512-psgpmkqnKxWjUsqErE3WzO5gZDq5KtVyNKFmxkK9bbso2Qw0X8pgDwbJEDlkUwtIsMwiKZ3cpByEBwa8Y/YsFA== - dependencies: - prop-types "^15.7.2" - "@dhis2/ui-constants@9.5.0": version "9.5.0" resolved "https://registry.yarnpkg.com/@dhis2/ui-constants/-/ui-constants-9.5.0.tgz#d82c01ddd658d26c1d3536efbf6ecb4937f19ea3" @@ -3125,26 +2556,6 @@ dependencies: prop-types "^15.7.2" -"@dhis2/ui-forms@9.3.0-alpha.1": - version "9.3.0-alpha.1" - resolved "https://registry.yarnpkg.com/@dhis2/ui-forms/-/ui-forms-9.3.0-alpha.1.tgz#b1dec5fd717daf3418c38ea41adb53e92ab639fe" - integrity sha512-JtZPVEe15nbbfYCQiWD/nJFNsfkMayUQz+a+wiG1OffsfA0cjbuYdNToQzTSQOngCHEVmRMmFpaxzU634Ogqlw== - dependencies: - "@dhis2-ui/button" "9.3.0-alpha.1" - "@dhis2-ui/checkbox" "9.3.0-alpha.1" - "@dhis2-ui/field" "9.3.0-alpha.1" - "@dhis2-ui/file-input" "9.3.0-alpha.1" - "@dhis2-ui/input" "9.3.0-alpha.1" - "@dhis2-ui/radio" "9.3.0-alpha.1" - "@dhis2-ui/select" "9.3.0-alpha.1" - "@dhis2-ui/switch" "9.3.0-alpha.1" - "@dhis2-ui/text-area" "9.3.0-alpha.1" - "@dhis2/prop-types" "^3.1.2" - classnames "^2.3.1" - final-form "^4.20.2" - prop-types "^15.7.2" - react-final-form "^6.5.3" - "@dhis2/ui-forms@9.5.0": version "9.5.0" resolved "https://registry.yarnpkg.com/@dhis2/ui-forms/-/ui-forms-9.5.0.tgz#f682ae30d1844693f946cced7f72ccf08a8c39ac" @@ -3165,72 +2576,12 @@ prop-types "^15.7.2" react-final-form "^6.5.3" -"@dhis2/ui-icons@9.3.0-alpha.1": - version "9.3.0-alpha.1" - resolved "https://registry.yarnpkg.com/@dhis2/ui-icons/-/ui-icons-9.3.0-alpha.1.tgz#486ebd69e43cd91f3a7058f72c2e427535dcf975" - integrity sha512-/gq1yNkw1a1tIBhcP824JSRJ0wM63HTxIp842+rsxnPSF9r/sSgpuYEaw1b22lNSub3WOIxV6zjHZJQab/GEOg== - "@dhis2/ui-icons@9.5.0": version "9.5.0" resolved "https://registry.yarnpkg.com/@dhis2/ui-icons/-/ui-icons-9.5.0.tgz#0d8e851b89308b5b080b359f56b3a896b43d42bc" integrity sha512-dkgX424KwDiOuT36m6N07iajHa3kKX3CK23q/USDGRq9qsaUYx4DIcOIdiz2PSpXJkLvGLstu8peNaiJufR7eA== -"@dhis2/ui@9.3.0-alpha.1", "@dhis2/ui@^8.12.3": - version "9.3.0-alpha.1" - resolved "https://registry.yarnpkg.com/@dhis2/ui/-/ui-9.3.0-alpha.1.tgz#54bee8b08eaa85b0512dd08b7a4b59f866f90ce0" - integrity sha512-NrOLWGJ60hBhbJQ2fya+RRNCp8nylvrEiZ2r1IYJ8EsdtBs9yt36R7WYa7Y/Ir5jv6LsGv8ejYbpkj+nfuszoQ== - dependencies: - "@dhis2-ui/alert" "9.3.0-alpha.1" - "@dhis2-ui/box" "9.3.0-alpha.1" - "@dhis2-ui/button" "9.3.0-alpha.1" - "@dhis2-ui/calendar" "9.3.0-alpha.1" - "@dhis2-ui/card" "9.3.0-alpha.1" - "@dhis2-ui/center" "9.3.0-alpha.1" - "@dhis2-ui/checkbox" "9.3.0-alpha.1" - "@dhis2-ui/chip" "9.3.0-alpha.1" - "@dhis2-ui/cover" "9.3.0-alpha.1" - "@dhis2-ui/css" "9.3.0-alpha.1" - "@dhis2-ui/divider" "9.3.0-alpha.1" - "@dhis2-ui/field" "9.3.0-alpha.1" - "@dhis2-ui/file-input" "9.3.0-alpha.1" - "@dhis2-ui/header-bar" "9.3.0-alpha.1" - "@dhis2-ui/help" "9.3.0-alpha.1" - "@dhis2-ui/input" "9.3.0-alpha.1" - "@dhis2-ui/intersection-detector" "9.3.0-alpha.1" - "@dhis2-ui/label" "9.3.0-alpha.1" - "@dhis2-ui/layer" "9.3.0-alpha.1" - "@dhis2-ui/legend" "9.3.0-alpha.1" - "@dhis2-ui/loader" "9.3.0-alpha.1" - "@dhis2-ui/logo" "9.3.0-alpha.1" - "@dhis2-ui/menu" "9.3.0-alpha.1" - "@dhis2-ui/modal" "9.3.0-alpha.1" - "@dhis2-ui/node" "9.3.0-alpha.1" - "@dhis2-ui/notice-box" "9.3.0-alpha.1" - "@dhis2-ui/organisation-unit-tree" "9.3.0-alpha.1" - "@dhis2-ui/pagination" "9.3.0-alpha.1" - "@dhis2-ui/popover" "9.3.0-alpha.1" - "@dhis2-ui/popper" "9.3.0-alpha.1" - "@dhis2-ui/portal" "9.3.0-alpha.1" - "@dhis2-ui/radio" "9.3.0-alpha.1" - "@dhis2-ui/required" "9.3.0-alpha.1" - "@dhis2-ui/segmented-control" "9.3.0-alpha.1" - "@dhis2-ui/select" "9.3.0-alpha.1" - "@dhis2-ui/selector-bar" "9.3.0-alpha.1" - "@dhis2-ui/sharing-dialog" "9.3.0-alpha.1" - "@dhis2-ui/switch" "9.3.0-alpha.1" - "@dhis2-ui/tab" "9.3.0-alpha.1" - "@dhis2-ui/table" "9.3.0-alpha.1" - "@dhis2-ui/tag" "9.3.0-alpha.1" - "@dhis2-ui/text-area" "9.3.0-alpha.1" - "@dhis2-ui/tooltip" "9.3.0-alpha.1" - "@dhis2-ui/transfer" "9.3.0-alpha.1" - "@dhis2-ui/user-avatar" "9.3.0-alpha.1" - "@dhis2/ui-constants" "9.3.0-alpha.1" - "@dhis2/ui-forms" "9.3.0-alpha.1" - "@dhis2/ui-icons" "9.3.0-alpha.1" - prop-types "^15.7.2" - -"@dhis2/ui@^9.5.0": +"@dhis2/ui@^9.4.4", "@dhis2/ui@^9.5.0": version "9.5.0" resolved "https://registry.yarnpkg.com/@dhis2/ui/-/ui-9.5.0.tgz#73d32e381eb8dfd194df96ce062dfbd7e9026883" integrity sha512-ptQA+du59Zs4Skzty3cypqP3mBS3K1K9DWueaP56pkQCGKMmxK/3R3M0PvqDQ9shuTUpeWmsKy9BSWHepyacmA== @@ -3316,6 +2667,11 @@ dependencies: tslib "^2.0.0" +"@dual-bundle/import-meta-resolve@^4.1.0": + version "4.1.0" + resolved "https://registry.yarnpkg.com/@dual-bundle/import-meta-resolve/-/import-meta-resolve-4.1.0.tgz#519c1549b0e147759e7825701ecffd25e5819f7b" + integrity sha512-+nxncfwHM5SgAtrVzgpzJOI1ol0PkumhVo469KCf9lUi21IGcY90G98VuHm9VRrUypmAzawAHO9bs6hqeADaVg== + "@eslint/eslintrc@^0.4.3": version "0.4.3" resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-0.4.3.tgz#9e42981ef035beb3dd49add17acb96e8ff6f394c" @@ -5471,6 +4827,11 @@ balanced-match@^1.0.0: resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-1.0.2.tgz#e83e3a7e3f300b34cb9d87f615fa0cbf357690ee" integrity sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw== +balanced-match@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/balanced-match/-/balanced-match-2.0.0.tgz#dc70f920d78db8b858535795867bf48f820633d9" + integrity sha512-1ugUSr8BHXRnK23KfuYS+gVMC3LB8QGH9W1iGtDPsNWoQbgtXSExkBu2aDR4epiGWZOjZsj6lDl/N/AqqTC3UA== + base64-js@^1.0.2, base64-js@^1.3.1: version "1.5.1" resolved "https://registry.yarnpkg.com/base64-js/-/base64-js-1.5.1.tgz#1b1b440160a5bf7ad40b650f095963481903930a" @@ -5669,6 +5030,13 @@ braces@^3.0.2, braces@~3.0.2: dependencies: fill-range "^7.0.1" +braces@^3.0.3: + version "3.0.3" + resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789" + integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA== + dependencies: + fill-range "^7.1.1" + broadcast-channel@^3.4.1: version "3.7.0" resolved "https://registry.yarnpkg.com/broadcast-channel/-/broadcast-channel-3.7.0.tgz#2dfa5c7b4289547ac3f6705f9c00af8723889937" @@ -6239,7 +5607,7 @@ classnames@2.x: resolved "https://registry.yarnpkg.com/classnames/-/classnames-2.5.1.tgz#ba774c614be0f016da105c858e7159eae8e7687b" integrity sha512-saHYOzhIQs6wy2sVxTM6bUDsQO4F50V9RQ22qBpEdCW+I+/Wmke2HOl6lS6dTpdxVhb88/I6+Hs+438c3lfUow== -classnames@^2.2.5, classnames@^2.2.6, classnames@^2.3.1, classnames@^2.3.2: +classnames@^2.2.6, classnames@^2.3.1, classnames@^2.3.2: version "2.3.2" resolved "https://registry.yarnpkg.com/classnames/-/classnames-2.3.2.tgz#351d813bf0137fcc6a76a16b88208d2560a0d924" integrity sha512-CSbhY4cFEJRe6/GQzIk5qXZ4Jeg5pcsP7b5peFSDpffpe1cqjASH/n9UTjBwOp6XpMSTwQ8Za2K5V02ueA7Tmw== @@ -6439,7 +5807,7 @@ color-name@^1.1.4, color-name@~1.1.4: resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2" integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== -colord@^2.9.1: +colord@^2.9.1, colord@^2.9.3: version "2.9.3" resolved "https://registry.yarnpkg.com/colord/-/colord-2.9.3.tgz#4f8ce919de456f1d5c1c368c307fe20f3e59fb43" integrity sha512-jeC1axXpnb0/2nn/Y1LPuLdgXBLH7aDcHu4KEKfqw3CUhX7ZpfBSlPKyqXE6btIgEzfWtrX3/tyBCaCvXvMkOw== @@ -6767,6 +6135,16 @@ cosmiconfig@^7.0.0: path-type "^4.0.0" yaml "^1.10.0" +cosmiconfig@^9.0.0: + version "9.0.0" + resolved "https://registry.yarnpkg.com/cosmiconfig/-/cosmiconfig-9.0.0.tgz#34c3fc58287b915f3ae905ab6dc3de258b55ad9d" + integrity sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg== + dependencies: + env-paths "^2.2.1" + import-fresh "^3.3.0" + js-yaml "^4.1.0" + parse-json "^5.2.0" + crc32-stream@^3.0.1: version "3.0.1" resolved "https://registry.yarnpkg.com/crc32-stream/-/crc32-stream-3.0.1.tgz#cae6eeed003b0e44d739d279de5ae63b171b4e85" @@ -6896,6 +6274,11 @@ css-declaration-sorter@^6.3.0: resolved "https://registry.yarnpkg.com/css-declaration-sorter/-/css-declaration-sorter-6.3.0.tgz#72ebd995c8f4532ff0036631f7365cce9759df14" integrity sha512-OGT677UGHJTAVMRhPO+HJ4oKln3wkBTwtDFH0ojbqm+MJm6xuDMHp2nkhh/ThaBqq20IbraBQSWKfSLNHQO9Og== +css-functions-list@^3.2.2: + version "3.2.2" + resolved "https://registry.yarnpkg.com/css-functions-list/-/css-functions-list-3.2.2.tgz#9a54c6dd8416ed25c1079cd88234e927526c1922" + integrity sha512-c+N0v6wbKVxTu5gOBBFkr9BEdBWaqqjQeiJ8QvSRIJOf+UxlJh930m8e6/WNeODIK0mYLFkoONrnj16i2EcvfQ== + css-has-pseudo@^3.0.4: version "3.0.4" resolved "https://registry.yarnpkg.com/css-has-pseudo/-/css-has-pseudo-3.0.4.tgz#57f6be91ca242d5c9020ee3e51bbb5b89fc7af73" @@ -6976,6 +6359,14 @@ css-tree@^1.1.2, css-tree@^1.1.3: mdn-data "2.0.14" source-map "^0.6.1" +css-tree@^2.3.1: + version "2.3.1" + resolved "https://registry.yarnpkg.com/css-tree/-/css-tree-2.3.1.tgz#10264ce1e5442e8572fc82fbe490644ff54b5c20" + integrity sha512-6Fv1DV/TYw//QF5IzQdqsNDjx/wc8TrMBZsqjL9eW01tWb7R7k/mq+/VXfJCl7SoD5emsJop9cOByJZfs8hYIw== + dependencies: + mdn-data "2.0.30" + source-map-js "^1.0.1" + css-what@^3.2.1: version "3.4.2" resolved "https://registry.yarnpkg.com/css-what/-/css-what-3.4.2.tgz#ea7026fcb01777edbde52124e21f327e7ae950e4" @@ -7878,6 +7269,11 @@ entities@~1.1.1: resolved "https://registry.yarnpkg.com/entities/-/entities-1.1.2.tgz#bdfa735299664dfafd34529ed4f8522a275fea56" integrity sha512-f2LZMYl1Fzu7YSBKg+RoROelpOaNrcGmE9AZubeDfrCEia483oW4MI4VyFd5VNHIgQ/7qm1I0wUHK1eJnn2y2w== +env-paths@^2.2.1: + version "2.2.1" + resolved "https://registry.yarnpkg.com/env-paths/-/env-paths-2.2.1.tgz#420399d416ce1fbe9bc0a07c62fa68d67fd0f8f2" + integrity sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A== + eol@^0.9.1: version "0.9.1" resolved "https://registry.yarnpkg.com/eol/-/eol-0.9.1.tgz#f701912f504074be35c6117a5c4ade49cd547acd" @@ -8160,6 +7556,11 @@ eslint-plugin-react-hooks@^4.3.0: resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.0.tgz#4c3e697ad95b77e93f8646aaa1630c1ba607edd3" integrity sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g== +eslint-plugin-react-hooks@^4.6.2: + version "4.6.2" + resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.6.2.tgz#c829eb06c0e6f484b3fbb85a97e57784f328c596" + integrity sha512-QzliNJq4GinDBcD8gPB5v0wh6g8q3SUi6EFF0x8N/BL9PoVs0atuGc47ozMRyOWAKdwaZ5OnbOEa3WR+dSGKuQ== + eslint-plugin-react@^7.27.1, eslint-plugin-react@^7.31.10: version "7.32.2" resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.32.2.tgz#e71f21c7c265ebce01bcbc9d0955170c55571f10" @@ -8631,6 +8032,17 @@ fast-glob@^3.2.11, fast-glob@^3.2.5, fast-glob@^3.2.9: merge2 "^1.3.0" micromatch "^4.0.4" +fast-glob@^3.3.2: + version "3.3.2" + resolved "https://registry.yarnpkg.com/fast-glob/-/fast-glob-3.3.2.tgz#a904501e57cfdd2ffcded45e99a54fef55e46129" + integrity sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow== + dependencies: + "@nodelib/fs.stat" "^2.0.2" + "@nodelib/fs.walk" "^1.2.3" + glob-parent "^5.1.2" + merge2 "^1.3.0" + micromatch "^4.0.4" + fast-json-stable-stringify@^2.0.0, fast-json-stable-stringify@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz#874bf69c6f404c2b5d99c481341399fd55892633" @@ -8646,6 +8058,11 @@ fast-safe-stringify@^2.0.7: resolved "https://registry.yarnpkg.com/fast-safe-stringify/-/fast-safe-stringify-2.0.8.tgz#dc2af48c46cf712b683e849b2bbd446b32de936f" integrity sha512-lXatBjf3WPjmWD6DpIZxkeSsCOwqI0maYMpgDlx8g4U2qi4lbjA9oH/HD2a87G+KfsUmo5WbJFmqBZlPxtptag== +fastest-levenshtein@^1.0.16: + version "1.0.16" + resolved "https://registry.yarnpkg.com/fastest-levenshtein/-/fastest-levenshtein-1.0.16.tgz#210e61b6ff181de91ea9b3d1b84fdedd47e034e5" + integrity sha512-eRnCtTTtGZFpQCwhJiUOuxPQWRXVKYDn0b2PeHfXL6/Zi53SLAzAHfVhVWK2AryC/WH05kGfxhFIPvTF0SXQzg== + fastq@^1.6.0: version "1.12.0" resolved "https://registry.yarnpkg.com/fastq/-/fastq-1.12.0.tgz#ed7b6ab5d62393fb2cc591c853652a5c318bf794" @@ -8703,6 +8120,13 @@ file-entry-cache@^6.0.1: dependencies: flat-cache "^3.0.4" +file-entry-cache@^9.0.0: + version "9.0.0" + resolved "https://registry.yarnpkg.com/file-entry-cache/-/file-entry-cache-9.0.0.tgz#4478e7ceaa5191fa9676a2daa7030211c31b1e7e" + integrity sha512-6MgEugi8p2tiUhqO7GnPsmbCCzj0YRCwwaTbpGRyKZesjRSzkqkAE9fPp7V2yMs5hwfgbQLgdvSSkGNg1s5Uvw== + dependencies: + flat-cache "^5.0.0" + file-loader@^6.2.0: version "6.2.0" resolved "https://registry.yarnpkg.com/file-loader/-/file-loader-6.2.0.tgz#baef7cf8e1840df325e4390b4484879480eebe4d" @@ -8745,6 +8169,13 @@ fill-range@^7.0.1: dependencies: to-regex-range "^5.0.1" +fill-range@^7.1.1: + version "7.1.1" + resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz#44265d3cac07e3ea7dc247516380643754a05292" + integrity sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg== + dependencies: + to-regex-range "^5.0.1" + final-form@^4.20.2: version "4.20.9" resolved "https://registry.yarnpkg.com/final-form/-/final-form-4.20.9.tgz#647b459f8c504d77ec8f6e280015ab172982af2f" @@ -8821,11 +8252,24 @@ flat-cache@^3.0.4: flatted "^3.1.0" rimraf "^3.0.2" +flat-cache@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/flat-cache/-/flat-cache-5.0.0.tgz#26c4da7b0f288b408bb2b506b2cb66c240ddf062" + integrity sha512-JrqFmyUl2PnPi1OvLyTVHnQvwQ0S+e6lGSwu8OkAZlSaNIZciTY2H/cOOROxsBA1m/LZNHDsqAgDZt6akWcjsQ== + dependencies: + flatted "^3.3.1" + keyv "^4.5.4" + flatted@^3.1.0: version "3.2.2" resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.2.tgz#64bfed5cb68fe3ca78b3eb214ad97b63bedce561" integrity sha512-JaTY/wtrcSyvXJl4IMFHPKyFur1sE9AUqc0QnhOaJ0CxHtAoIV8pYDzeEfAaNEtGkOfq4gr3LBFmdXW5mOQFnA== +flatted@^3.3.1: + version "3.3.1" + resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.3.1.tgz#21db470729a6734d4997002f439cb308987f567a" + integrity sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw== + flow-parser@0.*: version "0.158.0" resolved "https://registry.yarnpkg.com/flow-parser/-/flow-parser-0.158.0.tgz#d845f167c722babe880110fc3681c44f21823399" @@ -9264,6 +8708,11 @@ globby@^11.0.4, globby@^11.1.0: merge2 "^1.4.1" slash "^3.0.0" +globjoin@^0.1.4: + version "0.1.4" + resolved "https://registry.yarnpkg.com/globjoin/-/globjoin-0.1.4.tgz#2f4494ac8919e3767c5cbb691e9f463324285d43" + integrity sha512-xYfnw62CKG8nLkZBfWbhWwDw02CHty86jfPcc2cr3ZfeuK9ysoVPPEUxf21bAD/rWAgk52SuBrLJlefNy8mvFg== + globule@^1.0.0: version "1.3.3" resolved "https://registry.yarnpkg.com/globule/-/globule-1.3.3.tgz#811919eeac1ab7344e905f2e3be80a13447973c2" @@ -9562,6 +9011,11 @@ html-minifier-terser@^6.0.2: relateurl "^0.2.7" terser "^5.10.0" +html-tags@^3.3.1: + version "3.3.1" + resolved "https://registry.yarnpkg.com/html-tags/-/html-tags-3.3.1.tgz#a04026a18c882e4bba8a01a3d39cfe465d40b5ce" + integrity sha512-ztqyC3kLto0e9WbNp0aeP+M3kTt+nbaIveGmUxAtZa+8iFgKLUOD4YKM5j+f3QD89bra7UeumolZHKuOXnTmeQ== + html-webpack-plugin@^5.5.0: version "5.5.0" resolved "https://registry.yarnpkg.com/html-webpack-plugin/-/html-webpack-plugin-5.5.0.tgz#c3911936f57681c1f9f4d8b68c158cd9dfe52f50" @@ -9791,6 +9245,11 @@ ignore@^5.2.0: resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.2.0.tgz#6d3bac8fa7fe0d45d9f9be7bac2fc279577e345a" integrity sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ== +ignore@^5.3.1: + version "5.3.1" + resolved "https://registry.yarnpkg.com/ignore/-/ignore-5.3.1.tgz#5073e554cd42c5b33b394375f538b8593e34d4ef" + integrity sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw== + immer@^9.0.7: version "9.0.15" resolved "https://registry.yarnpkg.com/immer/-/immer-9.0.15.tgz#0b9169e5b1d22137aba7d43f8a81a495dd1b62dc" @@ -9801,7 +9260,7 @@ immutability-helper@^3.1.1: resolved "https://registry.yarnpkg.com/immutability-helper/-/immutability-helper-3.1.1.tgz#2b86b2286ed3b1241c9e23b7b21e0444f52f77b7" integrity sha512-Q0QaXjPjwIju/28TsugCHNEASwoCcJSyJV3uO1sOIQGI0jKgm9f41Lvz0DZj3n46cNCyAZTsEYoY4C2bVRUzyQ== -import-fresh@^3.0.0, import-fresh@^3.1.0, import-fresh@^3.2.1: +import-fresh@^3.0.0, import-fresh@^3.1.0, import-fresh@^3.2.1, import-fresh@^3.3.0: version "3.3.0" resolved "https://registry.yarnpkg.com/import-fresh/-/import-fresh-3.3.0.tgz#37162c25fcb9ebaa2e6e53d5b4d88ce17d9e0c2b" integrity sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw== @@ -10248,6 +9707,11 @@ is-plain-object@^2.0.3, is-plain-object@^2.0.4: dependencies: isobject "^3.0.1" +is-plain-object@^5.0.0: + version "5.0.0" + resolved "https://registry.yarnpkg.com/is-plain-object/-/is-plain-object-5.0.0.tgz#4427f50ab3429e9025ea7d52e9043a9ef4159344" + integrity sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q== + is-potential-custom-element-name@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/is-potential-custom-element-name/-/is-potential-custom-element-name-1.0.1.tgz#171ed6f19e3ac554394edf78caa05784a45bebb5" @@ -11103,6 +10567,11 @@ json-buffer@3.0.0: resolved "https://registry.yarnpkg.com/json-buffer/-/json-buffer-3.0.0.tgz#5b1f397afc75d677bde8bcfc0e47e1f9a3d9a898" integrity sha1-Wx85evx11ne96Lz8Dkfh+aPZqJg= +json-buffer@3.0.1: + version "3.0.1" + resolved "https://registry.yarnpkg.com/json-buffer/-/json-buffer-3.0.1.tgz#9338802a30d3b6605fbe0613e094008ca8c05a13" + integrity sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ== + json-parse-better-errors@^1.0.1: version "1.0.2" resolved "https://registry.yarnpkg.com/json-parse-better-errors/-/json-parse-better-errors-1.0.2.tgz#bb867cfb3450e69107c131d1c514bab3dc8bcaa9" @@ -11218,6 +10687,13 @@ keyv@^3.0.0: dependencies: json-buffer "3.0.0" +keyv@^4.5.4: + version "4.5.4" + resolved "https://registry.yarnpkg.com/keyv/-/keyv-4.5.4.tgz#a879a99e29452f942439f2a405e3af8b31d4de93" + integrity sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw== + dependencies: + json-buffer "3.0.1" + kind-of@^3.0.2, kind-of@^3.0.3, kind-of@^3.2.0: version "3.2.2" resolved "https://registry.yarnpkg.com/kind-of/-/kind-of-3.2.2.tgz#31ea21a734bab9bbb0f32466d893aea51e4a3c64" @@ -11259,6 +10735,11 @@ klona@^2.0.4, klona@^2.0.5: resolved "https://registry.yarnpkg.com/klona/-/klona-2.0.5.tgz#d166574d90076395d9963aa7a928fabb8d76afbc" integrity sha512-pJiBpiXMbt7dkzXe8Ghj/u4FfXOOa98fPW+bihOJ4SjnoijweJrNThJfd3ifXpXhREjpoF2mZVH1GfS9LV3kHQ== +known-css-properties@^0.31.0: + version "0.31.0" + resolved "https://registry.yarnpkg.com/known-css-properties/-/known-css-properties-0.31.0.tgz#5c8d9d8777b3ca09482b2397f6a241e5d69a1023" + integrity sha512-sBPIUGTNF0czz0mwGGUoKKJC8Q7On1GPbCSFPfyEsfHb2DyBG0Y4QtV+EVWpINSaiGKZblDNuF5AezxSgOhesQ== + knuth-shuffle-seeded@^1.0.6: version "1.0.6" resolved "https://registry.yarnpkg.com/knuth-shuffle-seeded/-/knuth-shuffle-seeded-1.0.6.tgz#01f1b65733aa7540ee08d8b0174164d22081e4e1" @@ -11734,6 +11215,11 @@ mathjs@^9.4.2: tiny-emitter "^2.1.0" typed-function "^2.0.0" +mathml-tag-names@^2.1.3: + version "2.1.3" + resolved "https://registry.yarnpkg.com/mathml-tag-names/-/mathml-tag-names-2.1.3.tgz#4ddadd67308e780cf16a47685878ee27b736a0a3" + integrity sha512-APMBEanjybaPzUrfqU0IMU5I0AswKMH7k8OTLs0vvV4KZpExkTkY87nR/zpbuTPj+gARop7aGUbl11pnDfW6xg== + md5.js@^1.3.4: version "1.3.5" resolved "https://registry.yarnpkg.com/md5.js/-/md5.js-1.3.5.tgz#b5d07b8e3216e3e27cd728d72f70d1e6a342005f" @@ -11748,6 +11234,11 @@ mdn-data@2.0.14: resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.0.14.tgz#7113fc4281917d63ce29b43446f701e68c25ba50" integrity sha512-dn6wd0uw5GsdswPFfsgMp5NSB0/aDe6fK94YJV/AJDYXL6HVLWBsxeq7js7Ad+mU2K9LAlwpk6kN2D5mwCPVow== +mdn-data@2.0.30: + version "2.0.30" + resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.0.30.tgz#ce4df6f80af6cfbe218ecd5c552ba13c4dfa08cc" + integrity sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA== + mdn-data@2.0.4: version "2.0.4" resolved "https://registry.yarnpkg.com/mdn-data/-/mdn-data-2.0.4.tgz#699b3c38ac6f1d728091a64650b65d388502fd5b" @@ -11775,6 +11266,11 @@ memoize-one@^5.0.1: resolved "https://registry.yarnpkg.com/memoize-one/-/memoize-one-5.2.1.tgz#8337aa3c4335581839ec01c3d594090cebe8f00e" integrity sha512-zYiwtZUcYyXKo/np96AGZAckk+FWWsUdJ3cHGGmld7+AhvcWmQyGCYUh1hc4Q/pkOhb65dQR/pqCyK0cOaHz4Q== +meow@^13.2.0: + version "13.2.0" + resolved "https://registry.yarnpkg.com/meow/-/meow-13.2.0.tgz#6b7d63f913f984063b3cc261b6e8800c4cd3474f" + integrity sha512-pxQJQzB6djGPXh08dacEloMFopsOqGVRKFPYvPOt9XDZ1HasbgDZA74CJGreSU4G3Ak7EFJGoiH2auq+yXISgA== + meow@^8.0.0: version "8.1.2" resolved "https://registry.yarnpkg.com/meow/-/meow-8.1.2.tgz#bcbe45bda0ee1729d350c03cffc8395a36c4e897" @@ -11839,6 +11335,14 @@ micromatch@^4.0.2, micromatch@^4.0.4, micromatch@^4.0.5: braces "^3.0.2" picomatch "^2.3.1" +micromatch@^4.0.7: + version "4.0.7" + resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.7.tgz#33e8190d9fe474a9895525f5618eee136d46c2e5" + integrity sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q== + dependencies: + braces "^3.0.3" + picomatch "^2.3.1" + microseconds@0.2.0: version "0.2.0" resolved "https://registry.yarnpkg.com/microseconds/-/microseconds-0.2.0.tgz#233b25f50c62a65d861f978a4a4f8ec18797dc39" @@ -12057,6 +11561,11 @@ nanoid@^3.3.4: resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.4.tgz#730b67e3cd09e2deacf03c027c81c9d9dbc5e8ab" integrity sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw== +nanoid@^3.3.7: + version "3.3.7" + resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.7.tgz#d0c301a691bc8d54efa0a2226ccf3fe2fd656bd8" + integrity sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g== + nanomatch@^1.2.9: version "1.2.13" resolved "https://registry.yarnpkg.com/nanomatch/-/nanomatch-1.2.13.tgz#b87a8aa4fc0de8fe6be88895b38983ff265bd119" @@ -12778,6 +12287,11 @@ picocolors@^1.0.0: resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.0.tgz#cb5bdc74ff3f51892236eaf79d68bc44564ab81c" integrity sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ== +picocolors@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/picocolors/-/picocolors-1.0.1.tgz#a8ad579b571952f0e5d25892de5445bcfe25aaa1" + integrity sha512-anP1Z8qwhkbmu7MFP5iTt+wQKXgwzf7zTyGlcdzabySa9vd0Xt392U0rVmz9poOaBj0uHJKyyo9/upk0HrEQew== + picomatch@^2.0.4, picomatch@^2.2.1, picomatch@^2.2.2, picomatch@^2.2.3, picomatch@^2.3.1: version "2.3.1" resolved "https://registry.yarnpkg.com/picomatch/-/picomatch-2.3.1.tgz#3ba3833733646d9d3e4995946c1365a67fb07a42" @@ -13349,6 +12863,16 @@ postcss-replace-overflow-wrap@^4.0.0: resolved "https://registry.yarnpkg.com/postcss-replace-overflow-wrap/-/postcss-replace-overflow-wrap-4.0.0.tgz#d2df6bed10b477bf9c52fab28c568b4b29ca4319" integrity sha512-KmF7SBPphT4gPPcKZc7aDkweHiKEEO8cla/GjcBK+ckKxiZslIu3C4GCRW3DNfL0o7yW7kMQu9xlZ1kXRXLXtw== +postcss-resolve-nested-selector@^0.1.1: + version "0.1.1" + resolved "https://registry.yarnpkg.com/postcss-resolve-nested-selector/-/postcss-resolve-nested-selector-0.1.1.tgz#29ccbc7c37dedfac304e9fff0bf1596b3f6a0e4e" + integrity sha512-HvExULSwLqHLgUy1rl3ANIqCsvMS0WHss2UOsXhXnQaZ9VCc2oBvIpXrl00IUFT5ZDITME0o6oiXeiHr2SAIfw== + +postcss-safe-parser@^7.0.0: + version "7.0.0" + resolved "https://registry.yarnpkg.com/postcss-safe-parser/-/postcss-safe-parser-7.0.0.tgz#6273d4e5149e286db5a45bc6cf6eafcad464014a" + integrity sha512-ovehqRNVCpuFzbXoTb4qLtyzK3xn3t/CUBxOs8LsnQjQrShaB4lKiHoVqY8ANaC0hBMHq5QVWk77rwGklFUDrg== + postcss-selector-not@^6.0.1: version "6.0.1" resolved "https://registry.yarnpkg.com/postcss-selector-not/-/postcss-selector-not-6.0.1.tgz#8f0a709bf7d4b45222793fc34409be407537556d" @@ -13364,6 +12888,19 @@ postcss-selector-parser@^6.0.10, postcss-selector-parser@^6.0.2, postcss-selecto cssesc "^3.0.0" util-deprecate "^1.0.2" +postcss-selector-parser@^6.1.0: + version "6.1.0" + resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.1.0.tgz#49694cb4e7c649299fea510a29fa6577104bcf53" + integrity sha512-UMz42UD0UY0EApS0ZL9o1XnLhSTtvvvLe5Dc2H2O56fvRZi+KulDyf5ctDhhtYJBGKStV2FL1fy6253cmLgqVQ== + dependencies: + cssesc "^3.0.0" + util-deprecate "^1.0.2" + +postcss-styled-jsx@^1.0.1: + version "1.0.1" + resolved "https://registry.yarnpkg.com/postcss-styled-jsx/-/postcss-styled-jsx-1.0.1.tgz#07c17ca3bc574a06627103bb5dd475006c2d0d9e" + integrity sha512-508Vg2A0pHQstRxz8eoNYiT+RiCZdgE4EqN0x8oiPIZ/a6pp5q2NYefL39RRG8ORlxDehLHU3u/EOpux0kuATQ== + postcss-svgo@^5.1.0: version "5.1.0" resolved "https://registry.yarnpkg.com/postcss-svgo/-/postcss-svgo-5.1.0.tgz#0a317400ced789f233a28826e77523f15857d80d" @@ -13372,6 +12909,11 @@ postcss-svgo@^5.1.0: postcss-value-parser "^4.2.0" svgo "^2.7.0" +postcss-syntax@^0.36.2: + version "0.36.2" + resolved "https://registry.yarnpkg.com/postcss-syntax/-/postcss-syntax-0.36.2.tgz#f08578c7d95834574e5593a82dfbfa8afae3b51c" + integrity sha512-nBRg/i7E3SOHWxF3PpF5WnJM/jQ1YpY9000OaVXlAQj6Zp/kIqJxEDWIZ67tAd7NLuk7zqN4yqe9nc0oNAOs1w== + postcss-unique-selectors@^5.1.1: version "5.1.1" resolved "https://registry.yarnpkg.com/postcss-unique-selectors/-/postcss-unique-selectors-5.1.1.tgz#a9f273d1eacd09e9aa6088f4b0507b18b1b541b6" @@ -13401,6 +12943,15 @@ postcss@^8.3.5, postcss@^8.4.14, postcss@^8.4.19, postcss@^8.4.4: picocolors "^1.0.0" source-map-js "^1.0.2" +postcss@^8.4.38: + version "8.4.38" + resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.38.tgz#b387d533baf2054288e337066d81c6bee9db9e0e" + integrity sha512-Wglpdk03BSfXkHoQa3b/oulrotAkwrlLDRSOb9D0bN86FdRyE9lppSp33aHNPgBa0JKCoB+drFLZkQoRRYae5A== + dependencies: + nanoid "^3.3.7" + picocolors "^1.0.0" + source-map-js "^1.2.0" + postinstall-postinstall@^2.1.0: version "2.1.0" resolved "https://registry.yarnpkg.com/postinstall-postinstall/-/postinstall-postinstall-2.1.0.tgz#4f7f77441ef539d1512c40bd04c71b06a4704ca3" @@ -14834,6 +14385,11 @@ signal-exit@^3.0.0, signal-exit@^3.0.2, signal-exit@^3.0.3: resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9" integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ== +signal-exit@^4.0.1: + version "4.1.0" + resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-4.1.0.tgz#952188c1cbd546070e2dd20d0f41c0ae0530cb04" + integrity sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw== + simple-concat@^1.0.0: version "1.0.1" resolved "https://registry.yarnpkg.com/simple-concat/-/simple-concat-1.0.1.tgz#f46976082ba35c2263f1c8ab5edfe26c41c9552f" @@ -14947,6 +14503,11 @@ source-map-js@^1.0.1, source-map-js@^1.0.2: resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.0.2.tgz#adbc361d9c62df380125e7f161f71c826f1e490c" integrity sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw== +source-map-js@^1.2.0: + version "1.2.0" + resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-1.2.0.tgz#16b809c162517b5b8c3e7dcd315a2a5c2612b2af" + integrity sha512-itJW8lvSA0TXEphiRoawsCksnlf8SyvmFzIhltqAHluXd88pkCd+cXJVHTDwdCr0IzwptSm035IHQktUu1QUMg== + source-map-loader@^3.0.0: version "3.0.1" resolved "https://registry.yarnpkg.com/source-map-loader/-/source-map-loader-3.0.1.tgz#9ae5edc7c2d42570934be4c95d1ccc6352eba52d" @@ -15292,6 +14853,15 @@ string-width@^4.1.0, string-width@^4.2.0: is-fullwidth-code-point "^3.0.0" strip-ansi "^6.0.0" +string-width@^4.2.3: + version "4.2.3" + resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010" + integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g== + dependencies: + emoji-regex "^8.0.0" + is-fullwidth-code-point "^3.0.0" + strip-ansi "^6.0.1" + string.prototype.matchall@^4.0.6, string.prototype.matchall@^4.0.8: version "4.0.8" resolved "https://registry.yarnpkg.com/string.prototype.matchall/-/string.prototype.matchall-4.0.8.tgz#3bf85722021816dcd1bf38bb714915887ca79fd3" @@ -15391,6 +14961,13 @@ strip-ansi@^7.0.1: dependencies: ansi-regex "^6.0.1" +strip-ansi@^7.1.0: + version "7.1.0" + resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-7.1.0.tgz#d5b6568ca689d8561370b0707685d22434faff45" + integrity sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ== + dependencies: + ansi-regex "^6.0.1" + strip-bom@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/strip-bom/-/strip-bom-3.0.0.tgz#2334c18e9c759f7bdd56fdef7e9ae3d588e68ed3" @@ -15460,6 +15037,56 @@ stylehacks@^5.1.0: browserslist "^4.16.6" postcss-selector-parser "^6.0.4" +stylelint-use-logical@^2.1.2: + version "2.1.2" + resolved "https://registry.yarnpkg.com/stylelint-use-logical/-/stylelint-use-logical-2.1.2.tgz#60296915cc27aa1292fbff9a29391c9a1d877563" + integrity sha512-4ffvPNk/swH4KS3izExWuzQOuzLmi0gb0uOhvxWJ20vDA5W5xKCjcHHtLoAj1kKvTIX6eGIN5xGtaVin9PD0wg== + +stylelint@^16.3.1: + version "16.6.1" + resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-16.6.1.tgz#84735aca2bb5cde535572b7a9b878d2ec983a570" + integrity sha512-yNgz2PqWLkhH2hw6X9AweV9YvoafbAD5ZsFdKN9BvSDVwGvPh+AUIrn7lYwy1S7IHmtFin75LLfX1m0D2tHu8Q== + dependencies: + "@csstools/css-parser-algorithms" "^2.6.3" + "@csstools/css-tokenizer" "^2.3.1" + "@csstools/media-query-list-parser" "^2.1.11" + "@csstools/selector-specificity" "^3.1.1" + "@dual-bundle/import-meta-resolve" "^4.1.0" + balanced-match "^2.0.0" + colord "^2.9.3" + cosmiconfig "^9.0.0" + css-functions-list "^3.2.2" + css-tree "^2.3.1" + debug "^4.3.4" + fast-glob "^3.3.2" + fastest-levenshtein "^1.0.16" + file-entry-cache "^9.0.0" + global-modules "^2.0.0" + globby "^11.1.0" + globjoin "^0.1.4" + html-tags "^3.3.1" + ignore "^5.3.1" + imurmurhash "^0.1.4" + is-plain-object "^5.0.0" + known-css-properties "^0.31.0" + mathml-tag-names "^2.1.3" + meow "^13.2.0" + micromatch "^4.0.7" + normalize-path "^3.0.0" + picocolors "^1.0.1" + postcss "^8.4.38" + postcss-resolve-nested-selector "^0.1.1" + postcss-safe-parser "^7.0.0" + postcss-selector-parser "^6.1.0" + postcss-value-parser "^4.2.0" + resolve-from "^5.0.0" + string-width "^4.2.3" + strip-ansi "^7.1.0" + supports-hyperlinks "^3.0.0" + svg-tags "^1.0.0" + table "^6.8.2" + write-file-atomic "^5.0.1" + stylis-rule-sheet@0.0.10: version "0.0.10" resolved "https://registry.yarnpkg.com/stylis-rule-sheet/-/stylis-rule-sheet-0.0.10.tgz#44e64a2b076643f4b52e5ff71efc04d8c3c4a430" @@ -15518,6 +15145,14 @@ supports-hyperlinks@^2.0.0: has-flag "^4.0.0" supports-color "^7.0.0" +supports-hyperlinks@^3.0.0: + version "3.0.0" + resolved "https://registry.yarnpkg.com/supports-hyperlinks/-/supports-hyperlinks-3.0.0.tgz#c711352a5c89070779b4dad54c05a2f14b15c94b" + integrity sha512-QBDPHyPQDRTy9ku4URNGY5Lah8PAaXs6tAAwp55sL5WCsSW7GIfdf6W5ixfziW+t7wh3GVvHyHHyQ1ESsoRvaA== + dependencies: + has-flag "^4.0.0" + supports-color "^7.0.0" + supports-preserve-symlinks-flag@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz#6eda4bd344a3c94aea376d4cc31bc77311039e09" @@ -15528,6 +15163,11 @@ svg-parser@^2.0.2: resolved "https://registry.yarnpkg.com/svg-parser/-/svg-parser-2.0.4.tgz#fdc2e29e13951736140b76cb122c8ee6630eb6b5" integrity sha512-e4hG1hRwoOdRb37cIMSgzNsxyzKfayW6VOflrwvR+/bzrkyxY/31WkbgnQpgtrNp1SdpJvpUAGTa/ZoiPNDuRQ== +svg-tags@^1.0.0: + version "1.0.0" + resolved "https://registry.yarnpkg.com/svg-tags/-/svg-tags-1.0.0.tgz#58f71cee3bd519b59d4b2a843b6c7de64ac04764" + integrity sha512-ovssysQTa+luh7A5Weu3Rta6FJlFBBbInjOh722LIt6klpU2/HtdUbszju/G4devcvk8PGt7FCLv5wftu3THUA== + svgo@^1.2.2: version "1.3.2" resolved "https://registry.yarnpkg.com/svgo/-/svgo-1.3.2.tgz#b6dc511c063346c9e415b81e43401145b96d4167" @@ -15589,6 +15229,17 @@ table@^6.0.9: string-width "^4.2.0" strip-ansi "^6.0.0" +table@^6.8.2: + version "6.8.2" + resolved "https://registry.yarnpkg.com/table/-/table-6.8.2.tgz#c5504ccf201213fa227248bdc8c5569716ac6c58" + integrity sha512-w2sfv80nrAh2VCbqR5AK27wswXhqcck2AhfnNW76beQXskGZ1V12GwS//yYVa3d3fcvAip2OUnbDAjW2k3v9fA== + dependencies: + ajv "^8.0.1" + lodash.truncate "^4.4.2" + slice-ansi "^4.0.0" + string-width "^4.2.3" + strip-ansi "^6.0.1" + tailwindcss@^3.0.2: version "3.1.8" resolved "https://registry.yarnpkg.com/tailwindcss/-/tailwindcss-3.1.8.tgz#4f8520550d67a835d32f2f4021580f9fddb7b741" @@ -17013,6 +16664,14 @@ write-file-atomic@^3.0.0: signal-exit "^3.0.2" typedarray-to-buffer "^3.1.5" +write-file-atomic@^5.0.1: + version "5.0.1" + resolved "https://registry.yarnpkg.com/write-file-atomic/-/write-file-atomic-5.0.1.tgz#68df4717c55c6fa4281a7860b4c2ba0a6d2b11e7" + integrity sha512-+QU2zd6OTD8XWIJCbffaiQeH9U73qIqafo1x6V1snCWYGJf6cVE0cDR4D8xRzcEnfI21IFrUPzPGtcPf8AC+Rw== + dependencies: + imurmurhash "^0.1.4" + signal-exit "^4.0.1" + ws@^7.4.6: version "7.5.4" resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.4.tgz#56bfa20b167427e138a7795de68d134fe92e21f9"