From eea5bb6c2781a002dc6fb27dd7f7158290beade8 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Sat, 20 Feb 2021 16:46:23 +0100 Subject: [PATCH] :arrow_up: Update depdencies (HMR :tada:) --- js/package.json | 4 +- js/pnpm-lock.yaml | 164 ++++----- js/src/index.jsx | 7 +- ts-minimal/package.json | 4 +- ts-minimal/pnpm-lock.yaml | 164 ++++----- ts-minimal/src/index.tsx | 6 +- ts-tailwind/package.json | 6 +- ts-tailwind/pnpm-lock.yaml | 676 ++++++++----------------------------- ts-tailwind/src/index.tsx | 7 +- ts/package.json | 4 +- ts/pnpm-lock.yaml | 164 ++++----- ts/src/index.tsx | 7 +- 12 files changed, 394 insertions(+), 819 deletions(-) diff --git a/js/package.json b/js/package.json index 52aa8d8..8606e60 100644 --- a/js/package.json +++ b/js/package.json @@ -8,8 +8,8 @@ }, "license": "ISC", "devDependencies": { - "vite": "^2.0.0", - "vite-plugin-solid": "^1.0.0" + "vite": "^2.0.1", + "vite-plugin-solid": "^1.1.0" }, "dependencies": { "solid-js": "^0.24.7" diff --git a/js/pnpm-lock.yaml b/js/pnpm-lock.yaml index 4642e5f..8e78f15 100644 --- a/js/pnpm-lock.yaml +++ b/js/pnpm-lock.yaml @@ -1,8 +1,8 @@ dependencies: solid-js: 0.24.7 devDependencies: - vite: 2.0.0 - vite-plugin-solid: 1.0.0 + vite: 2.0.1 + vite-plugin-solid: 1.1.0 lockfileVersion: 5.2 packages: /@babel/code-frame/7.12.13: @@ -11,16 +11,16 @@ packages: dev: true resolution: integrity: sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g== - /@babel/core/7.12.16: + /@babel/core/7.12.17: dependencies: '@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/generator': 7.12.17 + '@babel/helper-module-transforms': 7.12.17 + '@babel/helpers': 7.12.17 + '@babel/parser': 7.12.17 '@babel/template': 7.12.13 - '@babel/traverse': 7.12.13 - '@babel/types': 7.12.13 + '@babel/traverse': 7.12.17 + '@babel/types': 7.12.17 convert-source-map: 1.7.0 debug: 4.3.1 gensync: 1.0.0-beta.2 @@ -32,20 +32,20 @@ packages: engines: node: '>=6.9.0' resolution: - integrity: sha512-t/hHIB504wWceOeaOoONOhu+gX+hpjfeN6YRBT209X/4sibZQfSF1I0HFRRlBe97UZZosGx5XwUg1ZgNbelmNw== - /@babel/generator/7.12.15: + integrity: sha512-V3CuX1aBywbJvV2yzJScRxeiiw0v2KZZYYE3giywxzFJL13RiyPjaaDwhDnxmgFTTS7FgvM2ijr4QmKNIu0AtQ== + /@babel/generator/7.12.17: dependencies: - '@babel/types': 7.12.13 + '@babel/types': 7.12.17 jsesc: 2.5.2 source-map: 0.5.7 dev: true resolution: - integrity: sha512-6F2xHxBiFXWNSGb7vyCUTBF8RCLY66rS0zEPcP8t/nQyXjha5EuK4z7H5o7fWG8B4M7y6mqVWq1J+1PuwRhecQ== - /@babel/helper-create-class-features-plugin/7.12.16_@babel+core@7.12.16: + integrity: sha512-DSA7ruZrY4WI8VxuS1jWSRezFnghEoYEFrZcw9BizQRmOZiUsiHl59+qEARGPqPikwA/GPTyRCi7isuCK/oyqg== + /@babel/helper-create-class-features-plugin/7.12.17_@babel+core@7.12.17: dependencies: - '@babel/core': 7.12.16 + '@babel/core': 7.12.17 '@babel/helper-function-name': 7.12.13 - '@babel/helper-member-expression-to-functions': 7.12.16 + '@babel/helper-member-expression-to-functions': 7.12.17 '@babel/helper-optimise-call-expression': 7.12.13 '@babel/helper-replace-supers': 7.12.13 '@babel/helper-split-export-declaration': 7.12.13 @@ -53,34 +53,34 @@ packages: peerDependencies: '@babel/core': ^7.0.0 resolution: - integrity: sha512-KbSEj8l9zYkMVHpQqM3wJNxS1d9h3U9vm/uE5tpjMbaj3lTp+0noe3KPsV5dSD9jxKnf9jO9Ip9FX5PKNZCKow== + integrity: sha512-I/nurmTxIxHV0M+rIpfQBF1oN342+yvl2kwZUrQuOClMamHF1w5tknfZubgNOLRoA73SzBFAdFcpb4M9HwOeWQ== /@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 + '@babel/types': 7.12.17 dev: true resolution: integrity: sha512-TZvmPn0UOqmvi5G4vvw0qZTpVptGkB1GL61R6lKvrSdIxGm5Pky7Q3fpKiIkQCAtRCBUwB0PaThlx9vebCDSwA== /@babel/helper-get-function-arity/7.12.13: dependencies: - '@babel/types': 7.12.13 + '@babel/types': 7.12.17 dev: true resolution: integrity: sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg== - /@babel/helper-member-expression-to-functions/7.12.16: + /@babel/helper-member-expression-to-functions/7.12.17: dependencies: - '@babel/types': 7.12.13 + '@babel/types': 7.12.17 dev: true resolution: - integrity: sha512-zYoZC1uvebBFmj1wFAlXwt35JLEgecefATtKp20xalwEK8vHAixLBXTGxNrVGEmTT+gzOThUgr8UEdgtalc1BQ== + integrity: sha512-Bzv4p3ODgS/qpBE0DiJ9qf5WxSmrQ8gVTe8ClMfwwsY2x/rhykxxy3bXzG7AGTnPB2ij37zGJ/Q/6FruxHxsxg== /@babel/helper-module-imports/7.12.13: dependencies: - '@babel/types': 7.12.13 + '@babel/types': 7.12.17 dev: true resolution: integrity: sha512-NGmfvRp9Rqxy0uHSSVP+SRIW1q31a7Ji10cLBcqSDUngGentY4FRiHOFZFE1CLU5eiL0oE8reH7Tg1y99TDM/g== - /@babel/helper-module-transforms/7.12.13: + /@babel/helper-module-transforms/7.12.17: dependencies: '@babel/helper-module-imports': 7.12.13 '@babel/helper-replace-supers': 7.12.13 @@ -88,15 +88,15 @@ packages: '@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 + '@babel/traverse': 7.12.17 + '@babel/types': 7.12.17 lodash: 4.17.20 dev: true resolution: - integrity: sha512-acKF7EjqOR67ASIlDTupwkKM1eUisNAjaSduo5Cz+793ikfnpe7p4Q7B7EWU2PCoSTPWsQkR7hRUWEIZPiVLGA== + integrity: sha512-sFL+p6zOCQMm9vilo06M4VHuTxUAwa6IxgL56Tq1DVtA0ziAGTH1ThmJq7xwPqdQlgAbKX3fb0oZNbtRIyA5KQ== /@babel/helper-optimise-call-expression/7.12.13: dependencies: - '@babel/types': 7.12.13 + '@babel/types': 7.12.17 dev: true resolution: integrity: sha512-BdWQhoVJkp6nVjB7nkFWcn43dkprYauqtk++Py2eaf/GRDFm5BxRqEIZCiHlZUGAVmtwKcsVL1dC68WmzeFmiA== @@ -106,22 +106,22 @@ packages: integrity: sha512-C+10MXCXJLiR6IeG9+Wiejt9jmtFpxUc3MQqCmPY8hfCjyUGl9kT+B2okzEZrtykiwrc4dbCPdDoz0A/HQbDaA== /@babel/helper-replace-supers/7.12.13: dependencies: - '@babel/helper-member-expression-to-functions': 7.12.16 + '@babel/helper-member-expression-to-functions': 7.12.17 '@babel/helper-optimise-call-expression': 7.12.13 - '@babel/traverse': 7.12.13 - '@babel/types': 7.12.13 + '@babel/traverse': 7.12.17 + '@babel/types': 7.12.17 dev: true resolution: integrity: sha512-pctAOIAMVStI2TMLhozPKbf5yTEXc0OJa0eENheb4w09SrgOWEs+P4nTOZYJQCqs8JlErGLDPDJTiGIp3ygbLg== /@babel/helper-simple-access/7.12.13: dependencies: - '@babel/types': 7.12.13 + '@babel/types': 7.12.17 dev: true resolution: integrity: sha512-0ski5dyYIHEfwpWGx5GPWhH35j342JaflmCeQmsPWcrOQDtCN6C1zKAVRFVbK53lPW2c9TsuLLSUDf0tIGJ5hA== /@babel/helper-split-export-declaration/7.12.13: dependencies: - '@babel/types': 7.12.13 + '@babel/types': 7.12.17 dev: true resolution: integrity: sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg== @@ -129,18 +129,18 @@ packages: dev: true resolution: integrity: sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw== - /@babel/helper-validator-option/7.12.16: + /@babel/helper-validator-option/7.12.17: dev: true resolution: - integrity: sha512-uCgsDBPUQDvzr11ePPo4TVEocxj8RXjUVSC/Y8N1YpVAI/XDdUwGJu78xmlGhTxj2ntaWM7n9LQdRtyhOzT2YQ== - /@babel/helpers/7.12.13: + integrity: sha512-TopkMDmLzq8ngChwRlyjR6raKD6gMSae4JdYDB8bByKreQgG0RBTuKe9LRxW3wFtUnjxOPRKBDwEH6Mg5KeDfw== + /@babel/helpers/7.12.17: dependencies: '@babel/template': 7.12.13 - '@babel/traverse': 7.12.13 - '@babel/types': 7.12.13 + '@babel/traverse': 7.12.17 + '@babel/types': 7.12.17 dev: true resolution: - integrity: sha512-oohVzLRZ3GQEk4Cjhfs9YkJA4TdIDTObdBEZGrd6F/T0GPSnuV6l22eMcxlvcvzVIPH3VTtxbseudM1zIE+rPQ== + integrity: sha512-tEpjqSBGt/SFEsFikKds1sLNChKKGGR17flIgQKXH4fG6m9gTgl3gnOC1giHNyaBCSKuTfxaSzHi7UnvqiVKxg== /@babel/highlight/7.12.13: dependencies: '@babel/helper-validator-identifier': 7.12.11 @@ -149,83 +149,83 @@ packages: dev: true resolution: integrity: sha512-kocDQvIbgMKlWxXe9fof3TQ+gkIPOUSEYhJjqUjvKMez3krV7vbzYCDq39Oj11UAVK7JqPVGQPlgE85dPNlQww== - /@babel/parser/7.12.16: + /@babel/parser/7.12.17: dev: true engines: node: '>=6.0.0' hasBin: true resolution: - integrity: sha512-c/+u9cqV6F0+4Hpq01jnJO+GLp2DdT63ppz9Xa+6cHaajM9VFzK/iDXiKK65YtpeVwu+ctfS6iqlMqRgQRzeCw== - /@babel/plugin-syntax-jsx/7.12.13_@babel+core@7.12.16: + integrity: sha512-r1yKkiUTYMQ8LiEI0UcQx5ETw5dpTLn9wijn9hk6KkTtOK95FndDN10M+8/s6k/Ymlbivw0Av9q4SlgF80PtHg== + /@babel/plugin-syntax-jsx/7.12.13_@babel+core@7.12.17: dependencies: - '@babel/core': 7.12.16 + '@babel/core': 7.12.17 '@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.16: + /@babel/plugin-syntax-typescript/7.12.13_@babel+core@7.12.17: dependencies: - '@babel/core': 7.12.16 + '@babel/core': 7.12.17 '@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.16_@babel+core@7.12.16: + /@babel/plugin-transform-typescript/7.12.17_@babel+core@7.12.17: dependencies: - '@babel/core': 7.12.16 - '@babel/helper-create-class-features-plugin': 7.12.16_@babel+core@7.12.16 + '@babel/core': 7.12.17 + '@babel/helper-create-class-features-plugin': 7.12.17_@babel+core@7.12.17 '@babel/helper-plugin-utils': 7.12.13 - '@babel/plugin-syntax-typescript': 7.12.13_@babel+core@7.12.16 + '@babel/plugin-syntax-typescript': 7.12.13_@babel+core@7.12.17 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-88hep+B6dtDOiEqtRzwHp2TYO+CN8nbAV3eh5OpBGPsedug9J6y1JwLKzXRIGGQZDC8NlpxpQMIIxcfIW96Wgw== - /@babel/preset-typescript/7.12.16_@babel+core@7.12.16: + integrity: sha512-1bIYwnhRoetxkFonuZRtDZPFEjl1l5r+3ITkxLC3mlMaFja+GQFo94b/WHEPjqWLU9Bc+W4oFZbvCGe9eYMu1g== + /@babel/preset-typescript/7.12.17_@babel+core@7.12.17: dependencies: - '@babel/core': 7.12.16 + '@babel/core': 7.12.17 '@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 + '@babel/helper-validator-option': 7.12.17 + '@babel/plugin-transform-typescript': 7.12.17_@babel+core@7.12.17 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-IrYNrpDSuQfNHeqh7gsJsO35xTGyAyGkI1VxOpBEADFtxCqZ77a1RHbJqM3YJhroj7qMkNMkNtcw0lqeZUrzow== + integrity: sha512-T513uT4VSThRcmWeqcLkITKJ1oGQho9wfWuhQm10paClQkp1qyd0Wf8mvC8Se7UYssMyRSj4tZYpVTkCmAK/mA== /@babel/template/7.12.13: dependencies: '@babel/code-frame': 7.12.13 - '@babel/parser': 7.12.16 - '@babel/types': 7.12.13 + '@babel/parser': 7.12.17 + '@babel/types': 7.12.17 dev: true resolution: integrity: sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA== - /@babel/traverse/7.12.13: + /@babel/traverse/7.12.17: dependencies: '@babel/code-frame': 7.12.13 - '@babel/generator': 7.12.15 + '@babel/generator': 7.12.17 '@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 + '@babel/parser': 7.12.17 + '@babel/types': 7.12.17 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: + integrity: sha512-LGkTqDqdiwC6Q7fWSwQoas/oyiEYw6Hqjve5KOSykXkmFJFqzvGMb9niaUEag3Rlve492Mkye3gLw9FTv94fdQ== + /@babel/types/7.12.17: 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== + integrity: sha512-tNMDjcv/4DIcHxErTgwB9q2ZcYyN0sUfgGKUK/mm1FJK7Wz+KstoEekxrl/tBiNDgLK1HGi+sppj1An/1DR4fQ== /ansi-styles/3.2.1: dependencies: color-convert: 1.9.3 @@ -234,19 +234,19 @@ packages: node: '>=4' resolution: integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA== - /babel-plugin-jsx-dom-expressions/0.25.4_@babel+core@7.12.16: + /babel-plugin-jsx-dom-expressions/0.25.4_@babel+core@7.12.17: dependencies: '@babel/helper-module-imports': 7.12.13 - '@babel/plugin-syntax-jsx': 7.12.13_@babel+core@7.12.16 - '@babel/types': 7.12.13 + '@babel/plugin-syntax-jsx': 7.12.13_@babel+core@7.12.17 + '@babel/types': 7.12.17 dev: true peerDependencies: '@babel/core': '*' resolution: integrity: sha512-0A5NvJfpOZV/6G5Mu5WfEDGJ3nthYgT911BgL8IT4pKBNjOCzdxMu2HaaiQtycVKw7ZB/0BfGnKZnB/tqOIlEw== - /babel-preset-solid/0.24.2_@babel+core@7.12.16: + /babel-preset-solid/0.24.2_@babel+core@7.12.17: dependencies: - babel-plugin-jsx-dom-expressions: 0.25.4_@babel+core@7.12.16 + babel-plugin-jsx-dom-expressions: 0.25.4_@babel+core@7.12.17 dev: true peerDependencies: '@babel/core': '*' @@ -295,12 +295,12 @@ packages: optional: true resolution: integrity: sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ== - /esbuild/0.8.46: + /esbuild/0.8.49: dev: true hasBin: true requiresBuild: true resolution: - integrity: sha512-xck9sXNCNmjDHCCfxTCyhKTiFuEBweh+IDAhMLOJI990v1Fzii6MyIkT1LbkvjgoVgPX2SK1kpi5eZVGNrl8yg== + integrity: sha512-itiFVYv5UZz4NooO7/Y0bRGVDGz/M/cxKbl6zyNI5pnKaz1mZjvZXAFhhDVz6rGCmcdTKj5oag6rh8DaaSSmfQ== /escape-string-regexp/1.0.5: dev: true engines: @@ -465,20 +465,20 @@ packages: node: '>=4' resolution: integrity: sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4= - /vite-plugin-solid/1.0.0: + /vite-plugin-solid/1.1.0: dependencies: - '@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 + '@babel/core': 7.12.17 + '@babel/preset-typescript': 7.12.17_@babel+core@7.12.17 + babel-preset-solid: 0.24.2_@babel+core@7.12.17 resolve.exports: 1.0.2 solid-js: 0.24.7 - vite: 2.0.0 + vite: 2.0.1 dev: true resolution: - integrity: sha512-3L5nCxTs48Gf5VUDJK96rJacy9Q8EzwhGAnbbktozYKaooAKOAdlg9fwBmg0Cp+6G8UAzlZgHvw3rzN773MsSw== - /vite/2.0.0: + integrity: sha512-km4dZAwL5OE1pwsXYrU/SObuYkJwYoLid3tfsXfDhkKlJ5KYT3+NH0ZNLzIfw1KDIbzt/lCQV2P5h8aSovz3tA== + /vite/2.0.1: dependencies: - esbuild: 0.8.46 + esbuild: 0.8.49 postcss: 8.2.6 resolve: 1.20.0 rollup: 2.39.0 @@ -489,8 +489,8 @@ packages: optionalDependencies: fsevents: 2.3.2 resolution: - integrity: sha512-rNli5g0DaQ6+btlRqkmaR06neWaJGApmt40gocqrYDNi2XoEXYQgKiHSWzMeUgc1Cdva2HduqazaE+RaKjBpdQ== + integrity: sha512-x7ZfikjNs+6n4cdvwb9L5r5xBCdjmtmHFHaI4JVR3nAkJbMCK/dynfDWky8/NseZ9Ncz1jVxTQ/Bcf+n1ps1Ww== specifiers: solid-js: ^0.24.7 - vite: ^2.0.0 - vite-plugin-solid: ^1.0.0 + vite: ^2.0.1 + vite-plugin-solid: ^1.1.0 diff --git a/js/src/index.jsx b/js/src/index.jsx index 209f0f8..220ed09 100644 --- a/js/src/index.jsx +++ b/js/src/index.jsx @@ -3,9 +3,4 @@ import { render } from "solid-js/web"; import "./index.css"; import App from "./App"; -const dispose = render(App, document.getElementById("root")); - -if (import.meta.hot) { - import.meta.hot.accept(); - import.meta.hot.dispose(dispose); -} +render(App, document.getElementById("root")); diff --git a/ts-minimal/package.json b/ts-minimal/package.json index f5070e8..3695ac9 100644 --- a/ts-minimal/package.json +++ b/ts-minimal/package.json @@ -8,8 +8,8 @@ }, "license": "ISC", "devDependencies": { - "vite": "^2.0.0", - "vite-plugin-solid": "^1.0.0" + "vite": "^2.0.1", + "vite-plugin-solid": "^1.1.0" }, "dependencies": { "solid-js": "^0.24.7" diff --git a/ts-minimal/pnpm-lock.yaml b/ts-minimal/pnpm-lock.yaml index 4642e5f..8e78f15 100644 --- a/ts-minimal/pnpm-lock.yaml +++ b/ts-minimal/pnpm-lock.yaml @@ -1,8 +1,8 @@ dependencies: solid-js: 0.24.7 devDependencies: - vite: 2.0.0 - vite-plugin-solid: 1.0.0 + vite: 2.0.1 + vite-plugin-solid: 1.1.0 lockfileVersion: 5.2 packages: /@babel/code-frame/7.12.13: @@ -11,16 +11,16 @@ packages: dev: true resolution: integrity: sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g== - /@babel/core/7.12.16: + /@babel/core/7.12.17: dependencies: '@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/generator': 7.12.17 + '@babel/helper-module-transforms': 7.12.17 + '@babel/helpers': 7.12.17 + '@babel/parser': 7.12.17 '@babel/template': 7.12.13 - '@babel/traverse': 7.12.13 - '@babel/types': 7.12.13 + '@babel/traverse': 7.12.17 + '@babel/types': 7.12.17 convert-source-map: 1.7.0 debug: 4.3.1 gensync: 1.0.0-beta.2 @@ -32,20 +32,20 @@ packages: engines: node: '>=6.9.0' resolution: - integrity: sha512-t/hHIB504wWceOeaOoONOhu+gX+hpjfeN6YRBT209X/4sibZQfSF1I0HFRRlBe97UZZosGx5XwUg1ZgNbelmNw== - /@babel/generator/7.12.15: + integrity: sha512-V3CuX1aBywbJvV2yzJScRxeiiw0v2KZZYYE3giywxzFJL13RiyPjaaDwhDnxmgFTTS7FgvM2ijr4QmKNIu0AtQ== + /@babel/generator/7.12.17: dependencies: - '@babel/types': 7.12.13 + '@babel/types': 7.12.17 jsesc: 2.5.2 source-map: 0.5.7 dev: true resolution: - integrity: sha512-6F2xHxBiFXWNSGb7vyCUTBF8RCLY66rS0zEPcP8t/nQyXjha5EuK4z7H5o7fWG8B4M7y6mqVWq1J+1PuwRhecQ== - /@babel/helper-create-class-features-plugin/7.12.16_@babel+core@7.12.16: + integrity: sha512-DSA7ruZrY4WI8VxuS1jWSRezFnghEoYEFrZcw9BizQRmOZiUsiHl59+qEARGPqPikwA/GPTyRCi7isuCK/oyqg== + /@babel/helper-create-class-features-plugin/7.12.17_@babel+core@7.12.17: dependencies: - '@babel/core': 7.12.16 + '@babel/core': 7.12.17 '@babel/helper-function-name': 7.12.13 - '@babel/helper-member-expression-to-functions': 7.12.16 + '@babel/helper-member-expression-to-functions': 7.12.17 '@babel/helper-optimise-call-expression': 7.12.13 '@babel/helper-replace-supers': 7.12.13 '@babel/helper-split-export-declaration': 7.12.13 @@ -53,34 +53,34 @@ packages: peerDependencies: '@babel/core': ^7.0.0 resolution: - integrity: sha512-KbSEj8l9zYkMVHpQqM3wJNxS1d9h3U9vm/uE5tpjMbaj3lTp+0noe3KPsV5dSD9jxKnf9jO9Ip9FX5PKNZCKow== + integrity: sha512-I/nurmTxIxHV0M+rIpfQBF1oN342+yvl2kwZUrQuOClMamHF1w5tknfZubgNOLRoA73SzBFAdFcpb4M9HwOeWQ== /@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 + '@babel/types': 7.12.17 dev: true resolution: integrity: sha512-TZvmPn0UOqmvi5G4vvw0qZTpVptGkB1GL61R6lKvrSdIxGm5Pky7Q3fpKiIkQCAtRCBUwB0PaThlx9vebCDSwA== /@babel/helper-get-function-arity/7.12.13: dependencies: - '@babel/types': 7.12.13 + '@babel/types': 7.12.17 dev: true resolution: integrity: sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg== - /@babel/helper-member-expression-to-functions/7.12.16: + /@babel/helper-member-expression-to-functions/7.12.17: dependencies: - '@babel/types': 7.12.13 + '@babel/types': 7.12.17 dev: true resolution: - integrity: sha512-zYoZC1uvebBFmj1wFAlXwt35JLEgecefATtKp20xalwEK8vHAixLBXTGxNrVGEmTT+gzOThUgr8UEdgtalc1BQ== + integrity: sha512-Bzv4p3ODgS/qpBE0DiJ9qf5WxSmrQ8gVTe8ClMfwwsY2x/rhykxxy3bXzG7AGTnPB2ij37zGJ/Q/6FruxHxsxg== /@babel/helper-module-imports/7.12.13: dependencies: - '@babel/types': 7.12.13 + '@babel/types': 7.12.17 dev: true resolution: integrity: sha512-NGmfvRp9Rqxy0uHSSVP+SRIW1q31a7Ji10cLBcqSDUngGentY4FRiHOFZFE1CLU5eiL0oE8reH7Tg1y99TDM/g== - /@babel/helper-module-transforms/7.12.13: + /@babel/helper-module-transforms/7.12.17: dependencies: '@babel/helper-module-imports': 7.12.13 '@babel/helper-replace-supers': 7.12.13 @@ -88,15 +88,15 @@ packages: '@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 + '@babel/traverse': 7.12.17 + '@babel/types': 7.12.17 lodash: 4.17.20 dev: true resolution: - integrity: sha512-acKF7EjqOR67ASIlDTupwkKM1eUisNAjaSduo5Cz+793ikfnpe7p4Q7B7EWU2PCoSTPWsQkR7hRUWEIZPiVLGA== + integrity: sha512-sFL+p6zOCQMm9vilo06M4VHuTxUAwa6IxgL56Tq1DVtA0ziAGTH1ThmJq7xwPqdQlgAbKX3fb0oZNbtRIyA5KQ== /@babel/helper-optimise-call-expression/7.12.13: dependencies: - '@babel/types': 7.12.13 + '@babel/types': 7.12.17 dev: true resolution: integrity: sha512-BdWQhoVJkp6nVjB7nkFWcn43dkprYauqtk++Py2eaf/GRDFm5BxRqEIZCiHlZUGAVmtwKcsVL1dC68WmzeFmiA== @@ -106,22 +106,22 @@ packages: integrity: sha512-C+10MXCXJLiR6IeG9+Wiejt9jmtFpxUc3MQqCmPY8hfCjyUGl9kT+B2okzEZrtykiwrc4dbCPdDoz0A/HQbDaA== /@babel/helper-replace-supers/7.12.13: dependencies: - '@babel/helper-member-expression-to-functions': 7.12.16 + '@babel/helper-member-expression-to-functions': 7.12.17 '@babel/helper-optimise-call-expression': 7.12.13 - '@babel/traverse': 7.12.13 - '@babel/types': 7.12.13 + '@babel/traverse': 7.12.17 + '@babel/types': 7.12.17 dev: true resolution: integrity: sha512-pctAOIAMVStI2TMLhozPKbf5yTEXc0OJa0eENheb4w09SrgOWEs+P4nTOZYJQCqs8JlErGLDPDJTiGIp3ygbLg== /@babel/helper-simple-access/7.12.13: dependencies: - '@babel/types': 7.12.13 + '@babel/types': 7.12.17 dev: true resolution: integrity: sha512-0ski5dyYIHEfwpWGx5GPWhH35j342JaflmCeQmsPWcrOQDtCN6C1zKAVRFVbK53lPW2c9TsuLLSUDf0tIGJ5hA== /@babel/helper-split-export-declaration/7.12.13: dependencies: - '@babel/types': 7.12.13 + '@babel/types': 7.12.17 dev: true resolution: integrity: sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg== @@ -129,18 +129,18 @@ packages: dev: true resolution: integrity: sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw== - /@babel/helper-validator-option/7.12.16: + /@babel/helper-validator-option/7.12.17: dev: true resolution: - integrity: sha512-uCgsDBPUQDvzr11ePPo4TVEocxj8RXjUVSC/Y8N1YpVAI/XDdUwGJu78xmlGhTxj2ntaWM7n9LQdRtyhOzT2YQ== - /@babel/helpers/7.12.13: + integrity: sha512-TopkMDmLzq8ngChwRlyjR6raKD6gMSae4JdYDB8bByKreQgG0RBTuKe9LRxW3wFtUnjxOPRKBDwEH6Mg5KeDfw== + /@babel/helpers/7.12.17: dependencies: '@babel/template': 7.12.13 - '@babel/traverse': 7.12.13 - '@babel/types': 7.12.13 + '@babel/traverse': 7.12.17 + '@babel/types': 7.12.17 dev: true resolution: - integrity: sha512-oohVzLRZ3GQEk4Cjhfs9YkJA4TdIDTObdBEZGrd6F/T0GPSnuV6l22eMcxlvcvzVIPH3VTtxbseudM1zIE+rPQ== + integrity: sha512-tEpjqSBGt/SFEsFikKds1sLNChKKGGR17flIgQKXH4fG6m9gTgl3gnOC1giHNyaBCSKuTfxaSzHi7UnvqiVKxg== /@babel/highlight/7.12.13: dependencies: '@babel/helper-validator-identifier': 7.12.11 @@ -149,83 +149,83 @@ packages: dev: true resolution: integrity: sha512-kocDQvIbgMKlWxXe9fof3TQ+gkIPOUSEYhJjqUjvKMez3krV7vbzYCDq39Oj11UAVK7JqPVGQPlgE85dPNlQww== - /@babel/parser/7.12.16: + /@babel/parser/7.12.17: dev: true engines: node: '>=6.0.0' hasBin: true resolution: - integrity: sha512-c/+u9cqV6F0+4Hpq01jnJO+GLp2DdT63ppz9Xa+6cHaajM9VFzK/iDXiKK65YtpeVwu+ctfS6iqlMqRgQRzeCw== - /@babel/plugin-syntax-jsx/7.12.13_@babel+core@7.12.16: + integrity: sha512-r1yKkiUTYMQ8LiEI0UcQx5ETw5dpTLn9wijn9hk6KkTtOK95FndDN10M+8/s6k/Ymlbivw0Av9q4SlgF80PtHg== + /@babel/plugin-syntax-jsx/7.12.13_@babel+core@7.12.17: dependencies: - '@babel/core': 7.12.16 + '@babel/core': 7.12.17 '@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.16: + /@babel/plugin-syntax-typescript/7.12.13_@babel+core@7.12.17: dependencies: - '@babel/core': 7.12.16 + '@babel/core': 7.12.17 '@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.16_@babel+core@7.12.16: + /@babel/plugin-transform-typescript/7.12.17_@babel+core@7.12.17: dependencies: - '@babel/core': 7.12.16 - '@babel/helper-create-class-features-plugin': 7.12.16_@babel+core@7.12.16 + '@babel/core': 7.12.17 + '@babel/helper-create-class-features-plugin': 7.12.17_@babel+core@7.12.17 '@babel/helper-plugin-utils': 7.12.13 - '@babel/plugin-syntax-typescript': 7.12.13_@babel+core@7.12.16 + '@babel/plugin-syntax-typescript': 7.12.13_@babel+core@7.12.17 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-88hep+B6dtDOiEqtRzwHp2TYO+CN8nbAV3eh5OpBGPsedug9J6y1JwLKzXRIGGQZDC8NlpxpQMIIxcfIW96Wgw== - /@babel/preset-typescript/7.12.16_@babel+core@7.12.16: + integrity: sha512-1bIYwnhRoetxkFonuZRtDZPFEjl1l5r+3ITkxLC3mlMaFja+GQFo94b/WHEPjqWLU9Bc+W4oFZbvCGe9eYMu1g== + /@babel/preset-typescript/7.12.17_@babel+core@7.12.17: dependencies: - '@babel/core': 7.12.16 + '@babel/core': 7.12.17 '@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 + '@babel/helper-validator-option': 7.12.17 + '@babel/plugin-transform-typescript': 7.12.17_@babel+core@7.12.17 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-IrYNrpDSuQfNHeqh7gsJsO35xTGyAyGkI1VxOpBEADFtxCqZ77a1RHbJqM3YJhroj7qMkNMkNtcw0lqeZUrzow== + integrity: sha512-T513uT4VSThRcmWeqcLkITKJ1oGQho9wfWuhQm10paClQkp1qyd0Wf8mvC8Se7UYssMyRSj4tZYpVTkCmAK/mA== /@babel/template/7.12.13: dependencies: '@babel/code-frame': 7.12.13 - '@babel/parser': 7.12.16 - '@babel/types': 7.12.13 + '@babel/parser': 7.12.17 + '@babel/types': 7.12.17 dev: true resolution: integrity: sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA== - /@babel/traverse/7.12.13: + /@babel/traverse/7.12.17: dependencies: '@babel/code-frame': 7.12.13 - '@babel/generator': 7.12.15 + '@babel/generator': 7.12.17 '@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 + '@babel/parser': 7.12.17 + '@babel/types': 7.12.17 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: + integrity: sha512-LGkTqDqdiwC6Q7fWSwQoas/oyiEYw6Hqjve5KOSykXkmFJFqzvGMb9niaUEag3Rlve492Mkye3gLw9FTv94fdQ== + /@babel/types/7.12.17: 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== + integrity: sha512-tNMDjcv/4DIcHxErTgwB9q2ZcYyN0sUfgGKUK/mm1FJK7Wz+KstoEekxrl/tBiNDgLK1HGi+sppj1An/1DR4fQ== /ansi-styles/3.2.1: dependencies: color-convert: 1.9.3 @@ -234,19 +234,19 @@ packages: node: '>=4' resolution: integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA== - /babel-plugin-jsx-dom-expressions/0.25.4_@babel+core@7.12.16: + /babel-plugin-jsx-dom-expressions/0.25.4_@babel+core@7.12.17: dependencies: '@babel/helper-module-imports': 7.12.13 - '@babel/plugin-syntax-jsx': 7.12.13_@babel+core@7.12.16 - '@babel/types': 7.12.13 + '@babel/plugin-syntax-jsx': 7.12.13_@babel+core@7.12.17 + '@babel/types': 7.12.17 dev: true peerDependencies: '@babel/core': '*' resolution: integrity: sha512-0A5NvJfpOZV/6G5Mu5WfEDGJ3nthYgT911BgL8IT4pKBNjOCzdxMu2HaaiQtycVKw7ZB/0BfGnKZnB/tqOIlEw== - /babel-preset-solid/0.24.2_@babel+core@7.12.16: + /babel-preset-solid/0.24.2_@babel+core@7.12.17: dependencies: - babel-plugin-jsx-dom-expressions: 0.25.4_@babel+core@7.12.16 + babel-plugin-jsx-dom-expressions: 0.25.4_@babel+core@7.12.17 dev: true peerDependencies: '@babel/core': '*' @@ -295,12 +295,12 @@ packages: optional: true resolution: integrity: sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ== - /esbuild/0.8.46: + /esbuild/0.8.49: dev: true hasBin: true requiresBuild: true resolution: - integrity: sha512-xck9sXNCNmjDHCCfxTCyhKTiFuEBweh+IDAhMLOJI990v1Fzii6MyIkT1LbkvjgoVgPX2SK1kpi5eZVGNrl8yg== + integrity: sha512-itiFVYv5UZz4NooO7/Y0bRGVDGz/M/cxKbl6zyNI5pnKaz1mZjvZXAFhhDVz6rGCmcdTKj5oag6rh8DaaSSmfQ== /escape-string-regexp/1.0.5: dev: true engines: @@ -465,20 +465,20 @@ packages: node: '>=4' resolution: integrity: sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4= - /vite-plugin-solid/1.0.0: + /vite-plugin-solid/1.1.0: dependencies: - '@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 + '@babel/core': 7.12.17 + '@babel/preset-typescript': 7.12.17_@babel+core@7.12.17 + babel-preset-solid: 0.24.2_@babel+core@7.12.17 resolve.exports: 1.0.2 solid-js: 0.24.7 - vite: 2.0.0 + vite: 2.0.1 dev: true resolution: - integrity: sha512-3L5nCxTs48Gf5VUDJK96rJacy9Q8EzwhGAnbbktozYKaooAKOAdlg9fwBmg0Cp+6G8UAzlZgHvw3rzN773MsSw== - /vite/2.0.0: + integrity: sha512-km4dZAwL5OE1pwsXYrU/SObuYkJwYoLid3tfsXfDhkKlJ5KYT3+NH0ZNLzIfw1KDIbzt/lCQV2P5h8aSovz3tA== + /vite/2.0.1: dependencies: - esbuild: 0.8.46 + esbuild: 0.8.49 postcss: 8.2.6 resolve: 1.20.0 rollup: 2.39.0 @@ -489,8 +489,8 @@ packages: optionalDependencies: fsevents: 2.3.2 resolution: - integrity: sha512-rNli5g0DaQ6+btlRqkmaR06neWaJGApmt40gocqrYDNi2XoEXYQgKiHSWzMeUgc1Cdva2HduqazaE+RaKjBpdQ== + integrity: sha512-x7ZfikjNs+6n4cdvwb9L5r5xBCdjmtmHFHaI4JVR3nAkJbMCK/dynfDWky8/NseZ9Ncz1jVxTQ/Bcf+n1ps1Ww== specifiers: solid-js: ^0.24.7 - vite: ^2.0.0 - vite-plugin-solid: ^1.0.0 + vite: ^2.0.1 + vite-plugin-solid: ^1.1.0 diff --git a/ts-minimal/src/index.tsx b/ts-minimal/src/index.tsx index c103f5f..cef9cfe 100644 --- a/ts-minimal/src/index.tsx +++ b/ts-minimal/src/index.tsx @@ -2,9 +2,5 @@ import { render } from "solid-js/web"; import App from "./App"; -const dispose = render(() => , document.getElementById("root")); +render(() => , document.getElementById("root")); -if (import.meta.hot) { - import.meta.hot.accept(); - import.meta.hot.dispose(dispose); -} diff --git a/ts-tailwind/package.json b/ts-tailwind/package.json index 18bee42..866078e 100644 --- a/ts-tailwind/package.json +++ b/ts-tailwind/package.json @@ -8,9 +8,9 @@ }, "license": "ISC", "devDependencies": { - "vite": "^2.0.0", - "vite-plugin-solid": "^1.0.0", - "vite-plugin-windicss": "^0.2.2" + "vite": "^2.0.1", + "vite-plugin-solid": "^1.1.0", + "vite-plugin-windicss": "^0.4.3" }, "dependencies": { "solid-js": "^0.24.7" diff --git a/ts-tailwind/pnpm-lock.yaml b/ts-tailwind/pnpm-lock.yaml index 156c07b..faaf849 100644 --- a/ts-tailwind/pnpm-lock.yaml +++ b/ts-tailwind/pnpm-lock.yaml @@ -1,11 +1,9 @@ dependencies: solid-js: 0.24.7 devDependencies: - 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 + vite: 2.0.1 + vite-plugin-solid: 1.1.0 + vite-plugin-windicss: 0.4.3_vite@2.0.1 lockfileVersion: 5.2 packages: /@babel/code-frame/7.12.13: @@ -14,16 +12,16 @@ packages: dev: true resolution: integrity: sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g== - /@babel/core/7.12.16: + /@babel/core/7.12.17: dependencies: '@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/generator': 7.12.17 + '@babel/helper-module-transforms': 7.12.17 + '@babel/helpers': 7.12.17 + '@babel/parser': 7.12.17 '@babel/template': 7.12.13 - '@babel/traverse': 7.12.13 - '@babel/types': 7.12.13 + '@babel/traverse': 7.12.17 + '@babel/types': 7.12.17 convert-source-map: 1.7.0 debug: 4.3.1 gensync: 1.0.0-beta.2 @@ -35,20 +33,20 @@ packages: engines: node: '>=6.9.0' resolution: - integrity: sha512-t/hHIB504wWceOeaOoONOhu+gX+hpjfeN6YRBT209X/4sibZQfSF1I0HFRRlBe97UZZosGx5XwUg1ZgNbelmNw== - /@babel/generator/7.12.15: + integrity: sha512-V3CuX1aBywbJvV2yzJScRxeiiw0v2KZZYYE3giywxzFJL13RiyPjaaDwhDnxmgFTTS7FgvM2ijr4QmKNIu0AtQ== + /@babel/generator/7.12.17: dependencies: - '@babel/types': 7.12.13 + '@babel/types': 7.12.17 jsesc: 2.5.2 source-map: 0.5.7 dev: true resolution: - integrity: sha512-6F2xHxBiFXWNSGb7vyCUTBF8RCLY66rS0zEPcP8t/nQyXjha5EuK4z7H5o7fWG8B4M7y6mqVWq1J+1PuwRhecQ== - /@babel/helper-create-class-features-plugin/7.12.16_@babel+core@7.12.16: + integrity: sha512-DSA7ruZrY4WI8VxuS1jWSRezFnghEoYEFrZcw9BizQRmOZiUsiHl59+qEARGPqPikwA/GPTyRCi7isuCK/oyqg== + /@babel/helper-create-class-features-plugin/7.12.17_@babel+core@7.12.17: dependencies: - '@babel/core': 7.12.16 + '@babel/core': 7.12.17 '@babel/helper-function-name': 7.12.13 - '@babel/helper-member-expression-to-functions': 7.12.16 + '@babel/helper-member-expression-to-functions': 7.12.17 '@babel/helper-optimise-call-expression': 7.12.13 '@babel/helper-replace-supers': 7.12.13 '@babel/helper-split-export-declaration': 7.12.13 @@ -56,34 +54,34 @@ packages: peerDependencies: '@babel/core': ^7.0.0 resolution: - integrity: sha512-KbSEj8l9zYkMVHpQqM3wJNxS1d9h3U9vm/uE5tpjMbaj3lTp+0noe3KPsV5dSD9jxKnf9jO9Ip9FX5PKNZCKow== + integrity: sha512-I/nurmTxIxHV0M+rIpfQBF1oN342+yvl2kwZUrQuOClMamHF1w5tknfZubgNOLRoA73SzBFAdFcpb4M9HwOeWQ== /@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 + '@babel/types': 7.12.17 dev: true resolution: integrity: sha512-TZvmPn0UOqmvi5G4vvw0qZTpVptGkB1GL61R6lKvrSdIxGm5Pky7Q3fpKiIkQCAtRCBUwB0PaThlx9vebCDSwA== /@babel/helper-get-function-arity/7.12.13: dependencies: - '@babel/types': 7.12.13 + '@babel/types': 7.12.17 dev: true resolution: integrity: sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg== - /@babel/helper-member-expression-to-functions/7.12.16: + /@babel/helper-member-expression-to-functions/7.12.17: dependencies: - '@babel/types': 7.12.13 + '@babel/types': 7.12.17 dev: true resolution: - integrity: sha512-zYoZC1uvebBFmj1wFAlXwt35JLEgecefATtKp20xalwEK8vHAixLBXTGxNrVGEmTT+gzOThUgr8UEdgtalc1BQ== + integrity: sha512-Bzv4p3ODgS/qpBE0DiJ9qf5WxSmrQ8gVTe8ClMfwwsY2x/rhykxxy3bXzG7AGTnPB2ij37zGJ/Q/6FruxHxsxg== /@babel/helper-module-imports/7.12.13: dependencies: - '@babel/types': 7.12.13 + '@babel/types': 7.12.17 dev: true resolution: integrity: sha512-NGmfvRp9Rqxy0uHSSVP+SRIW1q31a7Ji10cLBcqSDUngGentY4FRiHOFZFE1CLU5eiL0oE8reH7Tg1y99TDM/g== - /@babel/helper-module-transforms/7.12.13: + /@babel/helper-module-transforms/7.12.17: dependencies: '@babel/helper-module-imports': 7.12.13 '@babel/helper-replace-supers': 7.12.13 @@ -91,15 +89,15 @@ packages: '@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 + '@babel/traverse': 7.12.17 + '@babel/types': 7.12.17 lodash: 4.17.20 dev: true resolution: - integrity: sha512-acKF7EjqOR67ASIlDTupwkKM1eUisNAjaSduo5Cz+793ikfnpe7p4Q7B7EWU2PCoSTPWsQkR7hRUWEIZPiVLGA== + integrity: sha512-sFL+p6zOCQMm9vilo06M4VHuTxUAwa6IxgL56Tq1DVtA0ziAGTH1ThmJq7xwPqdQlgAbKX3fb0oZNbtRIyA5KQ== /@babel/helper-optimise-call-expression/7.12.13: dependencies: - '@babel/types': 7.12.13 + '@babel/types': 7.12.17 dev: true resolution: integrity: sha512-BdWQhoVJkp6nVjB7nkFWcn43dkprYauqtk++Py2eaf/GRDFm5BxRqEIZCiHlZUGAVmtwKcsVL1dC68WmzeFmiA== @@ -109,22 +107,22 @@ packages: integrity: sha512-C+10MXCXJLiR6IeG9+Wiejt9jmtFpxUc3MQqCmPY8hfCjyUGl9kT+B2okzEZrtykiwrc4dbCPdDoz0A/HQbDaA== /@babel/helper-replace-supers/7.12.13: dependencies: - '@babel/helper-member-expression-to-functions': 7.12.16 + '@babel/helper-member-expression-to-functions': 7.12.17 '@babel/helper-optimise-call-expression': 7.12.13 - '@babel/traverse': 7.12.13 - '@babel/types': 7.12.13 + '@babel/traverse': 7.12.17 + '@babel/types': 7.12.17 dev: true resolution: integrity: sha512-pctAOIAMVStI2TMLhozPKbf5yTEXc0OJa0eENheb4w09SrgOWEs+P4nTOZYJQCqs8JlErGLDPDJTiGIp3ygbLg== /@babel/helper-simple-access/7.12.13: dependencies: - '@babel/types': 7.12.13 + '@babel/types': 7.12.17 dev: true resolution: integrity: sha512-0ski5dyYIHEfwpWGx5GPWhH35j342JaflmCeQmsPWcrOQDtCN6C1zKAVRFVbK53lPW2c9TsuLLSUDf0tIGJ5hA== /@babel/helper-split-export-declaration/7.12.13: dependencies: - '@babel/types': 7.12.13 + '@babel/types': 7.12.17 dev: true resolution: integrity: sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg== @@ -132,18 +130,18 @@ packages: dev: true resolution: integrity: sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw== - /@babel/helper-validator-option/7.12.16: + /@babel/helper-validator-option/7.12.17: dev: true resolution: - integrity: sha512-uCgsDBPUQDvzr11ePPo4TVEocxj8RXjUVSC/Y8N1YpVAI/XDdUwGJu78xmlGhTxj2ntaWM7n9LQdRtyhOzT2YQ== - /@babel/helpers/7.12.13: + integrity: sha512-TopkMDmLzq8ngChwRlyjR6raKD6gMSae4JdYDB8bByKreQgG0RBTuKe9LRxW3wFtUnjxOPRKBDwEH6Mg5KeDfw== + /@babel/helpers/7.12.17: dependencies: '@babel/template': 7.12.13 - '@babel/traverse': 7.12.13 - '@babel/types': 7.12.13 + '@babel/traverse': 7.12.17 + '@babel/types': 7.12.17 dev: true resolution: - integrity: sha512-oohVzLRZ3GQEk4Cjhfs9YkJA4TdIDTObdBEZGrd6F/T0GPSnuV6l22eMcxlvcvzVIPH3VTtxbseudM1zIE+rPQ== + integrity: sha512-tEpjqSBGt/SFEsFikKds1sLNChKKGGR17flIgQKXH4fG6m9gTgl3gnOC1giHNyaBCSKuTfxaSzHi7UnvqiVKxg== /@babel/highlight/7.12.13: dependencies: '@babel/helper-validator-identifier': 7.12.11 @@ -152,89 +150,83 @@ packages: dev: true resolution: integrity: sha512-kocDQvIbgMKlWxXe9fof3TQ+gkIPOUSEYhJjqUjvKMez3krV7vbzYCDq39Oj11UAVK7JqPVGQPlgE85dPNlQww== - /@babel/parser/7.12.16: + /@babel/parser/7.12.17: dev: true engines: node: '>=6.0.0' hasBin: true resolution: - integrity: sha512-c/+u9cqV6F0+4Hpq01jnJO+GLp2DdT63ppz9Xa+6cHaajM9VFzK/iDXiKK65YtpeVwu+ctfS6iqlMqRgQRzeCw== - /@babel/plugin-syntax-jsx/7.12.13_@babel+core@7.12.16: + integrity: sha512-r1yKkiUTYMQ8LiEI0UcQx5ETw5dpTLn9wijn9hk6KkTtOK95FndDN10M+8/s6k/Ymlbivw0Av9q4SlgF80PtHg== + /@babel/plugin-syntax-jsx/7.12.13_@babel+core@7.12.17: dependencies: - '@babel/core': 7.12.16 + '@babel/core': 7.12.17 '@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.16: + /@babel/plugin-syntax-typescript/7.12.13_@babel+core@7.12.17: dependencies: - '@babel/core': 7.12.16 + '@babel/core': 7.12.17 '@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.16_@babel+core@7.12.16: + /@babel/plugin-transform-typescript/7.12.17_@babel+core@7.12.17: dependencies: - '@babel/core': 7.12.16 - '@babel/helper-create-class-features-plugin': 7.12.16_@babel+core@7.12.16 + '@babel/core': 7.12.17 + '@babel/helper-create-class-features-plugin': 7.12.17_@babel+core@7.12.17 '@babel/helper-plugin-utils': 7.12.13 - '@babel/plugin-syntax-typescript': 7.12.13_@babel+core@7.12.16 + '@babel/plugin-syntax-typescript': 7.12.13_@babel+core@7.12.17 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-88hep+B6dtDOiEqtRzwHp2TYO+CN8nbAV3eh5OpBGPsedug9J6y1JwLKzXRIGGQZDC8NlpxpQMIIxcfIW96Wgw== - /@babel/preset-typescript/7.12.16_@babel+core@7.12.16: + integrity: sha512-1bIYwnhRoetxkFonuZRtDZPFEjl1l5r+3ITkxLC3mlMaFja+GQFo94b/WHEPjqWLU9Bc+W4oFZbvCGe9eYMu1g== + /@babel/preset-typescript/7.12.17_@babel+core@7.12.17: dependencies: - '@babel/core': 7.12.16 + '@babel/core': 7.12.17 '@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 + '@babel/helper-validator-option': 7.12.17 + '@babel/plugin-transform-typescript': 7.12.17_@babel+core@7.12.17 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-IrYNrpDSuQfNHeqh7gsJsO35xTGyAyGkI1VxOpBEADFtxCqZ77a1RHbJqM3YJhroj7qMkNMkNtcw0lqeZUrzow== + integrity: sha512-T513uT4VSThRcmWeqcLkITKJ1oGQho9wfWuhQm10paClQkp1qyd0Wf8mvC8Se7UYssMyRSj4tZYpVTkCmAK/mA== /@babel/template/7.12.13: dependencies: '@babel/code-frame': 7.12.13 - '@babel/parser': 7.12.16 - '@babel/types': 7.12.13 + '@babel/parser': 7.12.17 + '@babel/types': 7.12.17 dev: true resolution: integrity: sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA== - /@babel/traverse/7.12.13: + /@babel/traverse/7.12.17: dependencies: '@babel/code-frame': 7.12.13 - '@babel/generator': 7.12.15 + '@babel/generator': 7.12.17 '@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 + '@babel/parser': 7.12.17 + '@babel/types': 7.12.17 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: + integrity: sha512-LGkTqDqdiwC6Q7fWSwQoas/oyiEYw6Hqjve5KOSykXkmFJFqzvGMb9niaUEag3Rlve492Mkye3gLw9FTv94fdQ== + /@babel/types/7.12.17: 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== + integrity: sha512-tNMDjcv/4DIcHxErTgwB9q2ZcYyN0sUfgGKUK/mm1FJK7Wz+KstoEekxrl/tBiNDgLK1HGi+sppj1An/1DR4fQ== /@nodelib/fs.scandir/2.1.4: dependencies: '@nodelib/fs.stat': 2.0.4 @@ -259,27 +251,16 @@ packages: node: '>= 8' resolution: integrity: sha512-8Broas6vTtW4GIXTAHDoE32hnN2M5ykgCpWGbuXHQ15vEMqr23pB76e/GZcYsZCHALv50ktd24qhEyKr6wBtow== - /acorn-node/1.8.2: + /@windicss/plugin-utils/0.4.3: dependencies: - acorn: 7.4.1 - acorn-walk: 7.2.0 - xtend: 4.0.2 + esbuild: 0.8.49 + esbuild-register: 2.0.0_esbuild@0.8.49 + fast-glob: 3.2.5 + micromatch: 4.0.2 + windicss: 2.1.15 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== + integrity: sha512-ilddLED+sZQIA9rOwE5eYwdBEBWKREvAVkkiAOOTNf7oDcP/a1cxT3f/nE4tgfhz+MC/FKcy7NkfrqfXRdEQaQ== /ansi-styles/3.2.1: dependencies: color-convert: 1.9.3 @@ -288,65 +269,24 @@ packages: 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.30001187 - 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.4_@babel+core@7.12.16: + /babel-plugin-jsx-dom-expressions/0.25.4_@babel+core@7.12.17: dependencies: '@babel/helper-module-imports': 7.12.13 - '@babel/plugin-syntax-jsx': 7.12.13_@babel+core@7.12.16 - '@babel/types': 7.12.13 + '@babel/plugin-syntax-jsx': 7.12.13_@babel+core@7.12.17 + '@babel/types': 7.12.17 dev: true peerDependencies: '@babel/core': '*' resolution: integrity: sha512-0A5NvJfpOZV/6G5Mu5WfEDGJ3nthYgT911BgL8IT4pKBNjOCzdxMu2HaaiQtycVKw7ZB/0BfGnKZnB/tqOIlEw== - /babel-preset-solid/0.24.2_@babel+core@7.12.16: + /babel-preset-solid/0.24.2_@babel+core@7.12.17: dependencies: - babel-plugin-jsx-dom-expressions: 0.25.4_@babel+core@7.12.16 + babel-plugin-jsx-dom-expressions: 0.25.4_@babel+core@7.12.17 dev: true peerDependencies: '@babel/core': '*' resolution: integrity: sha512-Ihm37tnVvE6BRDQIAunW9bI598L1+a6OwJS2KdZdMEQiX2fM7sVVc7w2wkpw0a5JP8haJQ92jyLL56OYCfEa9w== - /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== /braces/3.0.2: dependencies: fill-range: 7.0.1 @@ -355,35 +295,10 @@ packages: 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.666 - 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.30001187: + /buffer-from/1.1.1: dev: true resolution: - integrity: sha512-w7/EP1JRZ9552CyrThUnay2RkZ1DXxKe/Q2swTC4+LElLh9RRYrL1Z+27LlakB8kzY0fSmHw9mc7XYDUKAKWMA== + integrity: sha512-MQcXEUbCKtEo7bhqEs6560Hyd4XaovZlO/k9V3hjVUF/zwW7KBVdSK4gIt/bzwS9MbR5qob+F5jusZsb0YQK2A== /chalk/2.4.2: dependencies: ansi-styles: 3.2.1 @@ -394,82 +309,26 @@ packages: 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 @@ -483,41 +342,24 @@ packages: optional: true resolution: integrity: sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ== - /defined/1.0.0: - dev: true - resolution: - integrity: sha1-yY2bzvdWdBiOEQlpFRGZ45sfppM= - /detective/5.2.0: + /esbuild-register/2.0.0_esbuild@0.8.49: dependencies: - acorn-node: 1.8.2 - defined: 1.0.0 - minimist: 1.2.5 + esbuild: 0.8.49 + joycon: 2.2.5 + pirates: 4.0.1 + source-map-support: 0.5.19 + strip-json-comments: 3.1.1 dev: true - engines: - node: '>=0.8.0' - hasBin: true + peerDependencies: + esbuild: '>=0.8.31' resolution: - integrity: sha512-6SsIx+nUUbuK0EthKjv0zrdnajCCXVYGmbYYiYjFVpzcjwEs/JMDZ8tPRG29J/HhN56t3GJp2cGSWDRjjot8Pg== - /didyoumean/1.2.1: - dev: true - resolution: - integrity: sha1-6S7f2tplN9SE1zwBcv0eugxJdv8= - /electron-to-chromium/1.3.666: - dev: true - resolution: - integrity: sha512-/mP4HFQ0fKIX4sXltG6kfcoGrfNDZwCIyWbH2SIcVaa9u7Rm0HKjambiHNg5OEruicTl9s1EwbERLwxZwk19aw== - /esbuild/0.8.46: + integrity: sha512-98i1+7OnCURCbKaWw5wnY05e4v7uknFEER7LtVxi/lCs8U+sl6/LnITvfeoDLrsqxlA3O6BjxK8QqsirfYULfA== + /esbuild/0.8.49: dev: true hasBin: true requiresBuild: true resolution: - integrity: sha512-xck9sXNCNmjDHCCfxTCyhKTiFuEBweh+IDAhMLOJI990v1Fzii6MyIkT1LbkvjgoVgPX2SK1kpi5eZVGNrl8yg== - /escalade/3.1.1: - dev: true - engines: - node: '>=6' - resolution: - integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw== + integrity: sha512-itiFVYv5UZz4NooO7/Y0bRGVDGz/M/cxKbl6zyNI5pnKaz1mZjvZXAFhhDVz6rGCmcdTKj5oag6rh8DaaSSmfQ== /escape-string-regexp/1.0.5: dev: true engines: @@ -551,25 +393,6 @@ packages: node: '>=8' resolution: integrity: sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ== - /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.6 - 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.3.2: dev: true engines: @@ -597,39 +420,18 @@ packages: node: '>= 6' resolution: integrity: sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ== - /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.6: - dev: true - resolution: - integrity: sha512-nTnJ528pbqxYanhpDYsi4Rd8MAeaBA67+RZ10CM1m3bTAVFEDcd5AuA4a6W5YkGZ1iNXHzZz8T6TBKLeBuNriQ== /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 @@ -638,31 +440,6 @@ packages: 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 @@ -689,6 +466,12 @@ packages: node: '>=0.12.0' resolution: integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng== + /joycon/2.2.5: + dev: true + engines: + node: '>=6' + resolution: + integrity: sha512-YqvUxoOcVPnCp0VU1/56f+iKSdvIRJYPznH22BdXV3xMk75SFXhWeJkZ8C9XxUWt1b5x2X1SxuFygW1U0FmkEQ== /js-tokens/4.0.0: dev: true resolution: @@ -709,18 +492,6 @@ packages: 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.6 - 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: @@ -740,22 +511,10 @@ packages: node: '>=8' resolution: integrity: sha512-y7FpHSbMUMoyPbYUSzO6PaZ6FyRnQOpHuKwbo1G+Knck95XVU4QAiKdGEnj5wwoS7PlOgthX/09u5iFJ+aYf5Q== - /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: @@ -767,46 +526,12 @@ packages: 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: + /node-modules-regexp/1.0.0: 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= + integrity: sha1-jZ2+KJZKSsVxLpExZCEHxx6Q7EA= /path-parse/1.0.6: dev: true resolution: @@ -817,63 +542,14 @@ packages: node: '>=8.6' resolution: integrity: sha512-q0M/9eZHzmr0AulXyPwNfZjtwZ/RBZlbN3K3CErVrk50T2ASYI7Bye0EvekFY3IP1Nt2DHu0re+V2ZHIpMkuWg== - /postcss-functions/3.0.0: + /pirates/4.0.1: 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.6 + node-modules-regexp: 1.0.0 dev: true engines: - node: '>=10.0' + node: '>= 6' 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== + integrity: sha512-WuNqLTbMI3tmfef2TKxlQmAiLHKtFhlsCZnPIpuv2Ow0RDVO8lfy1Opf4NUzlMXLjPl+Men7AuVdX6TA+s+uGA== /postcss/8.2.6: dependencies: colorette: 1.2.1 @@ -884,33 +560,10 @@ packages: node: ^10 || ^12 || >=14 resolution: integrity: sha512-xpB8qYxgPuly166AGlpRjUdEYtmOWx2iCwGmrv4vqZL9YPVviDVPZPRXxnXr6xPZOdxQ9lp3ZBFCRgWJ7LE3Sg== - /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.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 - postcss-value-parser: 3.3.1 - dev: true - resolution: - integrity: sha512-8liAVezDmUcH+tdzoEGrhfbGcP7nOV4NkGE3a74+qqvE7nt9i4sKLGBuZNOnpI4WiGksiNPklZxva80061QiPg== /resolve.exports/1.0.2: dev: true engines: @@ -955,15 +608,16 @@ packages: 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.7: resolution: integrity: sha512-Hi/Kvf3+e+664bBMG5NhZb+0jkWJHvMbWagCDH1AQMODFwoOZABBpUK1xfOhrtHEWMKpIz3fOzg5jOWwd/cdMA== + /source-map-support/0.5.19: + dependencies: + buffer-from: 1.1.1 + source-map: 0.6.1 + dev: true + resolution: + integrity: sha512-Wonm7zOCIJzBGQdB+thsPar0kYuCIzYvxZwlBa87yi/Mdjv7Tip2cyVbLj5o0cFPN4EVkuTwb3GDDyUx2DGnGw== /source-map/0.5.7: dev: true engines: @@ -976,6 +630,12 @@ packages: node: '>=0.10.0' resolution: integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g== + /strip-json-comments/3.1.1: + dev: true + engines: + node: '>=8' + resolution: + integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig== /supports-color/5.5.0: dependencies: has-flag: 3.0.0 @@ -984,46 +644,6 @@ packages: 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.3_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.20.0 - dev: true - engines: - node: '>=12.13.0' - hasBin: true - peerDependencies: - autoprefixer: ^10.0.2 - postcss: ^8.0.9 - resolution: - integrity: sha512-s8NEqdLBiVbbdL0a5XwTb8jKmIonOuI4RMENEcKLR61jw6SdKvBss7NWZzwCaD+ZIjlgmesv8tmrjXEp7C0eAQ== /to-fast-properties/2.0.0: dev: true engines: @@ -1038,44 +658,30 @@ packages: node: '>=8.0' resolution: integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ== - /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/1.0.0: + /vite-plugin-solid/1.1.0: dependencies: - '@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 + '@babel/core': 7.12.17 + '@babel/preset-typescript': 7.12.17_@babel+core@7.12.17 + babel-preset-solid: 0.24.2_@babel+core@7.12.17 resolve.exports: 1.0.2 solid-js: 0.24.7 - vite: 2.0.0 + vite: 2.0.1 dev: true resolution: - integrity: sha512-3L5nCxTs48Gf5VUDJK96rJacy9Q8EzwhGAnbbktozYKaooAKOAdlg9fwBmg0Cp+6G8UAzlZgHvw3rzN773MsSw== - /vite-plugin-windicss/0.2.2_vite@2.0.0: + integrity: sha512-km4dZAwL5OE1pwsXYrU/SObuYkJwYoLid3tfsXfDhkKlJ5KYT3+NH0ZNLzIfw1KDIbzt/lCQV2P5h8aSovz3tA== + /vite-plugin-windicss/0.4.3_vite@2.0.1: dependencies: - fast-glob: 3.2.5 - vite: 2.0.0 - windicss: 2.1.11 + '@windicss/plugin-utils': 0.4.3 + vite: 2.0.1 + windicss: 2.1.15 dev: true peerDependencies: - vite: ^2.0.0-beta.69 + vite: ^2.0.1 resolution: - integrity: sha512-P+iyrcuLjLfjiYP+bBisfKbg9bmeQMUBpjsTFJ9kWWX2fyqo968CHmS3euz+MzRcK5ZECccpOxx60ZXzc12VAw== - /vite/2.0.0: + integrity: sha512-Lnv6OhcYzcJvecTs4LIpMSfo54rSewkHrW85IVwy8hacR0krY319jXr5nwiDpSTp6HM3QJhoJ4zxHF+t5Q+Nwg== + /vite/2.0.1: dependencies: - esbuild: 0.8.46 + esbuild: 0.8.49 postcss: 8.2.6 resolve: 1.20.0 rollup: 2.39.0 @@ -1086,28 +692,16 @@ packages: optionalDependencies: fsevents: 2.3.2 resolution: - integrity: sha512-rNli5g0DaQ6+btlRqkmaR06neWaJGApmt40gocqrYDNi2XoEXYQgKiHSWzMeUgc1Cdva2HduqazaE+RaKjBpdQ== - /windicss/2.1.11: + integrity: sha512-x7ZfikjNs+6n4cdvwb9L5r5xBCdjmtmHFHaI4JVR3nAkJbMCK/dynfDWky8/NseZ9Ncz1jVxTQ/Bcf+n1ps1Ww== + /windicss/2.1.15: dev: true engines: node: '>= 12' hasBin: true resolution: - integrity: sha512-79mPoUmvamwdJb+MJ/ug+XILxFzrTNCXo/HmacUn3V9sRQ6w5lA9KkpTrG70N7Oab0hbIFaq+X3Yva+QLSV0Pw== - /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== + integrity: sha512-gBihXNJPzv/kBaelOlXvbrmWsWuv98OPSf/yUYjc8EnRGCOxDOQIRin4FYPTWCmZi91PZThh7nMjzQZiBV+MYg== specifiers: - 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 + vite: ^2.0.1 + vite-plugin-solid: ^1.1.0 + vite-plugin-windicss: ^0.4.3 diff --git a/ts-tailwind/src/index.tsx b/ts-tailwind/src/index.tsx index e3cd7a2..36a0d77 100644 --- a/ts-tailwind/src/index.tsx +++ b/ts-tailwind/src/index.tsx @@ -3,9 +3,4 @@ import { render } from "solid-js/web"; import App from "./App"; -const dispose = render(() => , document.getElementById("root")); - -if (import.meta.hot) { - import.meta.hot.accept(); - import.meta.hot.dispose(dispose); -} +render(() => , document.getElementById("root")); diff --git a/ts/package.json b/ts/package.json index d7d833f..9a002f5 100644 --- a/ts/package.json +++ b/ts/package.json @@ -8,8 +8,8 @@ }, "license": "ISC", "devDependencies": { - "vite": "^2.0.0", - "vite-plugin-solid": "^1.0.0" + "vite": "^2.0.1", + "vite-plugin-solid": "^1.1.0" }, "dependencies": { "solid-js": "^0.24.7" diff --git a/ts/pnpm-lock.yaml b/ts/pnpm-lock.yaml index 4642e5f..8e78f15 100644 --- a/ts/pnpm-lock.yaml +++ b/ts/pnpm-lock.yaml @@ -1,8 +1,8 @@ dependencies: solid-js: 0.24.7 devDependencies: - vite: 2.0.0 - vite-plugin-solid: 1.0.0 + vite: 2.0.1 + vite-plugin-solid: 1.1.0 lockfileVersion: 5.2 packages: /@babel/code-frame/7.12.13: @@ -11,16 +11,16 @@ packages: dev: true resolution: integrity: sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g== - /@babel/core/7.12.16: + /@babel/core/7.12.17: dependencies: '@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/generator': 7.12.17 + '@babel/helper-module-transforms': 7.12.17 + '@babel/helpers': 7.12.17 + '@babel/parser': 7.12.17 '@babel/template': 7.12.13 - '@babel/traverse': 7.12.13 - '@babel/types': 7.12.13 + '@babel/traverse': 7.12.17 + '@babel/types': 7.12.17 convert-source-map: 1.7.0 debug: 4.3.1 gensync: 1.0.0-beta.2 @@ -32,20 +32,20 @@ packages: engines: node: '>=6.9.0' resolution: - integrity: sha512-t/hHIB504wWceOeaOoONOhu+gX+hpjfeN6YRBT209X/4sibZQfSF1I0HFRRlBe97UZZosGx5XwUg1ZgNbelmNw== - /@babel/generator/7.12.15: + integrity: sha512-V3CuX1aBywbJvV2yzJScRxeiiw0v2KZZYYE3giywxzFJL13RiyPjaaDwhDnxmgFTTS7FgvM2ijr4QmKNIu0AtQ== + /@babel/generator/7.12.17: dependencies: - '@babel/types': 7.12.13 + '@babel/types': 7.12.17 jsesc: 2.5.2 source-map: 0.5.7 dev: true resolution: - integrity: sha512-6F2xHxBiFXWNSGb7vyCUTBF8RCLY66rS0zEPcP8t/nQyXjha5EuK4z7H5o7fWG8B4M7y6mqVWq1J+1PuwRhecQ== - /@babel/helper-create-class-features-plugin/7.12.16_@babel+core@7.12.16: + integrity: sha512-DSA7ruZrY4WI8VxuS1jWSRezFnghEoYEFrZcw9BizQRmOZiUsiHl59+qEARGPqPikwA/GPTyRCi7isuCK/oyqg== + /@babel/helper-create-class-features-plugin/7.12.17_@babel+core@7.12.17: dependencies: - '@babel/core': 7.12.16 + '@babel/core': 7.12.17 '@babel/helper-function-name': 7.12.13 - '@babel/helper-member-expression-to-functions': 7.12.16 + '@babel/helper-member-expression-to-functions': 7.12.17 '@babel/helper-optimise-call-expression': 7.12.13 '@babel/helper-replace-supers': 7.12.13 '@babel/helper-split-export-declaration': 7.12.13 @@ -53,34 +53,34 @@ packages: peerDependencies: '@babel/core': ^7.0.0 resolution: - integrity: sha512-KbSEj8l9zYkMVHpQqM3wJNxS1d9h3U9vm/uE5tpjMbaj3lTp+0noe3KPsV5dSD9jxKnf9jO9Ip9FX5PKNZCKow== + integrity: sha512-I/nurmTxIxHV0M+rIpfQBF1oN342+yvl2kwZUrQuOClMamHF1w5tknfZubgNOLRoA73SzBFAdFcpb4M9HwOeWQ== /@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 + '@babel/types': 7.12.17 dev: true resolution: integrity: sha512-TZvmPn0UOqmvi5G4vvw0qZTpVptGkB1GL61R6lKvrSdIxGm5Pky7Q3fpKiIkQCAtRCBUwB0PaThlx9vebCDSwA== /@babel/helper-get-function-arity/7.12.13: dependencies: - '@babel/types': 7.12.13 + '@babel/types': 7.12.17 dev: true resolution: integrity: sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg== - /@babel/helper-member-expression-to-functions/7.12.16: + /@babel/helper-member-expression-to-functions/7.12.17: dependencies: - '@babel/types': 7.12.13 + '@babel/types': 7.12.17 dev: true resolution: - integrity: sha512-zYoZC1uvebBFmj1wFAlXwt35JLEgecefATtKp20xalwEK8vHAixLBXTGxNrVGEmTT+gzOThUgr8UEdgtalc1BQ== + integrity: sha512-Bzv4p3ODgS/qpBE0DiJ9qf5WxSmrQ8gVTe8ClMfwwsY2x/rhykxxy3bXzG7AGTnPB2ij37zGJ/Q/6FruxHxsxg== /@babel/helper-module-imports/7.12.13: dependencies: - '@babel/types': 7.12.13 + '@babel/types': 7.12.17 dev: true resolution: integrity: sha512-NGmfvRp9Rqxy0uHSSVP+SRIW1q31a7Ji10cLBcqSDUngGentY4FRiHOFZFE1CLU5eiL0oE8reH7Tg1y99TDM/g== - /@babel/helper-module-transforms/7.12.13: + /@babel/helper-module-transforms/7.12.17: dependencies: '@babel/helper-module-imports': 7.12.13 '@babel/helper-replace-supers': 7.12.13 @@ -88,15 +88,15 @@ packages: '@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 + '@babel/traverse': 7.12.17 + '@babel/types': 7.12.17 lodash: 4.17.20 dev: true resolution: - integrity: sha512-acKF7EjqOR67ASIlDTupwkKM1eUisNAjaSduo5Cz+793ikfnpe7p4Q7B7EWU2PCoSTPWsQkR7hRUWEIZPiVLGA== + integrity: sha512-sFL+p6zOCQMm9vilo06M4VHuTxUAwa6IxgL56Tq1DVtA0ziAGTH1ThmJq7xwPqdQlgAbKX3fb0oZNbtRIyA5KQ== /@babel/helper-optimise-call-expression/7.12.13: dependencies: - '@babel/types': 7.12.13 + '@babel/types': 7.12.17 dev: true resolution: integrity: sha512-BdWQhoVJkp6nVjB7nkFWcn43dkprYauqtk++Py2eaf/GRDFm5BxRqEIZCiHlZUGAVmtwKcsVL1dC68WmzeFmiA== @@ -106,22 +106,22 @@ packages: integrity: sha512-C+10MXCXJLiR6IeG9+Wiejt9jmtFpxUc3MQqCmPY8hfCjyUGl9kT+B2okzEZrtykiwrc4dbCPdDoz0A/HQbDaA== /@babel/helper-replace-supers/7.12.13: dependencies: - '@babel/helper-member-expression-to-functions': 7.12.16 + '@babel/helper-member-expression-to-functions': 7.12.17 '@babel/helper-optimise-call-expression': 7.12.13 - '@babel/traverse': 7.12.13 - '@babel/types': 7.12.13 + '@babel/traverse': 7.12.17 + '@babel/types': 7.12.17 dev: true resolution: integrity: sha512-pctAOIAMVStI2TMLhozPKbf5yTEXc0OJa0eENheb4w09SrgOWEs+P4nTOZYJQCqs8JlErGLDPDJTiGIp3ygbLg== /@babel/helper-simple-access/7.12.13: dependencies: - '@babel/types': 7.12.13 + '@babel/types': 7.12.17 dev: true resolution: integrity: sha512-0ski5dyYIHEfwpWGx5GPWhH35j342JaflmCeQmsPWcrOQDtCN6C1zKAVRFVbK53lPW2c9TsuLLSUDf0tIGJ5hA== /@babel/helper-split-export-declaration/7.12.13: dependencies: - '@babel/types': 7.12.13 + '@babel/types': 7.12.17 dev: true resolution: integrity: sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg== @@ -129,18 +129,18 @@ packages: dev: true resolution: integrity: sha512-np/lG3uARFybkoHokJUmf1QfEvRVCPbmQeUQpKow5cQ3xWrV9i3rUHodKDJPQfTVX61qKi+UdYk8kik84n7XOw== - /@babel/helper-validator-option/7.12.16: + /@babel/helper-validator-option/7.12.17: dev: true resolution: - integrity: sha512-uCgsDBPUQDvzr11ePPo4TVEocxj8RXjUVSC/Y8N1YpVAI/XDdUwGJu78xmlGhTxj2ntaWM7n9LQdRtyhOzT2YQ== - /@babel/helpers/7.12.13: + integrity: sha512-TopkMDmLzq8ngChwRlyjR6raKD6gMSae4JdYDB8bByKreQgG0RBTuKe9LRxW3wFtUnjxOPRKBDwEH6Mg5KeDfw== + /@babel/helpers/7.12.17: dependencies: '@babel/template': 7.12.13 - '@babel/traverse': 7.12.13 - '@babel/types': 7.12.13 + '@babel/traverse': 7.12.17 + '@babel/types': 7.12.17 dev: true resolution: - integrity: sha512-oohVzLRZ3GQEk4Cjhfs9YkJA4TdIDTObdBEZGrd6F/T0GPSnuV6l22eMcxlvcvzVIPH3VTtxbseudM1zIE+rPQ== + integrity: sha512-tEpjqSBGt/SFEsFikKds1sLNChKKGGR17flIgQKXH4fG6m9gTgl3gnOC1giHNyaBCSKuTfxaSzHi7UnvqiVKxg== /@babel/highlight/7.12.13: dependencies: '@babel/helper-validator-identifier': 7.12.11 @@ -149,83 +149,83 @@ packages: dev: true resolution: integrity: sha512-kocDQvIbgMKlWxXe9fof3TQ+gkIPOUSEYhJjqUjvKMez3krV7vbzYCDq39Oj11UAVK7JqPVGQPlgE85dPNlQww== - /@babel/parser/7.12.16: + /@babel/parser/7.12.17: dev: true engines: node: '>=6.0.0' hasBin: true resolution: - integrity: sha512-c/+u9cqV6F0+4Hpq01jnJO+GLp2DdT63ppz9Xa+6cHaajM9VFzK/iDXiKK65YtpeVwu+ctfS6iqlMqRgQRzeCw== - /@babel/plugin-syntax-jsx/7.12.13_@babel+core@7.12.16: + integrity: sha512-r1yKkiUTYMQ8LiEI0UcQx5ETw5dpTLn9wijn9hk6KkTtOK95FndDN10M+8/s6k/Ymlbivw0Av9q4SlgF80PtHg== + /@babel/plugin-syntax-jsx/7.12.13_@babel+core@7.12.17: dependencies: - '@babel/core': 7.12.16 + '@babel/core': 7.12.17 '@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.16: + /@babel/plugin-syntax-typescript/7.12.13_@babel+core@7.12.17: dependencies: - '@babel/core': 7.12.16 + '@babel/core': 7.12.17 '@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.16_@babel+core@7.12.16: + /@babel/plugin-transform-typescript/7.12.17_@babel+core@7.12.17: dependencies: - '@babel/core': 7.12.16 - '@babel/helper-create-class-features-plugin': 7.12.16_@babel+core@7.12.16 + '@babel/core': 7.12.17 + '@babel/helper-create-class-features-plugin': 7.12.17_@babel+core@7.12.17 '@babel/helper-plugin-utils': 7.12.13 - '@babel/plugin-syntax-typescript': 7.12.13_@babel+core@7.12.16 + '@babel/plugin-syntax-typescript': 7.12.13_@babel+core@7.12.17 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-88hep+B6dtDOiEqtRzwHp2TYO+CN8nbAV3eh5OpBGPsedug9J6y1JwLKzXRIGGQZDC8NlpxpQMIIxcfIW96Wgw== - /@babel/preset-typescript/7.12.16_@babel+core@7.12.16: + integrity: sha512-1bIYwnhRoetxkFonuZRtDZPFEjl1l5r+3ITkxLC3mlMaFja+GQFo94b/WHEPjqWLU9Bc+W4oFZbvCGe9eYMu1g== + /@babel/preset-typescript/7.12.17_@babel+core@7.12.17: dependencies: - '@babel/core': 7.12.16 + '@babel/core': 7.12.17 '@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 + '@babel/helper-validator-option': 7.12.17 + '@babel/plugin-transform-typescript': 7.12.17_@babel+core@7.12.17 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: - integrity: sha512-IrYNrpDSuQfNHeqh7gsJsO35xTGyAyGkI1VxOpBEADFtxCqZ77a1RHbJqM3YJhroj7qMkNMkNtcw0lqeZUrzow== + integrity: sha512-T513uT4VSThRcmWeqcLkITKJ1oGQho9wfWuhQm10paClQkp1qyd0Wf8mvC8Se7UYssMyRSj4tZYpVTkCmAK/mA== /@babel/template/7.12.13: dependencies: '@babel/code-frame': 7.12.13 - '@babel/parser': 7.12.16 - '@babel/types': 7.12.13 + '@babel/parser': 7.12.17 + '@babel/types': 7.12.17 dev: true resolution: integrity: sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA== - /@babel/traverse/7.12.13: + /@babel/traverse/7.12.17: dependencies: '@babel/code-frame': 7.12.13 - '@babel/generator': 7.12.15 + '@babel/generator': 7.12.17 '@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 + '@babel/parser': 7.12.17 + '@babel/types': 7.12.17 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: + integrity: sha512-LGkTqDqdiwC6Q7fWSwQoas/oyiEYw6Hqjve5KOSykXkmFJFqzvGMb9niaUEag3Rlve492Mkye3gLw9FTv94fdQ== + /@babel/types/7.12.17: 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== + integrity: sha512-tNMDjcv/4DIcHxErTgwB9q2ZcYyN0sUfgGKUK/mm1FJK7Wz+KstoEekxrl/tBiNDgLK1HGi+sppj1An/1DR4fQ== /ansi-styles/3.2.1: dependencies: color-convert: 1.9.3 @@ -234,19 +234,19 @@ packages: node: '>=4' resolution: integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA== - /babel-plugin-jsx-dom-expressions/0.25.4_@babel+core@7.12.16: + /babel-plugin-jsx-dom-expressions/0.25.4_@babel+core@7.12.17: dependencies: '@babel/helper-module-imports': 7.12.13 - '@babel/plugin-syntax-jsx': 7.12.13_@babel+core@7.12.16 - '@babel/types': 7.12.13 + '@babel/plugin-syntax-jsx': 7.12.13_@babel+core@7.12.17 + '@babel/types': 7.12.17 dev: true peerDependencies: '@babel/core': '*' resolution: integrity: sha512-0A5NvJfpOZV/6G5Mu5WfEDGJ3nthYgT911BgL8IT4pKBNjOCzdxMu2HaaiQtycVKw7ZB/0BfGnKZnB/tqOIlEw== - /babel-preset-solid/0.24.2_@babel+core@7.12.16: + /babel-preset-solid/0.24.2_@babel+core@7.12.17: dependencies: - babel-plugin-jsx-dom-expressions: 0.25.4_@babel+core@7.12.16 + babel-plugin-jsx-dom-expressions: 0.25.4_@babel+core@7.12.17 dev: true peerDependencies: '@babel/core': '*' @@ -295,12 +295,12 @@ packages: optional: true resolution: integrity: sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ== - /esbuild/0.8.46: + /esbuild/0.8.49: dev: true hasBin: true requiresBuild: true resolution: - integrity: sha512-xck9sXNCNmjDHCCfxTCyhKTiFuEBweh+IDAhMLOJI990v1Fzii6MyIkT1LbkvjgoVgPX2SK1kpi5eZVGNrl8yg== + integrity: sha512-itiFVYv5UZz4NooO7/Y0bRGVDGz/M/cxKbl6zyNI5pnKaz1mZjvZXAFhhDVz6rGCmcdTKj5oag6rh8DaaSSmfQ== /escape-string-regexp/1.0.5: dev: true engines: @@ -465,20 +465,20 @@ packages: node: '>=4' resolution: integrity: sha1-3F5pjL0HkmW8c+A3doGk5Og/YW4= - /vite-plugin-solid/1.0.0: + /vite-plugin-solid/1.1.0: dependencies: - '@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 + '@babel/core': 7.12.17 + '@babel/preset-typescript': 7.12.17_@babel+core@7.12.17 + babel-preset-solid: 0.24.2_@babel+core@7.12.17 resolve.exports: 1.0.2 solid-js: 0.24.7 - vite: 2.0.0 + vite: 2.0.1 dev: true resolution: - integrity: sha512-3L5nCxTs48Gf5VUDJK96rJacy9Q8EzwhGAnbbktozYKaooAKOAdlg9fwBmg0Cp+6G8UAzlZgHvw3rzN773MsSw== - /vite/2.0.0: + integrity: sha512-km4dZAwL5OE1pwsXYrU/SObuYkJwYoLid3tfsXfDhkKlJ5KYT3+NH0ZNLzIfw1KDIbzt/lCQV2P5h8aSovz3tA== + /vite/2.0.1: dependencies: - esbuild: 0.8.46 + esbuild: 0.8.49 postcss: 8.2.6 resolve: 1.20.0 rollup: 2.39.0 @@ -489,8 +489,8 @@ packages: optionalDependencies: fsevents: 2.3.2 resolution: - integrity: sha512-rNli5g0DaQ6+btlRqkmaR06neWaJGApmt40gocqrYDNi2XoEXYQgKiHSWzMeUgc1Cdva2HduqazaE+RaKjBpdQ== + integrity: sha512-x7ZfikjNs+6n4cdvwb9L5r5xBCdjmtmHFHaI4JVR3nAkJbMCK/dynfDWky8/NseZ9Ncz1jVxTQ/Bcf+n1ps1Ww== specifiers: solid-js: ^0.24.7 - vite: ^2.0.0 - vite-plugin-solid: ^1.0.0 + vite: ^2.0.1 + vite-plugin-solid: ^1.1.0 diff --git a/ts/src/index.tsx b/ts/src/index.tsx index 29b93cc..a9259e5 100644 --- a/ts/src/index.tsx +++ b/ts/src/index.tsx @@ -3,9 +3,4 @@ import { render } from "solid-js/web"; import "./index.css"; import App from "./App"; -const dispose = render(() => , document.getElementById("root")); - -if (import.meta.hot) { - import.meta.hot.accept(); - import.meta.hot.dispose(dispose); -} +render(() => , document.getElementById("root"));