From 674a52e5180996fba51ac3b7fe94311847e2b632 Mon Sep 17 00:00:00 2001 From: Alex Date: Sun, 4 Apr 2021 12:35:53 +0200 Subject: [PATCH] :arrow_up: Update dependencies --- js/package.json | 6 +- js/pnpm-lock.yaml | 182 ++++++++++++------------ ts-minimal/package.json | 6 +- ts-minimal/pnpm-lock.yaml | 182 ++++++++++++------------ ts-router/package.json | 10 +- ts-router/pnpm-lock.yaml | 274 ++++++++++++++++++++++--------------- ts-tailwind/package.json | 8 +- ts-tailwind/pnpm-lock.yaml | 262 +++++++++++++++++++++-------------- ts/package.json | 6 +- ts/pnpm-lock.yaml | 182 ++++++++++++------------ 10 files changed, 610 insertions(+), 508 deletions(-) diff --git a/js/package.json b/js/package.json index c1ca978..18c5c15 100644 --- a/js/package.json +++ b/js/package.json @@ -8,10 +8,10 @@ }, "license": "ISC", "devDependencies": { - "vite": "^2.1.3", - "vite-plugin-solid": "^1.3.3" + "vite": "^2.1.5", + "vite-plugin-solid": "^1.5.0" }, "dependencies": { - "solid-js": "^0.24.15" + "solid-js": "^0.25.1" } } diff --git a/js/pnpm-lock.yaml b/js/pnpm-lock.yaml index a7184c4..bd29618 100644 --- a/js/pnpm-lock.yaml +++ b/js/pnpm-lock.yaml @@ -1,8 +1,8 @@ dependencies: - solid-js: 0.24.15 + solid-js: 0.25.1 devDependencies: - vite: 2.1.3 - vite-plugin-solid: 1.3.3 + vite: 2.1.5 + vite-plugin-solid: 1.5.0 lockfileVersion: 5.2 packages: /@babel/code-frame/7.12.13: @@ -15,41 +15,40 @@ packages: dev: true resolution: integrity: sha512-3eJJ841uKxeV8dcN/2yGEUy+RfgQspPEgQat85umsE1rotuquQ2AbIub4S6j7c50a2d+4myc+zSlnXeIHrOnhQ== - /@babel/core/7.13.10: + /@babel/core/7.13.14: dependencies: '@babel/code-frame': 7.12.13 '@babel/generator': 7.13.9 - '@babel/helper-compilation-targets': 7.13.10_@babel+core@7.13.10 - '@babel/helper-module-transforms': 7.13.12 + '@babel/helper-compilation-targets': 7.13.13_@babel+core@7.13.14 + '@babel/helper-module-transforms': 7.13.14 '@babel/helpers': 7.13.10 - '@babel/parser': 7.13.12 + '@babel/parser': 7.13.13 '@babel/template': 7.12.13 - '@babel/traverse': 7.13.0 - '@babel/types': 7.13.12 + '@babel/traverse': 7.13.13 + '@babel/types': 7.13.14 convert-source-map: 1.7.0 debug: 4.3.1 gensync: 1.0.0-beta.2 json5: 2.2.0 - lodash: 4.17.21 semver: 6.3.0 source-map: 0.5.7 dev: true engines: node: '>=6.9.0' resolution: - integrity: sha512-bfIYcT0BdKeAZrovpMqX2Mx5NrgAckGbwT982AkdS5GNfn3KMGiprlBAtmBcFZRUmpaufS6WZFP8trvx8ptFDw== + integrity: sha512-wZso/vyF4ki0l0znlgM4inxbdrUvCb+cVz8grxDq+6C9k6qbqoIJteQOKicaKjCipU3ISV+XedCqpL2RJJVehA== /@babel/generator/7.13.9: dependencies: - '@babel/types': 7.13.12 + '@babel/types': 7.13.14 jsesc: 2.5.2 source-map: 0.5.7 dev: true resolution: integrity: sha512-mHOOmY0Axl/JCTkxTU6Lf5sWOg/v8nUa+Xkt4zMTftX0wqmb6Sh7J8gvcehBw7q0AhrhAR+FDacKjCZ2X8K+Sw== - /@babel/helper-compilation-targets/7.13.10_@babel+core@7.13.10: + /@babel/helper-compilation-targets/7.13.13_@babel+core@7.13.14: dependencies: '@babel/compat-data': 7.13.12 - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 '@babel/helper-validator-option': 7.12.17 browserslist: 4.16.3 semver: 6.3.0 @@ -57,10 +56,10 @@ packages: peerDependencies: '@babel/core': ^7.0.0 resolution: - integrity: sha512-/Xju7Qg1GQO4mHZ/Kcs6Au7gfafgZnwm+a7sy/ow/tV1sHeraRUHbjdat8/UvDor4Tez+siGKDk6zIKtCPKVJA== - /@babel/helper-create-class-features-plugin/7.13.11_@babel+core@7.13.10: + integrity: sha512-q1kcdHNZehBwD9jYPh3WyXcsFERi39X4I59I3NadciWtNDyZ6x+GboOxncFK0kXlKIv6BJm5acncehXWUjWQMQ== + /@babel/helper-create-class-features-plugin/7.13.11_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 '@babel/helper-function-name': 7.12.13 '@babel/helper-member-expression-to-functions': 7.13.12 '@babel/helper-optimise-call-expression': 7.12.13 @@ -75,29 +74,29 @@ packages: dependencies: '@babel/helper-get-function-arity': 7.12.13 '@babel/template': 7.12.13 - '@babel/types': 7.13.12 + '@babel/types': 7.13.14 dev: true resolution: integrity: sha512-TZvmPn0UOqmvi5G4vvw0qZTpVptGkB1GL61R6lKvrSdIxGm5Pky7Q3fpKiIkQCAtRCBUwB0PaThlx9vebCDSwA== /@babel/helper-get-function-arity/7.12.13: dependencies: - '@babel/types': 7.13.12 + '@babel/types': 7.13.14 dev: true resolution: integrity: sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg== /@babel/helper-member-expression-to-functions/7.13.12: dependencies: - '@babel/types': 7.13.12 + '@babel/types': 7.13.14 dev: true resolution: integrity: sha512-48ql1CLL59aKbU94Y88Xgb2VFy7a95ykGRbJJaaVv+LX5U8wFpLfiGXJJGUozsmA1oEh/o5Bp60Voq7ACyA/Sw== /@babel/helper-module-imports/7.13.12: dependencies: - '@babel/types': 7.13.12 + '@babel/types': 7.13.14 dev: true resolution: integrity: sha512-4cVvR2/1B693IuOvSI20xqqa/+bl7lqAMR59R4iu39R9aOX8/JoYY1sFaNvUMyMBGnHdwvJgUrzNLoUZxXypxA== - /@babel/helper-module-transforms/7.13.12: + /@babel/helper-module-transforms/7.13.14: dependencies: '@babel/helper-module-imports': 7.13.12 '@babel/helper-replace-supers': 7.13.12 @@ -105,14 +104,14 @@ packages: '@babel/helper-split-export-declaration': 7.12.13 '@babel/helper-validator-identifier': 7.12.11 '@babel/template': 7.12.13 - '@babel/traverse': 7.13.0 - '@babel/types': 7.13.12 + '@babel/traverse': 7.13.13 + '@babel/types': 7.13.14 dev: true resolution: - integrity: sha512-7zVQqMO3V+K4JOOj40kxiCrMf6xlQAkewBB0eu2b03OO/Q21ZutOzjpfD79A5gtE/2OWi1nv625MrDlGlkbknQ== + integrity: sha512-QuU/OJ0iAOSIatyVZmfqB0lbkVP0kDRiKj34xy+QNsnVZi/PA6BoSoreeqnxxa9EHFAIL0R9XOaAR/G9WlIy5g== /@babel/helper-optimise-call-expression/7.12.13: dependencies: - '@babel/types': 7.13.12 + '@babel/types': 7.13.14 dev: true resolution: integrity: sha512-BdWQhoVJkp6nVjB7nkFWcn43dkprYauqtk++Py2eaf/GRDFm5BxRqEIZCiHlZUGAVmtwKcsVL1dC68WmzeFmiA== @@ -124,20 +123,20 @@ packages: dependencies: '@babel/helper-member-expression-to-functions': 7.13.12 '@babel/helper-optimise-call-expression': 7.12.13 - '@babel/traverse': 7.13.0 - '@babel/types': 7.13.12 + '@babel/traverse': 7.13.13 + '@babel/types': 7.13.14 dev: true resolution: integrity: sha512-Gz1eiX+4yDO8mT+heB94aLVNCL+rbuT2xy4YfyNqu8F+OI6vMvJK891qGBTqL9Uc8wxEvRW92Id6G7sDen3fFw== /@babel/helper-simple-access/7.13.12: dependencies: - '@babel/types': 7.13.12 + '@babel/types': 7.13.14 dev: true resolution: integrity: sha512-7FEjbrx5SL9cWvXioDbnlYTppcZGuCY6ow3/D5vMggb2Ywgu4dMrpTJX0JdQAIcRRUElOIxF3yEooa9gUb9ZbA== /@babel/helper-split-export-declaration/7.12.13: dependencies: - '@babel/types': 7.13.12 + '@babel/types': 7.13.14 dev: true resolution: integrity: sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg== @@ -152,8 +151,8 @@ packages: /@babel/helpers/7.13.10: dependencies: '@babel/template': 7.12.13 - '@babel/traverse': 7.13.0 - '@babel/types': 7.13.12 + '@babel/traverse': 7.13.13 + '@babel/types': 7.13.14 dev: true resolution: integrity: sha512-4VO883+MWPDUVRF3PhiLBUFHoX/bsLTGFpFK/HqvvfBZz2D57u9XzPVNFVBTc0PW/CWR9BXTOKt8NF4DInUHcQ== @@ -165,48 +164,48 @@ packages: dev: true resolution: integrity: sha512-5aPpe5XQPzflQrFwL1/QoeHkP2MsA4JCntcXHRhEsdsfPVkvPi2w7Qix4iV7t5S/oC9OodGrggd8aco1g3SZFg== - /@babel/parser/7.13.12: + /@babel/parser/7.13.13: dev: true engines: node: '>=6.0.0' hasBin: true resolution: - integrity: sha512-4T7Pb244rxH24yR116LAuJ+adxXXnHhZaLJjegJVKSdoNCe4x1eDBaud5YIcQFcqzsaD5BHvJw5BQ0AZapdCRw== - /@babel/plugin-syntax-jsx/7.12.13_@babel+core@7.13.10: + integrity: sha512-OhsyMrqygfk5v8HmWwOzlYjJrtLaFhF34MrfG/Z73DgYCI6ojNUTUp2TYbtnjo8PegeJp12eamsNettCQjKjVw== + /@babel/plugin-syntax-jsx/7.12.13_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 '@babel/helper-plugin-utils': 7.13.0 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.13.10: + /@babel/plugin-syntax-typescript/7.12.13_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 '@babel/helper-plugin-utils': 7.13.0 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-cHP3u1JiUiG2LFDKbXnwVad81GvfyIOmCD6HIEId6ojrY0Drfy2q1jw7BwN7dE84+kTnBjLkXoL3IEy/3JPu2w== - /@babel/plugin-transform-typescript/7.13.0_@babel+core@7.13.10: + /@babel/plugin-transform-typescript/7.13.0_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 - '@babel/helper-create-class-features-plugin': 7.13.11_@babel+core@7.13.10 + '@babel/core': 7.13.14 + '@babel/helper-create-class-features-plugin': 7.13.11_@babel+core@7.13.14 '@babel/helper-plugin-utils': 7.13.0 - '@babel/plugin-syntax-typescript': 7.12.13_@babel+core@7.13.10 + '@babel/plugin-syntax-typescript': 7.12.13_@babel+core@7.13.14 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-elQEwluzaU8R8dbVuW2Q2Y8Nznf7hnjM7+DSCd14Lo5fF63C9qNLbwZYbmZrtV9/ySpSUpkRpQXvJb6xyu4hCQ== - /@babel/preset-typescript/7.13.0_@babel+core@7.13.10: + /@babel/preset-typescript/7.13.0_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 '@babel/helper-plugin-utils': 7.13.0 '@babel/helper-validator-option': 7.12.17 - '@babel/plugin-transform-typescript': 7.13.0_@babel+core@7.13.10 + '@babel/plugin-transform-typescript': 7.13.0_@babel+core@7.13.14 dev: true peerDependencies: '@babel/core': ^7.0.0-0 @@ -215,33 +214,32 @@ packages: /@babel/template/7.12.13: dependencies: '@babel/code-frame': 7.12.13 - '@babel/parser': 7.13.12 - '@babel/types': 7.13.12 + '@babel/parser': 7.13.13 + '@babel/types': 7.13.14 dev: true resolution: integrity: sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA== - /@babel/traverse/7.13.0: + /@babel/traverse/7.13.13: dependencies: '@babel/code-frame': 7.12.13 '@babel/generator': 7.13.9 '@babel/helper-function-name': 7.12.13 '@babel/helper-split-export-declaration': 7.12.13 - '@babel/parser': 7.13.12 - '@babel/types': 7.13.12 + '@babel/parser': 7.13.13 + '@babel/types': 7.13.14 debug: 4.3.1 globals: 11.12.0 - lodash: 4.17.21 dev: true resolution: - integrity: sha512-xys5xi5JEhzC3RzEmSGrs/b3pJW/o87SypZ+G/PhaE7uqVQNv/jlmVIBXuoh5atqQ434LfXV+sf23Oxj0bchJQ== - /@babel/types/7.13.12: + integrity: sha512-CblEcwmXKR6eP43oQGG++0QMTtCjAsa3frUuzHoiIJWpaIIi8dwMyEFUJoXRLxagGqCK+jALRwIO+o3R9p/uUg== + /@babel/types/7.13.14: dependencies: '@babel/helper-validator-identifier': 7.12.11 lodash: 4.17.21 to-fast-properties: 2.0.0 dev: true resolution: - integrity: sha512-K4nY2xFN4QMvQwkQ+zmBDp6ANMbVNw6BbxWmYA4qNjhR9W+Lj/8ky5MEY2Me5r+B2c6/v6F53oMndG+f9s3IiA== + integrity: sha512-A2aa3QTkWoyqsZZFl56MLUsfmh7O0gN41IPvXAE/++8ojpbz12SszD7JEGYVdn4f9Kt4amIei07swF1h4AqmmQ== /ansi-styles/3.2.1: dependencies: color-convert: 1.9.3 @@ -250,29 +248,29 @@ packages: node: '>=4' resolution: integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA== - /babel-plugin-jsx-dom-expressions/0.25.16_@babel+core@7.13.10: + /babel-plugin-jsx-dom-expressions/0.26.0_@babel+core@7.13.14: dependencies: '@babel/helper-module-imports': 7.13.12 - '@babel/plugin-syntax-jsx': 7.12.13_@babel+core@7.13.10 - '@babel/types': 7.13.12 + '@babel/plugin-syntax-jsx': 7.12.13_@babel+core@7.13.14 + '@babel/types': 7.13.14 dev: true peerDependencies: '@babel/core': '*' resolution: - integrity: sha512-yvfjb0xeVVzWCbFkrr3Yx/cJBLh5izv9JuMLXu2u9GX1+oWvdg6CKRs62ZFUKHLeRu7lJKMdW0GIXXNJigRdFw== - /babel-preset-solid/0.24.13_@babel+core@7.13.10: + integrity: sha512-JCI4SIvEH9y2KCNd2oT8Yi3OQIDtl7PNx7DiVgsCEY2MttiAOk0HrYLhxjw2n21h/9iZgqJ0pwy/T7XRrUznSQ== + /babel-preset-solid/0.25.0_@babel+core@7.13.14: dependencies: - babel-plugin-jsx-dom-expressions: 0.25.16_@babel+core@7.13.10 + babel-plugin-jsx-dom-expressions: 0.26.0_@babel+core@7.13.14 dev: true peerDependencies: '@babel/core': '*' resolution: - integrity: sha512-qvJcoZVv5YGAXRPOX2XIbuij3qgAboJcLBGDY1T0TPGpZqtL9qu0RPkKP7Ce4BJUEkbtoy/9n2j/UTG1SE/2WA== + integrity: sha512-MKVpRrcqRlENdxbYdlOKC1deW1vLtakMre6JG0QKgYziPAfCheh4k6LapLld/oGYF0f2MNvcXjtStpWTYmQdyA== /browserslist/4.16.3: dependencies: - caniuse-lite: 1.0.30001204 + caniuse-lite: 1.0.30001207 colorette: 1.2.2 - electron-to-chromium: 1.3.700 + electron-to-chromium: 1.3.707 escalade: 3.1.1 node-releases: 1.1.71 dev: true @@ -281,10 +279,10 @@ packages: hasBin: true resolution: integrity: sha512-vIyhWmIkULaq04Gt93txdh+j02yX/JzlyhLYbV3YQCn/zvES3JnY7TifHHvvr1w5hTDluNKMkV05cs4vy8Q7sw== - /caniuse-lite/1.0.30001204: + /caniuse-lite/1.0.30001207: dev: true resolution: - integrity: sha512-JUdjWpcxfJ9IPamy2f5JaRDCaqJOxDzOSKtbdx4rH9VivMd1vIzoPumsJa9LoMIi4Fx2BV2KZOxWhNkBjaYivQ== + integrity: sha512-UPQZdmAsyp2qfCTiMU/zqGSWOYaY9F9LL61V8f+8MrubsaDGpaHD9HRV/EWZGULZn0Hxu48SKzI5DgFwTvHuYw== /chalk/2.4.2: dependencies: ansi-styles: 3.2.1 @@ -328,10 +326,10 @@ packages: optional: true resolution: integrity: sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ== - /electron-to-chromium/1.3.700: + /electron-to-chromium/1.3.707: dev: true resolution: - integrity: sha512-wQtaxVZzpOeCjW1CGuC5W3bYjE2jglvk076LcTautBOB9UtHztty7wNzjVsndiMcSsdUsdMy5w76w5J1U7OPTQ== + integrity: sha512-BqddgxNPrcWnbDdJw7SzXVzPmp+oiyjVrc7tkQVaznPGSS9SKZatw6qxoP857M+HbOyyqJQwYQtsuFIMSTNSZA== /esbuild/0.9.7: dev: true hasBin: true @@ -453,7 +451,7 @@ packages: dev: true resolution: integrity: sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw== - /postcss/8.2.8: + /postcss/8.2.9: dependencies: colorette: 1.2.2 nanoid: 3.1.22 @@ -462,7 +460,7 @@ packages: engines: node: ^10 || ^12 || >=14 resolution: - integrity: sha512-1F0Xb2T21xET7oQV9eKuctbM9S7BC0fetoHCc4H13z0PT6haiRLP4T0ZY4XWh7iLP0usgqykT6p9B2RtOf4FPw== + integrity: sha512-b+TmuIL4jGtCHtoLi+G/PisuIl9avxs8IZMSmlABRwNz5RLUUACrC+ws81dcomz1nRezm5YPdXiMEzBEKgYn+Q== /resolve.exports/1.0.2: dev: true engines: @@ -476,7 +474,7 @@ packages: dev: true resolution: integrity: sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A== - /rollup/2.42.4: + /rollup/2.44.0: dev: true engines: node: '>=10.0.0' @@ -484,7 +482,7 @@ packages: optionalDependencies: fsevents: 2.3.2 resolution: - integrity: sha512-Zqv3EvNfcllBHyyEUM754npqsZw82VIjK34cDQMwrQ1d6aqxzeYu5yFb7smGkPU4C1Bj7HupIMeT6WU7uIdnMw== + integrity: sha512-rGSF4pLwvuaH/x4nAS+zP6UNn5YUDWf/TeEU5IoXSZKBbKRNTCI3qMnYXKZgrC0D2KzS2baiOZt1OlqhMu5rnQ== /safe-buffer/5.1.2: dev: true resolution: @@ -494,17 +492,17 @@ packages: hasBin: true resolution: integrity: sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw== - /solid-js/0.24.15: + /solid-js/0.25.1: resolution: - integrity: sha512-p+Cv3AZBwpeQTRoCoJNXvmpl8nt9oOx2Xj6/zsrImul1lLGCgBqlyg+pKByOECG48Oe5oNAQOooe3Ba8zovVXA== - /solid-refresh/0.1.0_solid-js@0.24.15: + integrity: sha512-HPfnGgEWIkYP9+0Aw8zPIx8QBWDyeSvNSLME6N4kIk+d3sMRW41n8qpHoM6vC6lqqHUh2enyQ7MC9gogDjAdWw== + /solid-refresh/0.1.1_solid-js@0.25.1: dependencies: - solid-js: 0.24.15 + solid-js: 0.25.1 dev: true peerDependencies: - solid-js: ^0.24.0 + solid-js: ^0.25.0 resolution: - integrity: sha512-KzwX0YQvgynpJB+Y5fLksdpi+GViokVnn+eGXq4FqcBX775y+0wDNwWBHYDeAbLhi0kVjz2W1ZKM3rA8KzR1SQ== + integrity: sha512-PF1Qguwqr3OHVSQ+GLopm5CIZybJVJr1IHRKYDJkfqfIahkOfJDHtSpDNAENWbCbAjdrhZmiNqSxlrDWGTAjng== /source-map/0.5.7: dev: true engines: @@ -535,25 +533,25 @@ packages: dev: true resolution: integrity: sha512-nsZd8ZeNUzukXPlJmTBwUAuABDe/9qtVDelJeT/qW0ow3ZS3BsQJtNkan1802aM9Uf68/Y8ljw86Hu0h5IUW3w== - /vite-plugin-solid/1.3.3: + /vite-plugin-solid/1.5.0: dependencies: - '@babel/core': 7.13.10 - '@babel/preset-typescript': 7.13.0_@babel+core@7.13.10 - babel-preset-solid: 0.24.13_@babel+core@7.13.10 + '@babel/core': 7.13.14 + '@babel/preset-typescript': 7.13.0_@babel+core@7.13.14 + babel-preset-solid: 0.25.0_@babel+core@7.13.14 merge-anything: 4.0.1 resolve.exports: 1.0.2 - solid-js: 0.24.15 - solid-refresh: 0.1.0_solid-js@0.24.15 - vite: 2.1.3 + solid-js: 0.25.1 + solid-refresh: 0.1.1_solid-js@0.25.1 + vite: 2.1.5 dev: true resolution: - integrity: sha512-kKSW3DDkFEtkw8J9Mjk4s3bxXXR9sx88JhKpFMzdABoVwYPi7TJR+6f6dDZYnsWxV230TwB129A0C4xL7dQmvA== - /vite/2.1.3: + integrity: sha512-9tajYaWiXZQ6qKaPONUgrFwYAFtFcI9JcFkh+K2FBNT+vCE0Jw/MBKipKoE/YNIlnZpd4+hiHV78LU++uzZUpw== + /vite/2.1.5: dependencies: esbuild: 0.9.7 - postcss: 8.2.8 + postcss: 8.2.9 resolve: 1.20.0 - rollup: 2.42.4 + rollup: 2.44.0 dev: true engines: node: '>=12.0.0' @@ -561,8 +559,8 @@ packages: optionalDependencies: fsevents: 2.3.2 resolution: - integrity: sha512-bUzArZIUwADVJS/3ywCr4KKFn3a7izs4M87ZDlAlY2V34E4g1kH6p3sVNAh8/IXCn/56fwgMh3rRavPUW7qEQQ== + integrity: sha512-tYU5iaYeUgQYvK/CNNz3tiJ8vYqPWfCE9IQ7K0iuzYovWw7lzty7KRYGWwV3CQPh0NKxWjOczAqiJsCL0Xb+Og== specifiers: - solid-js: ^0.24.15 - vite: ^2.1.3 - vite-plugin-solid: ^1.3.3 + solid-js: ^0.25.1 + vite: ^2.1.5 + vite-plugin-solid: ^1.5.0 diff --git a/ts-minimal/package.json b/ts-minimal/package.json index 913e556..1584fc8 100644 --- a/ts-minimal/package.json +++ b/ts-minimal/package.json @@ -8,10 +8,10 @@ }, "license": "ISC", "devDependencies": { - "vite": "^2.1.3", - "vite-plugin-solid": "^1.3.3" + "vite": "^2.1.5", + "vite-plugin-solid": "^1.5.0" }, "dependencies": { - "solid-js": "^0.24.15" + "solid-js": "^0.25.1" } } diff --git a/ts-minimal/pnpm-lock.yaml b/ts-minimal/pnpm-lock.yaml index a7184c4..bd29618 100644 --- a/ts-minimal/pnpm-lock.yaml +++ b/ts-minimal/pnpm-lock.yaml @@ -1,8 +1,8 @@ dependencies: - solid-js: 0.24.15 + solid-js: 0.25.1 devDependencies: - vite: 2.1.3 - vite-plugin-solid: 1.3.3 + vite: 2.1.5 + vite-plugin-solid: 1.5.0 lockfileVersion: 5.2 packages: /@babel/code-frame/7.12.13: @@ -15,41 +15,40 @@ packages: dev: true resolution: integrity: sha512-3eJJ841uKxeV8dcN/2yGEUy+RfgQspPEgQat85umsE1rotuquQ2AbIub4S6j7c50a2d+4myc+zSlnXeIHrOnhQ== - /@babel/core/7.13.10: + /@babel/core/7.13.14: dependencies: '@babel/code-frame': 7.12.13 '@babel/generator': 7.13.9 - '@babel/helper-compilation-targets': 7.13.10_@babel+core@7.13.10 - '@babel/helper-module-transforms': 7.13.12 + '@babel/helper-compilation-targets': 7.13.13_@babel+core@7.13.14 + '@babel/helper-module-transforms': 7.13.14 '@babel/helpers': 7.13.10 - '@babel/parser': 7.13.12 + '@babel/parser': 7.13.13 '@babel/template': 7.12.13 - '@babel/traverse': 7.13.0 - '@babel/types': 7.13.12 + '@babel/traverse': 7.13.13 + '@babel/types': 7.13.14 convert-source-map: 1.7.0 debug: 4.3.1 gensync: 1.0.0-beta.2 json5: 2.2.0 - lodash: 4.17.21 semver: 6.3.0 source-map: 0.5.7 dev: true engines: node: '>=6.9.0' resolution: - integrity: sha512-bfIYcT0BdKeAZrovpMqX2Mx5NrgAckGbwT982AkdS5GNfn3KMGiprlBAtmBcFZRUmpaufS6WZFP8trvx8ptFDw== + integrity: sha512-wZso/vyF4ki0l0znlgM4inxbdrUvCb+cVz8grxDq+6C9k6qbqoIJteQOKicaKjCipU3ISV+XedCqpL2RJJVehA== /@babel/generator/7.13.9: dependencies: - '@babel/types': 7.13.12 + '@babel/types': 7.13.14 jsesc: 2.5.2 source-map: 0.5.7 dev: true resolution: integrity: sha512-mHOOmY0Axl/JCTkxTU6Lf5sWOg/v8nUa+Xkt4zMTftX0wqmb6Sh7J8gvcehBw7q0AhrhAR+FDacKjCZ2X8K+Sw== - /@babel/helper-compilation-targets/7.13.10_@babel+core@7.13.10: + /@babel/helper-compilation-targets/7.13.13_@babel+core@7.13.14: dependencies: '@babel/compat-data': 7.13.12 - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 '@babel/helper-validator-option': 7.12.17 browserslist: 4.16.3 semver: 6.3.0 @@ -57,10 +56,10 @@ packages: peerDependencies: '@babel/core': ^7.0.0 resolution: - integrity: sha512-/Xju7Qg1GQO4mHZ/Kcs6Au7gfafgZnwm+a7sy/ow/tV1sHeraRUHbjdat8/UvDor4Tez+siGKDk6zIKtCPKVJA== - /@babel/helper-create-class-features-plugin/7.13.11_@babel+core@7.13.10: + integrity: sha512-q1kcdHNZehBwD9jYPh3WyXcsFERi39X4I59I3NadciWtNDyZ6x+GboOxncFK0kXlKIv6BJm5acncehXWUjWQMQ== + /@babel/helper-create-class-features-plugin/7.13.11_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 '@babel/helper-function-name': 7.12.13 '@babel/helper-member-expression-to-functions': 7.13.12 '@babel/helper-optimise-call-expression': 7.12.13 @@ -75,29 +74,29 @@ packages: dependencies: '@babel/helper-get-function-arity': 7.12.13 '@babel/template': 7.12.13 - '@babel/types': 7.13.12 + '@babel/types': 7.13.14 dev: true resolution: integrity: sha512-TZvmPn0UOqmvi5G4vvw0qZTpVptGkB1GL61R6lKvrSdIxGm5Pky7Q3fpKiIkQCAtRCBUwB0PaThlx9vebCDSwA== /@babel/helper-get-function-arity/7.12.13: dependencies: - '@babel/types': 7.13.12 + '@babel/types': 7.13.14 dev: true resolution: integrity: sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg== /@babel/helper-member-expression-to-functions/7.13.12: dependencies: - '@babel/types': 7.13.12 + '@babel/types': 7.13.14 dev: true resolution: integrity: sha512-48ql1CLL59aKbU94Y88Xgb2VFy7a95ykGRbJJaaVv+LX5U8wFpLfiGXJJGUozsmA1oEh/o5Bp60Voq7ACyA/Sw== /@babel/helper-module-imports/7.13.12: dependencies: - '@babel/types': 7.13.12 + '@babel/types': 7.13.14 dev: true resolution: integrity: sha512-4cVvR2/1B693IuOvSI20xqqa/+bl7lqAMR59R4iu39R9aOX8/JoYY1sFaNvUMyMBGnHdwvJgUrzNLoUZxXypxA== - /@babel/helper-module-transforms/7.13.12: + /@babel/helper-module-transforms/7.13.14: dependencies: '@babel/helper-module-imports': 7.13.12 '@babel/helper-replace-supers': 7.13.12 @@ -105,14 +104,14 @@ packages: '@babel/helper-split-export-declaration': 7.12.13 '@babel/helper-validator-identifier': 7.12.11 '@babel/template': 7.12.13 - '@babel/traverse': 7.13.0 - '@babel/types': 7.13.12 + '@babel/traverse': 7.13.13 + '@babel/types': 7.13.14 dev: true resolution: - integrity: sha512-7zVQqMO3V+K4JOOj40kxiCrMf6xlQAkewBB0eu2b03OO/Q21ZutOzjpfD79A5gtE/2OWi1nv625MrDlGlkbknQ== + integrity: sha512-QuU/OJ0iAOSIatyVZmfqB0lbkVP0kDRiKj34xy+QNsnVZi/PA6BoSoreeqnxxa9EHFAIL0R9XOaAR/G9WlIy5g== /@babel/helper-optimise-call-expression/7.12.13: dependencies: - '@babel/types': 7.13.12 + '@babel/types': 7.13.14 dev: true resolution: integrity: sha512-BdWQhoVJkp6nVjB7nkFWcn43dkprYauqtk++Py2eaf/GRDFm5BxRqEIZCiHlZUGAVmtwKcsVL1dC68WmzeFmiA== @@ -124,20 +123,20 @@ packages: dependencies: '@babel/helper-member-expression-to-functions': 7.13.12 '@babel/helper-optimise-call-expression': 7.12.13 - '@babel/traverse': 7.13.0 - '@babel/types': 7.13.12 + '@babel/traverse': 7.13.13 + '@babel/types': 7.13.14 dev: true resolution: integrity: sha512-Gz1eiX+4yDO8mT+heB94aLVNCL+rbuT2xy4YfyNqu8F+OI6vMvJK891qGBTqL9Uc8wxEvRW92Id6G7sDen3fFw== /@babel/helper-simple-access/7.13.12: dependencies: - '@babel/types': 7.13.12 + '@babel/types': 7.13.14 dev: true resolution: integrity: sha512-7FEjbrx5SL9cWvXioDbnlYTppcZGuCY6ow3/D5vMggb2Ywgu4dMrpTJX0JdQAIcRRUElOIxF3yEooa9gUb9ZbA== /@babel/helper-split-export-declaration/7.12.13: dependencies: - '@babel/types': 7.13.12 + '@babel/types': 7.13.14 dev: true resolution: integrity: sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg== @@ -152,8 +151,8 @@ packages: /@babel/helpers/7.13.10: dependencies: '@babel/template': 7.12.13 - '@babel/traverse': 7.13.0 - '@babel/types': 7.13.12 + '@babel/traverse': 7.13.13 + '@babel/types': 7.13.14 dev: true resolution: integrity: sha512-4VO883+MWPDUVRF3PhiLBUFHoX/bsLTGFpFK/HqvvfBZz2D57u9XzPVNFVBTc0PW/CWR9BXTOKt8NF4DInUHcQ== @@ -165,48 +164,48 @@ packages: dev: true resolution: integrity: sha512-5aPpe5XQPzflQrFwL1/QoeHkP2MsA4JCntcXHRhEsdsfPVkvPi2w7Qix4iV7t5S/oC9OodGrggd8aco1g3SZFg== - /@babel/parser/7.13.12: + /@babel/parser/7.13.13: dev: true engines: node: '>=6.0.0' hasBin: true resolution: - integrity: sha512-4T7Pb244rxH24yR116LAuJ+adxXXnHhZaLJjegJVKSdoNCe4x1eDBaud5YIcQFcqzsaD5BHvJw5BQ0AZapdCRw== - /@babel/plugin-syntax-jsx/7.12.13_@babel+core@7.13.10: + integrity: sha512-OhsyMrqygfk5v8HmWwOzlYjJrtLaFhF34MrfG/Z73DgYCI6ojNUTUp2TYbtnjo8PegeJp12eamsNettCQjKjVw== + /@babel/plugin-syntax-jsx/7.12.13_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 '@babel/helper-plugin-utils': 7.13.0 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.13.10: + /@babel/plugin-syntax-typescript/7.12.13_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 '@babel/helper-plugin-utils': 7.13.0 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-cHP3u1JiUiG2LFDKbXnwVad81GvfyIOmCD6HIEId6ojrY0Drfy2q1jw7BwN7dE84+kTnBjLkXoL3IEy/3JPu2w== - /@babel/plugin-transform-typescript/7.13.0_@babel+core@7.13.10: + /@babel/plugin-transform-typescript/7.13.0_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 - '@babel/helper-create-class-features-plugin': 7.13.11_@babel+core@7.13.10 + '@babel/core': 7.13.14 + '@babel/helper-create-class-features-plugin': 7.13.11_@babel+core@7.13.14 '@babel/helper-plugin-utils': 7.13.0 - '@babel/plugin-syntax-typescript': 7.12.13_@babel+core@7.13.10 + '@babel/plugin-syntax-typescript': 7.12.13_@babel+core@7.13.14 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-elQEwluzaU8R8dbVuW2Q2Y8Nznf7hnjM7+DSCd14Lo5fF63C9qNLbwZYbmZrtV9/ySpSUpkRpQXvJb6xyu4hCQ== - /@babel/preset-typescript/7.13.0_@babel+core@7.13.10: + /@babel/preset-typescript/7.13.0_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 '@babel/helper-plugin-utils': 7.13.0 '@babel/helper-validator-option': 7.12.17 - '@babel/plugin-transform-typescript': 7.13.0_@babel+core@7.13.10 + '@babel/plugin-transform-typescript': 7.13.0_@babel+core@7.13.14 dev: true peerDependencies: '@babel/core': ^7.0.0-0 @@ -215,33 +214,32 @@ packages: /@babel/template/7.12.13: dependencies: '@babel/code-frame': 7.12.13 - '@babel/parser': 7.13.12 - '@babel/types': 7.13.12 + '@babel/parser': 7.13.13 + '@babel/types': 7.13.14 dev: true resolution: integrity: sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA== - /@babel/traverse/7.13.0: + /@babel/traverse/7.13.13: dependencies: '@babel/code-frame': 7.12.13 '@babel/generator': 7.13.9 '@babel/helper-function-name': 7.12.13 '@babel/helper-split-export-declaration': 7.12.13 - '@babel/parser': 7.13.12 - '@babel/types': 7.13.12 + '@babel/parser': 7.13.13 + '@babel/types': 7.13.14 debug: 4.3.1 globals: 11.12.0 - lodash: 4.17.21 dev: true resolution: - integrity: sha512-xys5xi5JEhzC3RzEmSGrs/b3pJW/o87SypZ+G/PhaE7uqVQNv/jlmVIBXuoh5atqQ434LfXV+sf23Oxj0bchJQ== - /@babel/types/7.13.12: + integrity: sha512-CblEcwmXKR6eP43oQGG++0QMTtCjAsa3frUuzHoiIJWpaIIi8dwMyEFUJoXRLxagGqCK+jALRwIO+o3R9p/uUg== + /@babel/types/7.13.14: dependencies: '@babel/helper-validator-identifier': 7.12.11 lodash: 4.17.21 to-fast-properties: 2.0.0 dev: true resolution: - integrity: sha512-K4nY2xFN4QMvQwkQ+zmBDp6ANMbVNw6BbxWmYA4qNjhR9W+Lj/8ky5MEY2Me5r+B2c6/v6F53oMndG+f9s3IiA== + integrity: sha512-A2aa3QTkWoyqsZZFl56MLUsfmh7O0gN41IPvXAE/++8ojpbz12SszD7JEGYVdn4f9Kt4amIei07swF1h4AqmmQ== /ansi-styles/3.2.1: dependencies: color-convert: 1.9.3 @@ -250,29 +248,29 @@ packages: node: '>=4' resolution: integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA== - /babel-plugin-jsx-dom-expressions/0.25.16_@babel+core@7.13.10: + /babel-plugin-jsx-dom-expressions/0.26.0_@babel+core@7.13.14: dependencies: '@babel/helper-module-imports': 7.13.12 - '@babel/plugin-syntax-jsx': 7.12.13_@babel+core@7.13.10 - '@babel/types': 7.13.12 + '@babel/plugin-syntax-jsx': 7.12.13_@babel+core@7.13.14 + '@babel/types': 7.13.14 dev: true peerDependencies: '@babel/core': '*' resolution: - integrity: sha512-yvfjb0xeVVzWCbFkrr3Yx/cJBLh5izv9JuMLXu2u9GX1+oWvdg6CKRs62ZFUKHLeRu7lJKMdW0GIXXNJigRdFw== - /babel-preset-solid/0.24.13_@babel+core@7.13.10: + integrity: sha512-JCI4SIvEH9y2KCNd2oT8Yi3OQIDtl7PNx7DiVgsCEY2MttiAOk0HrYLhxjw2n21h/9iZgqJ0pwy/T7XRrUznSQ== + /babel-preset-solid/0.25.0_@babel+core@7.13.14: dependencies: - babel-plugin-jsx-dom-expressions: 0.25.16_@babel+core@7.13.10 + babel-plugin-jsx-dom-expressions: 0.26.0_@babel+core@7.13.14 dev: true peerDependencies: '@babel/core': '*' resolution: - integrity: sha512-qvJcoZVv5YGAXRPOX2XIbuij3qgAboJcLBGDY1T0TPGpZqtL9qu0RPkKP7Ce4BJUEkbtoy/9n2j/UTG1SE/2WA== + integrity: sha512-MKVpRrcqRlENdxbYdlOKC1deW1vLtakMre6JG0QKgYziPAfCheh4k6LapLld/oGYF0f2MNvcXjtStpWTYmQdyA== /browserslist/4.16.3: dependencies: - caniuse-lite: 1.0.30001204 + caniuse-lite: 1.0.30001207 colorette: 1.2.2 - electron-to-chromium: 1.3.700 + electron-to-chromium: 1.3.707 escalade: 3.1.1 node-releases: 1.1.71 dev: true @@ -281,10 +279,10 @@ packages: hasBin: true resolution: integrity: sha512-vIyhWmIkULaq04Gt93txdh+j02yX/JzlyhLYbV3YQCn/zvES3JnY7TifHHvvr1w5hTDluNKMkV05cs4vy8Q7sw== - /caniuse-lite/1.0.30001204: + /caniuse-lite/1.0.30001207: dev: true resolution: - integrity: sha512-JUdjWpcxfJ9IPamy2f5JaRDCaqJOxDzOSKtbdx4rH9VivMd1vIzoPumsJa9LoMIi4Fx2BV2KZOxWhNkBjaYivQ== + integrity: sha512-UPQZdmAsyp2qfCTiMU/zqGSWOYaY9F9LL61V8f+8MrubsaDGpaHD9HRV/EWZGULZn0Hxu48SKzI5DgFwTvHuYw== /chalk/2.4.2: dependencies: ansi-styles: 3.2.1 @@ -328,10 +326,10 @@ packages: optional: true resolution: integrity: sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ== - /electron-to-chromium/1.3.700: + /electron-to-chromium/1.3.707: dev: true resolution: - integrity: sha512-wQtaxVZzpOeCjW1CGuC5W3bYjE2jglvk076LcTautBOB9UtHztty7wNzjVsndiMcSsdUsdMy5w76w5J1U7OPTQ== + integrity: sha512-BqddgxNPrcWnbDdJw7SzXVzPmp+oiyjVrc7tkQVaznPGSS9SKZatw6qxoP857M+HbOyyqJQwYQtsuFIMSTNSZA== /esbuild/0.9.7: dev: true hasBin: true @@ -453,7 +451,7 @@ packages: dev: true resolution: integrity: sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw== - /postcss/8.2.8: + /postcss/8.2.9: dependencies: colorette: 1.2.2 nanoid: 3.1.22 @@ -462,7 +460,7 @@ packages: engines: node: ^10 || ^12 || >=14 resolution: - integrity: sha512-1F0Xb2T21xET7oQV9eKuctbM9S7BC0fetoHCc4H13z0PT6haiRLP4T0ZY4XWh7iLP0usgqykT6p9B2RtOf4FPw== + integrity: sha512-b+TmuIL4jGtCHtoLi+G/PisuIl9avxs8IZMSmlABRwNz5RLUUACrC+ws81dcomz1nRezm5YPdXiMEzBEKgYn+Q== /resolve.exports/1.0.2: dev: true engines: @@ -476,7 +474,7 @@ packages: dev: true resolution: integrity: sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A== - /rollup/2.42.4: + /rollup/2.44.0: dev: true engines: node: '>=10.0.0' @@ -484,7 +482,7 @@ packages: optionalDependencies: fsevents: 2.3.2 resolution: - integrity: sha512-Zqv3EvNfcllBHyyEUM754npqsZw82VIjK34cDQMwrQ1d6aqxzeYu5yFb7smGkPU4C1Bj7HupIMeT6WU7uIdnMw== + integrity: sha512-rGSF4pLwvuaH/x4nAS+zP6UNn5YUDWf/TeEU5IoXSZKBbKRNTCI3qMnYXKZgrC0D2KzS2baiOZt1OlqhMu5rnQ== /safe-buffer/5.1.2: dev: true resolution: @@ -494,17 +492,17 @@ packages: hasBin: true resolution: integrity: sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw== - /solid-js/0.24.15: + /solid-js/0.25.1: resolution: - integrity: sha512-p+Cv3AZBwpeQTRoCoJNXvmpl8nt9oOx2Xj6/zsrImul1lLGCgBqlyg+pKByOECG48Oe5oNAQOooe3Ba8zovVXA== - /solid-refresh/0.1.0_solid-js@0.24.15: + integrity: sha512-HPfnGgEWIkYP9+0Aw8zPIx8QBWDyeSvNSLME6N4kIk+d3sMRW41n8qpHoM6vC6lqqHUh2enyQ7MC9gogDjAdWw== + /solid-refresh/0.1.1_solid-js@0.25.1: dependencies: - solid-js: 0.24.15 + solid-js: 0.25.1 dev: true peerDependencies: - solid-js: ^0.24.0 + solid-js: ^0.25.0 resolution: - integrity: sha512-KzwX0YQvgynpJB+Y5fLksdpi+GViokVnn+eGXq4FqcBX775y+0wDNwWBHYDeAbLhi0kVjz2W1ZKM3rA8KzR1SQ== + integrity: sha512-PF1Qguwqr3OHVSQ+GLopm5CIZybJVJr1IHRKYDJkfqfIahkOfJDHtSpDNAENWbCbAjdrhZmiNqSxlrDWGTAjng== /source-map/0.5.7: dev: true engines: @@ -535,25 +533,25 @@ packages: dev: true resolution: integrity: sha512-nsZd8ZeNUzukXPlJmTBwUAuABDe/9qtVDelJeT/qW0ow3ZS3BsQJtNkan1802aM9Uf68/Y8ljw86Hu0h5IUW3w== - /vite-plugin-solid/1.3.3: + /vite-plugin-solid/1.5.0: dependencies: - '@babel/core': 7.13.10 - '@babel/preset-typescript': 7.13.0_@babel+core@7.13.10 - babel-preset-solid: 0.24.13_@babel+core@7.13.10 + '@babel/core': 7.13.14 + '@babel/preset-typescript': 7.13.0_@babel+core@7.13.14 + babel-preset-solid: 0.25.0_@babel+core@7.13.14 merge-anything: 4.0.1 resolve.exports: 1.0.2 - solid-js: 0.24.15 - solid-refresh: 0.1.0_solid-js@0.24.15 - vite: 2.1.3 + solid-js: 0.25.1 + solid-refresh: 0.1.1_solid-js@0.25.1 + vite: 2.1.5 dev: true resolution: - integrity: sha512-kKSW3DDkFEtkw8J9Mjk4s3bxXXR9sx88JhKpFMzdABoVwYPi7TJR+6f6dDZYnsWxV230TwB129A0C4xL7dQmvA== - /vite/2.1.3: + integrity: sha512-9tajYaWiXZQ6qKaPONUgrFwYAFtFcI9JcFkh+K2FBNT+vCE0Jw/MBKipKoE/YNIlnZpd4+hiHV78LU++uzZUpw== + /vite/2.1.5: dependencies: esbuild: 0.9.7 - postcss: 8.2.8 + postcss: 8.2.9 resolve: 1.20.0 - rollup: 2.42.4 + rollup: 2.44.0 dev: true engines: node: '>=12.0.0' @@ -561,8 +559,8 @@ packages: optionalDependencies: fsevents: 2.3.2 resolution: - integrity: sha512-bUzArZIUwADVJS/3ywCr4KKFn3a7izs4M87ZDlAlY2V34E4g1kH6p3sVNAh8/IXCn/56fwgMh3rRavPUW7qEQQ== + integrity: sha512-tYU5iaYeUgQYvK/CNNz3tiJ8vYqPWfCE9IQ7K0iuzYovWw7lzty7KRYGWwV3CQPh0NKxWjOczAqiJsCL0Xb+Og== specifiers: - solid-js: ^0.24.15 - vite: ^2.1.3 - vite-plugin-solid: ^1.3.3 + solid-js: ^0.25.1 + vite: ^2.1.5 + vite-plugin-solid: ^1.5.0 diff --git a/ts-router/package.json b/ts-router/package.json index 371b371..be4744e 100644 --- a/ts-router/package.json +++ b/ts-router/package.json @@ -8,12 +8,12 @@ }, "license": "ISC", "devDependencies": { - "vite": "^2.1.3", - "vite-plugin-solid": "^1.3.3", - "vite-plugin-windicss": "^0.9.11" + "vite": "^2.1.5", + "vite-plugin-solid": "^1.5.0", + "vite-plugin-windicss": "^0.12.2" }, "dependencies": { - "solid-app-router": "^0.0.36", - "solid-js": "^0.24.15" + "solid-app-router": "^0.0.37", + "solid-js": "^0.25.1" } } diff --git a/ts-router/pnpm-lock.yaml b/ts-router/pnpm-lock.yaml index f6703da..e18b279 100644 --- a/ts-router/pnpm-lock.yaml +++ b/ts-router/pnpm-lock.yaml @@ -1,10 +1,10 @@ dependencies: - solid-app-router: 0.0.36_solid-js@0.24.15 - solid-js: 0.24.15 + solid-app-router: 0.0.37_solid-js@0.25.1 + solid-js: 0.25.1 devDependencies: - vite: 2.1.3 - vite-plugin-solid: 1.3.3 - vite-plugin-windicss: 0.9.11_vite@2.1.3 + vite: 2.1.5 + vite-plugin-solid: 1.5.0 + vite-plugin-windicss: 0.12.2_vite@2.1.5 lockfileVersion: 5.2 packages: /@babel/code-frame/7.12.13: @@ -17,41 +17,40 @@ packages: dev: true resolution: integrity: sha512-3eJJ841uKxeV8dcN/2yGEUy+RfgQspPEgQat85umsE1rotuquQ2AbIub4S6j7c50a2d+4myc+zSlnXeIHrOnhQ== - /@babel/core/7.13.10: + /@babel/core/7.13.14: dependencies: '@babel/code-frame': 7.12.13 '@babel/generator': 7.13.9 - '@babel/helper-compilation-targets': 7.13.10_@babel+core@7.13.10 - '@babel/helper-module-transforms': 7.13.12 + '@babel/helper-compilation-targets': 7.13.13_@babel+core@7.13.14 + '@babel/helper-module-transforms': 7.13.14 '@babel/helpers': 7.13.10 - '@babel/parser': 7.13.12 + '@babel/parser': 7.13.13 '@babel/template': 7.12.13 - '@babel/traverse': 7.13.0 - '@babel/types': 7.13.12 + '@babel/traverse': 7.13.13 + '@babel/types': 7.13.14 convert-source-map: 1.7.0 debug: 4.3.1 gensync: 1.0.0-beta.2 json5: 2.2.0 - lodash: 4.17.21 semver: 6.3.0 source-map: 0.5.7 dev: true engines: node: '>=6.9.0' resolution: - integrity: sha512-bfIYcT0BdKeAZrovpMqX2Mx5NrgAckGbwT982AkdS5GNfn3KMGiprlBAtmBcFZRUmpaufS6WZFP8trvx8ptFDw== + integrity: sha512-wZso/vyF4ki0l0znlgM4inxbdrUvCb+cVz8grxDq+6C9k6qbqoIJteQOKicaKjCipU3ISV+XedCqpL2RJJVehA== /@babel/generator/7.13.9: dependencies: - '@babel/types': 7.13.12 + '@babel/types': 7.13.14 jsesc: 2.5.2 source-map: 0.5.7 dev: true resolution: integrity: sha512-mHOOmY0Axl/JCTkxTU6Lf5sWOg/v8nUa+Xkt4zMTftX0wqmb6Sh7J8gvcehBw7q0AhrhAR+FDacKjCZ2X8K+Sw== - /@babel/helper-compilation-targets/7.13.10_@babel+core@7.13.10: + /@babel/helper-compilation-targets/7.13.13_@babel+core@7.13.14: dependencies: '@babel/compat-data': 7.13.12 - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 '@babel/helper-validator-option': 7.12.17 browserslist: 4.16.3 semver: 6.3.0 @@ -59,10 +58,10 @@ packages: peerDependencies: '@babel/core': ^7.0.0 resolution: - integrity: sha512-/Xju7Qg1GQO4mHZ/Kcs6Au7gfafgZnwm+a7sy/ow/tV1sHeraRUHbjdat8/UvDor4Tez+siGKDk6zIKtCPKVJA== - /@babel/helper-create-class-features-plugin/7.13.11_@babel+core@7.13.10: + integrity: sha512-q1kcdHNZehBwD9jYPh3WyXcsFERi39X4I59I3NadciWtNDyZ6x+GboOxncFK0kXlKIv6BJm5acncehXWUjWQMQ== + /@babel/helper-create-class-features-plugin/7.13.11_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 '@babel/helper-function-name': 7.12.13 '@babel/helper-member-expression-to-functions': 7.13.12 '@babel/helper-optimise-call-expression': 7.12.13 @@ -77,29 +76,29 @@ packages: dependencies: '@babel/helper-get-function-arity': 7.12.13 '@babel/template': 7.12.13 - '@babel/types': 7.13.12 + '@babel/types': 7.13.14 dev: true resolution: integrity: sha512-TZvmPn0UOqmvi5G4vvw0qZTpVptGkB1GL61R6lKvrSdIxGm5Pky7Q3fpKiIkQCAtRCBUwB0PaThlx9vebCDSwA== /@babel/helper-get-function-arity/7.12.13: dependencies: - '@babel/types': 7.13.12 + '@babel/types': 7.13.14 dev: true resolution: integrity: sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg== /@babel/helper-member-expression-to-functions/7.13.12: dependencies: - '@babel/types': 7.13.12 + '@babel/types': 7.13.14 dev: true resolution: integrity: sha512-48ql1CLL59aKbU94Y88Xgb2VFy7a95ykGRbJJaaVv+LX5U8wFpLfiGXJJGUozsmA1oEh/o5Bp60Voq7ACyA/Sw== /@babel/helper-module-imports/7.13.12: dependencies: - '@babel/types': 7.13.12 + '@babel/types': 7.13.14 dev: true resolution: integrity: sha512-4cVvR2/1B693IuOvSI20xqqa/+bl7lqAMR59R4iu39R9aOX8/JoYY1sFaNvUMyMBGnHdwvJgUrzNLoUZxXypxA== - /@babel/helper-module-transforms/7.13.12: + /@babel/helper-module-transforms/7.13.14: dependencies: '@babel/helper-module-imports': 7.13.12 '@babel/helper-replace-supers': 7.13.12 @@ -107,14 +106,14 @@ packages: '@babel/helper-split-export-declaration': 7.12.13 '@babel/helper-validator-identifier': 7.12.11 '@babel/template': 7.12.13 - '@babel/traverse': 7.13.0 - '@babel/types': 7.13.12 + '@babel/traverse': 7.13.13 + '@babel/types': 7.13.14 dev: true resolution: - integrity: sha512-7zVQqMO3V+K4JOOj40kxiCrMf6xlQAkewBB0eu2b03OO/Q21ZutOzjpfD79A5gtE/2OWi1nv625MrDlGlkbknQ== + integrity: sha512-QuU/OJ0iAOSIatyVZmfqB0lbkVP0kDRiKj34xy+QNsnVZi/PA6BoSoreeqnxxa9EHFAIL0R9XOaAR/G9WlIy5g== /@babel/helper-optimise-call-expression/7.12.13: dependencies: - '@babel/types': 7.13.12 + '@babel/types': 7.13.14 dev: true resolution: integrity: sha512-BdWQhoVJkp6nVjB7nkFWcn43dkprYauqtk++Py2eaf/GRDFm5BxRqEIZCiHlZUGAVmtwKcsVL1dC68WmzeFmiA== @@ -126,20 +125,20 @@ packages: dependencies: '@babel/helper-member-expression-to-functions': 7.13.12 '@babel/helper-optimise-call-expression': 7.12.13 - '@babel/traverse': 7.13.0 - '@babel/types': 7.13.12 + '@babel/traverse': 7.13.13 + '@babel/types': 7.13.14 dev: true resolution: integrity: sha512-Gz1eiX+4yDO8mT+heB94aLVNCL+rbuT2xy4YfyNqu8F+OI6vMvJK891qGBTqL9Uc8wxEvRW92Id6G7sDen3fFw== /@babel/helper-simple-access/7.13.12: dependencies: - '@babel/types': 7.13.12 + '@babel/types': 7.13.14 dev: true resolution: integrity: sha512-7FEjbrx5SL9cWvXioDbnlYTppcZGuCY6ow3/D5vMggb2Ywgu4dMrpTJX0JdQAIcRRUElOIxF3yEooa9gUb9ZbA== /@babel/helper-split-export-declaration/7.12.13: dependencies: - '@babel/types': 7.13.12 + '@babel/types': 7.13.14 dev: true resolution: integrity: sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg== @@ -154,8 +153,8 @@ packages: /@babel/helpers/7.13.10: dependencies: '@babel/template': 7.12.13 - '@babel/traverse': 7.13.0 - '@babel/types': 7.13.12 + '@babel/traverse': 7.13.13 + '@babel/types': 7.13.14 dev: true resolution: integrity: sha512-4VO883+MWPDUVRF3PhiLBUFHoX/bsLTGFpFK/HqvvfBZz2D57u9XzPVNFVBTc0PW/CWR9BXTOKt8NF4DInUHcQ== @@ -167,48 +166,48 @@ packages: dev: true resolution: integrity: sha512-5aPpe5XQPzflQrFwL1/QoeHkP2MsA4JCntcXHRhEsdsfPVkvPi2w7Qix4iV7t5S/oC9OodGrggd8aco1g3SZFg== - /@babel/parser/7.13.12: + /@babel/parser/7.13.13: dev: true engines: node: '>=6.0.0' hasBin: true resolution: - integrity: sha512-4T7Pb244rxH24yR116LAuJ+adxXXnHhZaLJjegJVKSdoNCe4x1eDBaud5YIcQFcqzsaD5BHvJw5BQ0AZapdCRw== - /@babel/plugin-syntax-jsx/7.12.13_@babel+core@7.13.10: + integrity: sha512-OhsyMrqygfk5v8HmWwOzlYjJrtLaFhF34MrfG/Z73DgYCI6ojNUTUp2TYbtnjo8PegeJp12eamsNettCQjKjVw== + /@babel/plugin-syntax-jsx/7.12.13_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 '@babel/helper-plugin-utils': 7.13.0 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.13.10: + /@babel/plugin-syntax-typescript/7.12.13_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 '@babel/helper-plugin-utils': 7.13.0 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-cHP3u1JiUiG2LFDKbXnwVad81GvfyIOmCD6HIEId6ojrY0Drfy2q1jw7BwN7dE84+kTnBjLkXoL3IEy/3JPu2w== - /@babel/plugin-transform-typescript/7.13.0_@babel+core@7.13.10: + /@babel/plugin-transform-typescript/7.13.0_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 - '@babel/helper-create-class-features-plugin': 7.13.11_@babel+core@7.13.10 + '@babel/core': 7.13.14 + '@babel/helper-create-class-features-plugin': 7.13.11_@babel+core@7.13.14 '@babel/helper-plugin-utils': 7.13.0 - '@babel/plugin-syntax-typescript': 7.12.13_@babel+core@7.13.10 + '@babel/plugin-syntax-typescript': 7.12.13_@babel+core@7.13.14 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-elQEwluzaU8R8dbVuW2Q2Y8Nznf7hnjM7+DSCd14Lo5fF63C9qNLbwZYbmZrtV9/ySpSUpkRpQXvJb6xyu4hCQ== - /@babel/preset-typescript/7.13.0_@babel+core@7.13.10: + /@babel/preset-typescript/7.13.0_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 '@babel/helper-plugin-utils': 7.13.0 '@babel/helper-validator-option': 7.12.17 - '@babel/plugin-transform-typescript': 7.13.0_@babel+core@7.13.10 + '@babel/plugin-transform-typescript': 7.13.0_@babel+core@7.13.14 dev: true peerDependencies: '@babel/core': ^7.0.0-0 @@ -217,33 +216,32 @@ packages: /@babel/template/7.12.13: dependencies: '@babel/code-frame': 7.12.13 - '@babel/parser': 7.13.12 - '@babel/types': 7.13.12 + '@babel/parser': 7.13.13 + '@babel/types': 7.13.14 dev: true resolution: integrity: sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA== - /@babel/traverse/7.13.0: + /@babel/traverse/7.13.13: dependencies: '@babel/code-frame': 7.12.13 '@babel/generator': 7.13.9 '@babel/helper-function-name': 7.12.13 '@babel/helper-split-export-declaration': 7.12.13 - '@babel/parser': 7.13.12 - '@babel/types': 7.13.12 + '@babel/parser': 7.13.13 + '@babel/types': 7.13.14 debug: 4.3.1 globals: 11.12.0 - lodash: 4.17.21 dev: true resolution: - integrity: sha512-xys5xi5JEhzC3RzEmSGrs/b3pJW/o87SypZ+G/PhaE7uqVQNv/jlmVIBXuoh5atqQ434LfXV+sf23Oxj0bchJQ== - /@babel/types/7.13.12: + integrity: sha512-CblEcwmXKR6eP43oQGG++0QMTtCjAsa3frUuzHoiIJWpaIIi8dwMyEFUJoXRLxagGqCK+jALRwIO+o3R9p/uUg== + /@babel/types/7.13.14: dependencies: '@babel/helper-validator-identifier': 7.12.11 lodash: 4.17.21 to-fast-properties: 2.0.0 dev: true resolution: - integrity: sha512-K4nY2xFN4QMvQwkQ+zmBDp6ANMbVNw6BbxWmYA4qNjhR9W+Lj/8ky5MEY2Me5r+B2c6/v6F53oMndG+f9s3IiA== + integrity: sha512-A2aa3QTkWoyqsZZFl56MLUsfmh7O0gN41IPvXAE/++8ojpbz12SszD7JEGYVdn4f9Kt4amIei07swF1h4AqmmQ== /@nodelib/fs.scandir/2.1.4: dependencies: '@nodelib/fs.stat': 2.0.4 @@ -268,16 +266,18 @@ packages: node: '>= 8' resolution: integrity: sha512-8Broas6vTtW4GIXTAHDoE32hnN2M5ykgCpWGbuXHQ15vEMqr23pB76e/GZcYsZCHALv50ktd24qhEyKr6wBtow== - /@windicss/plugin-utils/0.9.11: + /@windicss/plugin-utils/0.12.2: dependencies: debug: 4.3.2 fast-glob: 3.2.5 + magic-string: 0.25.7 micromatch: 4.0.2 + pirates: 4.0.1 sucrase: 3.17.1 - windicss: 2.5.5 + windicss: 2.5.10 dev: true resolution: - integrity: sha512-gGLe3/Ud63fcpj1FTq+0/feP/UM34j9W+iSyBtpPnmfLx8mi2a9g9vhZrojqL9X9IYY+ZhHczZ8Fn9qcHdzWVw== + integrity: sha512-dFKXnj/xQHjuNN8wQdL0LmMQEhLq7yjBfNnjMNDFtNVG5i/X8g43Nm0IbWKDo2l5PGOEyhHCquPRm0kh+fSS7w== /ansi-styles/3.2.1: dependencies: color-convert: 1.9.3 @@ -286,28 +286,36 @@ 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== /any-promise/1.3.0: dev: true resolution: integrity: sha1-q8av7tzqUugJzcA3au0845Y10X8= - /babel-plugin-jsx-dom-expressions/0.25.16_@babel+core@7.13.10: + /babel-plugin-jsx-dom-expressions/0.26.0_@babel+core@7.13.14: dependencies: '@babel/helper-module-imports': 7.13.12 - '@babel/plugin-syntax-jsx': 7.12.13_@babel+core@7.13.10 - '@babel/types': 7.13.12 + '@babel/plugin-syntax-jsx': 7.12.13_@babel+core@7.13.14 + '@babel/types': 7.13.14 dev: true peerDependencies: '@babel/core': '*' resolution: - integrity: sha512-yvfjb0xeVVzWCbFkrr3Yx/cJBLh5izv9JuMLXu2u9GX1+oWvdg6CKRs62ZFUKHLeRu7lJKMdW0GIXXNJigRdFw== - /babel-preset-solid/0.24.13_@babel+core@7.13.10: + integrity: sha512-JCI4SIvEH9y2KCNd2oT8Yi3OQIDtl7PNx7DiVgsCEY2MttiAOk0HrYLhxjw2n21h/9iZgqJ0pwy/T7XRrUznSQ== + /babel-preset-solid/0.25.0_@babel+core@7.13.14: dependencies: - babel-plugin-jsx-dom-expressions: 0.25.16_@babel+core@7.13.10 + babel-plugin-jsx-dom-expressions: 0.26.0_@babel+core@7.13.14 dev: true peerDependencies: '@babel/core': '*' resolution: - integrity: sha512-qvJcoZVv5YGAXRPOX2XIbuij3qgAboJcLBGDY1T0TPGpZqtL9qu0RPkKP7Ce4BJUEkbtoy/9n2j/UTG1SE/2WA== + integrity: sha512-MKVpRrcqRlENdxbYdlOKC1deW1vLtakMre6JG0QKgYziPAfCheh4k6LapLld/oGYF0f2MNvcXjtStpWTYmQdyA== /balanced-match/1.0.0: dev: true resolution: @@ -329,9 +337,9 @@ packages: integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A== /browserslist/4.16.3: dependencies: - caniuse-lite: 1.0.30001204 + caniuse-lite: 1.0.30001207 colorette: 1.2.2 - electron-to-chromium: 1.3.700 + electron-to-chromium: 1.3.707 escalade: 3.1.1 node-releases: 1.1.71 dev: true @@ -340,10 +348,10 @@ packages: hasBin: true resolution: integrity: sha512-vIyhWmIkULaq04Gt93txdh+j02yX/JzlyhLYbV3YQCn/zvES3JnY7TifHHvvr1w5hTDluNKMkV05cs4vy8Q7sw== - /caniuse-lite/1.0.30001204: + /caniuse-lite/1.0.30001207: dev: true resolution: - integrity: sha512-JUdjWpcxfJ9IPamy2f5JaRDCaqJOxDzOSKtbdx4rH9VivMd1vIzoPumsJa9LoMIi4Fx2BV2KZOxWhNkBjaYivQ== + integrity: sha512-UPQZdmAsyp2qfCTiMU/zqGSWOYaY9F9LL61V8f+8MrubsaDGpaHD9HRV/EWZGULZn0Hxu48SKzI5DgFwTvHuYw== /chalk/2.4.2: dependencies: ansi-styles: 3.2.1 @@ -354,16 +362,37 @@ 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== /colorette/1.2.2: dev: true resolution: @@ -410,10 +439,10 @@ packages: optional: true resolution: integrity: sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw== - /electron-to-chromium/1.3.700: + /electron-to-chromium/1.3.707: dev: true resolution: - integrity: sha512-wQtaxVZzpOeCjW1CGuC5W3bYjE2jglvk076LcTautBOB9UtHztty7wNzjVsndiMcSsdUsdMy5w76w5J1U7OPTQ== + integrity: sha512-BqddgxNPrcWnbDdJw7SzXVzPmp+oiyjVrc7tkQVaznPGSS9SKZatw6qxoP857M+HbOyyqJQwYQtsuFIMSTNSZA== /esbuild/0.9.7: dev: true hasBin: true @@ -513,6 +542,12 @@ packages: 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 @@ -590,6 +625,12 @@ packages: dev: true resolution: integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== + /magic-string/0.25.7: + dependencies: + sourcemap-codec: 1.4.8 + dev: true + resolution: + integrity: sha512-4CrMT5DOHTDk4HYDlzmwu4FVCcIYI8gauveasrdCu2IKIFOJ3f0v/8MDGJCDL9oD2ppz/Av1b0Nj345H9M+XIA== /merge-anything/4.0.1: dependencies: is-what: 3.14.1 @@ -687,7 +728,7 @@ packages: node: '>= 6' resolution: integrity: sha512-WuNqLTbMI3tmfef2TKxlQmAiLHKtFhlsCZnPIpuv2Ow0RDVO8lfy1Opf4NUzlMXLjPl+Men7AuVdX6TA+s+uGA== - /postcss/8.2.8: + /postcss/8.2.9: dependencies: colorette: 1.2.2 nanoid: 3.1.22 @@ -696,7 +737,7 @@ packages: engines: node: ^10 || ^12 || >=14 resolution: - integrity: sha512-1F0Xb2T21xET7oQV9eKuctbM9S7BC0fetoHCc4H13z0PT6haiRLP4T0ZY4XWh7iLP0usgqykT6p9B2RtOf4FPw== + integrity: sha512-b+TmuIL4jGtCHtoLi+G/PisuIl9avxs8IZMSmlABRwNz5RLUUACrC+ws81dcomz1nRezm5YPdXiMEzBEKgYn+Q== /queue-microtask/1.2.3: dev: true resolution: @@ -721,7 +762,7 @@ packages: node: '>=0.10.0' resolution: integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw== - /rollup/2.42.4: + /rollup/2.44.0: dev: true engines: node: '>=10.0.0' @@ -729,7 +770,7 @@ packages: optionalDependencies: fsevents: 2.3.2 resolution: - integrity: sha512-Zqv3EvNfcllBHyyEUM754npqsZw82VIjK34cDQMwrQ1d6aqxzeYu5yFb7smGkPU4C1Bj7HupIMeT6WU7uIdnMw== + integrity: sha512-rGSF4pLwvuaH/x4nAS+zP6UNn5YUDWf/TeEU5IoXSZKBbKRNTCI3qMnYXKZgrC0D2KzS2baiOZt1OlqhMu5rnQ== /run-parallel/1.2.0: dependencies: queue-microtask: 1.2.3 @@ -745,25 +786,25 @@ packages: hasBin: true resolution: integrity: sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw== - /solid-app-router/0.0.36_solid-js@0.24.15: + /solid-app-router/0.0.37_solid-js@0.25.1: dependencies: - solid-js: 0.24.15 + solid-js: 0.25.1 dev: false peerDependencies: - solid-js: ^0.24.0 + solid-js: ^0.25.0 resolution: - integrity: sha512-x6ssnVcwTWO8JKv6qeYDCL94ie0wCmBd4yhX03xCmfMawRzQGp5nQq08rXlT8OXDawUjGyewxM4SHtg3R45Mhw== - /solid-js/0.24.15: + integrity: sha512-kCnicggEdVyP23qg2V+TrhvbfmuuvN9/euxW8psv7ycmlRPy4HKyPGYi6FqLdS3FCo98odKT3yeA9IosQji4+w== + /solid-js/0.25.1: resolution: - integrity: sha512-p+Cv3AZBwpeQTRoCoJNXvmpl8nt9oOx2Xj6/zsrImul1lLGCgBqlyg+pKByOECG48Oe5oNAQOooe3Ba8zovVXA== - /solid-refresh/0.1.0_solid-js@0.24.15: + integrity: sha512-HPfnGgEWIkYP9+0Aw8zPIx8QBWDyeSvNSLME6N4kIk+d3sMRW41n8qpHoM6vC6lqqHUh2enyQ7MC9gogDjAdWw== + /solid-refresh/0.1.1_solid-js@0.25.1: dependencies: - solid-js: 0.24.15 + solid-js: 0.25.1 dev: true peerDependencies: - solid-js: ^0.24.0 + solid-js: ^0.25.0 resolution: - integrity: sha512-KzwX0YQvgynpJB+Y5fLksdpi+GViokVnn+eGXq4FqcBX775y+0wDNwWBHYDeAbLhi0kVjz2W1ZKM3rA8KzR1SQ== + integrity: sha512-PF1Qguwqr3OHVSQ+GLopm5CIZybJVJr1IHRKYDJkfqfIahkOfJDHtSpDNAENWbCbAjdrhZmiNqSxlrDWGTAjng== /source-map/0.5.7: dev: true engines: @@ -776,6 +817,10 @@ packages: node: '>=0.10.0' resolution: integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g== + /sourcemap-codec/1.4.8: + dev: true + resolution: + integrity: sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA== /sucrase/3.17.1: dependencies: commander: 4.1.1 @@ -798,6 +843,14 @@ 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== /thenify-all/1.6.0: dependencies: thenify: 3.3.1 @@ -834,36 +887,37 @@ packages: dev: true resolution: integrity: sha512-nsZd8ZeNUzukXPlJmTBwUAuABDe/9qtVDelJeT/qW0ow3ZS3BsQJtNkan1802aM9Uf68/Y8ljw86Hu0h5IUW3w== - /vite-plugin-solid/1.3.3: + /vite-plugin-solid/1.5.0: dependencies: - '@babel/core': 7.13.10 - '@babel/preset-typescript': 7.13.0_@babel+core@7.13.10 - babel-preset-solid: 0.24.13_@babel+core@7.13.10 + '@babel/core': 7.13.14 + '@babel/preset-typescript': 7.13.0_@babel+core@7.13.14 + babel-preset-solid: 0.25.0_@babel+core@7.13.14 merge-anything: 4.0.1 resolve.exports: 1.0.2 - solid-js: 0.24.15 - solid-refresh: 0.1.0_solid-js@0.24.15 - vite: 2.1.3 + solid-js: 0.25.1 + solid-refresh: 0.1.1_solid-js@0.25.1 + vite: 2.1.5 dev: true resolution: - integrity: sha512-kKSW3DDkFEtkw8J9Mjk4s3bxXXR9sx88JhKpFMzdABoVwYPi7TJR+6f6dDZYnsWxV230TwB129A0C4xL7dQmvA== - /vite-plugin-windicss/0.9.11_vite@2.1.3: + integrity: sha512-9tajYaWiXZQ6qKaPONUgrFwYAFtFcI9JcFkh+K2FBNT+vCE0Jw/MBKipKoE/YNIlnZpd4+hiHV78LU++uzZUpw== + /vite-plugin-windicss/0.12.2_vite@2.1.5: dependencies: - '@windicss/plugin-utils': 0.9.11 + '@windicss/plugin-utils': 0.12.2 + chalk: 4.1.0 debug: 4.3.2 - vite: 2.1.3 - windicss: 2.5.5 + vite: 2.1.5 + windicss: 2.5.10 dev: true peerDependencies: vite: ^2.0.1 resolution: - integrity: sha512-wcF2VmglWqvtsi8Zq4kTVVU9jPiiAfdyy91TnlgaJYlgRaBZcwb7QSJ9p5SeOWIyl6RpzjlK2JFWa0djrVmG8w== - /vite/2.1.3: + integrity: sha512-2sHfUAr2zhQRqqrrQYe9rHAmuE3eGwxwAdFkoxGqePeEmimYpVZFEyk9JT274t9teaZ57RQGXLKYthgRqG1Zpw== + /vite/2.1.5: dependencies: esbuild: 0.9.7 - postcss: 8.2.8 + postcss: 8.2.9 resolve: 1.20.0 - rollup: 2.42.4 + rollup: 2.44.0 dev: true engines: node: '>=12.0.0' @@ -871,21 +925,21 @@ packages: optionalDependencies: fsevents: 2.3.2 resolution: - integrity: sha512-bUzArZIUwADVJS/3ywCr4KKFn3a7izs4M87ZDlAlY2V34E4g1kH6p3sVNAh8/IXCn/56fwgMh3rRavPUW7qEQQ== - /windicss/2.5.5: + integrity: sha512-tYU5iaYeUgQYvK/CNNz3tiJ8vYqPWfCE9IQ7K0iuzYovWw7lzty7KRYGWwV3CQPh0NKxWjOczAqiJsCL0Xb+Og== + /windicss/2.5.10: dev: true engines: node: '>= 12' hasBin: true resolution: - integrity: sha512-tKLYY9qQoFKoxitG2B8toa9QUPAjsBOKjmFrxhDi2i0eaVOFQh+YEPElBCa7N5ma03YVIW9HPVbgVU0Z4JxZ5g== + integrity: sha512-G1JozQNAKAroOah7q+PlOzgMOzapzKb/Y3AZxceZe/5QNy8QBW8t32ZhlqogR9CkZUUET+voaGxap3yjBEw5aw== /wrappy/1.0.2: dev: true resolution: integrity: sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8= specifiers: - solid-app-router: ^0.0.36 - solid-js: ^0.24.15 - vite: ^2.1.3 - vite-plugin-solid: ^1.3.3 - vite-plugin-windicss: ^0.9.11 + solid-app-router: ^0.0.37 + solid-js: ^0.25.1 + vite: ^2.1.5 + vite-plugin-solid: ^1.5.0 + vite-plugin-windicss: ^0.12.2 diff --git a/ts-tailwind/package.json b/ts-tailwind/package.json index 767a698..2620b87 100644 --- a/ts-tailwind/package.json +++ b/ts-tailwind/package.json @@ -8,11 +8,11 @@ }, "license": "ISC", "devDependencies": { - "vite": "^2.1.3", - "vite-plugin-solid": "^1.3.3", - "vite-plugin-windicss": "^0.9.11" + "vite": "^2.1.5", + "vite-plugin-solid": "^1.5.0", + "vite-plugin-windicss": "^0.12.2" }, "dependencies": { - "solid-js": "^0.24.15" + "solid-js": "^0.25.1" } } diff --git a/ts-tailwind/pnpm-lock.yaml b/ts-tailwind/pnpm-lock.yaml index 9eae010..f11f962 100644 --- a/ts-tailwind/pnpm-lock.yaml +++ b/ts-tailwind/pnpm-lock.yaml @@ -1,9 +1,9 @@ dependencies: - solid-js: 0.24.15 + solid-js: 0.25.1 devDependencies: - vite: 2.1.3 - vite-plugin-solid: 1.3.3 - vite-plugin-windicss: 0.9.11_vite@2.1.3 + vite: 2.1.5 + vite-plugin-solid: 1.5.0 + vite-plugin-windicss: 0.12.2_vite@2.1.5 lockfileVersion: 5.2 packages: /@babel/code-frame/7.12.13: @@ -16,41 +16,40 @@ packages: dev: true resolution: integrity: sha512-3eJJ841uKxeV8dcN/2yGEUy+RfgQspPEgQat85umsE1rotuquQ2AbIub4S6j7c50a2d+4myc+zSlnXeIHrOnhQ== - /@babel/core/7.13.10: + /@babel/core/7.13.14: dependencies: '@babel/code-frame': 7.12.13 '@babel/generator': 7.13.9 - '@babel/helper-compilation-targets': 7.13.10_@babel+core@7.13.10 - '@babel/helper-module-transforms': 7.13.12 + '@babel/helper-compilation-targets': 7.13.13_@babel+core@7.13.14 + '@babel/helper-module-transforms': 7.13.14 '@babel/helpers': 7.13.10 - '@babel/parser': 7.13.12 + '@babel/parser': 7.13.13 '@babel/template': 7.12.13 - '@babel/traverse': 7.13.0 - '@babel/types': 7.13.12 + '@babel/traverse': 7.13.13 + '@babel/types': 7.13.14 convert-source-map: 1.7.0 debug: 4.3.1 gensync: 1.0.0-beta.2 json5: 2.2.0 - lodash: 4.17.21 semver: 6.3.0 source-map: 0.5.7 dev: true engines: node: '>=6.9.0' resolution: - integrity: sha512-bfIYcT0BdKeAZrovpMqX2Mx5NrgAckGbwT982AkdS5GNfn3KMGiprlBAtmBcFZRUmpaufS6WZFP8trvx8ptFDw== + integrity: sha512-wZso/vyF4ki0l0znlgM4inxbdrUvCb+cVz8grxDq+6C9k6qbqoIJteQOKicaKjCipU3ISV+XedCqpL2RJJVehA== /@babel/generator/7.13.9: dependencies: - '@babel/types': 7.13.12 + '@babel/types': 7.13.14 jsesc: 2.5.2 source-map: 0.5.7 dev: true resolution: integrity: sha512-mHOOmY0Axl/JCTkxTU6Lf5sWOg/v8nUa+Xkt4zMTftX0wqmb6Sh7J8gvcehBw7q0AhrhAR+FDacKjCZ2X8K+Sw== - /@babel/helper-compilation-targets/7.13.10_@babel+core@7.13.10: + /@babel/helper-compilation-targets/7.13.13_@babel+core@7.13.14: dependencies: '@babel/compat-data': 7.13.12 - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 '@babel/helper-validator-option': 7.12.17 browserslist: 4.16.3 semver: 6.3.0 @@ -58,10 +57,10 @@ packages: peerDependencies: '@babel/core': ^7.0.0 resolution: - integrity: sha512-/Xju7Qg1GQO4mHZ/Kcs6Au7gfafgZnwm+a7sy/ow/tV1sHeraRUHbjdat8/UvDor4Tez+siGKDk6zIKtCPKVJA== - /@babel/helper-create-class-features-plugin/7.13.11_@babel+core@7.13.10: + integrity: sha512-q1kcdHNZehBwD9jYPh3WyXcsFERi39X4I59I3NadciWtNDyZ6x+GboOxncFK0kXlKIv6BJm5acncehXWUjWQMQ== + /@babel/helper-create-class-features-plugin/7.13.11_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 '@babel/helper-function-name': 7.12.13 '@babel/helper-member-expression-to-functions': 7.13.12 '@babel/helper-optimise-call-expression': 7.12.13 @@ -76,29 +75,29 @@ packages: dependencies: '@babel/helper-get-function-arity': 7.12.13 '@babel/template': 7.12.13 - '@babel/types': 7.13.12 + '@babel/types': 7.13.14 dev: true resolution: integrity: sha512-TZvmPn0UOqmvi5G4vvw0qZTpVptGkB1GL61R6lKvrSdIxGm5Pky7Q3fpKiIkQCAtRCBUwB0PaThlx9vebCDSwA== /@babel/helper-get-function-arity/7.12.13: dependencies: - '@babel/types': 7.13.12 + '@babel/types': 7.13.14 dev: true resolution: integrity: sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg== /@babel/helper-member-expression-to-functions/7.13.12: dependencies: - '@babel/types': 7.13.12 + '@babel/types': 7.13.14 dev: true resolution: integrity: sha512-48ql1CLL59aKbU94Y88Xgb2VFy7a95ykGRbJJaaVv+LX5U8wFpLfiGXJJGUozsmA1oEh/o5Bp60Voq7ACyA/Sw== /@babel/helper-module-imports/7.13.12: dependencies: - '@babel/types': 7.13.12 + '@babel/types': 7.13.14 dev: true resolution: integrity: sha512-4cVvR2/1B693IuOvSI20xqqa/+bl7lqAMR59R4iu39R9aOX8/JoYY1sFaNvUMyMBGnHdwvJgUrzNLoUZxXypxA== - /@babel/helper-module-transforms/7.13.12: + /@babel/helper-module-transforms/7.13.14: dependencies: '@babel/helper-module-imports': 7.13.12 '@babel/helper-replace-supers': 7.13.12 @@ -106,14 +105,14 @@ packages: '@babel/helper-split-export-declaration': 7.12.13 '@babel/helper-validator-identifier': 7.12.11 '@babel/template': 7.12.13 - '@babel/traverse': 7.13.0 - '@babel/types': 7.13.12 + '@babel/traverse': 7.13.13 + '@babel/types': 7.13.14 dev: true resolution: - integrity: sha512-7zVQqMO3V+K4JOOj40kxiCrMf6xlQAkewBB0eu2b03OO/Q21ZutOzjpfD79A5gtE/2OWi1nv625MrDlGlkbknQ== + integrity: sha512-QuU/OJ0iAOSIatyVZmfqB0lbkVP0kDRiKj34xy+QNsnVZi/PA6BoSoreeqnxxa9EHFAIL0R9XOaAR/G9WlIy5g== /@babel/helper-optimise-call-expression/7.12.13: dependencies: - '@babel/types': 7.13.12 + '@babel/types': 7.13.14 dev: true resolution: integrity: sha512-BdWQhoVJkp6nVjB7nkFWcn43dkprYauqtk++Py2eaf/GRDFm5BxRqEIZCiHlZUGAVmtwKcsVL1dC68WmzeFmiA== @@ -125,20 +124,20 @@ packages: dependencies: '@babel/helper-member-expression-to-functions': 7.13.12 '@babel/helper-optimise-call-expression': 7.12.13 - '@babel/traverse': 7.13.0 - '@babel/types': 7.13.12 + '@babel/traverse': 7.13.13 + '@babel/types': 7.13.14 dev: true resolution: integrity: sha512-Gz1eiX+4yDO8mT+heB94aLVNCL+rbuT2xy4YfyNqu8F+OI6vMvJK891qGBTqL9Uc8wxEvRW92Id6G7sDen3fFw== /@babel/helper-simple-access/7.13.12: dependencies: - '@babel/types': 7.13.12 + '@babel/types': 7.13.14 dev: true resolution: integrity: sha512-7FEjbrx5SL9cWvXioDbnlYTppcZGuCY6ow3/D5vMggb2Ywgu4dMrpTJX0JdQAIcRRUElOIxF3yEooa9gUb9ZbA== /@babel/helper-split-export-declaration/7.12.13: dependencies: - '@babel/types': 7.13.12 + '@babel/types': 7.13.14 dev: true resolution: integrity: sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg== @@ -153,8 +152,8 @@ packages: /@babel/helpers/7.13.10: dependencies: '@babel/template': 7.12.13 - '@babel/traverse': 7.13.0 - '@babel/types': 7.13.12 + '@babel/traverse': 7.13.13 + '@babel/types': 7.13.14 dev: true resolution: integrity: sha512-4VO883+MWPDUVRF3PhiLBUFHoX/bsLTGFpFK/HqvvfBZz2D57u9XzPVNFVBTc0PW/CWR9BXTOKt8NF4DInUHcQ== @@ -166,48 +165,48 @@ packages: dev: true resolution: integrity: sha512-5aPpe5XQPzflQrFwL1/QoeHkP2MsA4JCntcXHRhEsdsfPVkvPi2w7Qix4iV7t5S/oC9OodGrggd8aco1g3SZFg== - /@babel/parser/7.13.12: + /@babel/parser/7.13.13: dev: true engines: node: '>=6.0.0' hasBin: true resolution: - integrity: sha512-4T7Pb244rxH24yR116LAuJ+adxXXnHhZaLJjegJVKSdoNCe4x1eDBaud5YIcQFcqzsaD5BHvJw5BQ0AZapdCRw== - /@babel/plugin-syntax-jsx/7.12.13_@babel+core@7.13.10: + integrity: sha512-OhsyMrqygfk5v8HmWwOzlYjJrtLaFhF34MrfG/Z73DgYCI6ojNUTUp2TYbtnjo8PegeJp12eamsNettCQjKjVw== + /@babel/plugin-syntax-jsx/7.12.13_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 '@babel/helper-plugin-utils': 7.13.0 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.13.10: + /@babel/plugin-syntax-typescript/7.12.13_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 '@babel/helper-plugin-utils': 7.13.0 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-cHP3u1JiUiG2LFDKbXnwVad81GvfyIOmCD6HIEId6ojrY0Drfy2q1jw7BwN7dE84+kTnBjLkXoL3IEy/3JPu2w== - /@babel/plugin-transform-typescript/7.13.0_@babel+core@7.13.10: + /@babel/plugin-transform-typescript/7.13.0_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 - '@babel/helper-create-class-features-plugin': 7.13.11_@babel+core@7.13.10 + '@babel/core': 7.13.14 + '@babel/helper-create-class-features-plugin': 7.13.11_@babel+core@7.13.14 '@babel/helper-plugin-utils': 7.13.0 - '@babel/plugin-syntax-typescript': 7.12.13_@babel+core@7.13.10 + '@babel/plugin-syntax-typescript': 7.12.13_@babel+core@7.13.14 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-elQEwluzaU8R8dbVuW2Q2Y8Nznf7hnjM7+DSCd14Lo5fF63C9qNLbwZYbmZrtV9/ySpSUpkRpQXvJb6xyu4hCQ== - /@babel/preset-typescript/7.13.0_@babel+core@7.13.10: + /@babel/preset-typescript/7.13.0_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 '@babel/helper-plugin-utils': 7.13.0 '@babel/helper-validator-option': 7.12.17 - '@babel/plugin-transform-typescript': 7.13.0_@babel+core@7.13.10 + '@babel/plugin-transform-typescript': 7.13.0_@babel+core@7.13.14 dev: true peerDependencies: '@babel/core': ^7.0.0-0 @@ -216,33 +215,32 @@ packages: /@babel/template/7.12.13: dependencies: '@babel/code-frame': 7.12.13 - '@babel/parser': 7.13.12 - '@babel/types': 7.13.12 + '@babel/parser': 7.13.13 + '@babel/types': 7.13.14 dev: true resolution: integrity: sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA== - /@babel/traverse/7.13.0: + /@babel/traverse/7.13.13: dependencies: '@babel/code-frame': 7.12.13 '@babel/generator': 7.13.9 '@babel/helper-function-name': 7.12.13 '@babel/helper-split-export-declaration': 7.12.13 - '@babel/parser': 7.13.12 - '@babel/types': 7.13.12 + '@babel/parser': 7.13.13 + '@babel/types': 7.13.14 debug: 4.3.1 globals: 11.12.0 - lodash: 4.17.21 dev: true resolution: - integrity: sha512-xys5xi5JEhzC3RzEmSGrs/b3pJW/o87SypZ+G/PhaE7uqVQNv/jlmVIBXuoh5atqQ434LfXV+sf23Oxj0bchJQ== - /@babel/types/7.13.12: + integrity: sha512-CblEcwmXKR6eP43oQGG++0QMTtCjAsa3frUuzHoiIJWpaIIi8dwMyEFUJoXRLxagGqCK+jALRwIO+o3R9p/uUg== + /@babel/types/7.13.14: dependencies: '@babel/helper-validator-identifier': 7.12.11 lodash: 4.17.21 to-fast-properties: 2.0.0 dev: true resolution: - integrity: sha512-K4nY2xFN4QMvQwkQ+zmBDp6ANMbVNw6BbxWmYA4qNjhR9W+Lj/8ky5MEY2Me5r+B2c6/v6F53oMndG+f9s3IiA== + integrity: sha512-A2aa3QTkWoyqsZZFl56MLUsfmh7O0gN41IPvXAE/++8ojpbz12SszD7JEGYVdn4f9Kt4amIei07swF1h4AqmmQ== /@nodelib/fs.scandir/2.1.4: dependencies: '@nodelib/fs.stat': 2.0.4 @@ -267,16 +265,18 @@ packages: node: '>= 8' resolution: integrity: sha512-8Broas6vTtW4GIXTAHDoE32hnN2M5ykgCpWGbuXHQ15vEMqr23pB76e/GZcYsZCHALv50ktd24qhEyKr6wBtow== - /@windicss/plugin-utils/0.9.11: + /@windicss/plugin-utils/0.12.2: dependencies: debug: 4.3.2 fast-glob: 3.2.5 + magic-string: 0.25.7 micromatch: 4.0.2 + pirates: 4.0.1 sucrase: 3.17.1 - windicss: 2.5.5 + windicss: 2.5.10 dev: true resolution: - integrity: sha512-gGLe3/Ud63fcpj1FTq+0/feP/UM34j9W+iSyBtpPnmfLx8mi2a9g9vhZrojqL9X9IYY+ZhHczZ8Fn9qcHdzWVw== + integrity: sha512-dFKXnj/xQHjuNN8wQdL0LmMQEhLq7yjBfNnjMNDFtNVG5i/X8g43Nm0IbWKDo2l5PGOEyhHCquPRm0kh+fSS7w== /ansi-styles/3.2.1: dependencies: color-convert: 1.9.3 @@ -285,28 +285,36 @@ 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== /any-promise/1.3.0: dev: true resolution: integrity: sha1-q8av7tzqUugJzcA3au0845Y10X8= - /babel-plugin-jsx-dom-expressions/0.25.16_@babel+core@7.13.10: + /babel-plugin-jsx-dom-expressions/0.26.0_@babel+core@7.13.14: dependencies: '@babel/helper-module-imports': 7.13.12 - '@babel/plugin-syntax-jsx': 7.12.13_@babel+core@7.13.10 - '@babel/types': 7.13.12 + '@babel/plugin-syntax-jsx': 7.12.13_@babel+core@7.13.14 + '@babel/types': 7.13.14 dev: true peerDependencies: '@babel/core': '*' resolution: - integrity: sha512-yvfjb0xeVVzWCbFkrr3Yx/cJBLh5izv9JuMLXu2u9GX1+oWvdg6CKRs62ZFUKHLeRu7lJKMdW0GIXXNJigRdFw== - /babel-preset-solid/0.24.13_@babel+core@7.13.10: + integrity: sha512-JCI4SIvEH9y2KCNd2oT8Yi3OQIDtl7PNx7DiVgsCEY2MttiAOk0HrYLhxjw2n21h/9iZgqJ0pwy/T7XRrUznSQ== + /babel-preset-solid/0.25.0_@babel+core@7.13.14: dependencies: - babel-plugin-jsx-dom-expressions: 0.25.16_@babel+core@7.13.10 + babel-plugin-jsx-dom-expressions: 0.26.0_@babel+core@7.13.14 dev: true peerDependencies: '@babel/core': '*' resolution: - integrity: sha512-qvJcoZVv5YGAXRPOX2XIbuij3qgAboJcLBGDY1T0TPGpZqtL9qu0RPkKP7Ce4BJUEkbtoy/9n2j/UTG1SE/2WA== + integrity: sha512-MKVpRrcqRlENdxbYdlOKC1deW1vLtakMre6JG0QKgYziPAfCheh4k6LapLld/oGYF0f2MNvcXjtStpWTYmQdyA== /balanced-match/1.0.0: dev: true resolution: @@ -328,9 +336,9 @@ packages: integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A== /browserslist/4.16.3: dependencies: - caniuse-lite: 1.0.30001204 + caniuse-lite: 1.0.30001207 colorette: 1.2.2 - electron-to-chromium: 1.3.700 + electron-to-chromium: 1.3.707 escalade: 3.1.1 node-releases: 1.1.71 dev: true @@ -339,10 +347,10 @@ packages: hasBin: true resolution: integrity: sha512-vIyhWmIkULaq04Gt93txdh+j02yX/JzlyhLYbV3YQCn/zvES3JnY7TifHHvvr1w5hTDluNKMkV05cs4vy8Q7sw== - /caniuse-lite/1.0.30001204: + /caniuse-lite/1.0.30001207: dev: true resolution: - integrity: sha512-JUdjWpcxfJ9IPamy2f5JaRDCaqJOxDzOSKtbdx4rH9VivMd1vIzoPumsJa9LoMIi4Fx2BV2KZOxWhNkBjaYivQ== + integrity: sha512-UPQZdmAsyp2qfCTiMU/zqGSWOYaY9F9LL61V8f+8MrubsaDGpaHD9HRV/EWZGULZn0Hxu48SKzI5DgFwTvHuYw== /chalk/2.4.2: dependencies: ansi-styles: 3.2.1 @@ -353,16 +361,37 @@ 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== /colorette/1.2.2: dev: true resolution: @@ -409,10 +438,10 @@ packages: optional: true resolution: integrity: sha512-mOp8wKcvj7XxC78zLgw/ZA+6TSgkoE2C/ienthhRD298T7UNwAg9diBpLRxC0mOezLl4B0xV7M0cCO6P/O0Xhw== - /electron-to-chromium/1.3.700: + /electron-to-chromium/1.3.707: dev: true resolution: - integrity: sha512-wQtaxVZzpOeCjW1CGuC5W3bYjE2jglvk076LcTautBOB9UtHztty7wNzjVsndiMcSsdUsdMy5w76w5J1U7OPTQ== + integrity: sha512-BqddgxNPrcWnbDdJw7SzXVzPmp+oiyjVrc7tkQVaznPGSS9SKZatw6qxoP857M+HbOyyqJQwYQtsuFIMSTNSZA== /esbuild/0.9.7: dev: true hasBin: true @@ -512,6 +541,12 @@ packages: 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 @@ -589,6 +624,12 @@ packages: dev: true resolution: integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg== + /magic-string/0.25.7: + dependencies: + sourcemap-codec: 1.4.8 + dev: true + resolution: + integrity: sha512-4CrMT5DOHTDk4HYDlzmwu4FVCcIYI8gauveasrdCu2IKIFOJ3f0v/8MDGJCDL9oD2ppz/Av1b0Nj345H9M+XIA== /merge-anything/4.0.1: dependencies: is-what: 3.14.1 @@ -686,7 +727,7 @@ packages: node: '>= 6' resolution: integrity: sha512-WuNqLTbMI3tmfef2TKxlQmAiLHKtFhlsCZnPIpuv2Ow0RDVO8lfy1Opf4NUzlMXLjPl+Men7AuVdX6TA+s+uGA== - /postcss/8.2.8: + /postcss/8.2.9: dependencies: colorette: 1.2.2 nanoid: 3.1.22 @@ -695,7 +736,7 @@ packages: engines: node: ^10 || ^12 || >=14 resolution: - integrity: sha512-1F0Xb2T21xET7oQV9eKuctbM9S7BC0fetoHCc4H13z0PT6haiRLP4T0ZY4XWh7iLP0usgqykT6p9B2RtOf4FPw== + integrity: sha512-b+TmuIL4jGtCHtoLi+G/PisuIl9avxs8IZMSmlABRwNz5RLUUACrC+ws81dcomz1nRezm5YPdXiMEzBEKgYn+Q== /queue-microtask/1.2.3: dev: true resolution: @@ -720,7 +761,7 @@ packages: node: '>=0.10.0' resolution: integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw== - /rollup/2.42.4: + /rollup/2.44.0: dev: true engines: node: '>=10.0.0' @@ -728,7 +769,7 @@ packages: optionalDependencies: fsevents: 2.3.2 resolution: - integrity: sha512-Zqv3EvNfcllBHyyEUM754npqsZw82VIjK34cDQMwrQ1d6aqxzeYu5yFb7smGkPU4C1Bj7HupIMeT6WU7uIdnMw== + integrity: sha512-rGSF4pLwvuaH/x4nAS+zP6UNn5YUDWf/TeEU5IoXSZKBbKRNTCI3qMnYXKZgrC0D2KzS2baiOZt1OlqhMu5rnQ== /run-parallel/1.2.0: dependencies: queue-microtask: 1.2.3 @@ -744,17 +785,17 @@ packages: hasBin: true resolution: integrity: sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw== - /solid-js/0.24.15: + /solid-js/0.25.1: resolution: - integrity: sha512-p+Cv3AZBwpeQTRoCoJNXvmpl8nt9oOx2Xj6/zsrImul1lLGCgBqlyg+pKByOECG48Oe5oNAQOooe3Ba8zovVXA== - /solid-refresh/0.1.0_solid-js@0.24.15: + integrity: sha512-HPfnGgEWIkYP9+0Aw8zPIx8QBWDyeSvNSLME6N4kIk+d3sMRW41n8qpHoM6vC6lqqHUh2enyQ7MC9gogDjAdWw== + /solid-refresh/0.1.1_solid-js@0.25.1: dependencies: - solid-js: 0.24.15 + solid-js: 0.25.1 dev: true peerDependencies: - solid-js: ^0.24.0 + solid-js: ^0.25.0 resolution: - integrity: sha512-KzwX0YQvgynpJB+Y5fLksdpi+GViokVnn+eGXq4FqcBX775y+0wDNwWBHYDeAbLhi0kVjz2W1ZKM3rA8KzR1SQ== + integrity: sha512-PF1Qguwqr3OHVSQ+GLopm5CIZybJVJr1IHRKYDJkfqfIahkOfJDHtSpDNAENWbCbAjdrhZmiNqSxlrDWGTAjng== /source-map/0.5.7: dev: true engines: @@ -767,6 +808,10 @@ packages: node: '>=0.10.0' resolution: integrity: sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g== + /sourcemap-codec/1.4.8: + dev: true + resolution: + integrity: sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA== /sucrase/3.17.1: dependencies: commander: 4.1.1 @@ -789,6 +834,14 @@ 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== /thenify-all/1.6.0: dependencies: thenify: 3.3.1 @@ -825,36 +878,37 @@ packages: dev: true resolution: integrity: sha512-nsZd8ZeNUzukXPlJmTBwUAuABDe/9qtVDelJeT/qW0ow3ZS3BsQJtNkan1802aM9Uf68/Y8ljw86Hu0h5IUW3w== - /vite-plugin-solid/1.3.3: + /vite-plugin-solid/1.5.0: dependencies: - '@babel/core': 7.13.10 - '@babel/preset-typescript': 7.13.0_@babel+core@7.13.10 - babel-preset-solid: 0.24.13_@babel+core@7.13.10 + '@babel/core': 7.13.14 + '@babel/preset-typescript': 7.13.0_@babel+core@7.13.14 + babel-preset-solid: 0.25.0_@babel+core@7.13.14 merge-anything: 4.0.1 resolve.exports: 1.0.2 - solid-js: 0.24.15 - solid-refresh: 0.1.0_solid-js@0.24.15 - vite: 2.1.3 + solid-js: 0.25.1 + solid-refresh: 0.1.1_solid-js@0.25.1 + vite: 2.1.5 dev: true resolution: - integrity: sha512-kKSW3DDkFEtkw8J9Mjk4s3bxXXR9sx88JhKpFMzdABoVwYPi7TJR+6f6dDZYnsWxV230TwB129A0C4xL7dQmvA== - /vite-plugin-windicss/0.9.11_vite@2.1.3: + integrity: sha512-9tajYaWiXZQ6qKaPONUgrFwYAFtFcI9JcFkh+K2FBNT+vCE0Jw/MBKipKoE/YNIlnZpd4+hiHV78LU++uzZUpw== + /vite-plugin-windicss/0.12.2_vite@2.1.5: dependencies: - '@windicss/plugin-utils': 0.9.11 + '@windicss/plugin-utils': 0.12.2 + chalk: 4.1.0 debug: 4.3.2 - vite: 2.1.3 - windicss: 2.5.5 + vite: 2.1.5 + windicss: 2.5.10 dev: true peerDependencies: vite: ^2.0.1 resolution: - integrity: sha512-wcF2VmglWqvtsi8Zq4kTVVU9jPiiAfdyy91TnlgaJYlgRaBZcwb7QSJ9p5SeOWIyl6RpzjlK2JFWa0djrVmG8w== - /vite/2.1.3: + integrity: sha512-2sHfUAr2zhQRqqrrQYe9rHAmuE3eGwxwAdFkoxGqePeEmimYpVZFEyk9JT274t9teaZ57RQGXLKYthgRqG1Zpw== + /vite/2.1.5: dependencies: esbuild: 0.9.7 - postcss: 8.2.8 + postcss: 8.2.9 resolve: 1.20.0 - rollup: 2.42.4 + rollup: 2.44.0 dev: true engines: node: '>=12.0.0' @@ -862,20 +916,20 @@ packages: optionalDependencies: fsevents: 2.3.2 resolution: - integrity: sha512-bUzArZIUwADVJS/3ywCr4KKFn3a7izs4M87ZDlAlY2V34E4g1kH6p3sVNAh8/IXCn/56fwgMh3rRavPUW7qEQQ== - /windicss/2.5.5: + integrity: sha512-tYU5iaYeUgQYvK/CNNz3tiJ8vYqPWfCE9IQ7K0iuzYovWw7lzty7KRYGWwV3CQPh0NKxWjOczAqiJsCL0Xb+Og== + /windicss/2.5.10: dev: true engines: node: '>= 12' hasBin: true resolution: - integrity: sha512-tKLYY9qQoFKoxitG2B8toa9QUPAjsBOKjmFrxhDi2i0eaVOFQh+YEPElBCa7N5ma03YVIW9HPVbgVU0Z4JxZ5g== + integrity: sha512-G1JozQNAKAroOah7q+PlOzgMOzapzKb/Y3AZxceZe/5QNy8QBW8t32ZhlqogR9CkZUUET+voaGxap3yjBEw5aw== /wrappy/1.0.2: dev: true resolution: integrity: sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8= specifiers: - solid-js: ^0.24.15 - vite: ^2.1.3 - vite-plugin-solid: ^1.3.3 - vite-plugin-windicss: ^0.9.11 + solid-js: ^0.25.1 + vite: ^2.1.5 + vite-plugin-solid: ^1.5.0 + vite-plugin-windicss: ^0.12.2 diff --git a/ts/package.json b/ts/package.json index 351316d..c17c4d8 100644 --- a/ts/package.json +++ b/ts/package.json @@ -8,10 +8,10 @@ }, "license": "ISC", "devDependencies": { - "vite": "^2.1.3", - "vite-plugin-solid": "^1.3.3" + "vite": "^2.1.5", + "vite-plugin-solid": "^1.5.0" }, "dependencies": { - "solid-js": "^0.24.15" + "solid-js": "^0.25.1" } } diff --git a/ts/pnpm-lock.yaml b/ts/pnpm-lock.yaml index a7184c4..bd29618 100644 --- a/ts/pnpm-lock.yaml +++ b/ts/pnpm-lock.yaml @@ -1,8 +1,8 @@ dependencies: - solid-js: 0.24.15 + solid-js: 0.25.1 devDependencies: - vite: 2.1.3 - vite-plugin-solid: 1.3.3 + vite: 2.1.5 + vite-plugin-solid: 1.5.0 lockfileVersion: 5.2 packages: /@babel/code-frame/7.12.13: @@ -15,41 +15,40 @@ packages: dev: true resolution: integrity: sha512-3eJJ841uKxeV8dcN/2yGEUy+RfgQspPEgQat85umsE1rotuquQ2AbIub4S6j7c50a2d+4myc+zSlnXeIHrOnhQ== - /@babel/core/7.13.10: + /@babel/core/7.13.14: dependencies: '@babel/code-frame': 7.12.13 '@babel/generator': 7.13.9 - '@babel/helper-compilation-targets': 7.13.10_@babel+core@7.13.10 - '@babel/helper-module-transforms': 7.13.12 + '@babel/helper-compilation-targets': 7.13.13_@babel+core@7.13.14 + '@babel/helper-module-transforms': 7.13.14 '@babel/helpers': 7.13.10 - '@babel/parser': 7.13.12 + '@babel/parser': 7.13.13 '@babel/template': 7.12.13 - '@babel/traverse': 7.13.0 - '@babel/types': 7.13.12 + '@babel/traverse': 7.13.13 + '@babel/types': 7.13.14 convert-source-map: 1.7.0 debug: 4.3.1 gensync: 1.0.0-beta.2 json5: 2.2.0 - lodash: 4.17.21 semver: 6.3.0 source-map: 0.5.7 dev: true engines: node: '>=6.9.0' resolution: - integrity: sha512-bfIYcT0BdKeAZrovpMqX2Mx5NrgAckGbwT982AkdS5GNfn3KMGiprlBAtmBcFZRUmpaufS6WZFP8trvx8ptFDw== + integrity: sha512-wZso/vyF4ki0l0znlgM4inxbdrUvCb+cVz8grxDq+6C9k6qbqoIJteQOKicaKjCipU3ISV+XedCqpL2RJJVehA== /@babel/generator/7.13.9: dependencies: - '@babel/types': 7.13.12 + '@babel/types': 7.13.14 jsesc: 2.5.2 source-map: 0.5.7 dev: true resolution: integrity: sha512-mHOOmY0Axl/JCTkxTU6Lf5sWOg/v8nUa+Xkt4zMTftX0wqmb6Sh7J8gvcehBw7q0AhrhAR+FDacKjCZ2X8K+Sw== - /@babel/helper-compilation-targets/7.13.10_@babel+core@7.13.10: + /@babel/helper-compilation-targets/7.13.13_@babel+core@7.13.14: dependencies: '@babel/compat-data': 7.13.12 - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 '@babel/helper-validator-option': 7.12.17 browserslist: 4.16.3 semver: 6.3.0 @@ -57,10 +56,10 @@ packages: peerDependencies: '@babel/core': ^7.0.0 resolution: - integrity: sha512-/Xju7Qg1GQO4mHZ/Kcs6Au7gfafgZnwm+a7sy/ow/tV1sHeraRUHbjdat8/UvDor4Tez+siGKDk6zIKtCPKVJA== - /@babel/helper-create-class-features-plugin/7.13.11_@babel+core@7.13.10: + integrity: sha512-q1kcdHNZehBwD9jYPh3WyXcsFERi39X4I59I3NadciWtNDyZ6x+GboOxncFK0kXlKIv6BJm5acncehXWUjWQMQ== + /@babel/helper-create-class-features-plugin/7.13.11_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 '@babel/helper-function-name': 7.12.13 '@babel/helper-member-expression-to-functions': 7.13.12 '@babel/helper-optimise-call-expression': 7.12.13 @@ -75,29 +74,29 @@ packages: dependencies: '@babel/helper-get-function-arity': 7.12.13 '@babel/template': 7.12.13 - '@babel/types': 7.13.12 + '@babel/types': 7.13.14 dev: true resolution: integrity: sha512-TZvmPn0UOqmvi5G4vvw0qZTpVptGkB1GL61R6lKvrSdIxGm5Pky7Q3fpKiIkQCAtRCBUwB0PaThlx9vebCDSwA== /@babel/helper-get-function-arity/7.12.13: dependencies: - '@babel/types': 7.13.12 + '@babel/types': 7.13.14 dev: true resolution: integrity: sha512-DjEVzQNz5LICkzN0REdpD5prGoidvbdYk1BVgRUOINaWJP2t6avB27X1guXK1kXNrX0WMfsrm1A/ZBthYuIMQg== /@babel/helper-member-expression-to-functions/7.13.12: dependencies: - '@babel/types': 7.13.12 + '@babel/types': 7.13.14 dev: true resolution: integrity: sha512-48ql1CLL59aKbU94Y88Xgb2VFy7a95ykGRbJJaaVv+LX5U8wFpLfiGXJJGUozsmA1oEh/o5Bp60Voq7ACyA/Sw== /@babel/helper-module-imports/7.13.12: dependencies: - '@babel/types': 7.13.12 + '@babel/types': 7.13.14 dev: true resolution: integrity: sha512-4cVvR2/1B693IuOvSI20xqqa/+bl7lqAMR59R4iu39R9aOX8/JoYY1sFaNvUMyMBGnHdwvJgUrzNLoUZxXypxA== - /@babel/helper-module-transforms/7.13.12: + /@babel/helper-module-transforms/7.13.14: dependencies: '@babel/helper-module-imports': 7.13.12 '@babel/helper-replace-supers': 7.13.12 @@ -105,14 +104,14 @@ packages: '@babel/helper-split-export-declaration': 7.12.13 '@babel/helper-validator-identifier': 7.12.11 '@babel/template': 7.12.13 - '@babel/traverse': 7.13.0 - '@babel/types': 7.13.12 + '@babel/traverse': 7.13.13 + '@babel/types': 7.13.14 dev: true resolution: - integrity: sha512-7zVQqMO3V+K4JOOj40kxiCrMf6xlQAkewBB0eu2b03OO/Q21ZutOzjpfD79A5gtE/2OWi1nv625MrDlGlkbknQ== + integrity: sha512-QuU/OJ0iAOSIatyVZmfqB0lbkVP0kDRiKj34xy+QNsnVZi/PA6BoSoreeqnxxa9EHFAIL0R9XOaAR/G9WlIy5g== /@babel/helper-optimise-call-expression/7.12.13: dependencies: - '@babel/types': 7.13.12 + '@babel/types': 7.13.14 dev: true resolution: integrity: sha512-BdWQhoVJkp6nVjB7nkFWcn43dkprYauqtk++Py2eaf/GRDFm5BxRqEIZCiHlZUGAVmtwKcsVL1dC68WmzeFmiA== @@ -124,20 +123,20 @@ packages: dependencies: '@babel/helper-member-expression-to-functions': 7.13.12 '@babel/helper-optimise-call-expression': 7.12.13 - '@babel/traverse': 7.13.0 - '@babel/types': 7.13.12 + '@babel/traverse': 7.13.13 + '@babel/types': 7.13.14 dev: true resolution: integrity: sha512-Gz1eiX+4yDO8mT+heB94aLVNCL+rbuT2xy4YfyNqu8F+OI6vMvJK891qGBTqL9Uc8wxEvRW92Id6G7sDen3fFw== /@babel/helper-simple-access/7.13.12: dependencies: - '@babel/types': 7.13.12 + '@babel/types': 7.13.14 dev: true resolution: integrity: sha512-7FEjbrx5SL9cWvXioDbnlYTppcZGuCY6ow3/D5vMggb2Ywgu4dMrpTJX0JdQAIcRRUElOIxF3yEooa9gUb9ZbA== /@babel/helper-split-export-declaration/7.12.13: dependencies: - '@babel/types': 7.13.12 + '@babel/types': 7.13.14 dev: true resolution: integrity: sha512-tCJDltF83htUtXx5NLcaDqRmknv652ZWCHyoTETf1CXYJdPC7nohZohjUgieXhv0hTJdRf2FjDueFehdNucpzg== @@ -152,8 +151,8 @@ packages: /@babel/helpers/7.13.10: dependencies: '@babel/template': 7.12.13 - '@babel/traverse': 7.13.0 - '@babel/types': 7.13.12 + '@babel/traverse': 7.13.13 + '@babel/types': 7.13.14 dev: true resolution: integrity: sha512-4VO883+MWPDUVRF3PhiLBUFHoX/bsLTGFpFK/HqvvfBZz2D57u9XzPVNFVBTc0PW/CWR9BXTOKt8NF4DInUHcQ== @@ -165,48 +164,48 @@ packages: dev: true resolution: integrity: sha512-5aPpe5XQPzflQrFwL1/QoeHkP2MsA4JCntcXHRhEsdsfPVkvPi2w7Qix4iV7t5S/oC9OodGrggd8aco1g3SZFg== - /@babel/parser/7.13.12: + /@babel/parser/7.13.13: dev: true engines: node: '>=6.0.0' hasBin: true resolution: - integrity: sha512-4T7Pb244rxH24yR116LAuJ+adxXXnHhZaLJjegJVKSdoNCe4x1eDBaud5YIcQFcqzsaD5BHvJw5BQ0AZapdCRw== - /@babel/plugin-syntax-jsx/7.12.13_@babel+core@7.13.10: + integrity: sha512-OhsyMrqygfk5v8HmWwOzlYjJrtLaFhF34MrfG/Z73DgYCI6ojNUTUp2TYbtnjo8PegeJp12eamsNettCQjKjVw== + /@babel/plugin-syntax-jsx/7.12.13_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 '@babel/helper-plugin-utils': 7.13.0 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.13.10: + /@babel/plugin-syntax-typescript/7.12.13_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 '@babel/helper-plugin-utils': 7.13.0 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-cHP3u1JiUiG2LFDKbXnwVad81GvfyIOmCD6HIEId6ojrY0Drfy2q1jw7BwN7dE84+kTnBjLkXoL3IEy/3JPu2w== - /@babel/plugin-transform-typescript/7.13.0_@babel+core@7.13.10: + /@babel/plugin-transform-typescript/7.13.0_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 - '@babel/helper-create-class-features-plugin': 7.13.11_@babel+core@7.13.10 + '@babel/core': 7.13.14 + '@babel/helper-create-class-features-plugin': 7.13.11_@babel+core@7.13.14 '@babel/helper-plugin-utils': 7.13.0 - '@babel/plugin-syntax-typescript': 7.12.13_@babel+core@7.13.10 + '@babel/plugin-syntax-typescript': 7.12.13_@babel+core@7.13.14 dev: true peerDependencies: '@babel/core': ^7.0.0-0 resolution: integrity: sha512-elQEwluzaU8R8dbVuW2Q2Y8Nznf7hnjM7+DSCd14Lo5fF63C9qNLbwZYbmZrtV9/ySpSUpkRpQXvJb6xyu4hCQ== - /@babel/preset-typescript/7.13.0_@babel+core@7.13.10: + /@babel/preset-typescript/7.13.0_@babel+core@7.13.14: dependencies: - '@babel/core': 7.13.10 + '@babel/core': 7.13.14 '@babel/helper-plugin-utils': 7.13.0 '@babel/helper-validator-option': 7.12.17 - '@babel/plugin-transform-typescript': 7.13.0_@babel+core@7.13.10 + '@babel/plugin-transform-typescript': 7.13.0_@babel+core@7.13.14 dev: true peerDependencies: '@babel/core': ^7.0.0-0 @@ -215,33 +214,32 @@ packages: /@babel/template/7.12.13: dependencies: '@babel/code-frame': 7.12.13 - '@babel/parser': 7.13.12 - '@babel/types': 7.13.12 + '@babel/parser': 7.13.13 + '@babel/types': 7.13.14 dev: true resolution: integrity: sha512-/7xxiGA57xMo/P2GVvdEumr8ONhFOhfgq2ihK3h1e6THqzTAkHbkXgB0xI9yeTfIUoH3+oAeHhqm/I43OTbbjA== - /@babel/traverse/7.13.0: + /@babel/traverse/7.13.13: dependencies: '@babel/code-frame': 7.12.13 '@babel/generator': 7.13.9 '@babel/helper-function-name': 7.12.13 '@babel/helper-split-export-declaration': 7.12.13 - '@babel/parser': 7.13.12 - '@babel/types': 7.13.12 + '@babel/parser': 7.13.13 + '@babel/types': 7.13.14 debug: 4.3.1 globals: 11.12.0 - lodash: 4.17.21 dev: true resolution: - integrity: sha512-xys5xi5JEhzC3RzEmSGrs/b3pJW/o87SypZ+G/PhaE7uqVQNv/jlmVIBXuoh5atqQ434LfXV+sf23Oxj0bchJQ== - /@babel/types/7.13.12: + integrity: sha512-CblEcwmXKR6eP43oQGG++0QMTtCjAsa3frUuzHoiIJWpaIIi8dwMyEFUJoXRLxagGqCK+jALRwIO+o3R9p/uUg== + /@babel/types/7.13.14: dependencies: '@babel/helper-validator-identifier': 7.12.11 lodash: 4.17.21 to-fast-properties: 2.0.0 dev: true resolution: - integrity: sha512-K4nY2xFN4QMvQwkQ+zmBDp6ANMbVNw6BbxWmYA4qNjhR9W+Lj/8ky5MEY2Me5r+B2c6/v6F53oMndG+f9s3IiA== + integrity: sha512-A2aa3QTkWoyqsZZFl56MLUsfmh7O0gN41IPvXAE/++8ojpbz12SszD7JEGYVdn4f9Kt4amIei07swF1h4AqmmQ== /ansi-styles/3.2.1: dependencies: color-convert: 1.9.3 @@ -250,29 +248,29 @@ packages: node: '>=4' resolution: integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA== - /babel-plugin-jsx-dom-expressions/0.25.16_@babel+core@7.13.10: + /babel-plugin-jsx-dom-expressions/0.26.0_@babel+core@7.13.14: dependencies: '@babel/helper-module-imports': 7.13.12 - '@babel/plugin-syntax-jsx': 7.12.13_@babel+core@7.13.10 - '@babel/types': 7.13.12 + '@babel/plugin-syntax-jsx': 7.12.13_@babel+core@7.13.14 + '@babel/types': 7.13.14 dev: true peerDependencies: '@babel/core': '*' resolution: - integrity: sha512-yvfjb0xeVVzWCbFkrr3Yx/cJBLh5izv9JuMLXu2u9GX1+oWvdg6CKRs62ZFUKHLeRu7lJKMdW0GIXXNJigRdFw== - /babel-preset-solid/0.24.13_@babel+core@7.13.10: + integrity: sha512-JCI4SIvEH9y2KCNd2oT8Yi3OQIDtl7PNx7DiVgsCEY2MttiAOk0HrYLhxjw2n21h/9iZgqJ0pwy/T7XRrUznSQ== + /babel-preset-solid/0.25.0_@babel+core@7.13.14: dependencies: - babel-plugin-jsx-dom-expressions: 0.25.16_@babel+core@7.13.10 + babel-plugin-jsx-dom-expressions: 0.26.0_@babel+core@7.13.14 dev: true peerDependencies: '@babel/core': '*' resolution: - integrity: sha512-qvJcoZVv5YGAXRPOX2XIbuij3qgAboJcLBGDY1T0TPGpZqtL9qu0RPkKP7Ce4BJUEkbtoy/9n2j/UTG1SE/2WA== + integrity: sha512-MKVpRrcqRlENdxbYdlOKC1deW1vLtakMre6JG0QKgYziPAfCheh4k6LapLld/oGYF0f2MNvcXjtStpWTYmQdyA== /browserslist/4.16.3: dependencies: - caniuse-lite: 1.0.30001204 + caniuse-lite: 1.0.30001207 colorette: 1.2.2 - electron-to-chromium: 1.3.700 + electron-to-chromium: 1.3.707 escalade: 3.1.1 node-releases: 1.1.71 dev: true @@ -281,10 +279,10 @@ packages: hasBin: true resolution: integrity: sha512-vIyhWmIkULaq04Gt93txdh+j02yX/JzlyhLYbV3YQCn/zvES3JnY7TifHHvvr1w5hTDluNKMkV05cs4vy8Q7sw== - /caniuse-lite/1.0.30001204: + /caniuse-lite/1.0.30001207: dev: true resolution: - integrity: sha512-JUdjWpcxfJ9IPamy2f5JaRDCaqJOxDzOSKtbdx4rH9VivMd1vIzoPumsJa9LoMIi4Fx2BV2KZOxWhNkBjaYivQ== + integrity: sha512-UPQZdmAsyp2qfCTiMU/zqGSWOYaY9F9LL61V8f+8MrubsaDGpaHD9HRV/EWZGULZn0Hxu48SKzI5DgFwTvHuYw== /chalk/2.4.2: dependencies: ansi-styles: 3.2.1 @@ -328,10 +326,10 @@ packages: optional: true resolution: integrity: sha512-doEwdvm4PCeK4K3RQN2ZC2BYUBaxwLARCqZmMjtF8a51J2Rb0xpVloFRnCODwqjpwnAoao4pelN8l3RJdv3gRQ== - /electron-to-chromium/1.3.700: + /electron-to-chromium/1.3.707: dev: true resolution: - integrity: sha512-wQtaxVZzpOeCjW1CGuC5W3bYjE2jglvk076LcTautBOB9UtHztty7wNzjVsndiMcSsdUsdMy5w76w5J1U7OPTQ== + integrity: sha512-BqddgxNPrcWnbDdJw7SzXVzPmp+oiyjVrc7tkQVaznPGSS9SKZatw6qxoP857M+HbOyyqJQwYQtsuFIMSTNSZA== /esbuild/0.9.7: dev: true hasBin: true @@ -453,7 +451,7 @@ packages: dev: true resolution: integrity: sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw== - /postcss/8.2.8: + /postcss/8.2.9: dependencies: colorette: 1.2.2 nanoid: 3.1.22 @@ -462,7 +460,7 @@ packages: engines: node: ^10 || ^12 || >=14 resolution: - integrity: sha512-1F0Xb2T21xET7oQV9eKuctbM9S7BC0fetoHCc4H13z0PT6haiRLP4T0ZY4XWh7iLP0usgqykT6p9B2RtOf4FPw== + integrity: sha512-b+TmuIL4jGtCHtoLi+G/PisuIl9avxs8IZMSmlABRwNz5RLUUACrC+ws81dcomz1nRezm5YPdXiMEzBEKgYn+Q== /resolve.exports/1.0.2: dev: true engines: @@ -476,7 +474,7 @@ packages: dev: true resolution: integrity: sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A== - /rollup/2.42.4: + /rollup/2.44.0: dev: true engines: node: '>=10.0.0' @@ -484,7 +482,7 @@ packages: optionalDependencies: fsevents: 2.3.2 resolution: - integrity: sha512-Zqv3EvNfcllBHyyEUM754npqsZw82VIjK34cDQMwrQ1d6aqxzeYu5yFb7smGkPU4C1Bj7HupIMeT6WU7uIdnMw== + integrity: sha512-rGSF4pLwvuaH/x4nAS+zP6UNn5YUDWf/TeEU5IoXSZKBbKRNTCI3qMnYXKZgrC0D2KzS2baiOZt1OlqhMu5rnQ== /safe-buffer/5.1.2: dev: true resolution: @@ -494,17 +492,17 @@ packages: hasBin: true resolution: integrity: sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw== - /solid-js/0.24.15: + /solid-js/0.25.1: resolution: - integrity: sha512-p+Cv3AZBwpeQTRoCoJNXvmpl8nt9oOx2Xj6/zsrImul1lLGCgBqlyg+pKByOECG48Oe5oNAQOooe3Ba8zovVXA== - /solid-refresh/0.1.0_solid-js@0.24.15: + integrity: sha512-HPfnGgEWIkYP9+0Aw8zPIx8QBWDyeSvNSLME6N4kIk+d3sMRW41n8qpHoM6vC6lqqHUh2enyQ7MC9gogDjAdWw== + /solid-refresh/0.1.1_solid-js@0.25.1: dependencies: - solid-js: 0.24.15 + solid-js: 0.25.1 dev: true peerDependencies: - solid-js: ^0.24.0 + solid-js: ^0.25.0 resolution: - integrity: sha512-KzwX0YQvgynpJB+Y5fLksdpi+GViokVnn+eGXq4FqcBX775y+0wDNwWBHYDeAbLhi0kVjz2W1ZKM3rA8KzR1SQ== + integrity: sha512-PF1Qguwqr3OHVSQ+GLopm5CIZybJVJr1IHRKYDJkfqfIahkOfJDHtSpDNAENWbCbAjdrhZmiNqSxlrDWGTAjng== /source-map/0.5.7: dev: true engines: @@ -535,25 +533,25 @@ packages: dev: true resolution: integrity: sha512-nsZd8ZeNUzukXPlJmTBwUAuABDe/9qtVDelJeT/qW0ow3ZS3BsQJtNkan1802aM9Uf68/Y8ljw86Hu0h5IUW3w== - /vite-plugin-solid/1.3.3: + /vite-plugin-solid/1.5.0: dependencies: - '@babel/core': 7.13.10 - '@babel/preset-typescript': 7.13.0_@babel+core@7.13.10 - babel-preset-solid: 0.24.13_@babel+core@7.13.10 + '@babel/core': 7.13.14 + '@babel/preset-typescript': 7.13.0_@babel+core@7.13.14 + babel-preset-solid: 0.25.0_@babel+core@7.13.14 merge-anything: 4.0.1 resolve.exports: 1.0.2 - solid-js: 0.24.15 - solid-refresh: 0.1.0_solid-js@0.24.15 - vite: 2.1.3 + solid-js: 0.25.1 + solid-refresh: 0.1.1_solid-js@0.25.1 + vite: 2.1.5 dev: true resolution: - integrity: sha512-kKSW3DDkFEtkw8J9Mjk4s3bxXXR9sx88JhKpFMzdABoVwYPi7TJR+6f6dDZYnsWxV230TwB129A0C4xL7dQmvA== - /vite/2.1.3: + integrity: sha512-9tajYaWiXZQ6qKaPONUgrFwYAFtFcI9JcFkh+K2FBNT+vCE0Jw/MBKipKoE/YNIlnZpd4+hiHV78LU++uzZUpw== + /vite/2.1.5: dependencies: esbuild: 0.9.7 - postcss: 8.2.8 + postcss: 8.2.9 resolve: 1.20.0 - rollup: 2.42.4 + rollup: 2.44.0 dev: true engines: node: '>=12.0.0' @@ -561,8 +559,8 @@ packages: optionalDependencies: fsevents: 2.3.2 resolution: - integrity: sha512-bUzArZIUwADVJS/3ywCr4KKFn3a7izs4M87ZDlAlY2V34E4g1kH6p3sVNAh8/IXCn/56fwgMh3rRavPUW7qEQQ== + integrity: sha512-tYU5iaYeUgQYvK/CNNz3tiJ8vYqPWfCE9IQ7K0iuzYovWw7lzty7KRYGWwV3CQPh0NKxWjOczAqiJsCL0Xb+Og== specifiers: - solid-js: ^0.24.15 - vite: ^2.1.3 - vite-plugin-solid: ^1.3.3 + solid-js: ^0.25.1 + vite: ^2.1.5 + vite-plugin-solid: ^1.5.0