From d0d5df3e64d4193508411eeb10730b47109cdb85 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Wed, 17 Feb 2021 11:19:26 +0100 Subject: [PATCH] :arrow_up: Update dependencie --- js/package.json | 6 +- js/pnpm-lock.yaml | 316 +++++----- pnpm-lock.yaml | 1003 -------------------------------- pnpm-workspace.yaml | 5 - ts-minimal/package.json | 6 +- ts-minimal/pnpm-lock.yaml | 316 +++++----- ts-tailwind/package.json | 9 +- ts-tailwind/pnpm-lock.yaml | 520 +++++++++++------ ts-tailwind/postcss.config.js | 3 - ts-tailwind/src/index.tsx | 2 +- ts-tailwind/src/tailwind.css | 3 - ts-tailwind/tailwind.config.js | 10 - ts-tailwind/vite.config.ts | 10 +- ts/package.json | 6 +- ts/pnpm-lock.yaml | 316 +++++----- 15 files changed, 845 insertions(+), 1686 deletions(-) delete mode 100644 pnpm-lock.yaml delete mode 100644 pnpm-workspace.yaml delete mode 100644 ts-tailwind/postcss.config.js delete mode 100644 ts-tailwind/src/tailwind.css diff --git a/js/package.json b/js/package.json index d1a6b4b..52aa8d8 100644 --- a/js/package.json +++ b/js/package.json @@ -8,10 +8,10 @@ }, "license": "ISC", "devDependencies": { - "vite": "^2.0.0-beta.64", - "vite-plugin-solid": "^0.8.0" + "vite": "^2.0.0", + "vite-plugin-solid": "^1.0.0" }, "dependencies": { - "solid-js": "^0.24.0" + "solid-js": "^0.24.7" } } diff --git a/js/pnpm-lock.yaml b/js/pnpm-lock.yaml index afa91c4..4642e5f 100644 --- a/js/pnpm-lock.yaml +++ b/js/pnpm-lock.yaml @@ -1,30 +1,30 @@ dependencies: - solid-js: 0.23.11 + solid-js: 0.24.7 devDependencies: - vite: 2.0.0-beta.44 - vite-plugin-solid: 0.7.0 + vite: 2.0.0 + vite-plugin-solid: 1.0.0 lockfileVersion: 5.2 packages: - /@babel/code-frame/7.12.11: + /@babel/code-frame/7.12.13: dependencies: - '@babel/highlight': 7.10.4 + '@babel/highlight': 7.12.13 dev: true resolution: - integrity: sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw== - /@babel/core/7.12.10: + integrity: sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g== + /@babel/core/7.12.16: dependencies: - '@babel/code-frame': 7.12.11 - '@babel/generator': 7.12.11 - '@babel/helper-module-transforms': 7.12.1 - '@babel/helpers': 7.12.5 - '@babel/parser': 7.12.11 - '@babel/template': 7.12.7 - '@babel/traverse': 7.12.12 - '@babel/types': 7.12.12 + '@babel/code-frame': 7.12.13 + '@babel/generator': 7.12.15 + '@babel/helper-module-transforms': 7.12.13 + '@babel/helpers': 7.12.13 + '@babel/parser': 7.12.16 + '@babel/template': 7.12.13 + '@babel/traverse': 7.12.13 + '@babel/types': 7.12.13 convert-source-map: 1.7.0 debug: 4.3.1 gensync: 1.0.0-beta.2 - json5: 2.1.3 + json5: 2.2.0 lodash: 4.17.20 semver: 5.7.1 source-map: 0.5.7 @@ -32,200 +32,200 @@ packages: engines: node: '>=6.9.0' resolution: - integrity: sha512-eTAlQKq65zHfkHZV0sIVODCPGVgoo1HdBlbSLi9CqOzuZanMv2ihzY+4paiKr1mH+XmYESMAmJ/dpZ68eN6d8w== - /@babel/generator/7.12.11: + integrity: sha512-t/hHIB504wWceOeaOoONOhu+gX+hpjfeN6YRBT209X/4sibZQfSF1I0HFRRlBe97UZZosGx5XwUg1ZgNbelmNw== + /@babel/generator/7.12.15: dependencies: - '@babel/types': 7.12.12 + '@babel/types': 7.12.13 jsesc: 2.5.2 source-map: 0.5.7 dev: true resolution: - integrity: sha512-Ggg6WPOJtSi8yYQvLVjG8F/TlpWDlKx0OpS4Kt+xMQPs5OaGYWy+v1A+1TvxI6sAMGZpKWWoAQ1DaeQbImlItA== - /@babel/helper-create-class-features-plugin/7.12.1_@babel+core@7.12.10: + integrity: sha512-6F2xHxBiFXWNSGb7vyCUTBF8RCLY66rS0zEPcP8t/nQyXjha5EuK4z7H5o7fWG8B4M7y6mqVWq1J+1PuwRhecQ== + /@babel/helper-create-class-features-plugin/7.12.16_@babel+core@7.12.16: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-function-name': 7.12.11 - '@babel/helper-member-expression-to-functions': 7.12.7 - '@babel/helper-optimise-call-expression': 7.12.10 - '@babel/helper-replace-supers': 7.12.11 - '@babel/helper-split-export-declaration': 7.12.11 + '@babel/core': 7.12.16 + '@babel/helper-function-name': 7.12.13 + '@babel/helper-member-expression-to-functions': 7.12.16 + '@babel/helper-optimise-call-expression': 7.12.13 + '@babel/helper-replace-supers': 7.12.13 + '@babel/helper-split-export-declaration': 7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0 resolution: - integrity: sha512-hkL++rWeta/OVOBTRJc9a5Azh5mt5WgZUGAKMD8JM141YsE08K//bp1unBBieO6rUKkIPyUE0USQ30jAy3Sk1w== - /@babel/helper-function-name/7.12.11: + integrity: sha512-KbSEj8l9zYkMVHpQqM3wJNxS1d9h3U9vm/uE5tpjMbaj3lTp+0noe3KPsV5dSD9jxKnf9jO9Ip9FX5PKNZCKow== + /@babel/helper-function-name/7.12.13: dependencies: - '@babel/helper-get-function-arity': 7.12.10 - '@babel/template': 7.12.7 - '@babel/types': 7.12.12 + '@babel/helper-get-function-arity': 7.12.13 + '@babel/template': 7.12.13 + '@babel/types': 7.12.13 dev: true resolution: - integrity: sha512-AtQKjtYNolKNi6nNNVLQ27CP6D9oFR6bq/HPYSizlzbp7uC1M59XJe8L+0uXjbIaZaUJF99ruHqVGiKXU/7ybA== - /@babel/helper-get-function-arity/7.12.10: + integrity: sha512-TZvmPn0UOqmvi5G4vvw0qZTpVptGkB1GL61R6lKvrSdIxGm5Pky7Q3fpKiIkQCAtRCBUwB0PaThlx9vebCDSwA== + /@babel/helper-get-function-arity/7.12.13: dependencies: - '@babel/types': 7.12.12 + '@babel/types': 7.12.13 dev: true resolution: - integrity: sha512-mm0n5BPjR06wh9mPQaDdXWDoll/j5UpCAPl1x8fS71GHm7HA6Ua2V4ylG1Ju8lvcTOietbPNNPaSilKj+pj+Ag== - /@babel/helper-member-expression-to-functions/7.12.7: + integrity: sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg== + /@babel/helper-member-expression-to-functions/7.12.16: dependencies: - '@babel/types': 7.12.12 + '@babel/types': 7.12.13 dev: true resolution: - integrity: sha512-DCsuPyeWxeHgh1Dus7APn7iza42i/qXqiFPWyBDdOFtvS581JQePsc1F/nD+fHrcswhLlRc2UpYS1NwERxZhHw== - /@babel/helper-module-imports/7.12.5: + integrity: sha512-zYoZC1uvebBFmj1wFAlXwt35JLEgecefATtKp20xalwEK8vHAixLBXTGxNrVGEmTT+gzOThUgr8UEdgtalc1BQ== + /@babel/helper-module-imports/7.12.13: dependencies: - '@babel/types': 7.12.12 + '@babel/types': 7.12.13 dev: true resolution: - integrity: sha512-SR713Ogqg6++uexFRORf/+nPXMmWIn80TALu0uaFb+iQIUoR7bOC7zBWyzBs5b3tBBJXuyD0cRu1F15GyzjOWA== - /@babel/helper-module-transforms/7.12.1: + integrity: sha512-NGmfvRp9Rqxy0uHSSVP+SRIW1q31a7Ji10cLBcqSDUngGentY4FRiHOFZFE1CLU5eiL0oE8reH7Tg1y99TDM/g== + /@babel/helper-module-transforms/7.12.13: dependencies: - '@babel/helper-module-imports': 7.12.5 - '@babel/helper-replace-supers': 7.12.11 - '@babel/helper-simple-access': 7.12.1 - '@babel/helper-split-export-declaration': 7.12.11 + '@babel/helper-module-imports': 7.12.13 + '@babel/helper-replace-supers': 7.12.13 + '@babel/helper-simple-access': 7.12.13 + '@babel/helper-split-export-declaration': 7.12.13 '@babel/helper-validator-identifier': 7.12.11 - '@babel/template': 7.12.7 - '@babel/traverse': 7.12.12 - '@babel/types': 7.12.12 + '@babel/template': 7.12.13 + '@babel/traverse': 7.12.13 + '@babel/types': 7.12.13 lodash: 4.17.20 dev: true resolution: - integrity: sha512-QQzehgFAZ2bbISiCpmVGfiGux8YVFXQ0abBic2Envhej22DVXV9nCFaS5hIQbkyo1AdGb+gNME2TSh3hYJVV/w== - /@babel/helper-optimise-call-expression/7.12.10: + integrity: sha512-acKF7EjqOR67ASIlDTupwkKM1eUisNAjaSduo5Cz+793ikfnpe7p4Q7B7EWU2PCoSTPWsQkR7hRUWEIZPiVLGA== + /@babel/helper-optimise-call-expression/7.12.13: dependencies: - '@babel/types': 7.12.12 + '@babel/types': 7.12.13 dev: true resolution: - integrity: sha512-4tpbU0SrSTjjt65UMWSrUOPZTsgvPgGG4S8QSTNHacKzpS51IVWGDj0yCwyeZND/i+LSN2g/O63jEXEWm49sYQ== - /@babel/helper-plugin-utils/7.10.4: + integrity: sha512-BdWQhoVJkp6nVjB7nkFWcn43dkprYauqtk++Py2eaf/GRDFm5BxRqEIZCiHlZUGAVmtwKcsVL1dC68WmzeFmiA== + /@babel/helper-plugin-utils/7.12.13: dev: true resolution: - integrity: sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg== - /@babel/helper-replace-supers/7.12.11: + integrity: sha512-C+10MXCXJLiR6IeG9+Wiejt9jmtFpxUc3MQqCmPY8hfCjyUGl9kT+B2okzEZrtykiwrc4dbCPdDoz0A/HQbDaA== + /@babel/helper-replace-supers/7.12.13: dependencies: - '@babel/helper-member-expression-to-functions': 7.12.7 - '@babel/helper-optimise-call-expression': 7.12.10 - '@babel/traverse': 7.12.12 - '@babel/types': 7.12.12 + '@babel/helper-member-expression-to-functions': 7.12.16 + '@babel/helper-optimise-call-expression': 7.12.13 + '@babel/traverse': 7.12.13 + '@babel/types': 7.12.13 dev: true resolution: - integrity: sha512-q+w1cqmhL7R0FNzth/PLLp2N+scXEK/L2AHbXUyydxp828F4FEa5WcVoqui9vFRiHDQErj9Zof8azP32uGVTRA== - /@babel/helper-simple-access/7.12.1: + integrity: sha512-pctAOIAMVStI2TMLhozPKbf5yTEXc0OJa0eENheb4w09SrgOWEs+P4nTOZYJQCqs8JlErGLDPDJTiGIp3ygbLg== + /@babel/helper-simple-access/7.12.13: dependencies: - '@babel/types': 7.12.12 + '@babel/types': 7.12.13 dev: true resolution: - integrity: sha512-OxBp7pMrjVewSSC8fXDFrHrBcJATOOFssZwv16F3/6Xtc138GHybBfPbm9kfiqQHKhYQrlamWILwlDCeyMFEaA== - /@babel/helper-split-export-declaration/7.12.11: + integrity: sha512-0ski5dyYIHEfwpWGx5GPWhH35j342JaflmCeQmsPWcrOQDtCN6C1zKAVRFVbK53lPW2c9TsuLLSUDf0tIGJ5hA== + /@babel/helper-split-export-declaration/7.12.13: dependencies: - '@babel/types': 7.12.12 + '@babel/types': 7.12.13 dev: true resolution: - integrity: sha512-LsIVN8j48gHgwzfocYUSkO/hjYAOJqlpJEc7tGXcIm4cubjVUf8LGW6eWRyxEu7gA25q02p0rQUWoCI33HNS5g== + integrity: sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg== /@babel/helper-validator-identifier/7.12.11: dev: true resolution: integrity: sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw== - /@babel/helper-validator-option/7.12.11: + /@babel/helper-validator-option/7.12.16: dev: true resolution: - integrity: sha512-TBFCyj939mFSdeX7U7DDj32WtzYY7fDcalgq8v3fBZMNOJQNn7nOYzMaUCiPxPYfCup69mtIpqlKgMZLvQ8Xhw== - /@babel/helpers/7.12.5: + integrity: sha512-uCgsDBPUQDvzr11ePPo4TVEocxj8RXjUVSC/Y8N1YpVAI/XDdUwGJu78xmlGhTxj2ntaWM7n9LQdRtyhOzT2YQ== + /@babel/helpers/7.12.13: dependencies: - '@babel/template': 7.12.7 - '@babel/traverse': 7.12.12 - '@babel/types': 7.12.12 + '@babel/template': 7.12.13 + '@babel/traverse': 7.12.13 + '@babel/types': 7.12.13 dev: true resolution: - integrity: sha512-lgKGMQlKqA8meJqKsW6rUnc4MdUk35Ln0ATDqdM1a/UpARODdI4j5Y5lVfUScnSNkJcdCRAaWkspykNoFg9sJA== - /@babel/highlight/7.10.4: + integrity: sha512-oohVzLRZ3GQEk4Cjhfs9YkJA4TdIDTObdBEZGrd6F/T0GPSnuV6l22eMcxlvcvzVIPH3VTtxbseudM1zIE+rPQ== + /@babel/highlight/7.12.13: dependencies: '@babel/helper-validator-identifier': 7.12.11 chalk: 2.4.2 js-tokens: 4.0.0 dev: true resolution: - integrity: sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l6f7/RIkmA== - /@babel/parser/7.12.11: + integrity: sha512-kocDQvIbgMKlWxXe9fof3TQ+gkIPOUSEYhJjqUjvKMez3krV7vbzYCDq39Oj11UAVK7JqPVGQPlgE85dPNlQww== + /@babel/parser/7.12.16: dev: true engines: node: '>=6.0.0' hasBin: true resolution: - integrity: sha512-N3UxG+uuF4CMYoNj8AhnbAcJF0PiuJ9KHuy1lQmkYsxTer/MAH9UBNHsBoAX/4s6NvlDD047No8mYVGGzLL4hg== - /@babel/plugin-syntax-jsx/7.12.1_@babel+core@7.12.10: + integrity: sha512-c/+u9cqV6F0+4Hpq01jnJO+GLp2DdT63ppz9Xa+6cHaajM9VFzK/iDXiKK65YtpeVwu+ctfS6iqlMqRgQRzeCw== + /@babel/plugin-syntax-jsx/7.12.13_@babel+core@7.12.16: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-plugin-utils': 7.10.4 + '@babel/core': 7.12.16 + '@babel/helper-plugin-utils': 7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-1yRi7yAtB0ETgxdY9ti/p2TivUxJkTdhu/ZbF9MshVGqOx1TdB3b7xCXs49Fupgg50N45KcAsRP/ZqWjs9SRjg== - /@babel/plugin-syntax-typescript/7.12.1_@babel+core@7.12.10: + integrity: sha512-d4HM23Q1K7oq/SLNmG6mRt85l2csmQ0cHRaxRXjKW0YFdEXqlZ5kzFQKH5Uc3rDJECgu+yCRgPkG04Mm98R/1g== + /@babel/plugin-syntax-typescript/7.12.13_@babel+core@7.12.16: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-plugin-utils': 7.10.4 + '@babel/core': 7.12.16 + '@babel/helper-plugin-utils': 7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-UZNEcCY+4Dp9yYRCAHrHDU+9ZXLYaY9MgBXSRLkB9WjYFRR6quJBumfVrEkUxrePPBwFcpWfNKXqVRQQtm7mMA== - /@babel/plugin-transform-typescript/7.12.1_@babel+core@7.12.10: + integrity: sha512-cHP3u1JiUiG2LFDKbXnwVad81GvfyIOmCD6HIEId6ojrY0Drfy2q1jw7BwN7dE84+kTnBjLkXoL3IEy/3JPu2w== + /@babel/plugin-transform-typescript/7.12.16_@babel+core@7.12.16: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-create-class-features-plugin': 7.12.1_@babel+core@7.12.10 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-typescript': 7.12.1_@babel+core@7.12.10 + '@babel/core': 7.12.16 + '@babel/helper-create-class-features-plugin': 7.12.16_@babel+core@7.12.16 + '@babel/helper-plugin-utils': 7.12.13 + '@babel/plugin-syntax-typescript': 7.12.13_@babel+core@7.12.16 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-VrsBByqAIntM+EYMqSm59SiMEf7qkmI9dqMt6RbD/wlwueWmYcI0FFK5Fj47pP6DRZm+3teXjosKlwcZJ5lIMw== - /@babel/preset-typescript/7.12.7_@babel+core@7.12.10: + integrity: sha512-88hep+B6dtDOiEqtRzwHp2TYO+CN8nbAV3eh5OpBGPsedug9J6y1JwLKzXRIGGQZDC8NlpxpQMIIxcfIW96Wgw== + /@babel/preset-typescript/7.12.16_@babel+core@7.12.16: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/helper-validator-option': 7.12.11 - '@babel/plugin-transform-typescript': 7.12.1_@babel+core@7.12.10 + '@babel/core': 7.12.16 + '@babel/helper-plugin-utils': 7.12.13 + '@babel/helper-validator-option': 7.12.16 + '@babel/plugin-transform-typescript': 7.12.16_@babel+core@7.12.16 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-nOoIqIqBmHBSEgBXWR4Dv/XBehtIFcw9PqZw6rFYuKrzsZmOQm3PR5siLBnKZFEsDb03IegG8nSjU/iXXXYRmw== - /@babel/template/7.12.7: + integrity: sha512-IrYNrpDSuQfNHeqh7gsJsO35xTGyAyGkI1VxOpBEADFtxCqZ77a1RHbJqM3YJhroj7qMkNMkNtcw0lqeZUrzow== + /@babel/template/7.12.13: dependencies: - '@babel/code-frame': 7.12.11 - '@babel/parser': 7.12.11 - '@babel/types': 7.12.12 + '@babel/code-frame': 7.12.13 + '@babel/parser': 7.12.16 + '@babel/types': 7.12.13 dev: true resolution: - integrity: sha512-GkDzmHS6GV7ZeXfJZ0tLRBhZcMcY0/Lnb+eEbXDBfCAcZCjrZKe6p3J4we/D24O9Y8enxWAg1cWwof59yLh2ow== - /@babel/traverse/7.12.12: + integrity: sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA== + /@babel/traverse/7.12.13: dependencies: - '@babel/code-frame': 7.12.11 - '@babel/generator': 7.12.11 - '@babel/helper-function-name': 7.12.11 - '@babel/helper-split-export-declaration': 7.12.11 - '@babel/parser': 7.12.11 - '@babel/types': 7.12.12 + '@babel/code-frame': 7.12.13 + '@babel/generator': 7.12.15 + '@babel/helper-function-name': 7.12.13 + '@babel/helper-split-export-declaration': 7.12.13 + '@babel/parser': 7.12.16 + '@babel/types': 7.12.13 debug: 4.3.1 globals: 11.12.0 lodash: 4.17.20 dev: true resolution: - integrity: sha512-s88i0X0lPy45RrLM8b9mz8RPH5FqO9G9p7ti59cToE44xFm1Q+Pjh5Gq4SXBbtb88X7Uy7pexeqRIQDDMNkL0w== - /@babel/types/7.12.12: + integrity: sha512-3Zb4w7eE/OslI0fTp8c7b286/cQps3+vdLW3UcwC8VSJC6GbKn55aeVVu2QJNuCDoeKyptLOFrPq8WqZZBodyA== + /@babel/types/7.12.13: dependencies: '@babel/helper-validator-identifier': 7.12.11 lodash: 4.17.20 to-fast-properties: 2.0.0 dev: true resolution: - integrity: sha512-lnIX7piTxOH22xE7fDXDbSHg9MM1/6ORnafpJmov5rs0kX5g4BZxeXNJLXsMRiO0U5Rb8/FvMS6xlTnTHvxonQ== + integrity: sha512-oKrdZTld2im1z8bDwTOQvUbxKwE+854zc16qWZQlcTqMN00pWxHQ4ZeOq0yDMnisOpRykH2/5Qqcrk/OlbAjiQ== /ansi-styles/3.2.1: dependencies: color-convert: 1.9.3 @@ -234,24 +234,24 @@ packages: node: '>=4' resolution: integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA== - /babel-plugin-jsx-dom-expressions/0.24.7_@babel+core@7.12.10: + /babel-plugin-jsx-dom-expressions/0.25.4_@babel+core@7.12.16: dependencies: - '@babel/helper-module-imports': 7.12.5 - '@babel/plugin-syntax-jsx': 7.12.1_@babel+core@7.12.10 - '@babel/types': 7.12.12 + '@babel/helper-module-imports': 7.12.13 + '@babel/plugin-syntax-jsx': 7.12.13_@babel+core@7.12.16 + '@babel/types': 7.12.13 dev: true peerDependencies: '@babel/core': '*' resolution: - integrity: sha512-WaBX9z81sL0NDRVjeXr1GhJPkIMbz9GiT42/I6RqouN4y4kf6hEaARbG7NMk6YKOmc31o64fb0mYo3gj78nYmQ== - /babel-preset-solid/0.23.8_@babel+core@7.12.10: + integrity: sha512-0A5NvJfpOZV/6G5Mu5WfEDGJ3nthYgT911BgL8IT4pKBNjOCzdxMu2HaaiQtycVKw7ZB/0BfGnKZnB/tqOIlEw== + /babel-preset-solid/0.24.2_@babel+core@7.12.16: dependencies: - babel-plugin-jsx-dom-expressions: 0.24.7_@babel+core@7.12.10 + babel-plugin-jsx-dom-expressions: 0.25.4_@babel+core@7.12.16 dev: true peerDependencies: '@babel/core': '*' resolution: - integrity: sha512-LhdyOBc2h+Ny9K/eHWVDKQhfH0S0DOTcdRWo0L7jhP660XY2Jl8m2BkWGqsy6AST7SvcnhmoS8T0XHqaEFsGuA== + integrity: sha512-Ihm37tnVvE6BRDQIAunW9bI598L1+a6OwJS2KdZdMEQiX2fM7sVVc7w2wkpw0a5JP8haJQ92jyLL56OYCfEa9w== /chalk/2.4.2: dependencies: ansi-styles: 3.2.1 @@ -295,20 +295,19 @@ packages: optional: true resolution: integrity: sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ== - /esbuild/0.8.34: + /esbuild/0.8.46: dev: true hasBin: true requiresBuild: true resolution: - integrity: sha512-tnr0V1ooakYr1aRLXQLzCn2GVG1kBTW3FWpRyC+NgrR3ntsouVpJOlTOV0BS4YLATx3/c+x3h/uBq9lWJlUAtQ== + integrity: sha512-xck9sXNCNmjDHCCfxTCyhKTiFuEBweh+IDAhMLOJI990v1Fzii6MyIkT1LbkvjgoVgPX2SK1kpi5eZVGNrl8yg== /escape-string-regexp/1.0.5: dev: true engines: node: '>=0.8.0' resolution: integrity: sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= - /fsevents/2.1.3: - deprecated: '"Please update to latest v2.3 or v2.2"' + /fsevents/2.3.2: dev: true engines: node: ^8.16.0 || ^10.6.0 || >=11.0.0 @@ -316,7 +315,7 @@ packages: os: - darwin resolution: - integrity: sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ== + integrity: sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA== /function-bind/1.1.1: dev: true resolution: @@ -364,7 +363,7 @@ packages: hasBin: true resolution: integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA== - /json5/2.1.3: + /json5/2.2.0: dependencies: minimist: 1.2.5 dev: true @@ -372,7 +371,7 @@ packages: node: '>=6' hasBin: true resolution: - integrity: sha512-KXPvOm8K9IJKFM0bmdn8QXh7udDh1g/giieX0NLCaMnb4hEiVFqnop2ImTXCc5e0/oHz3LTqmHGtExn5hfMkOA== + integrity: sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA== /lodash/4.17.20: dev: true resolution: @@ -396,7 +395,7 @@ packages: dev: true resolution: integrity: sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw== - /postcss/8.2.4: + /postcss/8.2.6: dependencies: colorette: 1.2.1 nanoid: 3.1.20 @@ -405,23 +404,29 @@ packages: engines: node: ^10 || ^12 || >=14 resolution: - integrity: sha512-kRFftRoExRVXZlwUuay9iC824qmXPcQQVzAjbCCgjpXnkdMCJYBu2gTwAaFBzv8ewND6O8xFb3aELmEkh9zTzg== - /resolve/1.19.0: + integrity: sha512-xpB8qYxgPuly166AGlpRjUdEYtmOWx2iCwGmrv4vqZL9YPVviDVPZPRXxnXr6xPZOdxQ9lp3ZBFCRgWJ7LE3Sg== + /resolve.exports/1.0.2: + dev: true + engines: + node: '>=10' + resolution: + integrity: sha512-1+PDdTR3xrGWB/NzXLkzS1+PQlJ+BOR2baBGJSVat4HasiY1mnkyAQws3FUTmBDB79oK54QFaDM8Ig9nUtJwvQ== + /resolve/1.20.0: dependencies: is-core-module: 2.2.0 path-parse: 1.0.6 dev: true resolution: - integrity: sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg== - /rollup/2.38.0: + integrity: sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A== + /rollup/2.39.0: dev: true engines: node: '>=10.0.0' hasBin: true optionalDependencies: - fsevents: 2.1.3 + fsevents: 2.3.2 resolution: - integrity: sha512-ay9zDiNitZK/LNE/EM2+v5CZ7drkB2xyDljvb1fQJCGnq43ZWRkhxN145oV8GmoW1YNi4sA/1Jdkr2LfawJoXw== + integrity: sha512-+WR3bttcq7zE+BntH09UxaW3bQo3vItuYeLsyk4dL2tuwbeSKJuvwiawyhEnvRdRgrII0Uzk00FpctHO/zB1kw== /safe-buffer/5.1.2: dev: true resolution: @@ -431,9 +436,9 @@ packages: hasBin: true resolution: integrity: sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ== - /solid-js/0.23.11: + /solid-js/0.24.7: resolution: - integrity: sha512-AuDF3QWf99MMHkLjHN03OzvH7eyhCVOeMGmvKMb3ScFo5vkSgACN+GJs4K+DcUxx9TMbxMPHqodn4b1meD3sIw== + integrity: sha512-Hi/Kvf3+e+664bBMG5NhZb+0jkWJHvMbWagCDH1AQMODFwoOZABBpUK1xfOhrtHEWMKpIz3fOzg5jOWwd/cdMA== /source-map/0.5.7: dev: true engines: @@ -460,31 +465,32 @@ packages: node: '>=4' resolution: integrity: sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4= - /vite-plugin-solid/0.7.0: + /vite-plugin-solid/1.0.0: dependencies: - '@babel/core': 7.12.10 - '@babel/preset-typescript': 7.12.7_@babel+core@7.12.10 - babel-preset-solid: 0.23.8_@babel+core@7.12.10 - solid-js: 0.23.11 - vite: 2.0.0-beta.44 + '@babel/core': 7.12.16 + '@babel/preset-typescript': 7.12.16_@babel+core@7.12.16 + babel-preset-solid: 0.24.2_@babel+core@7.12.16 + resolve.exports: 1.0.2 + solid-js: 0.24.7 + vite: 2.0.0 dev: true resolution: - integrity: sha512-gU0xb5zFpjIZiCvPpyir5fSBDIUPC2S32NYdJ9x8pbA/W0J/bzfB5yw2DTa7ZQoFXfnkNWZsEdsjkGXhw0aHTw== - /vite/2.0.0-beta.44: + integrity: sha512-3L5nCxTs48Gf5VUDJK96rJacy9Q8EzwhGAnbbktozYKaooAKOAdlg9fwBmg0Cp+6G8UAzlZgHvw3rzN773MsSw== + /vite/2.0.0: dependencies: - esbuild: 0.8.34 - postcss: 8.2.4 - resolve: 1.19.0 - rollup: 2.38.0 + esbuild: 0.8.46 + postcss: 8.2.6 + resolve: 1.20.0 + rollup: 2.39.0 dev: true engines: node: '>=12.0.0' hasBin: true optionalDependencies: - fsevents: 2.1.3 + fsevents: 2.3.2 resolution: - integrity: sha512-NTzmP7HEKDg3J5r3I22f87jK3ugPVEU81BQ8hWn3hNWU0msCziUlj7aHwItSUEbQA+ymqO3TBO2fN7Aa+OKckQ== + integrity: sha512-rNli5g0DaQ6+btlRqkmaR06neWaJGApmt40gocqrYDNi2XoEXYQgKiHSWzMeUgc1Cdva2HduqazaE+RaKjBpdQ== specifiers: - solid-js: ^0.23.11 - vite: ^2.0.0-beta.44 - vite-plugin-solid: ^0.7.0 + solid-js: ^0.24.7 + vite: ^2.0.0 + vite-plugin-solid: ^1.0.0 diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml deleted file mode 100644 index 2c43729..0000000 --- a/pnpm-lock.yaml +++ /dev/null @@ -1,1003 +0,0 @@ -importers: - js: - dependencies: - solid-js: 0.24.0 - devDependencies: - vite: 2.0.0-beta.64 - vite-plugin-solid: 0.8.0 - specifiers: - solid-js: ^0.24.0 - vite: ^2.0.0-beta.64 - vite-plugin-solid: ^0.8.0 - ts: - dependencies: - solid-js: 0.24.0 - devDependencies: - vite: 2.0.0-beta.64 - vite-plugin-solid: 0.8.0 - specifiers: - solid-js: ^0.24.0 - vite: ^2.0.0-beta.64 - vite-plugin-solid: ^0.8.0 - ts-minimal: - dependencies: - solid-js: 0.24.0 - devDependencies: - vite: 2.0.0-beta.64 - vite-plugin-solid: 0.8.0 - specifiers: - solid-js: ^0.24.0 - vite: ^2.0.0-beta.64 - vite-plugin-solid: ^0.8.0 - ts-tailwind: - dependencies: - solid-js: 0.24.0 - devDependencies: - autoprefixer: 10.2.4 - tailwindcss: 2.0.2_autoprefixer@10.2.4 - vite: 2.0.0-beta.64 - vite-plugin-solid: 0.8.0 - specifiers: - autoprefixer: ^10.2.4 - solid-js: ^0.24.0 - tailwindcss: ^2.0.2 - vite: ^2.0.0-beta.64 - vite-plugin-solid: ^0.8.0 -lockfileVersion: 5.2 -packages: - /@babel/code-frame/7.12.13: - dependencies: - '@babel/highlight': 7.12.13 - dev: true - resolution: - integrity: sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g== - /@babel/core/7.12.13: - dependencies: - '@babel/code-frame': 7.12.13 - '@babel/generator': 7.12.13 - '@babel/helper-module-transforms': 7.12.13 - '@babel/helpers': 7.12.13 - '@babel/parser': 7.12.14 - '@babel/template': 7.12.13 - '@babel/traverse': 7.12.13 - '@babel/types': 7.12.13 - convert-source-map: 1.7.0 - debug: 4.3.1 - gensync: 1.0.0-beta.2 - json5: 2.2.0 - lodash: 4.17.20 - semver: 5.7.1 - source-map: 0.5.7 - dev: true - engines: - node: '>=6.9.0' - resolution: - integrity: sha512-BQKE9kXkPlXHPeqissfxo0lySWJcYdEP0hdtJOH/iJfDdhOCcgtNCjftCJg3qqauB4h+lz2N6ixM++b9DN1Tcw== - /@babel/generator/7.12.13: - dependencies: - '@babel/types': 7.12.13 - jsesc: 2.5.2 - source-map: 0.5.7 - dev: true - resolution: - integrity: sha512-9qQ8Fgo8HaSvHEt6A5+BATP7XktD/AdAnObUeTRz5/e2y3kbrxZgz32qUJJsdmwUvBJzF4AeV21nGTNwv05Mpw== - /@babel/helper-create-class-features-plugin/7.12.13_@babel+core@7.12.13: - dependencies: - '@babel/core': 7.12.13 - '@babel/helper-function-name': 7.12.13 - '@babel/helper-member-expression-to-functions': 7.12.13 - '@babel/helper-optimise-call-expression': 7.12.13 - '@babel/helper-replace-supers': 7.12.13 - '@babel/helper-split-export-declaration': 7.12.13 - dev: true - peerDependencies: - '@babel/core': ^7.0.0 - resolution: - integrity: sha512-Vs/e9wv7rakKYeywsmEBSRC9KtmE7Px+YBlESekLeJOF0zbGUicGfXSNi3o+tfXSNS48U/7K9mIOOCR79Cl3+Q== - /@babel/helper-function-name/7.12.13: - dependencies: - '@babel/helper-get-function-arity': 7.12.13 - '@babel/template': 7.12.13 - '@babel/types': 7.12.13 - dev: true - resolution: - integrity: sha512-TZvmPn0UOqmvi5G4vvw0qZTpVptGkB1GL61R6lKvrSdIxGm5Pky7Q3fpKiIkQCAtRCBUwB0PaThlx9vebCDSwA== - /@babel/helper-get-function-arity/7.12.13: - dependencies: - '@babel/types': 7.12.13 - dev: true - resolution: - integrity: sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg== - /@babel/helper-member-expression-to-functions/7.12.13: - dependencies: - '@babel/types': 7.12.13 - dev: true - resolution: - integrity: sha512-B+7nN0gIL8FZ8SvMcF+EPyB21KnCcZHQZFczCxbiNGV/O0rsrSBlWGLzmtBJ3GMjSVMIm4lpFhR+VdVBuIsUcQ== - /@babel/helper-module-imports/7.12.13: - dependencies: - '@babel/types': 7.12.13 - dev: true - resolution: - integrity: sha512-NGmfvRp9Rqxy0uHSSVP+SRIW1q31a7Ji10cLBcqSDUngGentY4FRiHOFZFE1CLU5eiL0oE8reH7Tg1y99TDM/g== - /@babel/helper-module-transforms/7.12.13: - dependencies: - '@babel/helper-module-imports': 7.12.13 - '@babel/helper-replace-supers': 7.12.13 - '@babel/helper-simple-access': 7.12.13 - '@babel/helper-split-export-declaration': 7.12.13 - '@babel/helper-validator-identifier': 7.12.11 - '@babel/template': 7.12.13 - '@babel/traverse': 7.12.13 - '@babel/types': 7.12.13 - lodash: 4.17.20 - dev: true - resolution: - integrity: sha512-acKF7EjqOR67ASIlDTupwkKM1eUisNAjaSduo5Cz+793ikfnpe7p4Q7B7EWU2PCoSTPWsQkR7hRUWEIZPiVLGA== - /@babel/helper-optimise-call-expression/7.12.13: - dependencies: - '@babel/types': 7.12.13 - dev: true - resolution: - integrity: sha512-BdWQhoVJkp6nVjB7nkFWcn43dkprYauqtk++Py2eaf/GRDFm5BxRqEIZCiHlZUGAVmtwKcsVL1dC68WmzeFmiA== - /@babel/helper-plugin-utils/7.12.13: - dev: true - resolution: - integrity: sha512-C+10MXCXJLiR6IeG9+Wiejt9jmtFpxUc3MQqCmPY8hfCjyUGl9kT+B2okzEZrtykiwrc4dbCPdDoz0A/HQbDaA== - /@babel/helper-replace-supers/7.12.13: - dependencies: - '@babel/helper-member-expression-to-functions': 7.12.13 - '@babel/helper-optimise-call-expression': 7.12.13 - '@babel/traverse': 7.12.13 - '@babel/types': 7.12.13 - dev: true - resolution: - integrity: sha512-pctAOIAMVStI2TMLhozPKbf5yTEXc0OJa0eENheb4w09SrgOWEs+P4nTOZYJQCqs8JlErGLDPDJTiGIp3ygbLg== - /@babel/helper-simple-access/7.12.13: - dependencies: - '@babel/types': 7.12.13 - dev: true - resolution: - integrity: sha512-0ski5dyYIHEfwpWGx5GPWhH35j342JaflmCeQmsPWcrOQDtCN6C1zKAVRFVbK53lPW2c9TsuLLSUDf0tIGJ5hA== - /@babel/helper-split-export-declaration/7.12.13: - dependencies: - '@babel/types': 7.12.13 - dev: true - resolution: - integrity: sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg== - /@babel/helper-validator-identifier/7.12.11: - dev: true - resolution: - integrity: sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw== - /@babel/helper-validator-option/7.12.11: - dev: true - resolution: - integrity: sha512-TBFCyj939mFSdeX7U7DDj32WtzYY7fDcalgq8v3fBZMNOJQNn7nOYzMaUCiPxPYfCup69mtIpqlKgMZLvQ8Xhw== - /@babel/helpers/7.12.13: - dependencies: - '@babel/template': 7.12.13 - '@babel/traverse': 7.12.13 - '@babel/types': 7.12.13 - dev: true - resolution: - integrity: sha512-oohVzLRZ3GQEk4Cjhfs9YkJA4TdIDTObdBEZGrd6F/T0GPSnuV6l22eMcxlvcvzVIPH3VTtxbseudM1zIE+rPQ== - /@babel/highlight/7.12.13: - dependencies: - '@babel/helper-validator-identifier': 7.12.11 - chalk: 2.4.2 - js-tokens: 4.0.0 - dev: true - resolution: - integrity: sha512-kocDQvIbgMKlWxXe9fof3TQ+gkIPOUSEYhJjqUjvKMez3krV7vbzYCDq39Oj11UAVK7JqPVGQPlgE85dPNlQww== - /@babel/parser/7.12.14: - dev: true - engines: - node: '>=6.0.0' - hasBin: true - resolution: - integrity: sha512-xcfxDq3OrBnDsA/Z8eK5/2iPcLD8qbOaSSfOw4RA6jp4i7e6dEQ7+wTwxItEwzcXPQcsry5nZk96gmVPKletjQ== - /@babel/plugin-syntax-jsx/7.12.13_@babel+core@7.12.13: - dependencies: - '@babel/core': 7.12.13 - '@babel/helper-plugin-utils': 7.12.13 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-d4HM23Q1K7oq/SLNmG6mRt85l2csmQ0cHRaxRXjKW0YFdEXqlZ5kzFQKH5Uc3rDJECgu+yCRgPkG04Mm98R/1g== - /@babel/plugin-syntax-typescript/7.12.13_@babel+core@7.12.13: - dependencies: - '@babel/core': 7.12.13 - '@babel/helper-plugin-utils': 7.12.13 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-cHP3u1JiUiG2LFDKbXnwVad81GvfyIOmCD6HIEId6ojrY0Drfy2q1jw7BwN7dE84+kTnBjLkXoL3IEy/3JPu2w== - /@babel/plugin-transform-typescript/7.12.13_@babel+core@7.12.13: - dependencies: - '@babel/core': 7.12.13 - '@babel/helper-create-class-features-plugin': 7.12.13_@babel+core@7.12.13 - '@babel/helper-plugin-utils': 7.12.13 - '@babel/plugin-syntax-typescript': 7.12.13_@babel+core@7.12.13 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-z1VWskPJxK9tfxoYvePWvzSJC+4pxXr8ArmRm5ofqgi+mwpKg6lvtomkIngBYMJVnKhsFYVysCQLDn//v2RHcg== - /@babel/preset-typescript/7.12.13_@babel+core@7.12.13: - dependencies: - '@babel/core': 7.12.13 - '@babel/helper-plugin-utils': 7.12.13 - '@babel/helper-validator-option': 7.12.11 - '@babel/plugin-transform-typescript': 7.12.13_@babel+core@7.12.13 - dev: true - peerDependencies: - '@babel/core': ^7.0.0-0 - resolution: - integrity: sha512-gYry7CeXwD2wtw5qHzrtzKaShEhOfTmKb4i0ZxeYBcBosN5VuAudsNbjX7Oj5EAfQ3K4s4HsVMQRRcqGsPvs2A== - /@babel/template/7.12.13: - dependencies: - '@babel/code-frame': 7.12.13 - '@babel/parser': 7.12.14 - '@babel/types': 7.12.13 - dev: true - resolution: - integrity: sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA== - /@babel/traverse/7.12.13: - dependencies: - '@babel/code-frame': 7.12.13 - '@babel/generator': 7.12.13 - '@babel/helper-function-name': 7.12.13 - '@babel/helper-split-export-declaration': 7.12.13 - '@babel/parser': 7.12.14 - '@babel/types': 7.12.13 - debug: 4.3.1 - globals: 11.12.0 - lodash: 4.17.20 - dev: true - resolution: - integrity: sha512-3Zb4w7eE/OslI0fTp8c7b286/cQps3+vdLW3UcwC8VSJC6GbKn55aeVVu2QJNuCDoeKyptLOFrPq8WqZZBodyA== - /@babel/types/7.12.13: - dependencies: - '@babel/helper-validator-identifier': 7.12.11 - lodash: 4.17.20 - to-fast-properties: 2.0.0 - dev: true - resolution: - integrity: sha512-oKrdZTld2im1z8bDwTOQvUbxKwE+854zc16qWZQlcTqMN00pWxHQ4ZeOq0yDMnisOpRykH2/5Qqcrk/OlbAjiQ== - /@fullhuman/postcss-purgecss/3.1.3: - dependencies: - purgecss: 3.1.3 - dev: true - resolution: - integrity: sha512-kwOXw8fZ0Lt1QmeOOrd+o4Ibvp4UTEBFQbzvWldjlKv5n+G9sXfIPn1hh63IQIL8K8vbvv1oYMJiIUbuy9bGaA== - /acorn-node/1.8.2: - dependencies: - acorn: 7.4.1 - acorn-walk: 7.2.0 - xtend: 4.0.2 - dev: true - resolution: - integrity: sha512-8mt+fslDufLYntIoPAaIMUe/lrbrehIiwmR3t2k9LljIzoigEPF27eLk2hy8zSGzmR/ogr7zbRKINMo1u0yh5A== - /acorn-walk/7.2.0: - dev: true - engines: - node: '>=0.4.0' - resolution: - integrity: sha512-OPdCF6GsMIP+Az+aWfAAOEt2/+iVDKE7oy6lJ098aoe59oAmK76qV6Gw60SbZ8jHuG2wH058GF4pLFbYamYrVA== - /acorn/7.4.1: - dev: true - engines: - node: '>=0.4.0' - hasBin: true - resolution: - integrity: sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A== - /ansi-styles/3.2.1: - dependencies: - color-convert: 1.9.3 - dev: true - engines: - node: '>=4' - resolution: - integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA== - /ansi-styles/4.3.0: - dependencies: - color-convert: 2.0.1 - dev: true - engines: - node: '>=8' - resolution: - integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg== - /at-least-node/1.0.0: - dev: true - engines: - node: '>= 4.0.0' - resolution: - integrity: sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg== - /autoprefixer/10.2.4: - dependencies: - browserslist: 4.16.3 - caniuse-lite: 1.0.30001183 - colorette: 1.2.1 - fraction.js: 4.0.13 - normalize-range: 0.1.2 - postcss-value-parser: 4.1.0 - dev: true - engines: - node: ^10 || ^12 || >=14 - hasBin: true - peerDependencies: - postcss: ^8.1.0 - resolution: - integrity: sha512-DCCdUQiMD+P/as8m3XkeTUkUKuuRqLGcwD0nll7wevhqoJfMRpJlkFd1+MQh1pvupjiQuip42lc/VFvfUTMSKw== - /babel-plugin-jsx-dom-expressions/0.25.0_@babel+core@7.12.13: - dependencies: - '@babel/helper-module-imports': 7.12.13 - '@babel/plugin-syntax-jsx': 7.12.13_@babel+core@7.12.13 - '@babel/types': 7.12.13 - dev: true - peerDependencies: - '@babel/core': '*' - resolution: - integrity: sha512-U6ET1eUlQyNYJKKUcNgjEGM/H5xkMKscBdFGFBTW++vy5xq0oxILPuxrMtYmS6orA1/Imd6nV5zR7g95+uVCEg== - /babel-preset-solid/0.24.0_@babel+core@7.12.13: - dependencies: - babel-plugin-jsx-dom-expressions: 0.25.0_@babel+core@7.12.13 - dev: true - peerDependencies: - '@babel/core': '*' - resolution: - integrity: sha512-3E9bSgrY/JJKCo80tpTEDqlaSUzrKwE6tSXTXa6dgehmF7Hsd/XuyOnoikmp96tMhQYQs/TpqXDanCdIhz5QSg== - /balanced-match/1.0.0: - dev: true - resolution: - integrity: sha1-ibTRmasr7kneFk6gK4nORi1xt2c= - /brace-expansion/1.1.11: - dependencies: - balanced-match: 1.0.0 - concat-map: 0.0.1 - dev: true - resolution: - integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA== - /browserslist/4.16.3: - dependencies: - caniuse-lite: 1.0.30001183 - colorette: 1.2.1 - electron-to-chromium: 1.3.654 - escalade: 3.1.1 - node-releases: 1.1.70 - dev: true - engines: - node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7 - hasBin: true - resolution: - integrity: sha512-vIyhWmIkULaq04Gt93txdh+j02yX/JzlyhLYbV3YQCn/zvES3JnY7TifHHvvr1w5hTDluNKMkV05cs4vy8Q7sw== - /bytes/3.1.0: - dev: true - engines: - node: '>= 0.8' - resolution: - integrity: sha512-zauLjrfCG+xvoyaqLoV8bLVXXNGC4JqlxFCutSDWA6fJrTo2ZuvLYTqZ7aHBLZSMOopbzwv8f+wZcVzfVTI2Dg== - /camelcase-css/2.0.1: - dev: true - engines: - node: '>= 6' - resolution: - integrity: sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA== - /caniuse-lite/1.0.30001183: - dev: true - resolution: - integrity: sha512-7JkwTEE1hlRKETbCFd8HDZeLiQIUcl8rC6JgNjvHCNaxOeNmQ9V4LvQXRUsKIV2CC73qKxljwVhToaA3kLRqTw== - /chalk/2.4.2: - dependencies: - ansi-styles: 3.2.1 - escape-string-regexp: 1.0.5 - supports-color: 5.5.0 - dev: true - engines: - node: '>=4' - resolution: - integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ== - /chalk/4.1.0: - dependencies: - ansi-styles: 4.3.0 - supports-color: 7.2.0 - dev: true - engines: - node: '>=10' - resolution: - integrity: sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A== - /color-convert/1.9.3: - dependencies: - color-name: 1.1.3 - dev: true - resolution: - integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg== - /color-convert/2.0.1: - dependencies: - color-name: 1.1.4 - dev: true - engines: - node: '>=7.0.0' - resolution: - integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ== - /color-name/1.1.3: - dev: true - resolution: - integrity: sha1-p9BVi9icQveV3UIyj3QIMcpTvCU= - /color-name/1.1.4: - dev: true - resolution: - integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA== - /color-string/1.5.4: - dependencies: - color-name: 1.1.4 - simple-swizzle: 0.2.2 - dev: true - resolution: - integrity: sha512-57yF5yt8Xa3czSEW1jfQDE79Idk0+AkN/4KWad6tbdxUmAs3MvjxlWSWD4deYytcRfoZ9nhKyFl1kj5tBvidbw== - /color/3.1.3: - dependencies: - color-convert: 1.9.3 - color-string: 1.5.4 - dev: true - resolution: - integrity: sha512-xgXAcTHa2HeFCGLE9Xs/R82hujGtu9Jd9x4NW3T34+OMs7VoPsjwzRczKHvTAHeJwWFwX5j15+MgAppE8ztObQ== - /colorette/1.2.1: - dev: true - resolution: - integrity: sha512-puCDz0CzydiSYOrnXpz/PKd69zRrribezjtE9yd4zvytoRc8+RY/KJPvtPFKZS3E3wP6neGyMe0vOTlHO5L3Pw== - /commander/6.2.1: - dev: true - engines: - node: '>= 6' - resolution: - integrity: sha512-U7VdrJFnJgo4xjrHpTzu0yrHPGImdsmD95ZlgYSEajAn2JKzDhDTPG9kBTefmObL2w/ngeZnilk+OV9CG3d7UA== - /concat-map/0.0.1: - dev: true - resolution: - integrity: sha1-2Klr13/Wjfd5OnMDajug1UBdR3s= - /convert-source-map/1.7.0: - dependencies: - safe-buffer: 5.1.2 - dev: true - resolution: - integrity: sha512-4FJkXzKXEDB1snCFZlLP4gpC3JILicCpGbzG9f9G7tGqGCzETQ2hWPrcinA9oU4wtf2biUaEH5065UnMeR33oA== - /css-unit-converter/1.1.2: - dev: true - resolution: - integrity: sha512-IiJwMC8rdZE0+xiEZHeru6YoONC4rfPMqGm2W85jMIbkFvv5nFTwJVFHam2eFrN6txmoUYFAFXiv8ICVeTO0MA== - /cssesc/3.0.0: - dev: true - engines: - node: '>=4' - hasBin: true - resolution: - integrity: sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg== - /debug/4.3.1: - dependencies: - ms: 2.1.2 - dev: true - engines: - node: '>=6.0' - peerDependencies: - supports-color: '*' - peerDependenciesMeta: - supports-color: - optional: true - resolution: - integrity: sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ== - /defined/1.0.0: - dev: true - resolution: - integrity: sha1-yY2bzvdWdBiOEQlpFRGZ45sfppM= - /detective/5.2.0: - dependencies: - acorn-node: 1.8.2 - defined: 1.0.0 - minimist: 1.2.5 - dev: true - engines: - node: '>=0.8.0' - hasBin: true - resolution: - integrity: sha512-6SsIx+nUUbuK0EthKjv0zrdnajCCXVYGmbYYiYjFVpzcjwEs/JMDZ8tPRG29J/HhN56t3GJp2cGSWDRjjot8Pg== - /didyoumean/1.2.1: - dev: true - resolution: - integrity: sha1-6S7f2tplN9SE1zwBcv0eugxJdv8= - /electron-to-chromium/1.3.654: - dev: true - resolution: - integrity: sha512-Zy2gc/c8KYFg2GkNr7Ruzh5tPEZpFm7EyXqZTFasm1YRDJtpyBRGaOuM0H3t6SuIP53qX4kNmtO9t0WjhBjE9A== - /esbuild/0.8.41: - dev: true - hasBin: true - requiresBuild: true - resolution: - integrity: sha512-xejVYquAHrYaHkn/7Itm0aTAALvY1ZJTWMQ14Ww8wEeeg6B/8BN3rjDJ4LMbLoEdVEAFS2b5OZ3jPRYm8Ikm0g== - /escalade/3.1.1: - dev: true - engines: - node: '>=6' - resolution: - integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw== - /escape-string-regexp/1.0.5: - dev: true - engines: - node: '>=0.8.0' - resolution: - integrity: sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= - /fraction.js/4.0.13: - dev: true - resolution: - integrity: sha512-E1fz2Xs9ltlUp+qbiyx9wmt2n9dRzPsS11Jtdb8D2o+cC7wr9xkkKsVKJuBX0ST+LVS+LhLO+SbLJNtfWcJvXA== - /fs-extra/9.1.0: - dependencies: - at-least-node: 1.0.0 - graceful-fs: 4.2.4 - jsonfile: 6.1.0 - universalify: 2.0.0 - dev: true - engines: - node: '>=10' - resolution: - integrity: sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ== - /fs.realpath/1.0.0: - dev: true - resolution: - integrity: sha1-FQStJSMVjKpA20onh8sBQRmU6k8= - /fsevents/2.1.3: - deprecated: '"Please update to latest v2.3 or v2.2"' - dev: true - engines: - node: ^8.16.0 || ^10.6.0 || >=11.0.0 - optional: true - os: - - darwin - resolution: - integrity: sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ== - /fsevents/2.3.1: - dev: true - engines: - node: ^8.16.0 || ^10.6.0 || >=11.0.0 - optional: true - os: - - darwin - resolution: - integrity: sha512-YR47Eg4hChJGAB1O3yEAOkGO+rlzutoICGqGo9EZ4lKWokzZRSyIW1QmTzqjtw8MJdj9srP869CuWw/hyzSiBw== - /function-bind/1.1.1: - dev: true - resolution: - integrity: sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A== - /gensync/1.0.0-beta.2: - dev: true - engines: - node: '>=6.9.0' - resolution: - integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg== - /glob/7.1.6: - dependencies: - fs.realpath: 1.0.0 - inflight: 1.0.6 - inherits: 2.0.4 - minimatch: 3.0.4 - once: 1.4.0 - path-is-absolute: 1.0.1 - dev: true - resolution: - integrity: sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA== - /globals/11.12.0: - dev: true - engines: - node: '>=4' - resolution: - integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA== - /graceful-fs/4.2.4: - dev: true - resolution: - integrity: sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw== - /has-flag/3.0.0: - dev: true - engines: - node: '>=4' - resolution: - integrity: sha1-tdRU3CGZriJWmfNGfloH87lVuv0= - /has-flag/4.0.0: - dev: true - engines: - node: '>=8' - resolution: - integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ== - /has/1.0.3: - dependencies: - function-bind: 1.1.1 - dev: true - engines: - node: '>= 0.4.0' - resolution: - integrity: sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw== - /html-tags/3.1.0: - dev: true - engines: - node: '>=8' - resolution: - integrity: sha512-1qYz89hW3lFDEazhjW0yVAV87lw8lVkrJocr72XmBkMKsoSVJCQx3W8BXsC7hO2qAt8BoVjYjtAcZ9perqGnNg== - /indexes-of/1.0.1: - dev: true - resolution: - integrity: sha1-8w9xbI4r00bHtn0985FVZqfAVgc= - /inflight/1.0.6: - dependencies: - once: 1.4.0 - wrappy: 1.0.2 - dev: true - resolution: - integrity: sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk= - /inherits/2.0.4: - dev: true - resolution: - integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ== - /is-arrayish/0.3.2: - dev: true - resolution: - integrity: sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ== - /is-core-module/2.2.0: - dependencies: - has: 1.0.3 - dev: true - resolution: - integrity: sha512-XRAfAdyyY5F5cOXn7hYQDqh2Xmii+DEfIcQGxK/uNwMHhIkPWO0g8msXcbzLe+MpGoR951MlqM/2iIlU4vKDdQ== - /js-tokens/4.0.0: - dev: true - resolution: - integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ== - /jsesc/2.5.2: - dev: true - engines: - node: '>=4' - hasBin: true - resolution: - integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA== - /json5/2.2.0: - dependencies: - minimist: 1.2.5 - dev: true - engines: - node: '>=6' - hasBin: true - resolution: - integrity: sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA== - /jsonfile/6.1.0: - dependencies: - universalify: 2.0.0 - dev: true - optionalDependencies: - graceful-fs: 4.2.4 - resolution: - integrity: sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ== - /lodash.toarray/4.4.0: - dev: true - resolution: - integrity: sha1-JMS/zWsvuji/0FlNsRedjptlZWE= - /lodash/4.17.20: - dev: true - resolution: - integrity: sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA== - /minimatch/3.0.4: - dependencies: - brace-expansion: 1.1.11 - dev: true - resolution: - integrity: sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA== - /minimist/1.2.5: - dev: true - resolution: - integrity: sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw== - /modern-normalize/1.0.0: - dev: true - engines: - node: '>=6' - resolution: - integrity: sha512-1lM+BMLGuDfsdwf3rsgBSrxJwAZHFIrQ8YR61xIqdHo0uNKI9M52wNpHSrliZATJp51On6JD0AfRxd4YGSU0lw== - /ms/2.1.2: - dev: true - resolution: - integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w== - /nanoid/3.1.20: - dev: true - engines: - node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1 - hasBin: true - resolution: - integrity: sha512-a1cQNyczgKbLX9jwbS/+d7W8fX/RfgYR7lVWwWOGIPNgK2m0MWvrGF6/m4kk6U3QcFMnZf3RIhL0v2Jgh/0Uxw== - /node-emoji/1.10.0: - dependencies: - lodash.toarray: 4.4.0 - dev: true - resolution: - integrity: sha512-Yt3384If5H6BYGVHiHwTL+99OzJKHhgp82S8/dktEK73T26BazdgZ4JZh92xSVtGNJvz9UbXdNAc5hcrXV42vw== - /node-releases/1.1.70: - dev: true - resolution: - integrity: sha512-Slf2s69+2/uAD79pVVQo8uSiC34+g8GWY8UH2Qtqv34ZfhYrxpYpfzs9Js9d6O0mbDmALuxaTlplnBTnSELcrw== - /normalize-range/0.1.2: - dev: true - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-LRDAa9/TEuqXd2laTShDlFa3WUI= - /object-assign/4.1.1: - dev: true - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM= - /object-hash/2.1.1: - dev: true - engines: - node: '>= 6' - resolution: - integrity: sha512-VOJmgmS+7wvXf8CjbQmimtCnEx3IAoLxI3fp2fbWehxrWBcAQFbk+vcwb6vzR0VZv/eNCJ/27j151ZTwqW/JeQ== - /once/1.4.0: - dependencies: - wrappy: 1.0.2 - dev: true - resolution: - integrity: sha1-WDsap3WWHUsROsF9nFC6753Xa9E= - /path-is-absolute/1.0.1: - dev: true - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-F0uSaHNVNP+8es5r9TpanhtcX18= - /path-parse/1.0.6: - dev: true - resolution: - integrity: sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw== - /postcss-functions/3.0.0: - dependencies: - glob: 7.1.6 - object-assign: 4.1.1 - postcss: 6.0.23 - postcss-value-parser: 3.3.1 - dev: true - resolution: - integrity: sha1-DpTQFERwCkgd4g3k1V+yZAVkJQ4= - /postcss-js/3.0.3: - dependencies: - camelcase-css: 2.0.1 - postcss: 8.2.4 - dev: true - engines: - node: '>=10.0' - resolution: - integrity: sha512-gWnoWQXKFw65Hk/mi2+WTQTHdPD5UJdDXZmX073EY/B3BWnYjO4F4t0VneTCnCGQ5E5GsCdMkzPaTXwl3r5dJw== - /postcss-nested/5.0.3: - dependencies: - postcss-selector-parser: 6.0.4 - dev: true - engines: - node: '>=10.0' - peerDependencies: - postcss: ^8.1.13 - resolution: - integrity: sha512-R2LHPw+u5hFfDgJG748KpGbJyTv7Yr33/2tIMWxquYuHTd9EXu27PYnKi7BxMXLtzKC0a0WVsqHtd7qIluQu/g== - /postcss-selector-parser/6.0.4: - dependencies: - cssesc: 3.0.0 - indexes-of: 1.0.1 - uniq: 1.0.1 - util-deprecate: 1.0.2 - dev: true - engines: - node: '>=4' - resolution: - integrity: sha512-gjMeXBempyInaBqpp8gODmwZ52WaYsVOsfr4L4lDQ7n3ncD6mEyySiDtgzCT+NYC0mmeOLvtsF8iaEf0YT6dBw== - /postcss-value-parser/3.3.1: - dev: true - resolution: - integrity: sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ== - /postcss-value-parser/4.1.0: - dev: true - resolution: - integrity: sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ== - /postcss/6.0.23: - dependencies: - chalk: 2.4.2 - source-map: 0.6.1 - supports-color: 5.5.0 - dev: true - engines: - node: '>=4.0.0' - resolution: - integrity: sha512-soOk1h6J3VMTZtVeVpv15/Hpdl2cBLX3CAw4TAbkpTJiNPk9YP/zWcD1ND+xEtvyuuvKzbxliTOIyvkSeSJ6ag== - /postcss/8.2.4: - dependencies: - colorette: 1.2.1 - nanoid: 3.1.20 - source-map: 0.6.1 - dev: true - engines: - node: ^10 || ^12 || >=14 - resolution: - integrity: sha512-kRFftRoExRVXZlwUuay9iC824qmXPcQQVzAjbCCgjpXnkdMCJYBu2gTwAaFBzv8ewND6O8xFb3aELmEkh9zTzg== - /pretty-hrtime/1.0.3: - dev: true - engines: - node: '>= 0.8' - resolution: - integrity: sha1-t+PqQkNaTJsnWdmeDyAesZWALuE= - /purgecss/3.1.3: - dependencies: - commander: 6.2.1 - glob: 7.1.6 - postcss: 8.2.4 - postcss-selector-parser: 6.0.4 - dev: true - hasBin: true - resolution: - integrity: sha512-hRSLN9mguJ2lzlIQtW4qmPS2kh6oMnA9RxdIYK8sz18QYqd6ePp4GNDl18oWHA1f2v2NEQIh51CO8s/E3YGckQ== - /reduce-css-calc/2.1.8: - dependencies: - css-unit-converter: 1.1.2 - postcss-value-parser: 3.3.1 - dev: true - resolution: - integrity: sha512-8liAVezDmUcH+tdzoEGrhfbGcP7nOV4NkGE3a74+qqvE7nt9i4sKLGBuZNOnpI4WiGksiNPklZxva80061QiPg== - /resolve.exports/1.0.2: - dev: true - engines: - node: '>=10' - resolution: - integrity: sha512-1+PDdTR3xrGWB/NzXLkzS1+PQlJ+BOR2baBGJSVat4HasiY1mnkyAQws3FUTmBDB79oK54QFaDM8Ig9nUtJwvQ== - /resolve/1.19.0: - dependencies: - is-core-module: 2.2.0 - path-parse: 1.0.6 - dev: true - resolution: - integrity: sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg== - /rollup/2.38.4: - dev: true - engines: - node: '>=10.0.0' - hasBin: true - optionalDependencies: - fsevents: 2.3.1 - resolution: - integrity: sha512-B0LcJhjiwKkTl79aGVF/u5KdzsH8IylVfV56Ut6c9ouWLJcUK17T83aZBetNYSnZtXf2OHD4+2PbmRW+Fp5ulg== - /safe-buffer/5.1.2: - dev: true - resolution: - integrity: sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g== - /semver/5.7.1: - dev: true - hasBin: true - resolution: - integrity: sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ== - /simple-swizzle/0.2.2: - dependencies: - is-arrayish: 0.3.2 - dev: true - resolution: - integrity: sha1-pNprY1/8zMoz9w0Xy5JZLeleVXo= - /solid-js/0.24.0: - resolution: - integrity: sha512-HfgYWjaca00XsIGgtaM1gTOE5wcZD5nB02pov8UJkwBvNKS0E9dOK8RxiGpg41SdHDH7o8t3tDSFtcCp54nMtw== - /source-map/0.5.7: - dev: true - engines: - node: '>=0.10.0' - resolution: - integrity: sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w= - /source-map/0.6.1: - dev: true - engines: - node: '>=0.10.0' - resolution: - integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g== - /supports-color/5.5.0: - dependencies: - has-flag: 3.0.0 - dev: true - engines: - node: '>=4' - resolution: - integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow== - /supports-color/7.2.0: - dependencies: - has-flag: 4.0.0 - dev: true - engines: - node: '>=8' - resolution: - integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw== - /tailwindcss/2.0.2_autoprefixer@10.2.4: - dependencies: - '@fullhuman/postcss-purgecss': 3.1.3 - autoprefixer: 10.2.4 - bytes: 3.1.0 - chalk: 4.1.0 - color: 3.1.3 - detective: 5.2.0 - didyoumean: 1.2.1 - fs-extra: 9.1.0 - html-tags: 3.1.0 - lodash: 4.17.20 - modern-normalize: 1.0.0 - node-emoji: 1.10.0 - object-hash: 2.1.1 - postcss-functions: 3.0.0 - postcss-js: 3.0.3 - postcss-nested: 5.0.3 - postcss-selector-parser: 6.0.4 - postcss-value-parser: 4.1.0 - pretty-hrtime: 1.0.3 - reduce-css-calc: 2.1.8 - resolve: 1.19.0 - dev: true - engines: - node: '>=12.13.0' - hasBin: true - peerDependencies: - autoprefixer: ^10.0.2 - postcss: ^8.0.9 - resolution: - integrity: sha512-nO9JRE1pO7SF9RnYAl6g7uzeHdrmKAFqNjT9NtZUfxqimJZAOOLOEyIEUiMq12+xIc7mC2Ey3Vf90XjHpWKfbw== - /to-fast-properties/2.0.0: - dev: true - engines: - node: '>=4' - resolution: - integrity: sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4= - /uniq/1.0.1: - dev: true - resolution: - integrity: sha1-sxxa6CVIRKOoKBVBzisEuGWnNP8= - /universalify/2.0.0: - dev: true - engines: - node: '>= 10.0.0' - resolution: - integrity: sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ== - /util-deprecate/1.0.2: - dev: true - resolution: - integrity: sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8= - /vite-plugin-solid/0.8.0: - dependencies: - '@babel/core': 7.12.13 - '@babel/preset-typescript': 7.12.13_@babel+core@7.12.13 - babel-preset-solid: 0.24.0_@babel+core@7.12.13 - resolve.exports: 1.0.2 - solid-js: 0.24.0 - vite: 2.0.0-beta.64 - dev: true - resolution: - integrity: sha512-XFqv9sIJevOrspQjQnM50K9p2jTzSn+m0zZusmu1yMQcZjD8EopVGS8IcbkjvHE7HT7hgayiCdcu5SpzWuSggA== - /vite/2.0.0-beta.64: - dependencies: - esbuild: 0.8.41 - postcss: 8.2.4 - resolve: 1.19.0 - rollup: 2.38.4 - dev: true - engines: - node: '>=12.0.0' - hasBin: true - optionalDependencies: - fsevents: 2.1.3 - resolution: - integrity: sha512-/dR5rOXohhdXfkAIBAjmwX7JmoMWhQc7+VI6/EjyqXQCQzREmfBztLgTk/rPkmsNY87Cd71u9b+nlbcYK4TDCA== - /wrappy/1.0.2: - dev: true - resolution: - integrity: sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8= - /xtend/4.0.2: - dev: true - engines: - node: '>=0.4' - resolution: - integrity: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ== diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml deleted file mode 100644 index 5ba6a30..0000000 --- a/pnpm-workspace.yaml +++ /dev/null @@ -1,5 +0,0 @@ -packages: - - 'js/' - - 'ts/' - - 'ts-minimal/' - - 'ts-tailwind/' \ No newline at end of file diff --git a/ts-minimal/package.json b/ts-minimal/package.json index 59b6ddd..f5070e8 100644 --- a/ts-minimal/package.json +++ b/ts-minimal/package.json @@ -8,10 +8,10 @@ }, "license": "ISC", "devDependencies": { - "vite": "^2.0.0-beta.64", - "vite-plugin-solid": "^0.8.0" + "vite": "^2.0.0", + "vite-plugin-solid": "^1.0.0" }, "dependencies": { - "solid-js": "^0.24.0" + "solid-js": "^0.24.7" } } diff --git a/ts-minimal/pnpm-lock.yaml b/ts-minimal/pnpm-lock.yaml index afa91c4..4642e5f 100644 --- a/ts-minimal/pnpm-lock.yaml +++ b/ts-minimal/pnpm-lock.yaml @@ -1,30 +1,30 @@ dependencies: - solid-js: 0.23.11 + solid-js: 0.24.7 devDependencies: - vite: 2.0.0-beta.44 - vite-plugin-solid: 0.7.0 + vite: 2.0.0 + vite-plugin-solid: 1.0.0 lockfileVersion: 5.2 packages: - /@babel/code-frame/7.12.11: + /@babel/code-frame/7.12.13: dependencies: - '@babel/highlight': 7.10.4 + '@babel/highlight': 7.12.13 dev: true resolution: - integrity: sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw== - /@babel/core/7.12.10: + integrity: sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g== + /@babel/core/7.12.16: dependencies: - '@babel/code-frame': 7.12.11 - '@babel/generator': 7.12.11 - '@babel/helper-module-transforms': 7.12.1 - '@babel/helpers': 7.12.5 - '@babel/parser': 7.12.11 - '@babel/template': 7.12.7 - '@babel/traverse': 7.12.12 - '@babel/types': 7.12.12 + '@babel/code-frame': 7.12.13 + '@babel/generator': 7.12.15 + '@babel/helper-module-transforms': 7.12.13 + '@babel/helpers': 7.12.13 + '@babel/parser': 7.12.16 + '@babel/template': 7.12.13 + '@babel/traverse': 7.12.13 + '@babel/types': 7.12.13 convert-source-map: 1.7.0 debug: 4.3.1 gensync: 1.0.0-beta.2 - json5: 2.1.3 + json5: 2.2.0 lodash: 4.17.20 semver: 5.7.1 source-map: 0.5.7 @@ -32,200 +32,200 @@ packages: engines: node: '>=6.9.0' resolution: - integrity: sha512-eTAlQKq65zHfkHZV0sIVODCPGVgoo1HdBlbSLi9CqOzuZanMv2ihzY+4paiKr1mH+XmYESMAmJ/dpZ68eN6d8w== - /@babel/generator/7.12.11: + integrity: sha512-t/hHIB504wWceOeaOoONOhu+gX+hpjfeN6YRBT209X/4sibZQfSF1I0HFRRlBe97UZZosGx5XwUg1ZgNbelmNw== + /@babel/generator/7.12.15: dependencies: - '@babel/types': 7.12.12 + '@babel/types': 7.12.13 jsesc: 2.5.2 source-map: 0.5.7 dev: true resolution: - integrity: sha512-Ggg6WPOJtSi8yYQvLVjG8F/TlpWDlKx0OpS4Kt+xMQPs5OaGYWy+v1A+1TvxI6sAMGZpKWWoAQ1DaeQbImlItA== - /@babel/helper-create-class-features-plugin/7.12.1_@babel+core@7.12.10: + integrity: sha512-6F2xHxBiFXWNSGb7vyCUTBF8RCLY66rS0zEPcP8t/nQyXjha5EuK4z7H5o7fWG8B4M7y6mqVWq1J+1PuwRhecQ== + /@babel/helper-create-class-features-plugin/7.12.16_@babel+core@7.12.16: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-function-name': 7.12.11 - '@babel/helper-member-expression-to-functions': 7.12.7 - '@babel/helper-optimise-call-expression': 7.12.10 - '@babel/helper-replace-supers': 7.12.11 - '@babel/helper-split-export-declaration': 7.12.11 + '@babel/core': 7.12.16 + '@babel/helper-function-name': 7.12.13 + '@babel/helper-member-expression-to-functions': 7.12.16 + '@babel/helper-optimise-call-expression': 7.12.13 + '@babel/helper-replace-supers': 7.12.13 + '@babel/helper-split-export-declaration': 7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0 resolution: - integrity: sha512-hkL++rWeta/OVOBTRJc9a5Azh5mt5WgZUGAKMD8JM141YsE08K//bp1unBBieO6rUKkIPyUE0USQ30jAy3Sk1w== - /@babel/helper-function-name/7.12.11: + integrity: sha512-KbSEj8l9zYkMVHpQqM3wJNxS1d9h3U9vm/uE5tpjMbaj3lTp+0noe3KPsV5dSD9jxKnf9jO9Ip9FX5PKNZCKow== + /@babel/helper-function-name/7.12.13: dependencies: - '@babel/helper-get-function-arity': 7.12.10 - '@babel/template': 7.12.7 - '@babel/types': 7.12.12 + '@babel/helper-get-function-arity': 7.12.13 + '@babel/template': 7.12.13 + '@babel/types': 7.12.13 dev: true resolution: - integrity: sha512-AtQKjtYNolKNi6nNNVLQ27CP6D9oFR6bq/HPYSizlzbp7uC1M59XJe8L+0uXjbIaZaUJF99ruHqVGiKXU/7ybA== - /@babel/helper-get-function-arity/7.12.10: + integrity: sha512-TZvmPn0UOqmvi5G4vvw0qZTpVptGkB1GL61R6lKvrSdIxGm5Pky7Q3fpKiIkQCAtRCBUwB0PaThlx9vebCDSwA== + /@babel/helper-get-function-arity/7.12.13: dependencies: - '@babel/types': 7.12.12 + '@babel/types': 7.12.13 dev: true resolution: - integrity: sha512-mm0n5BPjR06wh9mPQaDdXWDoll/j5UpCAPl1x8fS71GHm7HA6Ua2V4ylG1Ju8lvcTOietbPNNPaSilKj+pj+Ag== - /@babel/helper-member-expression-to-functions/7.12.7: + integrity: sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg== + /@babel/helper-member-expression-to-functions/7.12.16: dependencies: - '@babel/types': 7.12.12 + '@babel/types': 7.12.13 dev: true resolution: - integrity: sha512-DCsuPyeWxeHgh1Dus7APn7iza42i/qXqiFPWyBDdOFtvS581JQePsc1F/nD+fHrcswhLlRc2UpYS1NwERxZhHw== - /@babel/helper-module-imports/7.12.5: + integrity: sha512-zYoZC1uvebBFmj1wFAlXwt35JLEgecefATtKp20xalwEK8vHAixLBXTGxNrVGEmTT+gzOThUgr8UEdgtalc1BQ== + /@babel/helper-module-imports/7.12.13: dependencies: - '@babel/types': 7.12.12 + '@babel/types': 7.12.13 dev: true resolution: - integrity: sha512-SR713Ogqg6++uexFRORf/+nPXMmWIn80TALu0uaFb+iQIUoR7bOC7zBWyzBs5b3tBBJXuyD0cRu1F15GyzjOWA== - /@babel/helper-module-transforms/7.12.1: + integrity: sha512-NGmfvRp9Rqxy0uHSSVP+SRIW1q31a7Ji10cLBcqSDUngGentY4FRiHOFZFE1CLU5eiL0oE8reH7Tg1y99TDM/g== + /@babel/helper-module-transforms/7.12.13: dependencies: - '@babel/helper-module-imports': 7.12.5 - '@babel/helper-replace-supers': 7.12.11 - '@babel/helper-simple-access': 7.12.1 - '@babel/helper-split-export-declaration': 7.12.11 + '@babel/helper-module-imports': 7.12.13 + '@babel/helper-replace-supers': 7.12.13 + '@babel/helper-simple-access': 7.12.13 + '@babel/helper-split-export-declaration': 7.12.13 '@babel/helper-validator-identifier': 7.12.11 - '@babel/template': 7.12.7 - '@babel/traverse': 7.12.12 - '@babel/types': 7.12.12 + '@babel/template': 7.12.13 + '@babel/traverse': 7.12.13 + '@babel/types': 7.12.13 lodash: 4.17.20 dev: true resolution: - integrity: sha512-QQzehgFAZ2bbISiCpmVGfiGux8YVFXQ0abBic2Envhej22DVXV9nCFaS5hIQbkyo1AdGb+gNME2TSh3hYJVV/w== - /@babel/helper-optimise-call-expression/7.12.10: + integrity: sha512-acKF7EjqOR67ASIlDTupwkKM1eUisNAjaSduo5Cz+793ikfnpe7p4Q7B7EWU2PCoSTPWsQkR7hRUWEIZPiVLGA== + /@babel/helper-optimise-call-expression/7.12.13: dependencies: - '@babel/types': 7.12.12 + '@babel/types': 7.12.13 dev: true resolution: - integrity: sha512-4tpbU0SrSTjjt65UMWSrUOPZTsgvPgGG4S8QSTNHacKzpS51IVWGDj0yCwyeZND/i+LSN2g/O63jEXEWm49sYQ== - /@babel/helper-plugin-utils/7.10.4: + integrity: sha512-BdWQhoVJkp6nVjB7nkFWcn43dkprYauqtk++Py2eaf/GRDFm5BxRqEIZCiHlZUGAVmtwKcsVL1dC68WmzeFmiA== + /@babel/helper-plugin-utils/7.12.13: dev: true resolution: - integrity: sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg== - /@babel/helper-replace-supers/7.12.11: + integrity: sha512-C+10MXCXJLiR6IeG9+Wiejt9jmtFpxUc3MQqCmPY8hfCjyUGl9kT+B2okzEZrtykiwrc4dbCPdDoz0A/HQbDaA== + /@babel/helper-replace-supers/7.12.13: dependencies: - '@babel/helper-member-expression-to-functions': 7.12.7 - '@babel/helper-optimise-call-expression': 7.12.10 - '@babel/traverse': 7.12.12 - '@babel/types': 7.12.12 + '@babel/helper-member-expression-to-functions': 7.12.16 + '@babel/helper-optimise-call-expression': 7.12.13 + '@babel/traverse': 7.12.13 + '@babel/types': 7.12.13 dev: true resolution: - integrity: sha512-q+w1cqmhL7R0FNzth/PLLp2N+scXEK/L2AHbXUyydxp828F4FEa5WcVoqui9vFRiHDQErj9Zof8azP32uGVTRA== - /@babel/helper-simple-access/7.12.1: + integrity: sha512-pctAOIAMVStI2TMLhozPKbf5yTEXc0OJa0eENheb4w09SrgOWEs+P4nTOZYJQCqs8JlErGLDPDJTiGIp3ygbLg== + /@babel/helper-simple-access/7.12.13: dependencies: - '@babel/types': 7.12.12 + '@babel/types': 7.12.13 dev: true resolution: - integrity: sha512-OxBp7pMrjVewSSC8fXDFrHrBcJATOOFssZwv16F3/6Xtc138GHybBfPbm9kfiqQHKhYQrlamWILwlDCeyMFEaA== - /@babel/helper-split-export-declaration/7.12.11: + integrity: sha512-0ski5dyYIHEfwpWGx5GPWhH35j342JaflmCeQmsPWcrOQDtCN6C1zKAVRFVbK53lPW2c9TsuLLSUDf0tIGJ5hA== + /@babel/helper-split-export-declaration/7.12.13: dependencies: - '@babel/types': 7.12.12 + '@babel/types': 7.12.13 dev: true resolution: - integrity: sha512-LsIVN8j48gHgwzfocYUSkO/hjYAOJqlpJEc7tGXcIm4cubjVUf8LGW6eWRyxEu7gA25q02p0rQUWoCI33HNS5g== + integrity: sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg== /@babel/helper-validator-identifier/7.12.11: dev: true resolution: integrity: sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw== - /@babel/helper-validator-option/7.12.11: + /@babel/helper-validator-option/7.12.16: dev: true resolution: - integrity: sha512-TBFCyj939mFSdeX7U7DDj32WtzYY7fDcalgq8v3fBZMNOJQNn7nOYzMaUCiPxPYfCup69mtIpqlKgMZLvQ8Xhw== - /@babel/helpers/7.12.5: + integrity: sha512-uCgsDBPUQDvzr11ePPo4TVEocxj8RXjUVSC/Y8N1YpVAI/XDdUwGJu78xmlGhTxj2ntaWM7n9LQdRtyhOzT2YQ== + /@babel/helpers/7.12.13: dependencies: - '@babel/template': 7.12.7 - '@babel/traverse': 7.12.12 - '@babel/types': 7.12.12 + '@babel/template': 7.12.13 + '@babel/traverse': 7.12.13 + '@babel/types': 7.12.13 dev: true resolution: - integrity: sha512-lgKGMQlKqA8meJqKsW6rUnc4MdUk35Ln0ATDqdM1a/UpARODdI4j5Y5lVfUScnSNkJcdCRAaWkspykNoFg9sJA== - /@babel/highlight/7.10.4: + integrity: sha512-oohVzLRZ3GQEk4Cjhfs9YkJA4TdIDTObdBEZGrd6F/T0GPSnuV6l22eMcxlvcvzVIPH3VTtxbseudM1zIE+rPQ== + /@babel/highlight/7.12.13: dependencies: '@babel/helper-validator-identifier': 7.12.11 chalk: 2.4.2 js-tokens: 4.0.0 dev: true resolution: - integrity: sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l6f7/RIkmA== - /@babel/parser/7.12.11: + integrity: sha512-kocDQvIbgMKlWxXe9fof3TQ+gkIPOUSEYhJjqUjvKMez3krV7vbzYCDq39Oj11UAVK7JqPVGQPlgE85dPNlQww== + /@babel/parser/7.12.16: dev: true engines: node: '>=6.0.0' hasBin: true resolution: - integrity: sha512-N3UxG+uuF4CMYoNj8AhnbAcJF0PiuJ9KHuy1lQmkYsxTer/MAH9UBNHsBoAX/4s6NvlDD047No8mYVGGzLL4hg== - /@babel/plugin-syntax-jsx/7.12.1_@babel+core@7.12.10: + integrity: sha512-c/+u9cqV6F0+4Hpq01jnJO+GLp2DdT63ppz9Xa+6cHaajM9VFzK/iDXiKK65YtpeVwu+ctfS6iqlMqRgQRzeCw== + /@babel/plugin-syntax-jsx/7.12.13_@babel+core@7.12.16: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-plugin-utils': 7.10.4 + '@babel/core': 7.12.16 + '@babel/helper-plugin-utils': 7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-1yRi7yAtB0ETgxdY9ti/p2TivUxJkTdhu/ZbF9MshVGqOx1TdB3b7xCXs49Fupgg50N45KcAsRP/ZqWjs9SRjg== - /@babel/plugin-syntax-typescript/7.12.1_@babel+core@7.12.10: + integrity: sha512-d4HM23Q1K7oq/SLNmG6mRt85l2csmQ0cHRaxRXjKW0YFdEXqlZ5kzFQKH5Uc3rDJECgu+yCRgPkG04Mm98R/1g== + /@babel/plugin-syntax-typescript/7.12.13_@babel+core@7.12.16: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-plugin-utils': 7.10.4 + '@babel/core': 7.12.16 + '@babel/helper-plugin-utils': 7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-UZNEcCY+4Dp9yYRCAHrHDU+9ZXLYaY9MgBXSRLkB9WjYFRR6quJBumfVrEkUxrePPBwFcpWfNKXqVRQQtm7mMA== - /@babel/plugin-transform-typescript/7.12.1_@babel+core@7.12.10: + integrity: sha512-cHP3u1JiUiG2LFDKbXnwVad81GvfyIOmCD6HIEId6ojrY0Drfy2q1jw7BwN7dE84+kTnBjLkXoL3IEy/3JPu2w== + /@babel/plugin-transform-typescript/7.12.16_@babel+core@7.12.16: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-create-class-features-plugin': 7.12.1_@babel+core@7.12.10 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-typescript': 7.12.1_@babel+core@7.12.10 + '@babel/core': 7.12.16 + '@babel/helper-create-class-features-plugin': 7.12.16_@babel+core@7.12.16 + '@babel/helper-plugin-utils': 7.12.13 + '@babel/plugin-syntax-typescript': 7.12.13_@babel+core@7.12.16 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-VrsBByqAIntM+EYMqSm59SiMEf7qkmI9dqMt6RbD/wlwueWmYcI0FFK5Fj47pP6DRZm+3teXjosKlwcZJ5lIMw== - /@babel/preset-typescript/7.12.7_@babel+core@7.12.10: + integrity: sha512-88hep+B6dtDOiEqtRzwHp2TYO+CN8nbAV3eh5OpBGPsedug9J6y1JwLKzXRIGGQZDC8NlpxpQMIIxcfIW96Wgw== + /@babel/preset-typescript/7.12.16_@babel+core@7.12.16: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/helper-validator-option': 7.12.11 - '@babel/plugin-transform-typescript': 7.12.1_@babel+core@7.12.10 + '@babel/core': 7.12.16 + '@babel/helper-plugin-utils': 7.12.13 + '@babel/helper-validator-option': 7.12.16 + '@babel/plugin-transform-typescript': 7.12.16_@babel+core@7.12.16 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-nOoIqIqBmHBSEgBXWR4Dv/XBehtIFcw9PqZw6rFYuKrzsZmOQm3PR5siLBnKZFEsDb03IegG8nSjU/iXXXYRmw== - /@babel/template/7.12.7: + integrity: sha512-IrYNrpDSuQfNHeqh7gsJsO35xTGyAyGkI1VxOpBEADFtxCqZ77a1RHbJqM3YJhroj7qMkNMkNtcw0lqeZUrzow== + /@babel/template/7.12.13: dependencies: - '@babel/code-frame': 7.12.11 - '@babel/parser': 7.12.11 - '@babel/types': 7.12.12 + '@babel/code-frame': 7.12.13 + '@babel/parser': 7.12.16 + '@babel/types': 7.12.13 dev: true resolution: - integrity: sha512-GkDzmHS6GV7ZeXfJZ0tLRBhZcMcY0/Lnb+eEbXDBfCAcZCjrZKe6p3J4we/D24O9Y8enxWAg1cWwof59yLh2ow== - /@babel/traverse/7.12.12: + integrity: sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA== + /@babel/traverse/7.12.13: dependencies: - '@babel/code-frame': 7.12.11 - '@babel/generator': 7.12.11 - '@babel/helper-function-name': 7.12.11 - '@babel/helper-split-export-declaration': 7.12.11 - '@babel/parser': 7.12.11 - '@babel/types': 7.12.12 + '@babel/code-frame': 7.12.13 + '@babel/generator': 7.12.15 + '@babel/helper-function-name': 7.12.13 + '@babel/helper-split-export-declaration': 7.12.13 + '@babel/parser': 7.12.16 + '@babel/types': 7.12.13 debug: 4.3.1 globals: 11.12.0 lodash: 4.17.20 dev: true resolution: - integrity: sha512-s88i0X0lPy45RrLM8b9mz8RPH5FqO9G9p7ti59cToE44xFm1Q+Pjh5Gq4SXBbtb88X7Uy7pexeqRIQDDMNkL0w== - /@babel/types/7.12.12: + integrity: sha512-3Zb4w7eE/OslI0fTp8c7b286/cQps3+vdLW3UcwC8VSJC6GbKn55aeVVu2QJNuCDoeKyptLOFrPq8WqZZBodyA== + /@babel/types/7.12.13: dependencies: '@babel/helper-validator-identifier': 7.12.11 lodash: 4.17.20 to-fast-properties: 2.0.0 dev: true resolution: - integrity: sha512-lnIX7piTxOH22xE7fDXDbSHg9MM1/6ORnafpJmov5rs0kX5g4BZxeXNJLXsMRiO0U5Rb8/FvMS6xlTnTHvxonQ== + integrity: sha512-oKrdZTld2im1z8bDwTOQvUbxKwE+854zc16qWZQlcTqMN00pWxHQ4ZeOq0yDMnisOpRykH2/5Qqcrk/OlbAjiQ== /ansi-styles/3.2.1: dependencies: color-convert: 1.9.3 @@ -234,24 +234,24 @@ packages: node: '>=4' resolution: integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA== - /babel-plugin-jsx-dom-expressions/0.24.7_@babel+core@7.12.10: + /babel-plugin-jsx-dom-expressions/0.25.4_@babel+core@7.12.16: dependencies: - '@babel/helper-module-imports': 7.12.5 - '@babel/plugin-syntax-jsx': 7.12.1_@babel+core@7.12.10 - '@babel/types': 7.12.12 + '@babel/helper-module-imports': 7.12.13 + '@babel/plugin-syntax-jsx': 7.12.13_@babel+core@7.12.16 + '@babel/types': 7.12.13 dev: true peerDependencies: '@babel/core': '*' resolution: - integrity: sha512-WaBX9z81sL0NDRVjeXr1GhJPkIMbz9GiT42/I6RqouN4y4kf6hEaARbG7NMk6YKOmc31o64fb0mYo3gj78nYmQ== - /babel-preset-solid/0.23.8_@babel+core@7.12.10: + integrity: sha512-0A5NvJfpOZV/6G5Mu5WfEDGJ3nthYgT911BgL8IT4pKBNjOCzdxMu2HaaiQtycVKw7ZB/0BfGnKZnB/tqOIlEw== + /babel-preset-solid/0.24.2_@babel+core@7.12.16: dependencies: - babel-plugin-jsx-dom-expressions: 0.24.7_@babel+core@7.12.10 + babel-plugin-jsx-dom-expressions: 0.25.4_@babel+core@7.12.16 dev: true peerDependencies: '@babel/core': '*' resolution: - integrity: sha512-LhdyOBc2h+Ny9K/eHWVDKQhfH0S0DOTcdRWo0L7jhP660XY2Jl8m2BkWGqsy6AST7SvcnhmoS8T0XHqaEFsGuA== + integrity: sha512-Ihm37tnVvE6BRDQIAunW9bI598L1+a6OwJS2KdZdMEQiX2fM7sVVc7w2wkpw0a5JP8haJQ92jyLL56OYCfEa9w== /chalk/2.4.2: dependencies: ansi-styles: 3.2.1 @@ -295,20 +295,19 @@ packages: optional: true resolution: integrity: sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ== - /esbuild/0.8.34: + /esbuild/0.8.46: dev: true hasBin: true requiresBuild: true resolution: - integrity: sha512-tnr0V1ooakYr1aRLXQLzCn2GVG1kBTW3FWpRyC+NgrR3ntsouVpJOlTOV0BS4YLATx3/c+x3h/uBq9lWJlUAtQ== + integrity: sha512-xck9sXNCNmjDHCCfxTCyhKTiFuEBweh+IDAhMLOJI990v1Fzii6MyIkT1LbkvjgoVgPX2SK1kpi5eZVGNrl8yg== /escape-string-regexp/1.0.5: dev: true engines: node: '>=0.8.0' resolution: integrity: sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= - /fsevents/2.1.3: - deprecated: '"Please update to latest v2.3 or v2.2"' + /fsevents/2.3.2: dev: true engines: node: ^8.16.0 || ^10.6.0 || >=11.0.0 @@ -316,7 +315,7 @@ packages: os: - darwin resolution: - integrity: sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ== + integrity: sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA== /function-bind/1.1.1: dev: true resolution: @@ -364,7 +363,7 @@ packages: hasBin: true resolution: integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA== - /json5/2.1.3: + /json5/2.2.0: dependencies: minimist: 1.2.5 dev: true @@ -372,7 +371,7 @@ packages: node: '>=6' hasBin: true resolution: - integrity: sha512-KXPvOm8K9IJKFM0bmdn8QXh7udDh1g/giieX0NLCaMnb4hEiVFqnop2ImTXCc5e0/oHz3LTqmHGtExn5hfMkOA== + integrity: sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA== /lodash/4.17.20: dev: true resolution: @@ -396,7 +395,7 @@ packages: dev: true resolution: integrity: sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw== - /postcss/8.2.4: + /postcss/8.2.6: dependencies: colorette: 1.2.1 nanoid: 3.1.20 @@ -405,23 +404,29 @@ packages: engines: node: ^10 || ^12 || >=14 resolution: - integrity: sha512-kRFftRoExRVXZlwUuay9iC824qmXPcQQVzAjbCCgjpXnkdMCJYBu2gTwAaFBzv8ewND6O8xFb3aELmEkh9zTzg== - /resolve/1.19.0: + integrity: sha512-xpB8qYxgPuly166AGlpRjUdEYtmOWx2iCwGmrv4vqZL9YPVviDVPZPRXxnXr6xPZOdxQ9lp3ZBFCRgWJ7LE3Sg== + /resolve.exports/1.0.2: + dev: true + engines: + node: '>=10' + resolution: + integrity: sha512-1+PDdTR3xrGWB/NzXLkzS1+PQlJ+BOR2baBGJSVat4HasiY1mnkyAQws3FUTmBDB79oK54QFaDM8Ig9nUtJwvQ== + /resolve/1.20.0: dependencies: is-core-module: 2.2.0 path-parse: 1.0.6 dev: true resolution: - integrity: sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg== - /rollup/2.38.0: + integrity: sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A== + /rollup/2.39.0: dev: true engines: node: '>=10.0.0' hasBin: true optionalDependencies: - fsevents: 2.1.3 + fsevents: 2.3.2 resolution: - integrity: sha512-ay9zDiNitZK/LNE/EM2+v5CZ7drkB2xyDljvb1fQJCGnq43ZWRkhxN145oV8GmoW1YNi4sA/1Jdkr2LfawJoXw== + integrity: sha512-+WR3bttcq7zE+BntH09UxaW3bQo3vItuYeLsyk4dL2tuwbeSKJuvwiawyhEnvRdRgrII0Uzk00FpctHO/zB1kw== /safe-buffer/5.1.2: dev: true resolution: @@ -431,9 +436,9 @@ packages: hasBin: true resolution: integrity: sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ== - /solid-js/0.23.11: + /solid-js/0.24.7: resolution: - integrity: sha512-AuDF3QWf99MMHkLjHN03OzvH7eyhCVOeMGmvKMb3ScFo5vkSgACN+GJs4K+DcUxx9TMbxMPHqodn4b1meD3sIw== + integrity: sha512-Hi/Kvf3+e+664bBMG5NhZb+0jkWJHvMbWagCDH1AQMODFwoOZABBpUK1xfOhrtHEWMKpIz3fOzg5jOWwd/cdMA== /source-map/0.5.7: dev: true engines: @@ -460,31 +465,32 @@ packages: node: '>=4' resolution: integrity: sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4= - /vite-plugin-solid/0.7.0: + /vite-plugin-solid/1.0.0: dependencies: - '@babel/core': 7.12.10 - '@babel/preset-typescript': 7.12.7_@babel+core@7.12.10 - babel-preset-solid: 0.23.8_@babel+core@7.12.10 - solid-js: 0.23.11 - vite: 2.0.0-beta.44 + '@babel/core': 7.12.16 + '@babel/preset-typescript': 7.12.16_@babel+core@7.12.16 + babel-preset-solid: 0.24.2_@babel+core@7.12.16 + resolve.exports: 1.0.2 + solid-js: 0.24.7 + vite: 2.0.0 dev: true resolution: - integrity: sha512-gU0xb5zFpjIZiCvPpyir5fSBDIUPC2S32NYdJ9x8pbA/W0J/bzfB5yw2DTa7ZQoFXfnkNWZsEdsjkGXhw0aHTw== - /vite/2.0.0-beta.44: + integrity: sha512-3L5nCxTs48Gf5VUDJK96rJacy9Q8EzwhGAnbbktozYKaooAKOAdlg9fwBmg0Cp+6G8UAzlZgHvw3rzN773MsSw== + /vite/2.0.0: dependencies: - esbuild: 0.8.34 - postcss: 8.2.4 - resolve: 1.19.0 - rollup: 2.38.0 + esbuild: 0.8.46 + postcss: 8.2.6 + resolve: 1.20.0 + rollup: 2.39.0 dev: true engines: node: '>=12.0.0' hasBin: true optionalDependencies: - fsevents: 2.1.3 + fsevents: 2.3.2 resolution: - integrity: sha512-NTzmP7HEKDg3J5r3I22f87jK3ugPVEU81BQ8hWn3hNWU0msCziUlj7aHwItSUEbQA+ymqO3TBO2fN7Aa+OKckQ== + integrity: sha512-rNli5g0DaQ6+btlRqkmaR06neWaJGApmt40gocqrYDNi2XoEXYQgKiHSWzMeUgc1Cdva2HduqazaE+RaKjBpdQ== specifiers: - solid-js: ^0.23.11 - vite: ^2.0.0-beta.44 - vite-plugin-solid: ^0.7.0 + solid-js: ^0.24.7 + vite: ^2.0.0 + vite-plugin-solid: ^1.0.0 diff --git a/ts-tailwind/package.json b/ts-tailwind/package.json index 1cfe01c..18bee42 100644 --- a/ts-tailwind/package.json +++ b/ts-tailwind/package.json @@ -8,12 +8,11 @@ }, "license": "ISC", "devDependencies": { - "autoprefixer": "^10.2.4", - "tailwindcss": "^2.0.2", - "vite": "^2.0.0-beta.64", - "vite-plugin-solid": "^0.8.0" + "vite": "^2.0.0", + "vite-plugin-solid": "^1.0.0", + "vite-plugin-windicss": "^0.2.2" }, "dependencies": { - "solid-js": "^0.24.0" + "solid-js": "^0.24.7" } } diff --git a/ts-tailwind/pnpm-lock.yaml b/ts-tailwind/pnpm-lock.yaml index 318ded8..156c07b 100644 --- a/ts-tailwind/pnpm-lock.yaml +++ b/ts-tailwind/pnpm-lock.yaml @@ -1,32 +1,33 @@ dependencies: - solid-js: 0.23.11 + solid-js: 0.24.7 devDependencies: - autoprefixer: 10.2.3 - tailwindcss: 2.0.2_autoprefixer@10.2.3 - vite: 2.0.0-beta.44 - vite-plugin-solid: 0.7.0 + autoprefixer: 10.2.4 + tailwindcss: 2.0.3_autoprefixer@10.2.4 + vite: 2.0.0 + vite-plugin-solid: 1.0.0 + vite-plugin-windicss: 0.2.2_vite@2.0.0 lockfileVersion: 5.2 packages: - /@babel/code-frame/7.12.11: + /@babel/code-frame/7.12.13: dependencies: - '@babel/highlight': 7.10.4 + '@babel/highlight': 7.12.13 dev: true resolution: - integrity: sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw== - /@babel/core/7.12.10: + integrity: sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g== + /@babel/core/7.12.16: dependencies: - '@babel/code-frame': 7.12.11 - '@babel/generator': 7.12.11 - '@babel/helper-module-transforms': 7.12.1 - '@babel/helpers': 7.12.5 - '@babel/parser': 7.12.11 - '@babel/template': 7.12.7 - '@babel/traverse': 7.12.12 - '@babel/types': 7.12.12 + '@babel/code-frame': 7.12.13 + '@babel/generator': 7.12.15 + '@babel/helper-module-transforms': 7.12.13 + '@babel/helpers': 7.12.13 + '@babel/parser': 7.12.16 + '@babel/template': 7.12.13 + '@babel/traverse': 7.12.13 + '@babel/types': 7.12.13 convert-source-map: 1.7.0 debug: 4.3.1 gensync: 1.0.0-beta.2 - json5: 2.1.3 + json5: 2.2.0 lodash: 4.17.20 semver: 5.7.1 source-map: 0.5.7 @@ -34,206 +35,230 @@ packages: engines: node: '>=6.9.0' resolution: - integrity: sha512-eTAlQKq65zHfkHZV0sIVODCPGVgoo1HdBlbSLi9CqOzuZanMv2ihzY+4paiKr1mH+XmYESMAmJ/dpZ68eN6d8w== - /@babel/generator/7.12.11: + integrity: sha512-t/hHIB504wWceOeaOoONOhu+gX+hpjfeN6YRBT209X/4sibZQfSF1I0HFRRlBe97UZZosGx5XwUg1ZgNbelmNw== + /@babel/generator/7.12.15: dependencies: - '@babel/types': 7.12.12 + '@babel/types': 7.12.13 jsesc: 2.5.2 source-map: 0.5.7 dev: true resolution: - integrity: sha512-Ggg6WPOJtSi8yYQvLVjG8F/TlpWDlKx0OpS4Kt+xMQPs5OaGYWy+v1A+1TvxI6sAMGZpKWWoAQ1DaeQbImlItA== - /@babel/helper-create-class-features-plugin/7.12.1_@babel+core@7.12.10: + integrity: sha512-6F2xHxBiFXWNSGb7vyCUTBF8RCLY66rS0zEPcP8t/nQyXjha5EuK4z7H5o7fWG8B4M7y6mqVWq1J+1PuwRhecQ== + /@babel/helper-create-class-features-plugin/7.12.16_@babel+core@7.12.16: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-function-name': 7.12.11 - '@babel/helper-member-expression-to-functions': 7.12.7 - '@babel/helper-optimise-call-expression': 7.12.10 - '@babel/helper-replace-supers': 7.12.11 - '@babel/helper-split-export-declaration': 7.12.11 + '@babel/core': 7.12.16 + '@babel/helper-function-name': 7.12.13 + '@babel/helper-member-expression-to-functions': 7.12.16 + '@babel/helper-optimise-call-expression': 7.12.13 + '@babel/helper-replace-supers': 7.12.13 + '@babel/helper-split-export-declaration': 7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0 resolution: - integrity: sha512-hkL++rWeta/OVOBTRJc9a5Azh5mt5WgZUGAKMD8JM141YsE08K//bp1unBBieO6rUKkIPyUE0USQ30jAy3Sk1w== - /@babel/helper-function-name/7.12.11: + integrity: sha512-KbSEj8l9zYkMVHpQqM3wJNxS1d9h3U9vm/uE5tpjMbaj3lTp+0noe3KPsV5dSD9jxKnf9jO9Ip9FX5PKNZCKow== + /@babel/helper-function-name/7.12.13: dependencies: - '@babel/helper-get-function-arity': 7.12.10 - '@babel/template': 7.12.7 - '@babel/types': 7.12.12 + '@babel/helper-get-function-arity': 7.12.13 + '@babel/template': 7.12.13 + '@babel/types': 7.12.13 dev: true resolution: - integrity: sha512-AtQKjtYNolKNi6nNNVLQ27CP6D9oFR6bq/HPYSizlzbp7uC1M59XJe8L+0uXjbIaZaUJF99ruHqVGiKXU/7ybA== - /@babel/helper-get-function-arity/7.12.10: + integrity: sha512-TZvmPn0UOqmvi5G4vvw0qZTpVptGkB1GL61R6lKvrSdIxGm5Pky7Q3fpKiIkQCAtRCBUwB0PaThlx9vebCDSwA== + /@babel/helper-get-function-arity/7.12.13: dependencies: - '@babel/types': 7.12.12 + '@babel/types': 7.12.13 dev: true resolution: - integrity: sha512-mm0n5BPjR06wh9mPQaDdXWDoll/j5UpCAPl1x8fS71GHm7HA6Ua2V4ylG1Ju8lvcTOietbPNNPaSilKj+pj+Ag== - /@babel/helper-member-expression-to-functions/7.12.7: + integrity: sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg== + /@babel/helper-member-expression-to-functions/7.12.16: dependencies: - '@babel/types': 7.12.12 + '@babel/types': 7.12.13 dev: true resolution: - integrity: sha512-DCsuPyeWxeHgh1Dus7APn7iza42i/qXqiFPWyBDdOFtvS581JQePsc1F/nD+fHrcswhLlRc2UpYS1NwERxZhHw== - /@babel/helper-module-imports/7.12.5: + integrity: sha512-zYoZC1uvebBFmj1wFAlXwt35JLEgecefATtKp20xalwEK8vHAixLBXTGxNrVGEmTT+gzOThUgr8UEdgtalc1BQ== + /@babel/helper-module-imports/7.12.13: dependencies: - '@babel/types': 7.12.12 + '@babel/types': 7.12.13 dev: true resolution: - integrity: sha512-SR713Ogqg6++uexFRORf/+nPXMmWIn80TALu0uaFb+iQIUoR7bOC7zBWyzBs5b3tBBJXuyD0cRu1F15GyzjOWA== - /@babel/helper-module-transforms/7.12.1: + integrity: sha512-NGmfvRp9Rqxy0uHSSVP+SRIW1q31a7Ji10cLBcqSDUngGentY4FRiHOFZFE1CLU5eiL0oE8reH7Tg1y99TDM/g== + /@babel/helper-module-transforms/7.12.13: dependencies: - '@babel/helper-module-imports': 7.12.5 - '@babel/helper-replace-supers': 7.12.11 - '@babel/helper-simple-access': 7.12.1 - '@babel/helper-split-export-declaration': 7.12.11 + '@babel/helper-module-imports': 7.12.13 + '@babel/helper-replace-supers': 7.12.13 + '@babel/helper-simple-access': 7.12.13 + '@babel/helper-split-export-declaration': 7.12.13 '@babel/helper-validator-identifier': 7.12.11 - '@babel/template': 7.12.7 - '@babel/traverse': 7.12.12 - '@babel/types': 7.12.12 + '@babel/template': 7.12.13 + '@babel/traverse': 7.12.13 + '@babel/types': 7.12.13 lodash: 4.17.20 dev: true resolution: - integrity: sha512-QQzehgFAZ2bbISiCpmVGfiGux8YVFXQ0abBic2Envhej22DVXV9nCFaS5hIQbkyo1AdGb+gNME2TSh3hYJVV/w== - /@babel/helper-optimise-call-expression/7.12.10: + integrity: sha512-acKF7EjqOR67ASIlDTupwkKM1eUisNAjaSduo5Cz+793ikfnpe7p4Q7B7EWU2PCoSTPWsQkR7hRUWEIZPiVLGA== + /@babel/helper-optimise-call-expression/7.12.13: dependencies: - '@babel/types': 7.12.12 + '@babel/types': 7.12.13 dev: true resolution: - integrity: sha512-4tpbU0SrSTjjt65UMWSrUOPZTsgvPgGG4S8QSTNHacKzpS51IVWGDj0yCwyeZND/i+LSN2g/O63jEXEWm49sYQ== - /@babel/helper-plugin-utils/7.10.4: + integrity: sha512-BdWQhoVJkp6nVjB7nkFWcn43dkprYauqtk++Py2eaf/GRDFm5BxRqEIZCiHlZUGAVmtwKcsVL1dC68WmzeFmiA== + /@babel/helper-plugin-utils/7.12.13: dev: true resolution: - integrity: sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg== - /@babel/helper-replace-supers/7.12.11: + integrity: sha512-C+10MXCXJLiR6IeG9+Wiejt9jmtFpxUc3MQqCmPY8hfCjyUGl9kT+B2okzEZrtykiwrc4dbCPdDoz0A/HQbDaA== + /@babel/helper-replace-supers/7.12.13: dependencies: - '@babel/helper-member-expression-to-functions': 7.12.7 - '@babel/helper-optimise-call-expression': 7.12.10 - '@babel/traverse': 7.12.12 - '@babel/types': 7.12.12 + '@babel/helper-member-expression-to-functions': 7.12.16 + '@babel/helper-optimise-call-expression': 7.12.13 + '@babel/traverse': 7.12.13 + '@babel/types': 7.12.13 dev: true resolution: - integrity: sha512-q+w1cqmhL7R0FNzth/PLLp2N+scXEK/L2AHbXUyydxp828F4FEa5WcVoqui9vFRiHDQErj9Zof8azP32uGVTRA== - /@babel/helper-simple-access/7.12.1: + integrity: sha512-pctAOIAMVStI2TMLhozPKbf5yTEXc0OJa0eENheb4w09SrgOWEs+P4nTOZYJQCqs8JlErGLDPDJTiGIp3ygbLg== + /@babel/helper-simple-access/7.12.13: dependencies: - '@babel/types': 7.12.12 + '@babel/types': 7.12.13 dev: true resolution: - integrity: sha512-OxBp7pMrjVewSSC8fXDFrHrBcJATOOFssZwv16F3/6Xtc138GHybBfPbm9kfiqQHKhYQrlamWILwlDCeyMFEaA== - /@babel/helper-split-export-declaration/7.12.11: + integrity: sha512-0ski5dyYIHEfwpWGx5GPWhH35j342JaflmCeQmsPWcrOQDtCN6C1zKAVRFVbK53lPW2c9TsuLLSUDf0tIGJ5hA== + /@babel/helper-split-export-declaration/7.12.13: dependencies: - '@babel/types': 7.12.12 + '@babel/types': 7.12.13 dev: true resolution: - integrity: sha512-LsIVN8j48gHgwzfocYUSkO/hjYAOJqlpJEc7tGXcIm4cubjVUf8LGW6eWRyxEu7gA25q02p0rQUWoCI33HNS5g== + integrity: sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg== /@babel/helper-validator-identifier/7.12.11: dev: true resolution: integrity: sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw== - /@babel/helper-validator-option/7.12.11: + /@babel/helper-validator-option/7.12.16: dev: true resolution: - integrity: sha512-TBFCyj939mFSdeX7U7DDj32WtzYY7fDcalgq8v3fBZMNOJQNn7nOYzMaUCiPxPYfCup69mtIpqlKgMZLvQ8Xhw== - /@babel/helpers/7.12.5: + integrity: sha512-uCgsDBPUQDvzr11ePPo4TVEocxj8RXjUVSC/Y8N1YpVAI/XDdUwGJu78xmlGhTxj2ntaWM7n9LQdRtyhOzT2YQ== + /@babel/helpers/7.12.13: dependencies: - '@babel/template': 7.12.7 - '@babel/traverse': 7.12.12 - '@babel/types': 7.12.12 + '@babel/template': 7.12.13 + '@babel/traverse': 7.12.13 + '@babel/types': 7.12.13 dev: true resolution: - integrity: sha512-lgKGMQlKqA8meJqKsW6rUnc4MdUk35Ln0ATDqdM1a/UpARODdI4j5Y5lVfUScnSNkJcdCRAaWkspykNoFg9sJA== - /@babel/highlight/7.10.4: + integrity: sha512-oohVzLRZ3GQEk4Cjhfs9YkJA4TdIDTObdBEZGrd6F/T0GPSnuV6l22eMcxlvcvzVIPH3VTtxbseudM1zIE+rPQ== + /@babel/highlight/7.12.13: dependencies: '@babel/helper-validator-identifier': 7.12.11 chalk: 2.4.2 js-tokens: 4.0.0 dev: true resolution: - integrity: sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l6f7/RIkmA== - /@babel/parser/7.12.11: + integrity: sha512-kocDQvIbgMKlWxXe9fof3TQ+gkIPOUSEYhJjqUjvKMez3krV7vbzYCDq39Oj11UAVK7JqPVGQPlgE85dPNlQww== + /@babel/parser/7.12.16: dev: true engines: node: '>=6.0.0' hasBin: true resolution: - integrity: sha512-N3UxG+uuF4CMYoNj8AhnbAcJF0PiuJ9KHuy1lQmkYsxTer/MAH9UBNHsBoAX/4s6NvlDD047No8mYVGGzLL4hg== - /@babel/plugin-syntax-jsx/7.12.1_@babel+core@7.12.10: + integrity: sha512-c/+u9cqV6F0+4Hpq01jnJO+GLp2DdT63ppz9Xa+6cHaajM9VFzK/iDXiKK65YtpeVwu+ctfS6iqlMqRgQRzeCw== + /@babel/plugin-syntax-jsx/7.12.13_@babel+core@7.12.16: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-plugin-utils': 7.10.4 + '@babel/core': 7.12.16 + '@babel/helper-plugin-utils': 7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-1yRi7yAtB0ETgxdY9ti/p2TivUxJkTdhu/ZbF9MshVGqOx1TdB3b7xCXs49Fupgg50N45KcAsRP/ZqWjs9SRjg== - /@babel/plugin-syntax-typescript/7.12.1_@babel+core@7.12.10: + integrity: sha512-d4HM23Q1K7oq/SLNmG6mRt85l2csmQ0cHRaxRXjKW0YFdEXqlZ5kzFQKH5Uc3rDJECgu+yCRgPkG04Mm98R/1g== + /@babel/plugin-syntax-typescript/7.12.13_@babel+core@7.12.16: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-plugin-utils': 7.10.4 + '@babel/core': 7.12.16 + '@babel/helper-plugin-utils': 7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-UZNEcCY+4Dp9yYRCAHrHDU+9ZXLYaY9MgBXSRLkB9WjYFRR6quJBumfVrEkUxrePPBwFcpWfNKXqVRQQtm7mMA== - /@babel/plugin-transform-typescript/7.12.1_@babel+core@7.12.10: + integrity: sha512-cHP3u1JiUiG2LFDKbXnwVad81GvfyIOmCD6HIEId6ojrY0Drfy2q1jw7BwN7dE84+kTnBjLkXoL3IEy/3JPu2w== + /@babel/plugin-transform-typescript/7.12.16_@babel+core@7.12.16: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-create-class-features-plugin': 7.12.1_@babel+core@7.12.10 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-typescript': 7.12.1_@babel+core@7.12.10 + '@babel/core': 7.12.16 + '@babel/helper-create-class-features-plugin': 7.12.16_@babel+core@7.12.16 + '@babel/helper-plugin-utils': 7.12.13 + '@babel/plugin-syntax-typescript': 7.12.13_@babel+core@7.12.16 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-VrsBByqAIntM+EYMqSm59SiMEf7qkmI9dqMt6RbD/wlwueWmYcI0FFK5Fj47pP6DRZm+3teXjosKlwcZJ5lIMw== - /@babel/preset-typescript/7.12.7_@babel+core@7.12.10: + integrity: sha512-88hep+B6dtDOiEqtRzwHp2TYO+CN8nbAV3eh5OpBGPsedug9J6y1JwLKzXRIGGQZDC8NlpxpQMIIxcfIW96Wgw== + /@babel/preset-typescript/7.12.16_@babel+core@7.12.16: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/helper-validator-option': 7.12.11 - '@babel/plugin-transform-typescript': 7.12.1_@babel+core@7.12.10 + '@babel/core': 7.12.16 + '@babel/helper-plugin-utils': 7.12.13 + '@babel/helper-validator-option': 7.12.16 + '@babel/plugin-transform-typescript': 7.12.16_@babel+core@7.12.16 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-nOoIqIqBmHBSEgBXWR4Dv/XBehtIFcw9PqZw6rFYuKrzsZmOQm3PR5siLBnKZFEsDb03IegG8nSjU/iXXXYRmw== - /@babel/template/7.12.7: + integrity: sha512-IrYNrpDSuQfNHeqh7gsJsO35xTGyAyGkI1VxOpBEADFtxCqZ77a1RHbJqM3YJhroj7qMkNMkNtcw0lqeZUrzow== + /@babel/template/7.12.13: dependencies: - '@babel/code-frame': 7.12.11 - '@babel/parser': 7.12.11 - '@babel/types': 7.12.12 + '@babel/code-frame': 7.12.13 + '@babel/parser': 7.12.16 + '@babel/types': 7.12.13 dev: true resolution: - integrity: sha512-GkDzmHS6GV7ZeXfJZ0tLRBhZcMcY0/Lnb+eEbXDBfCAcZCjrZKe6p3J4we/D24O9Y8enxWAg1cWwof59yLh2ow== - /@babel/traverse/7.12.12: + integrity: sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA== + /@babel/traverse/7.12.13: dependencies: - '@babel/code-frame': 7.12.11 - '@babel/generator': 7.12.11 - '@babel/helper-function-name': 7.12.11 - '@babel/helper-split-export-declaration': 7.12.11 - '@babel/parser': 7.12.11 - '@babel/types': 7.12.12 + '@babel/code-frame': 7.12.13 + '@babel/generator': 7.12.15 + '@babel/helper-function-name': 7.12.13 + '@babel/helper-split-export-declaration': 7.12.13 + '@babel/parser': 7.12.16 + '@babel/types': 7.12.13 debug: 4.3.1 globals: 11.12.0 lodash: 4.17.20 dev: true resolution: - integrity: sha512-s88i0X0lPy45RrLM8b9mz8RPH5FqO9G9p7ti59cToE44xFm1Q+Pjh5Gq4SXBbtb88X7Uy7pexeqRIQDDMNkL0w== - /@babel/types/7.12.12: + integrity: sha512-3Zb4w7eE/OslI0fTp8c7b286/cQps3+vdLW3UcwC8VSJC6GbKn55aeVVu2QJNuCDoeKyptLOFrPq8WqZZBodyA== + /@babel/types/7.12.13: dependencies: '@babel/helper-validator-identifier': 7.12.11 lodash: 4.17.20 to-fast-properties: 2.0.0 dev: true resolution: - integrity: sha512-lnIX7piTxOH22xE7fDXDbSHg9MM1/6ORnafpJmov5rs0kX5g4BZxeXNJLXsMRiO0U5Rb8/FvMS6xlTnTHvxonQ== + integrity: sha512-oKrdZTld2im1z8bDwTOQvUbxKwE+854zc16qWZQlcTqMN00pWxHQ4ZeOq0yDMnisOpRykH2/5Qqcrk/OlbAjiQ== /@fullhuman/postcss-purgecss/3.1.3: dependencies: purgecss: 3.1.3 dev: true resolution: integrity: sha512-kwOXw8fZ0Lt1QmeOOrd+o4Ibvp4UTEBFQbzvWldjlKv5n+G9sXfIPn1hh63IQIL8K8vbvv1oYMJiIUbuy9bGaA== + /@nodelib/fs.scandir/2.1.4: + dependencies: + '@nodelib/fs.stat': 2.0.4 + run-parallel: 1.2.0 + dev: true + engines: + node: '>= 8' + resolution: + integrity: sha512-33g3pMJk3bg5nXbL/+CY6I2eJDzZAni49PfJnL5fghPTggPvBd/pFNSgJsdAgWptuFu7qq/ERvOYFlhvsLTCKA== + /@nodelib/fs.stat/2.0.4: + dev: true + engines: + node: '>= 8' + resolution: + integrity: sha512-IYlHJA0clt2+Vg7bccq+TzRdJvv19c2INqBSsoOLp1je7xjtr7J26+WXR72MCdvU9q1qTzIWDfhMf+DRvQJK4Q== + /@nodelib/fs.walk/1.2.6: + dependencies: + '@nodelib/fs.scandir': 2.1.4 + fastq: 1.10.1 + dev: true + engines: + node: '>= 8' + resolution: + integrity: sha512-8Broas6vTtW4GIXTAHDoE32hnN2M5ykgCpWGbuXHQ15vEMqr23pB76e/GZcYsZCHALv50ktd24qhEyKr6wBtow== /acorn-node/1.8.2: dependencies: acorn: 7.4.1 @@ -277,10 +302,10 @@ packages: node: '>= 4.0.0' resolution: integrity: sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg== - /autoprefixer/10.2.3: + /autoprefixer/10.2.4: dependencies: - browserslist: 4.16.1 - caniuse-lite: 1.0.30001179 + browserslist: 4.16.3 + caniuse-lite: 1.0.30001187 colorette: 1.2.1 fraction.js: 4.0.13 normalize-range: 0.1.2 @@ -292,25 +317,25 @@ packages: peerDependencies: postcss: ^8.1.0 resolution: - integrity: sha512-vlz+iv+EnLkVaTgX8wApfYzmK3LUfK8Z9XAnmflzxMy/+oFuNK8fVGQV79SOpBv4jxk2YQJimw4hXIKZ29570A== - /babel-plugin-jsx-dom-expressions/0.24.7_@babel+core@7.12.10: + integrity: sha512-DCCdUQiMD+P/as8m3XkeTUkUKuuRqLGcwD0nll7wevhqoJfMRpJlkFd1+MQh1pvupjiQuip42lc/VFvfUTMSKw== + /babel-plugin-jsx-dom-expressions/0.25.4_@babel+core@7.12.16: dependencies: - '@babel/helper-module-imports': 7.12.5 - '@babel/plugin-syntax-jsx': 7.12.1_@babel+core@7.12.10 - '@babel/types': 7.12.12 + '@babel/helper-module-imports': 7.12.13 + '@babel/plugin-syntax-jsx': 7.12.13_@babel+core@7.12.16 + '@babel/types': 7.12.13 dev: true peerDependencies: '@babel/core': '*' resolution: - integrity: sha512-WaBX9z81sL0NDRVjeXr1GhJPkIMbz9GiT42/I6RqouN4y4kf6hEaARbG7NMk6YKOmc31o64fb0mYo3gj78nYmQ== - /babel-preset-solid/0.23.8_@babel+core@7.12.10: + integrity: sha512-0A5NvJfpOZV/6G5Mu5WfEDGJ3nthYgT911BgL8IT4pKBNjOCzdxMu2HaaiQtycVKw7ZB/0BfGnKZnB/tqOIlEw== + /babel-preset-solid/0.24.2_@babel+core@7.12.16: dependencies: - babel-plugin-jsx-dom-expressions: 0.24.7_@babel+core@7.12.10 + babel-plugin-jsx-dom-expressions: 0.25.4_@babel+core@7.12.16 dev: true peerDependencies: '@babel/core': '*' resolution: - integrity: sha512-LhdyOBc2h+Ny9K/eHWVDKQhfH0S0DOTcdRWo0L7jhP660XY2Jl8m2BkWGqsy6AST7SvcnhmoS8T0XHqaEFsGuA== + integrity: sha512-Ihm37tnVvE6BRDQIAunW9bI598L1+a6OwJS2KdZdMEQiX2fM7sVVc7w2wkpw0a5JP8haJQ92jyLL56OYCfEa9w== /balanced-match/1.0.0: dev: true resolution: @@ -322,11 +347,19 @@ packages: dev: true resolution: integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA== - /browserslist/4.16.1: + /braces/3.0.2: dependencies: - caniuse-lite: 1.0.30001179 + fill-range: 7.0.1 + dev: true + engines: + node: '>=8' + resolution: + integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A== + /browserslist/4.16.3: + dependencies: + caniuse-lite: 1.0.30001187 colorette: 1.2.1 - electron-to-chromium: 1.3.644 + electron-to-chromium: 1.3.666 escalade: 3.1.1 node-releases: 1.1.70 dev: true @@ -334,7 +367,7 @@ packages: node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7 hasBin: true resolution: - integrity: sha512-UXhDrwqsNcpTYJBTZsbGATDxZbiVDsx6UjpmRUmtnP10pr8wAYr5LgFoEFw9ixriQH2mv/NX2SfGzE/o8GndLA== + integrity: sha512-vIyhWmIkULaq04Gt93txdh+j02yX/JzlyhLYbV3YQCn/zvES3JnY7TifHHvvr1w5hTDluNKMkV05cs4vy8Q7sw== /bytes/3.1.0: dev: true engines: @@ -347,10 +380,10 @@ packages: node: '>= 6' resolution: integrity: sha512-QOSvevhslijgYwRx6Rv7zKdMF8lbRmx+uQGx2+vDc+KI/eBnsy9kit5aj23AgGu3pa4t9AgwbnXWqS+iOY+2aA== - /caniuse-lite/1.0.30001179: + /caniuse-lite/1.0.30001187: dev: true resolution: - integrity: sha512-blMmO0QQujuUWZKyVrD1msR4WNDAqb/UPO1Sw2WWsQ7deoM5bJiicKnWJ1Y0NS/aGINSnKPIWBMw5luX+NDUCA== + integrity: sha512-w7/EP1JRZ9552CyrThUnay2RkZ1DXxKe/Q2swTC4+LElLh9RRYrL1Z+27LlakB8kzY0fSmHw9mc7XYDUKAKWMA== /chalk/2.4.2: dependencies: ansi-styles: 3.2.1 @@ -469,16 +502,16 @@ packages: dev: true resolution: integrity: sha1-6S7f2tplN9SE1zwBcv0eugxJdv8= - /electron-to-chromium/1.3.644: + /electron-to-chromium/1.3.666: dev: true resolution: - integrity: sha512-N7FLvjDPADxad+OXXBuYfcvDvCBG0aW8ZZGr7G91sZMviYbnQJFxdSvUus4SJ0K7Q8dzMxE+Wx1d/CrJIIJ0sw== - /esbuild/0.8.34: + integrity: sha512-/mP4HFQ0fKIX4sXltG6kfcoGrfNDZwCIyWbH2SIcVaa9u7Rm0HKjambiHNg5OEruicTl9s1EwbERLwxZwk19aw== + /esbuild/0.8.46: dev: true hasBin: true requiresBuild: true resolution: - integrity: sha512-tnr0V1ooakYr1aRLXQLzCn2GVG1kBTW3FWpRyC+NgrR3ntsouVpJOlTOV0BS4YLATx3/c+x3h/uBq9lWJlUAtQ== + integrity: sha512-xck9sXNCNmjDHCCfxTCyhKTiFuEBweh+IDAhMLOJI990v1Fzii6MyIkT1LbkvjgoVgPX2SK1kpi5eZVGNrl8yg== /escalade/3.1.1: dev: true engines: @@ -491,6 +524,33 @@ packages: node: '>=0.8.0' resolution: integrity: sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= + /fast-glob/3.2.5: + dependencies: + '@nodelib/fs.stat': 2.0.4 + '@nodelib/fs.walk': 1.2.6 + glob-parent: 5.1.1 + merge2: 1.4.1 + micromatch: 4.0.2 + picomatch: 2.2.2 + dev: true + engines: + node: '>=8' + resolution: + integrity: sha512-2DtFcgT68wiTTiwZ2hNdJfcHNke9XOfnwmBRWXhmeKM8rF0TGwmC/Qto3S7RoZKp5cilZbxzO5iTNTQsJ+EeDg== + /fastq/1.10.1: + dependencies: + reusify: 1.0.4 + dev: true + resolution: + integrity: sha512-AWuv6Ery3pM+dY7LYS8YIaCiQvUaos9OB1RyNgaOWnaX+Tik7Onvcsf8x8c+YtDeT0maYLniBip2hox5KtEXXA== + /fill-range/7.0.1: + dependencies: + to-regex-range: 5.0.1 + dev: true + engines: + node: '>=8' + resolution: + integrity: sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ== /fraction.js/4.0.13: dev: true resolution: @@ -498,7 +558,7 @@ packages: /fs-extra/9.1.0: dependencies: at-least-node: 1.0.0 - graceful-fs: 4.2.4 + graceful-fs: 4.2.6 jsonfile: 6.1.0 universalify: 2.0.0 dev: true @@ -510,8 +570,7 @@ packages: dev: true resolution: integrity: sha1-FQStJSMVjKpA20onh8sBQRmU6k8= - /fsevents/2.1.3: - deprecated: '"Please update to latest v2.3 or v2.2"' + /fsevents/2.3.2: dev: true engines: node: ^8.16.0 || ^10.6.0 || >=11.0.0 @@ -519,7 +578,7 @@ packages: os: - darwin resolution: - integrity: sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ== + integrity: sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA== /function-bind/1.1.1: dev: true resolution: @@ -530,6 +589,14 @@ packages: node: '>=6.9.0' resolution: integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg== + /glob-parent/5.1.1: + dependencies: + is-glob: 4.0.1 + dev: true + engines: + node: '>= 6' + resolution: + integrity: sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ== /glob/7.1.6: dependencies: fs.realpath: 1.0.0 @@ -547,10 +614,10 @@ packages: node: '>=4' resolution: integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA== - /graceful-fs/4.2.4: + /graceful-fs/4.2.6: dev: true resolution: - integrity: sha512-WjKPNJF79dtJAVniUlGGWHYGz2jWxT6VhN/4m1NdkbZ2nOsEF+cI1Edgql5zCRhs/VsQYRvrXctxktVXZUkixw== + integrity: sha512-nTnJ528pbqxYanhpDYsi4Rd8MAeaBA67+RZ10CM1m3bTAVFEDcd5AuA4a6W5YkGZ1iNXHzZz8T6TBKLeBuNriQ== /has-flag/3.0.0: dev: true engines: @@ -602,6 +669,26 @@ packages: dev: true resolution: integrity: sha512-XRAfAdyyY5F5cOXn7hYQDqh2Xmii+DEfIcQGxK/uNwMHhIkPWO0g8msXcbzLe+MpGoR951MlqM/2iIlU4vKDdQ== + /is-extglob/2.1.1: + dev: true + engines: + node: '>=0.10.0' + resolution: + integrity: sha1-qIwCU1eR8C7TfHahueqXc8gz+MI= + /is-glob/4.0.1: + dependencies: + is-extglob: 2.1.1 + dev: true + engines: + node: '>=0.10.0' + resolution: + integrity: sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg== + /is-number/7.0.0: + dev: true + engines: + node: '>=0.12.0' + resolution: + integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng== /js-tokens/4.0.0: dev: true resolution: @@ -613,7 +700,7 @@ packages: hasBin: true resolution: integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA== - /json5/2.1.3: + /json5/2.2.0: dependencies: minimist: 1.2.5 dev: true @@ -621,13 +708,13 @@ packages: node: '>=6' hasBin: true resolution: - integrity: sha512-KXPvOm8K9IJKFM0bmdn8QXh7udDh1g/giieX0NLCaMnb4hEiVFqnop2ImTXCc5e0/oHz3LTqmHGtExn5hfMkOA== + integrity: sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA== /jsonfile/6.1.0: dependencies: universalify: 2.0.0 dev: true optionalDependencies: - graceful-fs: 4.2.4 + graceful-fs: 4.2.6 resolution: integrity: sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ== /lodash.toarray/4.4.0: @@ -638,6 +725,21 @@ packages: dev: true resolution: integrity: sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA== + /merge2/1.4.1: + dev: true + engines: + node: '>= 8' + resolution: + integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg== + /micromatch/4.0.2: + dependencies: + braces: 3.0.2 + picomatch: 2.2.2 + dev: true + engines: + node: '>=8' + resolution: + integrity: sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q== /minimatch/3.0.4: dependencies: brace-expansion: 1.1.11 @@ -709,6 +811,12 @@ packages: dev: true resolution: integrity: sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw== + /picomatch/2.2.2: + dev: true + engines: + node: '>=8.6' + resolution: + integrity: sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg== /postcss-functions/3.0.0: dependencies: glob: 7.1.6 @@ -721,7 +829,7 @@ packages: /postcss-js/3.0.3: dependencies: camelcase-css: 2.0.1 - postcss: 8.2.4 + postcss: 8.2.6 dev: true engines: node: '>=10.0' @@ -766,7 +874,7 @@ packages: node: '>=4.0.0' resolution: integrity: sha512-soOk1h6J3VMTZtVeVpv15/Hpdl2cBLX3CAw4TAbkpTJiNPk9YP/zWcD1ND+xEtvyuuvKzbxliTOIyvkSeSJ6ag== - /postcss/8.2.4: + /postcss/8.2.6: dependencies: colorette: 1.2.1 nanoid: 3.1.20 @@ -775,7 +883,7 @@ packages: engines: node: ^10 || ^12 || >=14 resolution: - integrity: sha512-kRFftRoExRVXZlwUuay9iC824qmXPcQQVzAjbCCgjpXnkdMCJYBu2gTwAaFBzv8ewND6O8xFb3aELmEkh9zTzg== + integrity: sha512-xpB8qYxgPuly166AGlpRjUdEYtmOWx2iCwGmrv4vqZL9YPVviDVPZPRXxnXr6xPZOdxQ9lp3ZBFCRgWJ7LE3Sg== /pretty-hrtime/1.0.3: dev: true engines: @@ -786,12 +894,16 @@ packages: dependencies: commander: 6.2.1 glob: 7.1.6 - postcss: 8.2.4 + postcss: 8.2.6 postcss-selector-parser: 6.0.4 dev: true hasBin: true resolution: integrity: sha512-hRSLN9mguJ2lzlIQtW4qmPS2kh6oMnA9RxdIYK8sz18QYqd6ePp4GNDl18oWHA1f2v2NEQIh51CO8s/E3YGckQ== + /queue-microtask/1.2.2: + dev: true + resolution: + integrity: sha512-dB15eXv3p2jDlbOiNLyMabYg1/sXvppd8DP2J3EOCQ0AkuSXCW2tP7mnVouVLJKgUMY6yP0kcQDVpLCN13h4Xg== /reduce-css-calc/2.1.8: dependencies: css-unit-converter: 1.1.2 @@ -799,22 +911,41 @@ packages: dev: true resolution: integrity: sha512-8liAVezDmUcH+tdzoEGrhfbGcP7nOV4NkGE3a74+qqvE7nt9i4sKLGBuZNOnpI4WiGksiNPklZxva80061QiPg== - /resolve/1.19.0: + /resolve.exports/1.0.2: + dev: true + engines: + node: '>=10' + resolution: + integrity: sha512-1+PDdTR3xrGWB/NzXLkzS1+PQlJ+BOR2baBGJSVat4HasiY1mnkyAQws3FUTmBDB79oK54QFaDM8Ig9nUtJwvQ== + /resolve/1.20.0: dependencies: is-core-module: 2.2.0 path-parse: 1.0.6 dev: true resolution: - integrity: sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg== - /rollup/2.38.0: + integrity: sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A== + /reusify/1.0.4: + dev: true + engines: + iojs: '>=1.0.0' + node: '>=0.10.0' + resolution: + integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw== + /rollup/2.39.0: dev: true engines: node: '>=10.0.0' hasBin: true optionalDependencies: - fsevents: 2.1.3 + fsevents: 2.3.2 resolution: - integrity: sha512-ay9zDiNitZK/LNE/EM2+v5CZ7drkB2xyDljvb1fQJCGnq43ZWRkhxN145oV8GmoW1YNi4sA/1Jdkr2LfawJoXw== + integrity: sha512-+WR3bttcq7zE+BntH09UxaW3bQo3vItuYeLsyk4dL2tuwbeSKJuvwiawyhEnvRdRgrII0Uzk00FpctHO/zB1kw== + /run-parallel/1.2.0: + dependencies: + queue-microtask: 1.2.2 + dev: true + resolution: + integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA== /safe-buffer/5.1.2: dev: true resolution: @@ -830,9 +961,9 @@ packages: dev: true resolution: integrity: sha1-pNprY1/8zMoz9w0Xy5JZLeleVXo= - /solid-js/0.23.11: + /solid-js/0.24.7: resolution: - integrity: sha512-AuDF3QWf99MMHkLjHN03OzvH7eyhCVOeMGmvKMb3ScFo5vkSgACN+GJs4K+DcUxx9TMbxMPHqodn4b1meD3sIw== + integrity: sha512-Hi/Kvf3+e+664bBMG5NhZb+0jkWJHvMbWagCDH1AQMODFwoOZABBpUK1xfOhrtHEWMKpIz3fOzg5jOWwd/cdMA== /source-map/0.5.7: dev: true engines: @@ -861,10 +992,10 @@ packages: node: '>=8' resolution: integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw== - /tailwindcss/2.0.2_autoprefixer@10.2.3: + /tailwindcss/2.0.3_autoprefixer@10.2.4: dependencies: '@fullhuman/postcss-purgecss': 3.1.3 - autoprefixer: 10.2.3 + autoprefixer: 10.2.4 bytes: 3.1.0 chalk: 4.1.0 color: 3.1.3 @@ -883,7 +1014,7 @@ packages: postcss-value-parser: 4.1.0 pretty-hrtime: 1.0.3 reduce-css-calc: 2.1.8 - resolve: 1.19.0 + resolve: 1.20.0 dev: true engines: node: '>=12.13.0' @@ -892,13 +1023,21 @@ packages: autoprefixer: ^10.0.2 postcss: ^8.0.9 resolution: - integrity: sha512-nO9JRE1pO7SF9RnYAl6g7uzeHdrmKAFqNjT9NtZUfxqimJZAOOLOEyIEUiMq12+xIc7mC2Ey3Vf90XjHpWKfbw== + integrity: sha512-s8NEqdLBiVbbdL0a5XwTb8jKmIonOuI4RMENEcKLR61jw6SdKvBss7NWZzwCaD+ZIjlgmesv8tmrjXEp7C0eAQ== /to-fast-properties/2.0.0: dev: true engines: node: '>=4' resolution: integrity: sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4= + /to-regex-range/5.0.1: + dependencies: + is-number: 7.0.0 + dev: true + engines: + node: '>=8.0' + resolution: + integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ== /uniq/1.0.1: dev: true resolution: @@ -913,30 +1052,48 @@ packages: dev: true resolution: integrity: sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8= - /vite-plugin-solid/0.7.0: + /vite-plugin-solid/1.0.0: dependencies: - '@babel/core': 7.12.10 - '@babel/preset-typescript': 7.12.7_@babel+core@7.12.10 - babel-preset-solid: 0.23.8_@babel+core@7.12.10 - solid-js: 0.23.11 - vite: 2.0.0-beta.44 + '@babel/core': 7.12.16 + '@babel/preset-typescript': 7.12.16_@babel+core@7.12.16 + babel-preset-solid: 0.24.2_@babel+core@7.12.16 + resolve.exports: 1.0.2 + solid-js: 0.24.7 + vite: 2.0.0 dev: true resolution: - integrity: sha512-gU0xb5zFpjIZiCvPpyir5fSBDIUPC2S32NYdJ9x8pbA/W0J/bzfB5yw2DTa7ZQoFXfnkNWZsEdsjkGXhw0aHTw== - /vite/2.0.0-beta.44: + integrity: sha512-3L5nCxTs48Gf5VUDJK96rJacy9Q8EzwhGAnbbktozYKaooAKOAdlg9fwBmg0Cp+6G8UAzlZgHvw3rzN773MsSw== + /vite-plugin-windicss/0.2.2_vite@2.0.0: dependencies: - esbuild: 0.8.34 - postcss: 8.2.4 - resolve: 1.19.0 - rollup: 2.38.0 + fast-glob: 3.2.5 + vite: 2.0.0 + windicss: 2.1.11 + dev: true + peerDependencies: + vite: ^2.0.0-beta.69 + resolution: + integrity: sha512-P+iyrcuLjLfjiYP+bBisfKbg9bmeQMUBpjsTFJ9kWWX2fyqo968CHmS3euz+MzRcK5ZECccpOxx60ZXzc12VAw== + /vite/2.0.0: + dependencies: + esbuild: 0.8.46 + postcss: 8.2.6 + resolve: 1.20.0 + rollup: 2.39.0 dev: true engines: node: '>=12.0.0' hasBin: true optionalDependencies: - fsevents: 2.1.3 + fsevents: 2.3.2 resolution: - integrity: sha512-NTzmP7HEKDg3J5r3I22f87jK3ugPVEU81BQ8hWn3hNWU0msCziUlj7aHwItSUEbQA+ymqO3TBO2fN7Aa+OKckQ== + integrity: sha512-rNli5g0DaQ6+btlRqkmaR06neWaJGApmt40gocqrYDNi2XoEXYQgKiHSWzMeUgc1Cdva2HduqazaE+RaKjBpdQ== + /windicss/2.1.11: + dev: true + engines: + node: '>= 12' + hasBin: true + resolution: + integrity: sha512-79mPoUmvamwdJb+MJ/ug+XILxFzrTNCXo/HmacUn3V9sRQ6w5lA9KkpTrG70N7Oab0hbIFaq+X3Yva+QLSV0Pw== /wrappy/1.0.2: dev: true resolution: @@ -948,8 +1105,9 @@ packages: resolution: integrity: sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ== specifiers: - autoprefixer: ^10.2.3 - solid-js: ^0.23.11 - tailwindcss: ^2.0.2 - vite: ^2.0.0-beta.44 - vite-plugin-solid: ^0.7.0 + autoprefixer: ^10.2.4 + solid-js: ^0.24.7 + tailwindcss: ^2.0.3 + vite: ^2.0.0 + vite-plugin-solid: ^1.0.0 + vite-plugin-windicss: ^0.2.2 diff --git a/ts-tailwind/postcss.config.js b/ts-tailwind/postcss.config.js deleted file mode 100644 index 116848f..0000000 --- a/ts-tailwind/postcss.config.js +++ /dev/null @@ -1,3 +0,0 @@ -module.exports = { - plugins: [require("tailwindcss"), require("autoprefixer")], -}; diff --git a/ts-tailwind/src/index.tsx b/ts-tailwind/src/index.tsx index 1fecb84..e3cd7a2 100644 --- a/ts-tailwind/src/index.tsx +++ b/ts-tailwind/src/index.tsx @@ -1,4 +1,4 @@ -import "./tailwind.css"; +import "windi.css"; import { render } from "solid-js/web"; import App from "./App"; diff --git a/ts-tailwind/src/tailwind.css b/ts-tailwind/src/tailwind.css deleted file mode 100644 index b5c61c9..0000000 --- a/ts-tailwind/src/tailwind.css +++ /dev/null @@ -1,3 +0,0 @@ -@tailwind base; -@tailwind components; -@tailwind utilities; diff --git a/ts-tailwind/tailwind.config.js b/ts-tailwind/tailwind.config.js index e8200b9..f7121b9 100644 --- a/ts-tailwind/tailwind.config.js +++ b/ts-tailwind/tailwind.config.js @@ -1,17 +1,7 @@ module.exports = { - purge: [ - "src/**/*.tsx", - "src/**/*.ts", - "src/**/*.html", - "src/**/*.css", - "index.html", - ], darkMode: false, // or 'media' or 'class' theme: { extend: {}, }, - variants: { - extend: {}, - }, plugins: [], }; diff --git a/ts-tailwind/vite.config.ts b/ts-tailwind/vite.config.ts index 31ca950..e429169 100644 --- a/ts-tailwind/vite.config.ts +++ b/ts-tailwind/vite.config.ts @@ -1,8 +1,16 @@ import { defineConfig } from "vite"; import solidPlugin from "vite-plugin-solid"; +import WindiCSS from "vite-plugin-windicss"; export default defineConfig({ - plugins: [solidPlugin()], + plugins: [ + solidPlugin(), + ...WindiCSS({ + scan: { + fileExtensions: ["html", "js", "ts", "jsx", "tsx"], + }, + }), + ], build: { target: "esnext", polyfillDynamicImport: false, diff --git a/ts/package.json b/ts/package.json index 2cf70e1..d7d833f 100644 --- a/ts/package.json +++ b/ts/package.json @@ -8,10 +8,10 @@ }, "license": "ISC", "devDependencies": { - "vite": "^2.0.0-beta.64", - "vite-plugin-solid": "^0.8.0" + "vite": "^2.0.0", + "vite-plugin-solid": "^1.0.0" }, "dependencies": { - "solid-js": "^0.24.0" + "solid-js": "^0.24.7" } } diff --git a/ts/pnpm-lock.yaml b/ts/pnpm-lock.yaml index afa91c4..4642e5f 100644 --- a/ts/pnpm-lock.yaml +++ b/ts/pnpm-lock.yaml @@ -1,30 +1,30 @@ dependencies: - solid-js: 0.23.11 + solid-js: 0.24.7 devDependencies: - vite: 2.0.0-beta.44 - vite-plugin-solid: 0.7.0 + vite: 2.0.0 + vite-plugin-solid: 1.0.0 lockfileVersion: 5.2 packages: - /@babel/code-frame/7.12.11: + /@babel/code-frame/7.12.13: dependencies: - '@babel/highlight': 7.10.4 + '@babel/highlight': 7.12.13 dev: true resolution: - integrity: sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH1RcIw== - /@babel/core/7.12.10: + integrity: sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g== + /@babel/core/7.12.16: dependencies: - '@babel/code-frame': 7.12.11 - '@babel/generator': 7.12.11 - '@babel/helper-module-transforms': 7.12.1 - '@babel/helpers': 7.12.5 - '@babel/parser': 7.12.11 - '@babel/template': 7.12.7 - '@babel/traverse': 7.12.12 - '@babel/types': 7.12.12 + '@babel/code-frame': 7.12.13 + '@babel/generator': 7.12.15 + '@babel/helper-module-transforms': 7.12.13 + '@babel/helpers': 7.12.13 + '@babel/parser': 7.12.16 + '@babel/template': 7.12.13 + '@babel/traverse': 7.12.13 + '@babel/types': 7.12.13 convert-source-map: 1.7.0 debug: 4.3.1 gensync: 1.0.0-beta.2 - json5: 2.1.3 + json5: 2.2.0 lodash: 4.17.20 semver: 5.7.1 source-map: 0.5.7 @@ -32,200 +32,200 @@ packages: engines: node: '>=6.9.0' resolution: - integrity: sha512-eTAlQKq65zHfkHZV0sIVODCPGVgoo1HdBlbSLi9CqOzuZanMv2ihzY+4paiKr1mH+XmYESMAmJ/dpZ68eN6d8w== - /@babel/generator/7.12.11: + integrity: sha512-t/hHIB504wWceOeaOoONOhu+gX+hpjfeN6YRBT209X/4sibZQfSF1I0HFRRlBe97UZZosGx5XwUg1ZgNbelmNw== + /@babel/generator/7.12.15: dependencies: - '@babel/types': 7.12.12 + '@babel/types': 7.12.13 jsesc: 2.5.2 source-map: 0.5.7 dev: true resolution: - integrity: sha512-Ggg6WPOJtSi8yYQvLVjG8F/TlpWDlKx0OpS4Kt+xMQPs5OaGYWy+v1A+1TvxI6sAMGZpKWWoAQ1DaeQbImlItA== - /@babel/helper-create-class-features-plugin/7.12.1_@babel+core@7.12.10: + integrity: sha512-6F2xHxBiFXWNSGb7vyCUTBF8RCLY66rS0zEPcP8t/nQyXjha5EuK4z7H5o7fWG8B4M7y6mqVWq1J+1PuwRhecQ== + /@babel/helper-create-class-features-plugin/7.12.16_@babel+core@7.12.16: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-function-name': 7.12.11 - '@babel/helper-member-expression-to-functions': 7.12.7 - '@babel/helper-optimise-call-expression': 7.12.10 - '@babel/helper-replace-supers': 7.12.11 - '@babel/helper-split-export-declaration': 7.12.11 + '@babel/core': 7.12.16 + '@babel/helper-function-name': 7.12.13 + '@babel/helper-member-expression-to-functions': 7.12.16 + '@babel/helper-optimise-call-expression': 7.12.13 + '@babel/helper-replace-supers': 7.12.13 + '@babel/helper-split-export-declaration': 7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0 resolution: - integrity: sha512-hkL++rWeta/OVOBTRJc9a5Azh5mt5WgZUGAKMD8JM141YsE08K//bp1unBBieO6rUKkIPyUE0USQ30jAy3Sk1w== - /@babel/helper-function-name/7.12.11: + integrity: sha512-KbSEj8l9zYkMVHpQqM3wJNxS1d9h3U9vm/uE5tpjMbaj3lTp+0noe3KPsV5dSD9jxKnf9jO9Ip9FX5PKNZCKow== + /@babel/helper-function-name/7.12.13: dependencies: - '@babel/helper-get-function-arity': 7.12.10 - '@babel/template': 7.12.7 - '@babel/types': 7.12.12 + '@babel/helper-get-function-arity': 7.12.13 + '@babel/template': 7.12.13 + '@babel/types': 7.12.13 dev: true resolution: - integrity: sha512-AtQKjtYNolKNi6nNNVLQ27CP6D9oFR6bq/HPYSizlzbp7uC1M59XJe8L+0uXjbIaZaUJF99ruHqVGiKXU/7ybA== - /@babel/helper-get-function-arity/7.12.10: + integrity: sha512-TZvmPn0UOqmvi5G4vvw0qZTpVptGkB1GL61R6lKvrSdIxGm5Pky7Q3fpKiIkQCAtRCBUwB0PaThlx9vebCDSwA== + /@babel/helper-get-function-arity/7.12.13: dependencies: - '@babel/types': 7.12.12 + '@babel/types': 7.12.13 dev: true resolution: - integrity: sha512-mm0n5BPjR06wh9mPQaDdXWDoll/j5UpCAPl1x8fS71GHm7HA6Ua2V4ylG1Ju8lvcTOietbPNNPaSilKj+pj+Ag== - /@babel/helper-member-expression-to-functions/7.12.7: + integrity: sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg== + /@babel/helper-member-expression-to-functions/7.12.16: dependencies: - '@babel/types': 7.12.12 + '@babel/types': 7.12.13 dev: true resolution: - integrity: sha512-DCsuPyeWxeHgh1Dus7APn7iza42i/qXqiFPWyBDdOFtvS581JQePsc1F/nD+fHrcswhLlRc2UpYS1NwERxZhHw== - /@babel/helper-module-imports/7.12.5: + integrity: sha512-zYoZC1uvebBFmj1wFAlXwt35JLEgecefATtKp20xalwEK8vHAixLBXTGxNrVGEmTT+gzOThUgr8UEdgtalc1BQ== + /@babel/helper-module-imports/7.12.13: dependencies: - '@babel/types': 7.12.12 + '@babel/types': 7.12.13 dev: true resolution: - integrity: sha512-SR713Ogqg6++uexFRORf/+nPXMmWIn80TALu0uaFb+iQIUoR7bOC7zBWyzBs5b3tBBJXuyD0cRu1F15GyzjOWA== - /@babel/helper-module-transforms/7.12.1: + integrity: sha512-NGmfvRp9Rqxy0uHSSVP+SRIW1q31a7Ji10cLBcqSDUngGentY4FRiHOFZFE1CLU5eiL0oE8reH7Tg1y99TDM/g== + /@babel/helper-module-transforms/7.12.13: dependencies: - '@babel/helper-module-imports': 7.12.5 - '@babel/helper-replace-supers': 7.12.11 - '@babel/helper-simple-access': 7.12.1 - '@babel/helper-split-export-declaration': 7.12.11 + '@babel/helper-module-imports': 7.12.13 + '@babel/helper-replace-supers': 7.12.13 + '@babel/helper-simple-access': 7.12.13 + '@babel/helper-split-export-declaration': 7.12.13 '@babel/helper-validator-identifier': 7.12.11 - '@babel/template': 7.12.7 - '@babel/traverse': 7.12.12 - '@babel/types': 7.12.12 + '@babel/template': 7.12.13 + '@babel/traverse': 7.12.13 + '@babel/types': 7.12.13 lodash: 4.17.20 dev: true resolution: - integrity: sha512-QQzehgFAZ2bbISiCpmVGfiGux8YVFXQ0abBic2Envhej22DVXV9nCFaS5hIQbkyo1AdGb+gNME2TSh3hYJVV/w== - /@babel/helper-optimise-call-expression/7.12.10: + integrity: sha512-acKF7EjqOR67ASIlDTupwkKM1eUisNAjaSduo5Cz+793ikfnpe7p4Q7B7EWU2PCoSTPWsQkR7hRUWEIZPiVLGA== + /@babel/helper-optimise-call-expression/7.12.13: dependencies: - '@babel/types': 7.12.12 + '@babel/types': 7.12.13 dev: true resolution: - integrity: sha512-4tpbU0SrSTjjt65UMWSrUOPZTsgvPgGG4S8QSTNHacKzpS51IVWGDj0yCwyeZND/i+LSN2g/O63jEXEWm49sYQ== - /@babel/helper-plugin-utils/7.10.4: + integrity: sha512-BdWQhoVJkp6nVjB7nkFWcn43dkprYauqtk++Py2eaf/GRDFm5BxRqEIZCiHlZUGAVmtwKcsVL1dC68WmzeFmiA== + /@babel/helper-plugin-utils/7.12.13: dev: true resolution: - integrity: sha512-O4KCvQA6lLiMU9l2eawBPMf1xPP8xPfB3iEQw150hOVTqj/rfXz0ThTb4HEzqQfs2Bmo5Ay8BzxfzVtBrr9dVg== - /@babel/helper-replace-supers/7.12.11: + integrity: sha512-C+10MXCXJLiR6IeG9+Wiejt9jmtFpxUc3MQqCmPY8hfCjyUGl9kT+B2okzEZrtykiwrc4dbCPdDoz0A/HQbDaA== + /@babel/helper-replace-supers/7.12.13: dependencies: - '@babel/helper-member-expression-to-functions': 7.12.7 - '@babel/helper-optimise-call-expression': 7.12.10 - '@babel/traverse': 7.12.12 - '@babel/types': 7.12.12 + '@babel/helper-member-expression-to-functions': 7.12.16 + '@babel/helper-optimise-call-expression': 7.12.13 + '@babel/traverse': 7.12.13 + '@babel/types': 7.12.13 dev: true resolution: - integrity: sha512-q+w1cqmhL7R0FNzth/PLLp2N+scXEK/L2AHbXUyydxp828F4FEa5WcVoqui9vFRiHDQErj9Zof8azP32uGVTRA== - /@babel/helper-simple-access/7.12.1: + integrity: sha512-pctAOIAMVStI2TMLhozPKbf5yTEXc0OJa0eENheb4w09SrgOWEs+P4nTOZYJQCqs8JlErGLDPDJTiGIp3ygbLg== + /@babel/helper-simple-access/7.12.13: dependencies: - '@babel/types': 7.12.12 + '@babel/types': 7.12.13 dev: true resolution: - integrity: sha512-OxBp7pMrjVewSSC8fXDFrHrBcJATOOFssZwv16F3/6Xtc138GHybBfPbm9kfiqQHKhYQrlamWILwlDCeyMFEaA== - /@babel/helper-split-export-declaration/7.12.11: + integrity: sha512-0ski5dyYIHEfwpWGx5GPWhH35j342JaflmCeQmsPWcrOQDtCN6C1zKAVRFVbK53lPW2c9TsuLLSUDf0tIGJ5hA== + /@babel/helper-split-export-declaration/7.12.13: dependencies: - '@babel/types': 7.12.12 + '@babel/types': 7.12.13 dev: true resolution: - integrity: sha512-LsIVN8j48gHgwzfocYUSkO/hjYAOJqlpJEc7tGXcIm4cubjVUf8LGW6eWRyxEu7gA25q02p0rQUWoCI33HNS5g== + integrity: sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg== /@babel/helper-validator-identifier/7.12.11: dev: true resolution: integrity: sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw== - /@babel/helper-validator-option/7.12.11: + /@babel/helper-validator-option/7.12.16: dev: true resolution: - integrity: sha512-TBFCyj939mFSdeX7U7DDj32WtzYY7fDcalgq8v3fBZMNOJQNn7nOYzMaUCiPxPYfCup69mtIpqlKgMZLvQ8Xhw== - /@babel/helpers/7.12.5: + integrity: sha512-uCgsDBPUQDvzr11ePPo4TVEocxj8RXjUVSC/Y8N1YpVAI/XDdUwGJu78xmlGhTxj2ntaWM7n9LQdRtyhOzT2YQ== + /@babel/helpers/7.12.13: dependencies: - '@babel/template': 7.12.7 - '@babel/traverse': 7.12.12 - '@babel/types': 7.12.12 + '@babel/template': 7.12.13 + '@babel/traverse': 7.12.13 + '@babel/types': 7.12.13 dev: true resolution: - integrity: sha512-lgKGMQlKqA8meJqKsW6rUnc4MdUk35Ln0ATDqdM1a/UpARODdI4j5Y5lVfUScnSNkJcdCRAaWkspykNoFg9sJA== - /@babel/highlight/7.10.4: + integrity: sha512-oohVzLRZ3GQEk4Cjhfs9YkJA4TdIDTObdBEZGrd6F/T0GPSnuV6l22eMcxlvcvzVIPH3VTtxbseudM1zIE+rPQ== + /@babel/highlight/7.12.13: dependencies: '@babel/helper-validator-identifier': 7.12.11 chalk: 2.4.2 js-tokens: 4.0.0 dev: true resolution: - integrity: sha512-i6rgnR/YgPEQzZZnbTHHuZdlE8qyoBNalD6F+q4vAFlcMEcqmkoG+mPqJYJCo63qPf74+Y1UZsl3l6f7/RIkmA== - /@babel/parser/7.12.11: + integrity: sha512-kocDQvIbgMKlWxXe9fof3TQ+gkIPOUSEYhJjqUjvKMez3krV7vbzYCDq39Oj11UAVK7JqPVGQPlgE85dPNlQww== + /@babel/parser/7.12.16: dev: true engines: node: '>=6.0.0' hasBin: true resolution: - integrity: sha512-N3UxG+uuF4CMYoNj8AhnbAcJF0PiuJ9KHuy1lQmkYsxTer/MAH9UBNHsBoAX/4s6NvlDD047No8mYVGGzLL4hg== - /@babel/plugin-syntax-jsx/7.12.1_@babel+core@7.12.10: + integrity: sha512-c/+u9cqV6F0+4Hpq01jnJO+GLp2DdT63ppz9Xa+6cHaajM9VFzK/iDXiKK65YtpeVwu+ctfS6iqlMqRgQRzeCw== + /@babel/plugin-syntax-jsx/7.12.13_@babel+core@7.12.16: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-plugin-utils': 7.10.4 + '@babel/core': 7.12.16 + '@babel/helper-plugin-utils': 7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-1yRi7yAtB0ETgxdY9ti/p2TivUxJkTdhu/ZbF9MshVGqOx1TdB3b7xCXs49Fupgg50N45KcAsRP/ZqWjs9SRjg== - /@babel/plugin-syntax-typescript/7.12.1_@babel+core@7.12.10: + integrity: sha512-d4HM23Q1K7oq/SLNmG6mRt85l2csmQ0cHRaxRXjKW0YFdEXqlZ5kzFQKH5Uc3rDJECgu+yCRgPkG04Mm98R/1g== + /@babel/plugin-syntax-typescript/7.12.13_@babel+core@7.12.16: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-plugin-utils': 7.10.4 + '@babel/core': 7.12.16 + '@babel/helper-plugin-utils': 7.12.13 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-UZNEcCY+4Dp9yYRCAHrHDU+9ZXLYaY9MgBXSRLkB9WjYFRR6quJBumfVrEkUxrePPBwFcpWfNKXqVRQQtm7mMA== - /@babel/plugin-transform-typescript/7.12.1_@babel+core@7.12.10: + integrity: sha512-cHP3u1JiUiG2LFDKbXnwVad81GvfyIOmCD6HIEId6ojrY0Drfy2q1jw7BwN7dE84+kTnBjLkXoL3IEy/3JPu2w== + /@babel/plugin-transform-typescript/7.12.16_@babel+core@7.12.16: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-create-class-features-plugin': 7.12.1_@babel+core@7.12.10 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/plugin-syntax-typescript': 7.12.1_@babel+core@7.12.10 + '@babel/core': 7.12.16 + '@babel/helper-create-class-features-plugin': 7.12.16_@babel+core@7.12.16 + '@babel/helper-plugin-utils': 7.12.13 + '@babel/plugin-syntax-typescript': 7.12.13_@babel+core@7.12.16 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-VrsBByqAIntM+EYMqSm59SiMEf7qkmI9dqMt6RbD/wlwueWmYcI0FFK5Fj47pP6DRZm+3teXjosKlwcZJ5lIMw== - /@babel/preset-typescript/7.12.7_@babel+core@7.12.10: + integrity: sha512-88hep+B6dtDOiEqtRzwHp2TYO+CN8nbAV3eh5OpBGPsedug9J6y1JwLKzXRIGGQZDC8NlpxpQMIIxcfIW96Wgw== + /@babel/preset-typescript/7.12.16_@babel+core@7.12.16: dependencies: - '@babel/core': 7.12.10 - '@babel/helper-plugin-utils': 7.10.4 - '@babel/helper-validator-option': 7.12.11 - '@babel/plugin-transform-typescript': 7.12.1_@babel+core@7.12.10 + '@babel/core': 7.12.16 + '@babel/helper-plugin-utils': 7.12.13 + '@babel/helper-validator-option': 7.12.16 + '@babel/plugin-transform-typescript': 7.12.16_@babel+core@7.12.16 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-nOoIqIqBmHBSEgBXWR4Dv/XBehtIFcw9PqZw6rFYuKrzsZmOQm3PR5siLBnKZFEsDb03IegG8nSjU/iXXXYRmw== - /@babel/template/7.12.7: + integrity: sha512-IrYNrpDSuQfNHeqh7gsJsO35xTGyAyGkI1VxOpBEADFtxCqZ77a1RHbJqM3YJhroj7qMkNMkNtcw0lqeZUrzow== + /@babel/template/7.12.13: dependencies: - '@babel/code-frame': 7.12.11 - '@babel/parser': 7.12.11 - '@babel/types': 7.12.12 + '@babel/code-frame': 7.12.13 + '@babel/parser': 7.12.16 + '@babel/types': 7.12.13 dev: true resolution: - integrity: sha512-GkDzmHS6GV7ZeXfJZ0tLRBhZcMcY0/Lnb+eEbXDBfCAcZCjrZKe6p3J4we/D24O9Y8enxWAg1cWwof59yLh2ow== - /@babel/traverse/7.12.12: + integrity: sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA== + /@babel/traverse/7.12.13: dependencies: - '@babel/code-frame': 7.12.11 - '@babel/generator': 7.12.11 - '@babel/helper-function-name': 7.12.11 - '@babel/helper-split-export-declaration': 7.12.11 - '@babel/parser': 7.12.11 - '@babel/types': 7.12.12 + '@babel/code-frame': 7.12.13 + '@babel/generator': 7.12.15 + '@babel/helper-function-name': 7.12.13 + '@babel/helper-split-export-declaration': 7.12.13 + '@babel/parser': 7.12.16 + '@babel/types': 7.12.13 debug: 4.3.1 globals: 11.12.0 lodash: 4.17.20 dev: true resolution: - integrity: sha512-s88i0X0lPy45RrLM8b9mz8RPH5FqO9G9p7ti59cToE44xFm1Q+Pjh5Gq4SXBbtb88X7Uy7pexeqRIQDDMNkL0w== - /@babel/types/7.12.12: + integrity: sha512-3Zb4w7eE/OslI0fTp8c7b286/cQps3+vdLW3UcwC8VSJC6GbKn55aeVVu2QJNuCDoeKyptLOFrPq8WqZZBodyA== + /@babel/types/7.12.13: dependencies: '@babel/helper-validator-identifier': 7.12.11 lodash: 4.17.20 to-fast-properties: 2.0.0 dev: true resolution: - integrity: sha512-lnIX7piTxOH22xE7fDXDbSHg9MM1/6ORnafpJmov5rs0kX5g4BZxeXNJLXsMRiO0U5Rb8/FvMS6xlTnTHvxonQ== + integrity: sha512-oKrdZTld2im1z8bDwTOQvUbxKwE+854zc16qWZQlcTqMN00pWxHQ4ZeOq0yDMnisOpRykH2/5Qqcrk/OlbAjiQ== /ansi-styles/3.2.1: dependencies: color-convert: 1.9.3 @@ -234,24 +234,24 @@ packages: node: '>=4' resolution: integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA== - /babel-plugin-jsx-dom-expressions/0.24.7_@babel+core@7.12.10: + /babel-plugin-jsx-dom-expressions/0.25.4_@babel+core@7.12.16: dependencies: - '@babel/helper-module-imports': 7.12.5 - '@babel/plugin-syntax-jsx': 7.12.1_@babel+core@7.12.10 - '@babel/types': 7.12.12 + '@babel/helper-module-imports': 7.12.13 + '@babel/plugin-syntax-jsx': 7.12.13_@babel+core@7.12.16 + '@babel/types': 7.12.13 dev: true peerDependencies: '@babel/core': '*' resolution: - integrity: sha512-WaBX9z81sL0NDRVjeXr1GhJPkIMbz9GiT42/I6RqouN4y4kf6hEaARbG7NMk6YKOmc31o64fb0mYo3gj78nYmQ== - /babel-preset-solid/0.23.8_@babel+core@7.12.10: + integrity: sha512-0A5NvJfpOZV/6G5Mu5WfEDGJ3nthYgT911BgL8IT4pKBNjOCzdxMu2HaaiQtycVKw7ZB/0BfGnKZnB/tqOIlEw== + /babel-preset-solid/0.24.2_@babel+core@7.12.16: dependencies: - babel-plugin-jsx-dom-expressions: 0.24.7_@babel+core@7.12.10 + babel-plugin-jsx-dom-expressions: 0.25.4_@babel+core@7.12.16 dev: true peerDependencies: '@babel/core': '*' resolution: - integrity: sha512-LhdyOBc2h+Ny9K/eHWVDKQhfH0S0DOTcdRWo0L7jhP660XY2Jl8m2BkWGqsy6AST7SvcnhmoS8T0XHqaEFsGuA== + integrity: sha512-Ihm37tnVvE6BRDQIAunW9bI598L1+a6OwJS2KdZdMEQiX2fM7sVVc7w2wkpw0a5JP8haJQ92jyLL56OYCfEa9w== /chalk/2.4.2: dependencies: ansi-styles: 3.2.1 @@ -295,20 +295,19 @@ packages: optional: true resolution: integrity: sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ== - /esbuild/0.8.34: + /esbuild/0.8.46: dev: true hasBin: true requiresBuild: true resolution: - integrity: sha512-tnr0V1ooakYr1aRLXQLzCn2GVG1kBTW3FWpRyC+NgrR3ntsouVpJOlTOV0BS4YLATx3/c+x3h/uBq9lWJlUAtQ== + integrity: sha512-xck9sXNCNmjDHCCfxTCyhKTiFuEBweh+IDAhMLOJI990v1Fzii6MyIkT1LbkvjgoVgPX2SK1kpi5eZVGNrl8yg== /escape-string-regexp/1.0.5: dev: true engines: node: '>=0.8.0' resolution: integrity: sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= - /fsevents/2.1.3: - deprecated: '"Please update to latest v2.3 or v2.2"' + /fsevents/2.3.2: dev: true engines: node: ^8.16.0 || ^10.6.0 || >=11.0.0 @@ -316,7 +315,7 @@ packages: os: - darwin resolution: - integrity: sha512-Auw9a4AxqWpa9GUfj370BMPzzyncfBABW8Mab7BGWBYDj4Isgq+cDKtx0i6u9jcX9pQDnswsaaOTgTmA5pEjuQ== + integrity: sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA== /function-bind/1.1.1: dev: true resolution: @@ -364,7 +363,7 @@ packages: hasBin: true resolution: integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA== - /json5/2.1.3: + /json5/2.2.0: dependencies: minimist: 1.2.5 dev: true @@ -372,7 +371,7 @@ packages: node: '>=6' hasBin: true resolution: - integrity: sha512-KXPvOm8K9IJKFM0bmdn8QXh7udDh1g/giieX0NLCaMnb4hEiVFqnop2ImTXCc5e0/oHz3LTqmHGtExn5hfMkOA== + integrity: sha512-f+8cldu7X/y7RAJurMEJmdoKXGB/X550w2Nr3tTbezL6RwEE/iMcm+tZnXeoZtKuOq6ft8+CqzEkrIgx1fPoQA== /lodash/4.17.20: dev: true resolution: @@ -396,7 +395,7 @@ packages: dev: true resolution: integrity: sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw== - /postcss/8.2.4: + /postcss/8.2.6: dependencies: colorette: 1.2.1 nanoid: 3.1.20 @@ -405,23 +404,29 @@ packages: engines: node: ^10 || ^12 || >=14 resolution: - integrity: sha512-kRFftRoExRVXZlwUuay9iC824qmXPcQQVzAjbCCgjpXnkdMCJYBu2gTwAaFBzv8ewND6O8xFb3aELmEkh9zTzg== - /resolve/1.19.0: + integrity: sha512-xpB8qYxgPuly166AGlpRjUdEYtmOWx2iCwGmrv4vqZL9YPVviDVPZPRXxnXr6xPZOdxQ9lp3ZBFCRgWJ7LE3Sg== + /resolve.exports/1.0.2: + dev: true + engines: + node: '>=10' + resolution: + integrity: sha512-1+PDdTR3xrGWB/NzXLkzS1+PQlJ+BOR2baBGJSVat4HasiY1mnkyAQws3FUTmBDB79oK54QFaDM8Ig9nUtJwvQ== + /resolve/1.20.0: dependencies: is-core-module: 2.2.0 path-parse: 1.0.6 dev: true resolution: - integrity: sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg== - /rollup/2.38.0: + integrity: sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A== + /rollup/2.39.0: dev: true engines: node: '>=10.0.0' hasBin: true optionalDependencies: - fsevents: 2.1.3 + fsevents: 2.3.2 resolution: - integrity: sha512-ay9zDiNitZK/LNE/EM2+v5CZ7drkB2xyDljvb1fQJCGnq43ZWRkhxN145oV8GmoW1YNi4sA/1Jdkr2LfawJoXw== + integrity: sha512-+WR3bttcq7zE+BntH09UxaW3bQo3vItuYeLsyk4dL2tuwbeSKJuvwiawyhEnvRdRgrII0Uzk00FpctHO/zB1kw== /safe-buffer/5.1.2: dev: true resolution: @@ -431,9 +436,9 @@ packages: hasBin: true resolution: integrity: sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ== - /solid-js/0.23.11: + /solid-js/0.24.7: resolution: - integrity: sha512-AuDF3QWf99MMHkLjHN03OzvH7eyhCVOeMGmvKMb3ScFo5vkSgACN+GJs4K+DcUxx9TMbxMPHqodn4b1meD3sIw== + integrity: sha512-Hi/Kvf3+e+664bBMG5NhZb+0jkWJHvMbWagCDH1AQMODFwoOZABBpUK1xfOhrtHEWMKpIz3fOzg5jOWwd/cdMA== /source-map/0.5.7: dev: true engines: @@ -460,31 +465,32 @@ packages: node: '>=4' resolution: integrity: sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4= - /vite-plugin-solid/0.7.0: + /vite-plugin-solid/1.0.0: dependencies: - '@babel/core': 7.12.10 - '@babel/preset-typescript': 7.12.7_@babel+core@7.12.10 - babel-preset-solid: 0.23.8_@babel+core@7.12.10 - solid-js: 0.23.11 - vite: 2.0.0-beta.44 + '@babel/core': 7.12.16 + '@babel/preset-typescript': 7.12.16_@babel+core@7.12.16 + babel-preset-solid: 0.24.2_@babel+core@7.12.16 + resolve.exports: 1.0.2 + solid-js: 0.24.7 + vite: 2.0.0 dev: true resolution: - integrity: sha512-gU0xb5zFpjIZiCvPpyir5fSBDIUPC2S32NYdJ9x8pbA/W0J/bzfB5yw2DTa7ZQoFXfnkNWZsEdsjkGXhw0aHTw== - /vite/2.0.0-beta.44: + integrity: sha512-3L5nCxTs48Gf5VUDJK96rJacy9Q8EzwhGAnbbktozYKaooAKOAdlg9fwBmg0Cp+6G8UAzlZgHvw3rzN773MsSw== + /vite/2.0.0: dependencies: - esbuild: 0.8.34 - postcss: 8.2.4 - resolve: 1.19.0 - rollup: 2.38.0 + esbuild: 0.8.46 + postcss: 8.2.6 + resolve: 1.20.0 + rollup: 2.39.0 dev: true engines: node: '>=12.0.0' hasBin: true optionalDependencies: - fsevents: 2.1.3 + fsevents: 2.3.2 resolution: - integrity: sha512-NTzmP7HEKDg3J5r3I22f87jK3ugPVEU81BQ8hWn3hNWU0msCziUlj7aHwItSUEbQA+ymqO3TBO2fN7Aa+OKckQ== + integrity: sha512-rNli5g0DaQ6+btlRqkmaR06neWaJGApmt40gocqrYDNi2XoEXYQgKiHSWzMeUgc1Cdva2HduqazaE+RaKjBpdQ== specifiers: - solid-js: ^0.23.11 - vite: ^2.0.0-beta.44 - vite-plugin-solid: ^0.7.0 + solid-js: ^0.24.7 + vite: ^2.0.0 + vite-plugin-solid: ^1.0.0