diff --git a/README.md b/README.md index 4d567ab6..452f3a76 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,8 @@ There is another way to share a reproduciable bundle, the sharable link. Sharebl In order to create a shareble link, you click the `Share` button, it copies the share url to your clipboard, and from there you can paste where you wish. +> If you would like to bundle your code when the share URL is loaded, add `bundle` to the url, e.g. [/?q=@okikio/animate&bundle](https://bundle.js.org/?q=@okikio/animate&bundle) or [/?bundle&share=PTAEGEBsEsGMGtQCUCuA7UAzA9gJ1AC4AWApqAELoAmkJVoA1KALLRrSbR2OgDiAXtAAOQ7kICGCcQHMyAZ2j8SAKBIAPIXgKgAVFlzYAtqABEAAWzxoV7MHHtD4giRMBuIA](https://bundle.js.org/?bundle&share=PTAEGEBsEsGMGtQCUCuA7UAzA9gJ1AC4AWApqAELoAmkJVoA1KALLRrSbR2OgDiAXtAAOQ7kICGCcQHMyAZ2j8SAKBIAPIXgKgAVFlzYAtqABEAAWzxoV7MHHtD4giRMBuIA) + ## Badges diff --git a/package.json b/package.json index 5aa7ada0..c2e32b85 100644 --- a/package.json +++ b/package.json @@ -40,7 +40,7 @@ "browser-builtins": "^3.3.1", "buffer": "^6.0.3", "countapi-js": "^1.0.2", - "esbuild-wasm": "^0.13.3", + "esbuild-wasm": "^0.13.4", "events": "^3.3.0", "highlight.js": "^11.2.0", "memfs": "^3.3.0", @@ -59,12 +59,12 @@ "@commitlint/cli": "^13.2.0", "@commitlint/config-conventional": "^13.2.0", "@csstools/postcss-sass": "^4.0.0", - "@types/node": "^16.10.2", - "autoprefixer": "^10.3.6", + "@types/node": "^16.10.3", + "autoprefixer": "^10.3.7", "browser-sync": "^2.27.5", "commitizen": "^4.2.4", "del": "^6.0.0", - "esbuild": "^0.13.3", + "esbuild": "^0.13.4", "esbuild-plugin-solid": "^0.4.0", "fibers": "^5.0.0", "gulp": "^4.0.2", @@ -80,7 +80,7 @@ "gulp-size": "^4.0.1", "husky": "^7.0.2", "jstransformer-markdown-it": "^2.1.0", - "postcss": "^8.3.8", + "postcss": "^8.3.9", "postcss-csso": "^5.0.1", "postcss-scss": "^4.0.1", "rollup": "^2.58.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ba7be338..7a05392e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -9,18 +9,18 @@ specifiers: '@okikio/emitter': ^2.1.7 '@okikio/native': ^3.0.1 '@rollup/plugin-virtual': ^2.0.3 - '@types/node': ^16.10.2 + '@types/node': ^16.10.3 assert: ^2.0.0 - autoprefixer: ^10.3.6 + autoprefixer: ^10.3.7 browser-builtins: ^3.3.1 browser-sync: ^2.27.5 buffer: ^6.0.3 commitizen: ^4.2.4 countapi-js: ^1.0.2 del: ^6.0.0 - esbuild: ^0.13.3 + esbuild: ^0.13.4 esbuild-plugin-solid: ^0.4.0 - esbuild-wasm: ^0.13.3 + esbuild-wasm: ^0.13.4 events: ^3.3.0 fibers: ^5.0.0 gulp: ^4.0.2 @@ -41,7 +41,7 @@ specifiers: monaco-editor: ^0.28.1 pako: ^2.0.4 path: ^0.12.7 - postcss: ^8.3.8 + postcss: ^8.3.9 postcss-csso: ^5.0.1 postcss-scss: ^4.0.1 prettier: ^2.4.1 @@ -67,7 +67,7 @@ dependencies: browser-builtins: 3.3.1 buffer: 6.0.3 countapi-js: 1.0.2 - esbuild-wasm: 0.13.3 + esbuild-wasm: 0.13.4 events: 3.3.0 highlight.js: 11.2.0 memfs: 3.3.0 @@ -86,20 +86,20 @@ devDependencies: '@commitlint/cli': 13.2.0_typescript@4.4.3 '@commitlint/config-conventional': 13.2.0 '@csstools/postcss-sass': 4.0.0 - '@types/node': 16.10.2 - autoprefixer: 10.3.6_postcss@8.3.8 + '@types/node': 16.10.3 + autoprefixer: 10.3.7_postcss@8.3.9 browser-sync: 2.27.5 commitizen: 4.2.4_typescript@4.4.3 del: 6.0.0 - esbuild: 0.13.3 - esbuild-plugin-solid: 0.4.0_esbuild@0.13.3+solid-js@1.1.5 + esbuild: 0.13.4 + esbuild-plugin-solid: 0.4.0_esbuild@0.13.4+solid-js@1.1.5 fibers: 5.0.0 gulp: 4.0.2 gulp-changed: 4.0.3_gulp@4.0.2 gulp-esbuild: 0.9.0 gulp-if: 3.0.0 gulp-plumber: 1.2.1 - gulp-postcss: 9.0.1_postcss@8.3.8 + gulp-postcss: 9.0.1_postcss@8.3.9 gulp-pug: 5.0.0 gulp-rename: 2.0.0 gulp-replace: 1.1.3 @@ -107,13 +107,13 @@ devDependencies: gulp-size: 4.0.1_gulp@4.0.2 husky: 7.0.2 jstransformer-markdown-it: 2.1.0 - postcss: 8.3.8 - postcss-csso: 5.0.1_postcss@8.3.8 - postcss-scss: 4.0.1_postcss@8.3.8 + postcss: 8.3.9 + postcss-csso: 5.0.1_postcss@8.3.9 + postcss-scss: 4.0.1_postcss@8.3.9 rollup: 2.58.0 sass: 1.42.1 standard-version: 9.3.1 - tailwindcss: 2.2.16_d90402d1bb3b165c9c83046beac13a8b + tailwindcss: 2.2.16_96f83969316717847b3edf58a3f353f3 workbox-build: 6.3.0 packages: @@ -122,8 +122,8 @@ packages: resolution: {integrity: sha512-crH4ovRiiTg9y1lDTEtMwTdD4s/aYoz4EemUD3p+9GvHMOeJ3tUXQ/DQM1Mw9/wc9Od4jG97w0m9+gZmLysGFQ==} dev: false - /@apideck/better-ajv-errors/0.2.5_ajv@8.6.3: - resolution: {integrity: sha512-Pm1fAqCT8OEfBVLddU3fWZ/URWpGGhkvlsBIgn9Y2jJlcNumo0gNzPsQswDJTiA8HcKpCjOhWQOgkA9kXR4Ghg==} + /@apideck/better-ajv-errors/0.2.6_ajv@8.6.3: + resolution: {integrity: sha512-FvGcbFUdbPLexAhdvihkroCA3LQa7kGMa8Qj9f32BiOcV1Thscg/QCxp/kJibsFrhUrlKOzd07uJFOGTN0/awQ==} engines: {node: '>=10'} peerDependencies: ajv: '>=8' @@ -134,8 +134,8 @@ packages: leven: 3.1.0 dev: true - /@babel/code-frame/7.14.5: - resolution: {integrity: sha512-9pzDqyc6OLDaqe+zbACgFkb6fKMNG6CObKpnYXChRsvYGyEdc7CA2BaqeOM+vOtCS5ndmJicPJhKAwYRI6UfFw==} + /@babel/code-frame/7.15.8: + resolution: {integrity: sha512-2IAnmn8zbvC/jKYhq5Ki9I+DwjlrtMPUCH/CpHvqI4dNnlwHwsxoIhlc8WcYY5LSYknXQtAlFYuHfqAFCvQ4Wg==} engines: {node: '>=6.9.0'} dependencies: '@babel/highlight': 7.14.5 @@ -146,16 +146,16 @@ packages: engines: {node: '>=6.9.0'} dev: true - /@babel/core/7.15.5: - resolution: {integrity: sha512-pYgXxiwAgQpgM1bNkZsDEq85f0ggXMA5L7c+o3tskGMh2BunCI9QUwB9Z4jpvXUOuMdyGKiGKQiRe11VS6Jzvg==} + /@babel/core/7.15.8: + resolution: {integrity: sha512-3UG9dsxvYBMYwRv+gS41WKHno4K60/9GPy1CJaH6xy3Elq8CTtvtjT5R5jmNhXfCYLX2mTw+7/aq5ak/gOE0og==} engines: {node: '>=6.9.0'} dependencies: - '@babel/code-frame': 7.14.5 - '@babel/generator': 7.15.4 - '@babel/helper-compilation-targets': 7.15.4_@babel+core@7.15.5 - '@babel/helper-module-transforms': 7.15.7 + '@babel/code-frame': 7.15.8 + '@babel/generator': 7.15.8 + '@babel/helper-compilation-targets': 7.15.4_@babel+core@7.15.8 + '@babel/helper-module-transforms': 7.15.8 '@babel/helpers': 7.15.4 - '@babel/parser': 7.15.7 + '@babel/parser': 7.15.8 '@babel/template': 7.15.4 '@babel/traverse': 7.15.4 '@babel/types': 7.15.6 @@ -169,8 +169,8 @@ packages: - supports-color dev: true - /@babel/generator/7.15.4: - resolution: {integrity: sha512-d3itta0tu+UayjEORPNz6e1T3FtvWlP5N4V5M+lhp/CxT4oAA7/NcScnpRyspUMLK6tu9MNHmQHxRykuN2R7hw==} + /@babel/generator/7.15.8: + resolution: {integrity: sha512-ECmAKstXbp1cvpTTZciZCgfOt6iN64lR0d+euv3UZisU5awfRawOvg07Utn/qBGuH4bRIEZKrA/4LzZyXhZr8g==} engines: {node: '>=6.9.0'} dependencies: '@babel/types': 7.15.6 @@ -193,26 +193,26 @@ packages: '@babel/types': 7.15.6 dev: true - /@babel/helper-compilation-targets/7.15.4_@babel+core@7.15.5: + /@babel/helper-compilation-targets/7.15.4_@babel+core@7.15.8: resolution: {integrity: sha512-rMWPCirulnPSe4d+gwdWXLfAXTTBj8M3guAf5xFQJ0nvFY7tfNAFnWdqaHegHlgDZOCT4qvhF3BYlSJag8yhqQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: '@babel/compat-data': 7.15.0 - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-validator-option': 7.14.5 - browserslist: 4.17.2 + browserslist: 4.17.3 semver: 6.3.0 dev: true - /@babel/helper-create-class-features-plugin/7.15.4_@babel+core@7.15.5: + /@babel/helper-create-class-features-plugin/7.15.4_@babel+core@7.15.8: resolution: {integrity: sha512-7ZmzFi+DwJx6A7mHRwbuucEYpyBwmh2Ca0RvI6z2+WLZYCqV0JOaLb+u0zbtmDicebgKBZgqbYfLaKNqSgv5Pw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-annotate-as-pure': 7.15.4 '@babel/helper-function-name': 7.15.4 '@babel/helper-member-expression-to-functions': 7.15.4 @@ -223,24 +223,24 @@ packages: - supports-color dev: true - /@babel/helper-create-regexp-features-plugin/7.14.5_@babel+core@7.15.5: + /@babel/helper-create-regexp-features-plugin/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-TLawwqpOErY2HhWbGJ2nZT5wSkR192QpN+nBg1THfBfftrlvOh+WbhrxXCH4q4xJ9Gl16BGPR/48JA+Ryiho/A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-annotate-as-pure': 7.15.4 regexpu-core: 4.8.0 dev: true - /@babel/helper-define-polyfill-provider/0.2.3_@babel+core@7.15.5: + /@babel/helper-define-polyfill-provider/0.2.3_@babel+core@7.15.8: resolution: {integrity: sha512-RH3QDAfRMzj7+0Nqu5oqgO5q9mFtQEVvCRsi8qCEfzLR9p2BHfn5FzhSB2oj1fF7I2+DcTORkYaQ6aTR9Cofew==} peerDependencies: '@babel/core': ^7.4.0-0 dependencies: - '@babel/core': 7.15.5 - '@babel/helper-compilation-targets': 7.15.4_@babel+core@7.15.5 + '@babel/core': 7.15.8 + '@babel/helper-compilation-targets': 7.15.4_@babel+core@7.15.8 '@babel/helper-module-imports': 7.15.4 '@babel/helper-plugin-utils': 7.14.5 '@babel/traverse': 7.15.4 @@ -296,8 +296,8 @@ packages: '@babel/types': 7.15.6 dev: true - /@babel/helper-module-transforms/7.15.7: - resolution: {integrity: sha512-ZNqjjQG/AuFfekFTY+7nY4RgBSklgTu970c7Rj3m/JOhIu5KPBUuTA9AY6zaKcUvk4g6EbDXdBnhi35FAssdSw==} + /@babel/helper-module-transforms/7.15.8: + resolution: {integrity: sha512-DfAfA6PfpG8t4S6npwzLvTUpp0sS7JrcuaMiy1Y5645laRJIp/LiLGIBbQKaXSInK8tiGNI7FL7L8UvB8gdUZg==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-module-imports': 7.15.4 @@ -410,373 +410,373 @@ packages: js-tokens: 4.0.0 dev: true - /@babel/parser/7.15.7: - resolution: {integrity: sha512-rycZXvQ+xS9QyIcJ9HXeDWf1uxqlbVFAUq0Rq0dbc50Zb/+wUe/ehyfzGfm9KZZF0kBejYgxltBXocP+gKdL2g==} + /@babel/parser/7.15.8: + resolution: {integrity: sha512-BRYa3wcQnjS/nqI8Ac94pYYpJfojHVvVXJ97+IDCImX4Jc8W8Xv1+47enbruk+q1etOpsQNwnfFcNGw+gtPGxA==} engines: {node: '>=6.0.0'} hasBin: true dev: true - /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.15.4_@babel+core@7.15.5: + /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/7.15.4_@babel+core@7.15.8: resolution: {integrity: sha512-eBnpsl9tlhPhpI10kU06JHnrYXwg3+V6CaP2idsCXNef0aeslpqyITXQ74Vfk5uHgY7IG7XP0yIH8b42KSzHog==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.13.0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 '@babel/helper-skip-transparent-expression-wrappers': 7.15.4 - '@babel/plugin-proposal-optional-chaining': 7.14.5_@babel+core@7.15.5 + '@babel/plugin-proposal-optional-chaining': 7.14.5_@babel+core@7.15.8 dev: true - /@babel/plugin-proposal-async-generator-functions/7.15.4_@babel+core@7.15.5: - resolution: {integrity: sha512-2zt2g5vTXpMC3OmK6uyjvdXptbhBXfA77XGrd3gh93zwG8lZYBLOBImiGBEG0RANu3JqKEACCz5CGk73OJROBw==} + /@babel/plugin-proposal-async-generator-functions/7.15.8_@babel+core@7.15.8: + resolution: {integrity: sha512-2Z5F2R2ibINTc63mY7FLqGfEbmofrHU9FitJW1Q7aPaKFhiPvSq6QEt/BoWN5oME3GVyjcRuNNSRbb9LC0CSWA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 '@babel/helper-remap-async-to-generator': 7.15.4 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.15.5 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.15.8 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-class-properties/7.14.5_@babel+core@7.15.5: + /@babel/plugin-proposal-class-properties/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-q/PLpv5Ko4dVc1LYMpCY7RVAAO4uk55qPwrIuJ5QJ8c6cVuAmhu7I/49JOppXL6gXf7ZHzpRVEUZdYoPLM04Gg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 - '@babel/helper-create-class-features-plugin': 7.15.4_@babel+core@7.15.5 + '@babel/core': 7.15.8 + '@babel/helper-create-class-features-plugin': 7.15.4_@babel+core@7.15.8 '@babel/helper-plugin-utils': 7.14.5 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-class-static-block/7.15.4_@babel+core@7.15.5: + /@babel/plugin-proposal-class-static-block/7.15.4_@babel+core@7.15.8: resolution: {integrity: sha512-M682XWrrLNk3chXCjoPUQWOyYsB93B9z3mRyjtqqYJWDf2mfCdIYgDrA11cgNVhAQieaq6F2fn2f3wI0U4aTjA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.12.0 dependencies: - '@babel/core': 7.15.5 - '@babel/helper-create-class-features-plugin': 7.15.4_@babel+core@7.15.5 + '@babel/core': 7.15.8 + '@babel/helper-create-class-features-plugin': 7.15.4_@babel+core@7.15.8 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.15.5 + '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.15.8 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-dynamic-import/7.14.5_@babel+core@7.15.5: + /@babel/plugin-proposal-dynamic-import/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-ExjiNYc3HDN5PXJx+bwC50GIx/KKanX2HiggnIUAYedbARdImiCU4RhhHfdf0Kd7JNXGpsBBBCOm+bBVy3Gb0g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.15.5 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.15.8 dev: true - /@babel/plugin-proposal-export-namespace-from/7.14.5_@babel+core@7.15.5: + /@babel/plugin-proposal-export-namespace-from/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-g5POA32bXPMmSBu5Dx/iZGLGnKmKPc5AiY7qfZgurzrCYgIztDlHFbznSNCoQuv57YQLnQfaDi7dxCtLDIdXdA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.15.5 + '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.15.8 dev: true - /@babel/plugin-proposal-json-strings/7.14.5_@babel+core@7.15.5: + /@babel/plugin-proposal-json-strings/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-NSq2fczJYKVRIsUJyNxrVUMhB27zb7N7pOFGQOhBKJrChbGcgEAqyZrmZswkPk18VMurEeJAaICbfm57vUeTbQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.15.5 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.15.8 dev: true - /@babel/plugin-proposal-logical-assignment-operators/7.14.5_@babel+core@7.15.5: + /@babel/plugin-proposal-logical-assignment-operators/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-YGn2AvZAo9TwyhlLvCCWxD90Xq8xJ4aSgaX3G5D/8DW94L8aaT+dS5cSP+Z06+rCJERGSr9GxMBZ601xoc2taw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.15.5 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.15.8 dev: true - /@babel/plugin-proposal-nullish-coalescing-operator/7.14.5_@babel+core@7.15.5: + /@babel/plugin-proposal-nullish-coalescing-operator/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-gun/SOnMqjSb98Nkaq2rTKMwervfdAoz6NphdY0vTfuzMfryj+tDGb2n6UkDKwez+Y8PZDhE3D143v6Gepp4Hg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.15.5 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.15.8 dev: true - /@babel/plugin-proposal-numeric-separator/7.14.5_@babel+core@7.15.5: + /@babel/plugin-proposal-numeric-separator/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-yiclALKe0vyZRZE0pS6RXgjUOt87GWv6FYa5zqj15PvhOGFO69R5DusPlgK/1K5dVnCtegTiWu9UaBSrLLJJBg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.15.5 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.15.8 dev: true - /@babel/plugin-proposal-object-rest-spread/7.15.6_@babel+core@7.15.5: + /@babel/plugin-proposal-object-rest-spread/7.15.6_@babel+core@7.15.8: resolution: {integrity: sha512-qtOHo7A1Vt+O23qEAX+GdBpqaIuD3i9VRrWgCJeq7WO6H2d14EK3q11urj5Te2MAeK97nMiIdRpwd/ST4JFbNg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/compat-data': 7.15.0 - '@babel/core': 7.15.5 - '@babel/helper-compilation-targets': 7.15.4_@babel+core@7.15.5 + '@babel/core': 7.15.8 + '@babel/helper-compilation-targets': 7.15.4_@babel+core@7.15.8 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.15.5 - '@babel/plugin-transform-parameters': 7.15.4_@babel+core@7.15.5 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.15.8 + '@babel/plugin-transform-parameters': 7.15.4_@babel+core@7.15.8 dev: true - /@babel/plugin-proposal-optional-catch-binding/7.14.5_@babel+core@7.15.5: + /@babel/plugin-proposal-optional-catch-binding/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-3Oyiixm0ur7bzO5ybNcZFlmVsygSIQgdOa7cTfOYCMY+wEPAYhZAJxi3mixKFCTCKUhQXuCTtQ1MzrpL3WT8ZQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.15.5 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.15.8 dev: true - /@babel/plugin-proposal-optional-chaining/7.14.5_@babel+core@7.15.5: + /@babel/plugin-proposal-optional-chaining/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-ycz+VOzo2UbWNI1rQXxIuMOzrDdHGrI23fRiz/Si2R4kv2XZQ1BK8ccdHwehMKBlcH/joGW/tzrUmo67gbJHlQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 '@babel/helper-skip-transparent-expression-wrappers': 7.15.4 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.15.5 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.15.8 dev: true - /@babel/plugin-proposal-private-methods/7.14.5_@babel+core@7.15.5: + /@babel/plugin-proposal-private-methods/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-838DkdUA1u+QTCplatfq4B7+1lnDa/+QMI89x5WZHBcnNv+47N8QEj2k9I2MUU9xIv8XJ4XvPCviM/Dj7Uwt9g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 - '@babel/helper-create-class-features-plugin': 7.15.4_@babel+core@7.15.5 + '@babel/core': 7.15.8 + '@babel/helper-create-class-features-plugin': 7.15.4_@babel+core@7.15.8 '@babel/helper-plugin-utils': 7.14.5 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-private-property-in-object/7.15.4_@babel+core@7.15.5: + /@babel/plugin-proposal-private-property-in-object/7.15.4_@babel+core@7.15.8: resolution: {integrity: sha512-X0UTixkLf0PCCffxgu5/1RQyGGbgZuKoI+vXP4iSbJSYwPb7hu06omsFGBvQ9lJEvwgrxHdS8B5nbfcd8GyUNA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-annotate-as-pure': 7.15.4 - '@babel/helper-create-class-features-plugin': 7.15.4_@babel+core@7.15.5 + '@babel/helper-create-class-features-plugin': 7.15.4_@babel+core@7.15.8 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.15.5 + '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.15.8 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-proposal-unicode-property-regex/7.14.5_@babel+core@7.15.5: + /@babel/plugin-proposal-unicode-property-regex/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-6axIeOU5LnY471KenAB9vI8I5j7NQ2d652hIYwVyRfgaZT5UpiqFKCuVXCDMSrU+3VFafnu2c5m3lrWIlr6A5Q==} engines: {node: '>=4'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 - '@babel/helper-create-regexp-features-plugin': 7.14.5_@babel+core@7.15.5 + '@babel/core': 7.15.8 + '@babel/helper-create-regexp-features-plugin': 7.14.5_@babel+core@7.15.8 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.15.5: + /@babel/plugin-syntax-async-generators/7.8.4_@babel+core@7.15.8: resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.15.5: + /@babel/plugin-syntax-class-properties/7.12.13_@babel+core@7.15.8: resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.15.5: + /@babel/plugin-syntax-class-static-block/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.15.5: + /@babel/plugin-syntax-dynamic-import/7.8.3_@babel+core@7.15.8: resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.15.5: + /@babel/plugin-syntax-export-namespace-from/7.8.3_@babel+core@7.15.8: resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.15.5: + /@babel/plugin-syntax-json-strings/7.8.3_@babel+core@7.15.8: resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/plugin-syntax-jsx/7.14.5_@babel+core@7.15.5: + /@babel/plugin-syntax-jsx/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-ohuFIsOMXJnbOMRfX7/w7LocdR6R7whhuRD4ax8IipLcLPlZGJKkBxgHp++U4N/vKyU16/YDQr2f5seajD3jIw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.15.5: + /@babel/plugin-syntax-logical-assignment-operators/7.10.4_@babel+core@7.15.8: resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.15.5: + /@babel/plugin-syntax-nullish-coalescing-operator/7.8.3_@babel+core@7.15.8: resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.15.5: + /@babel/plugin-syntax-numeric-separator/7.10.4_@babel+core@7.15.8: resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.15.5: + /@babel/plugin-syntax-object-rest-spread/7.8.3_@babel+core@7.15.8: resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.15.5: + /@babel/plugin-syntax-optional-catch-binding/7.8.3_@babel+core@7.15.8: resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.15.5: + /@babel/plugin-syntax-optional-chaining/7.8.3_@babel+core@7.15.8: resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.15.5: + /@babel/plugin-syntax-private-property-in-object/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.15.5: + /@babel/plugin-syntax-top-level-await/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/plugin-syntax-typescript/7.14.5_@babel+core@7.15.5: + /@babel/plugin-syntax-typescript/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-u6OXzDaIXjEstBRRoBCQ/uKQKlbuaeE5in0RvWdA4pN6AhqxTIwUsnHPU1CFZA/amYObMsuWhYfRl3Ch90HD0Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/plugin-transform-arrow-functions/7.14.5_@babel+core@7.15.5: + /@babel/plugin-transform-arrow-functions/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-KOnO0l4+tD5IfOdi4x8C1XmEIRWUjNRV8wc6K2vz/3e8yAOoZZvsRXRRIF/yo/MAOFb4QjtAw9xSxMXbSMRy8A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/plugin-transform-async-to-generator/7.14.5_@babel+core@7.15.5: + /@babel/plugin-transform-async-to-generator/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-szkbzQ0mNk0rpu76fzDdqSyPu0MuvpXgC+6rz5rpMb5OIRxdmHfQxrktL8CYolL2d8luMCZTR0DpIMIdL27IjA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-module-imports': 7.15.4 '@babel/helper-plugin-utils': 7.14.5 '@babel/helper-remap-async-to-generator': 7.15.4 @@ -784,33 +784,33 @@ packages: - supports-color dev: true - /@babel/plugin-transform-block-scoped-functions/7.14.5_@babel+core@7.15.5: + /@babel/plugin-transform-block-scoped-functions/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-dtqWqdWZ5NqBX3KzsVCWfQI3A53Ft5pWFCT2eCVUftWZgjc5DpDponbIF1+c+7cSGk2wN0YK7HGL/ezfRbpKBQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/plugin-transform-block-scoping/7.15.3_@babel+core@7.15.5: + /@babel/plugin-transform-block-scoping/7.15.3_@babel+core@7.15.8: resolution: {integrity: sha512-nBAzfZwZb4DkaGtOes1Up1nOAp9TDRRFw4XBzBBSG9QK7KVFmYzgj9o9sbPv7TX5ofL4Auq4wZnxCoPnI/lz2Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/plugin-transform-classes/7.15.4_@babel+core@7.15.5: + /@babel/plugin-transform-classes/7.15.4_@babel+core@7.15.8: resolution: {integrity: sha512-Yjvhex8GzBmmPQUvpXRPWQ9WnxXgAFuZSrqOK/eJlOGIXwvv8H3UEdUigl1gb/bnjTrln+e8bkZUYCBt/xYlBg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-annotate-as-pure': 7.15.4 '@babel/helper-function-name': 7.15.4 '@babel/helper-optimise-call-expression': 7.15.4 @@ -822,121 +822,121 @@ packages: - supports-color dev: true - /@babel/plugin-transform-computed-properties/7.14.5_@babel+core@7.15.5: + /@babel/plugin-transform-computed-properties/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-pWM+E4283UxaVzLb8UBXv4EIxMovU4zxT1OPnpHJcmnvyY9QbPPTKZfEj31EUvG3/EQRbYAGaYEUZ4yWOBC2xg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/plugin-transform-destructuring/7.14.7_@babel+core@7.15.5: + /@babel/plugin-transform-destructuring/7.14.7_@babel+core@7.15.8: resolution: {integrity: sha512-0mDE99nK+kVh3xlc5vKwB6wnP9ecuSj+zQCa/n0voENtP/zymdT4HH6QEb65wjjcbqr1Jb/7z9Qp7TF5FtwYGw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/plugin-transform-dotall-regex/7.14.5_@babel+core@7.15.5: + /@babel/plugin-transform-dotall-regex/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-loGlnBdj02MDsFaHhAIJzh7euK89lBrGIdM9EAtHFo6xKygCUGuuWe07o1oZVk287amtW1n0808sQM99aZt3gw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 - '@babel/helper-create-regexp-features-plugin': 7.14.5_@babel+core@7.15.5 + '@babel/core': 7.15.8 + '@babel/helper-create-regexp-features-plugin': 7.14.5_@babel+core@7.15.8 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/plugin-transform-duplicate-keys/7.14.5_@babel+core@7.15.5: + /@babel/plugin-transform-duplicate-keys/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-iJjbI53huKbPDAsJ8EmVmvCKeeq21bAze4fu9GBQtSLqfvzj2oRuHVx4ZkDwEhg1htQ+5OBZh/Ab0XDf5iBZ7A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/plugin-transform-exponentiation-operator/7.14.5_@babel+core@7.15.5: + /@babel/plugin-transform-exponentiation-operator/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-jFazJhMBc9D27o9jDnIE5ZErI0R0m7PbKXVq77FFvqFbzvTMuv8jaAwLZ5PviOLSFttqKIW0/wxNSDbjLk0tYA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-builder-binary-assignment-operator-visitor': 7.15.4 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/plugin-transform-for-of/7.15.4_@babel+core@7.15.5: + /@babel/plugin-transform-for-of/7.15.4_@babel+core@7.15.8: resolution: {integrity: sha512-DRTY9fA751AFBDh2oxydvVm4SYevs5ILTWLs6xKXps4Re/KG5nfUkr+TdHCrRWB8C69TlzVgA9b3RmGWmgN9LA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/plugin-transform-function-name/7.14.5_@babel+core@7.15.5: + /@babel/plugin-transform-function-name/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-vbO6kv0fIzZ1GpmGQuvbwwm+O4Cbm2NrPzwlup9+/3fdkuzo1YqOZcXw26+YUJB84Ja7j9yURWposEHLYwxUfQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-function-name': 7.15.4 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/plugin-transform-literals/7.14.5_@babel+core@7.15.5: + /@babel/plugin-transform-literals/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-ql33+epql2F49bi8aHXxvLURHkxJbSmMKl9J5yHqg4PLtdE6Uc48CH1GS6TQvZ86eoB/ApZXwm7jlA+B3kra7A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/plugin-transform-member-expression-literals/7.14.5_@babel+core@7.15.5: + /@babel/plugin-transform-member-expression-literals/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-WkNXxH1VXVTKarWFqmso83xl+2V3Eo28YY5utIkbsmXoItO8Q3aZxN4BTS2k0hz9dGUloHK26mJMyQEYfkn/+Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/plugin-transform-modules-amd/7.14.5_@babel+core@7.15.5: + /@babel/plugin-transform-modules-amd/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-3lpOU8Vxmp3roC4vzFpSdEpGUWSMsHFreTWOMMLzel2gNGfHE5UWIh/LN6ghHs2xurUp4jRFYMUIZhuFbody1g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 - '@babel/helper-module-transforms': 7.15.7 + '@babel/core': 7.15.8 + '@babel/helper-module-transforms': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 babel-plugin-dynamic-import-node: 2.3.3 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-modules-commonjs/7.15.4_@babel+core@7.15.5: + /@babel/plugin-transform-modules-commonjs/7.15.4_@babel+core@7.15.8: resolution: {integrity: sha512-qg4DPhwG8hKp4BbVDvX1s8cohM8a6Bvptu4l6Iingq5rW+yRUAhe/YRup/YcW2zCOlrysEWVhftIcKzrEZv3sA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 - '@babel/helper-module-transforms': 7.15.7 + '@babel/core': 7.15.8 + '@babel/helper-module-transforms': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 '@babel/helper-simple-access': 7.15.4 babel-plugin-dynamic-import-node: 2.3.3 @@ -944,15 +944,15 @@ packages: - supports-color dev: true - /@babel/plugin-transform-modules-systemjs/7.15.4_@babel+core@7.15.5: + /@babel/plugin-transform-modules-systemjs/7.15.4_@babel+core@7.15.8: resolution: {integrity: sha512-fJUnlQrl/mezMneR72CKCgtOoahqGJNVKpompKwzv3BrEXdlPspTcyxrZ1XmDTIr9PpULrgEQo3qNKp6dW7ssw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-hoist-variables': 7.15.4 - '@babel/helper-module-transforms': 7.15.7 + '@babel/helper-module-transforms': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 '@babel/helper-validator-identifier': 7.15.7 babel-plugin-dynamic-import-node: 2.3.3 @@ -960,285 +960,285 @@ packages: - supports-color dev: true - /@babel/plugin-transform-modules-umd/7.14.5_@babel+core@7.15.5: + /@babel/plugin-transform-modules-umd/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-RfPGoagSngC06LsGUYyM9QWSXZ8MysEjDJTAea1lqRjNECE3y0qIJF/qbvJxc4oA4s99HumIMdXOrd+TdKaAAA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 - '@babel/helper-module-transforms': 7.15.7 + '@babel/core': 7.15.8 + '@babel/helper-module-transforms': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-named-capturing-groups-regex/7.14.9_@babel+core@7.15.5: + /@babel/plugin-transform-named-capturing-groups-regex/7.14.9_@babel+core@7.15.8: resolution: {integrity: sha512-l666wCVYO75mlAtGFfyFwnWmIXQm3kSH0C3IRnJqWcZbWkoihyAdDhFm2ZWaxWTqvBvhVFfJjMRQ0ez4oN1yYA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.15.5 - '@babel/helper-create-regexp-features-plugin': 7.14.5_@babel+core@7.15.5 + '@babel/core': 7.15.8 + '@babel/helper-create-regexp-features-plugin': 7.14.5_@babel+core@7.15.8 dev: true - /@babel/plugin-transform-new-target/7.14.5_@babel+core@7.15.5: + /@babel/plugin-transform-new-target/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-Nx054zovz6IIRWEB49RDRuXGI4Gy0GMgqG0cII9L3MxqgXz/+rgII+RU58qpo4g7tNEx1jG7rRVH4ihZoP4esQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/plugin-transform-object-super/7.14.5_@babel+core@7.15.5: + /@babel/plugin-transform-object-super/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-MKfOBWzK0pZIrav9z/hkRqIk/2bTv9qvxHzPQc12RcVkMOzpIKnFCNYJip00ssKWYkd8Sf5g0Wr7pqJ+cmtuFg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 '@babel/helper-replace-supers': 7.15.4 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-parameters/7.15.4_@babel+core@7.15.5: + /@babel/plugin-transform-parameters/7.15.4_@babel+core@7.15.8: resolution: {integrity: sha512-9WB/GUTO6lvJU3XQsSr6J/WKvBC2hcs4Pew8YxZagi6GkTdniyqp8On5kqdK8MN0LMeu0mGbhPN+O049NV/9FQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/plugin-transform-property-literals/7.14.5_@babel+core@7.15.5: + /@babel/plugin-transform-property-literals/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-r1uilDthkgXW8Z1vJz2dKYLV1tuw2xsbrp3MrZmD99Wh9vsfKoob+JTgri5VUb/JqyKRXotlOtwgu4stIYCmnw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/plugin-transform-regenerator/7.14.5_@babel+core@7.15.5: + /@babel/plugin-transform-regenerator/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-NVIY1W3ITDP5xQl50NgTKlZ0GrotKtLna08/uGY6ErQt6VEQZXla86x/CTddm5gZdcr+5GSsvMeTmWA5Ii6pkg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 regenerator-transform: 0.14.5 dev: true - /@babel/plugin-transform-reserved-words/7.14.5_@babel+core@7.15.5: + /@babel/plugin-transform-reserved-words/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-cv4F2rv1nD4qdexOGsRQXJrOcyb5CrgjUH9PKrrtyhSDBNWGxd0UIitjyJiWagS+EbUGjG++22mGH1Pub8D6Vg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/plugin-transform-shorthand-properties/7.14.5_@babel+core@7.15.5: + /@babel/plugin-transform-shorthand-properties/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-xLucks6T1VmGsTB+GWK5Pl9Jl5+nRXD1uoFdA5TSO6xtiNjtXTjKkmPdFXVLGlK5A2/or/wQMKfmQ2Y0XJfn5g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/plugin-transform-spread/7.14.6_@babel+core@7.15.5: - resolution: {integrity: sha512-Zr0x0YroFJku7n7+/HH3A2eIrGMjbmAIbJSVv0IZ+t3U2WUQUA64S/oeied2e+MaGSjmt4alzBCsK9E8gh+fag==} + /@babel/plugin-transform-spread/7.15.8_@babel+core@7.15.8: + resolution: {integrity: sha512-/daZ8s2tNaRekl9YJa9X4bzjpeRZLt122cpgFnQPLGUe61PH8zMEBmYqKkW5xF5JUEh5buEGXJoQpqBmIbpmEQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 '@babel/helper-skip-transparent-expression-wrappers': 7.15.4 dev: true - /@babel/plugin-transform-sticky-regex/7.14.5_@babel+core@7.15.5: + /@babel/plugin-transform-sticky-regex/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-Z7F7GyvEMzIIbwnziAZmnSNpdijdr4dWt+FJNBnBLz5mwDFkqIXU9wmBcWWad3QeJF5hMTkRe4dAq2sUZiG+8A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/plugin-transform-template-literals/7.14.5_@babel+core@7.15.5: + /@babel/plugin-transform-template-literals/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-22btZeURqiepOfuy/VkFr+zStqlujWaarpMErvay7goJS6BWwdd6BY9zQyDLDa4x2S3VugxFb162IZ4m/S/+Gg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/plugin-transform-typeof-symbol/7.14.5_@babel+core@7.15.5: + /@babel/plugin-transform-typeof-symbol/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-lXzLD30ffCWseTbMQzrvDWqljvZlHkXU+CnseMhkMNqU1sASnCsz3tSzAaH3vCUXb9PHeUb90ZT1BdFTm1xxJw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/plugin-transform-typescript/7.15.4_@babel+core@7.15.5: - resolution: {integrity: sha512-sM1/FEjwYjXvMwu1PJStH11kJ154zd/lpY56NQJ5qH2D0mabMv1CAy/kdvS9RP4Xgfj9fBBA3JiSLdDHgXdzOA==} + /@babel/plugin-transform-typescript/7.15.8_@babel+core@7.15.8: + resolution: {integrity: sha512-ZXIkJpbaf6/EsmjeTbiJN/yMxWPFWvlr7sEG1P95Xb4S4IBcrf2n7s/fItIhsAmOf8oSh3VJPDppO6ExfAfKRQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 - '@babel/helper-create-class-features-plugin': 7.15.4_@babel+core@7.15.5 + '@babel/core': 7.15.8 + '@babel/helper-create-class-features-plugin': 7.15.4_@babel+core@7.15.8 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-syntax-typescript': 7.14.5_@babel+core@7.15.5 + '@babel/plugin-syntax-typescript': 7.14.5_@babel+core@7.15.8 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-unicode-escapes/7.14.5_@babel+core@7.15.5: + /@babel/plugin-transform-unicode-escapes/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-crTo4jATEOjxj7bt9lbYXcBAM3LZaUrbP2uUdxb6WIorLmjNKSpHfIybgY4B8SRpbf8tEVIWH3Vtm7ayCrKocA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/plugin-transform-unicode-regex/7.14.5_@babel+core@7.15.5: + /@babel/plugin-transform-unicode-regex/7.14.5_@babel+core@7.15.8: resolution: {integrity: sha512-UygduJpC5kHeCiRw/xDVzC+wj8VaYSoKl5JNVmbP7MadpNinAm3SvZCxZ42H37KZBKztz46YC73i9yV34d0Tzw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 - '@babel/helper-create-regexp-features-plugin': 7.14.5_@babel+core@7.15.5 + '@babel/core': 7.15.8 + '@babel/helper-create-regexp-features-plugin': 7.14.5_@babel+core@7.15.8 '@babel/helper-plugin-utils': 7.14.5 dev: true - /@babel/preset-env/7.15.6_@babel+core@7.15.5: - resolution: {integrity: sha512-L+6jcGn7EWu7zqaO2uoTDjjMBW+88FXzV8KvrBl2z6MtRNxlsmUNRlZPaNNPUTgqhyC5DHNFk/2Jmra+ublZWw==} + /@babel/preset-env/7.15.8_@babel+core@7.15.8: + resolution: {integrity: sha512-rCC0wH8husJgY4FPbHsiYyiLxSY8oMDJH7Rl6RQMknbN9oDDHhM9RDFvnGM2MgkbUJzSQB4gtuwygY5mCqGSsA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/compat-data': 7.15.0 - '@babel/core': 7.15.5 - '@babel/helper-compilation-targets': 7.15.4_@babel+core@7.15.5 + '@babel/core': 7.15.8 + '@babel/helper-compilation-targets': 7.15.4_@babel+core@7.15.8 '@babel/helper-plugin-utils': 7.14.5 '@babel/helper-validator-option': 7.14.5 - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.15.4_@babel+core@7.15.5 - '@babel/plugin-proposal-async-generator-functions': 7.15.4_@babel+core@7.15.5 - '@babel/plugin-proposal-class-properties': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-proposal-class-static-block': 7.15.4_@babel+core@7.15.5 - '@babel/plugin-proposal-dynamic-import': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-proposal-export-namespace-from': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-proposal-json-strings': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-proposal-logical-assignment-operators': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-proposal-nullish-coalescing-operator': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-proposal-numeric-separator': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-proposal-object-rest-spread': 7.15.6_@babel+core@7.15.5 - '@babel/plugin-proposal-optional-catch-binding': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-proposal-optional-chaining': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-proposal-private-methods': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-proposal-private-property-in-object': 7.15.4_@babel+core@7.15.5 - '@babel/plugin-proposal-unicode-property-regex': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.15.5 - '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.15.5 - '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.15.5 - '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.15.5 - '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.15.5 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.15.5 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.15.5 - '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.15.5 - '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.15.5 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.15.5 - '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.15.5 - '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-arrow-functions': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-async-to-generator': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-block-scoped-functions': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-block-scoping': 7.15.3_@babel+core@7.15.5 - '@babel/plugin-transform-classes': 7.15.4_@babel+core@7.15.5 - '@babel/plugin-transform-computed-properties': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-destructuring': 7.14.7_@babel+core@7.15.5 - '@babel/plugin-transform-dotall-regex': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-duplicate-keys': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-exponentiation-operator': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-for-of': 7.15.4_@babel+core@7.15.5 - '@babel/plugin-transform-function-name': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-literals': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-member-expression-literals': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-modules-amd': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-modules-commonjs': 7.15.4_@babel+core@7.15.5 - '@babel/plugin-transform-modules-systemjs': 7.15.4_@babel+core@7.15.5 - '@babel/plugin-transform-modules-umd': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-named-capturing-groups-regex': 7.14.9_@babel+core@7.15.5 - '@babel/plugin-transform-new-target': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-object-super': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-parameters': 7.15.4_@babel+core@7.15.5 - '@babel/plugin-transform-property-literals': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-regenerator': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-reserved-words': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-shorthand-properties': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-spread': 7.14.6_@babel+core@7.15.5 - '@babel/plugin-transform-sticky-regex': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-template-literals': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-typeof-symbol': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-unicode-escapes': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-unicode-regex': 7.14.5_@babel+core@7.15.5 - '@babel/preset-modules': 0.1.4_@babel+core@7.15.5 + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.15.4_@babel+core@7.15.8 + '@babel/plugin-proposal-async-generator-functions': 7.15.8_@babel+core@7.15.8 + '@babel/plugin-proposal-class-properties': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-proposal-class-static-block': 7.15.4_@babel+core@7.15.8 + '@babel/plugin-proposal-dynamic-import': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-proposal-export-namespace-from': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-proposal-json-strings': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-proposal-logical-assignment-operators': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-proposal-nullish-coalescing-operator': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-proposal-numeric-separator': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-proposal-object-rest-spread': 7.15.6_@babel+core@7.15.8 + '@babel/plugin-proposal-optional-catch-binding': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-proposal-optional-chaining': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-proposal-private-methods': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-proposal-private-property-in-object': 7.15.4_@babel+core@7.15.8 + '@babel/plugin-proposal-unicode-property-regex': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-syntax-async-generators': 7.8.4_@babel+core@7.15.8 + '@babel/plugin-syntax-class-properties': 7.12.13_@babel+core@7.15.8 + '@babel/plugin-syntax-class-static-block': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-syntax-dynamic-import': 7.8.3_@babel+core@7.15.8 + '@babel/plugin-syntax-export-namespace-from': 7.8.3_@babel+core@7.15.8 + '@babel/plugin-syntax-json-strings': 7.8.3_@babel+core@7.15.8 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4_@babel+core@7.15.8 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3_@babel+core@7.15.8 + '@babel/plugin-syntax-numeric-separator': 7.10.4_@babel+core@7.15.8 + '@babel/plugin-syntax-object-rest-spread': 7.8.3_@babel+core@7.15.8 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3_@babel+core@7.15.8 + '@babel/plugin-syntax-optional-chaining': 7.8.3_@babel+core@7.15.8 + '@babel/plugin-syntax-private-property-in-object': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-syntax-top-level-await': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-arrow-functions': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-async-to-generator': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-block-scoped-functions': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-block-scoping': 7.15.3_@babel+core@7.15.8 + '@babel/plugin-transform-classes': 7.15.4_@babel+core@7.15.8 + '@babel/plugin-transform-computed-properties': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-destructuring': 7.14.7_@babel+core@7.15.8 + '@babel/plugin-transform-dotall-regex': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-duplicate-keys': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-exponentiation-operator': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-for-of': 7.15.4_@babel+core@7.15.8 + '@babel/plugin-transform-function-name': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-literals': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-member-expression-literals': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-modules-amd': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-modules-commonjs': 7.15.4_@babel+core@7.15.8 + '@babel/plugin-transform-modules-systemjs': 7.15.4_@babel+core@7.15.8 + '@babel/plugin-transform-modules-umd': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-named-capturing-groups-regex': 7.14.9_@babel+core@7.15.8 + '@babel/plugin-transform-new-target': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-object-super': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-parameters': 7.15.4_@babel+core@7.15.8 + '@babel/plugin-transform-property-literals': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-regenerator': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-reserved-words': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-shorthand-properties': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-spread': 7.15.8_@babel+core@7.15.8 + '@babel/plugin-transform-sticky-regex': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-template-literals': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-typeof-symbol': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-unicode-escapes': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-unicode-regex': 7.14.5_@babel+core@7.15.8 + '@babel/preset-modules': 0.1.4_@babel+core@7.15.8 '@babel/types': 7.15.6 - babel-plugin-polyfill-corejs2: 0.2.2_@babel+core@7.15.5 - babel-plugin-polyfill-corejs3: 0.2.5_@babel+core@7.15.5 - babel-plugin-polyfill-regenerator: 0.2.2_@babel+core@7.15.5 - core-js-compat: 3.18.1 + babel-plugin-polyfill-corejs2: 0.2.2_@babel+core@7.15.8 + babel-plugin-polyfill-corejs3: 0.2.5_@babel+core@7.15.8 + babel-plugin-polyfill-regenerator: 0.2.2_@babel+core@7.15.8 + core-js-compat: 3.18.2 semver: 6.3.0 transitivePeerDependencies: - supports-color dev: true - /@babel/preset-modules/0.1.4_@babel+core@7.15.5: + /@babel/preset-modules/0.1.4_@babel+core@7.15.8: resolution: {integrity: sha512-J36NhwnfdzpmH41M1DrnkkgAqhZaqr/NBdPfQ677mLzlaXo+oDiv1deyCDtgAhz8p328otdob0Du7+xgHGZbKg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 - '@babel/plugin-proposal-unicode-property-regex': 7.14.5_@babel+core@7.15.5 - '@babel/plugin-transform-dotall-regex': 7.14.5_@babel+core@7.15.5 + '@babel/plugin-proposal-unicode-property-regex': 7.14.5_@babel+core@7.15.8 + '@babel/plugin-transform-dotall-regex': 7.14.5_@babel+core@7.15.8 '@babel/types': 7.15.6 esutils: 2.0.3 dev: true - /@babel/preset-typescript/7.15.0_@babel+core@7.15.5: + /@babel/preset-typescript/7.15.0_@babel+core@7.15.8: resolution: {integrity: sha512-lt0Y/8V3y06Wq/8H/u0WakrqciZ7Fz7mwPDHWUJAXlABL5hiUG42BNlRXiELNjeWjO5rWmnNKlx+yzJvxezHow==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-plugin-utils': 7.14.5 '@babel/helper-validator-option': 7.14.5 - '@babel/plugin-transform-typescript': 7.15.4_@babel+core@7.15.5 + '@babel/plugin-transform-typescript': 7.15.8_@babel+core@7.15.8 transitivePeerDependencies: - supports-color dev: true @@ -1254,8 +1254,8 @@ packages: resolution: {integrity: sha512-UgBAfEa1oGuYgDIPM2G+aHa4Nlo9Lh6mGD2bDBGMTbYnc38vulXPuC1MGjYILIEmlwl6Rd+BPR9ee3gm20CBtg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/code-frame': 7.14.5 - '@babel/parser': 7.15.7 + '@babel/code-frame': 7.15.8 + '@babel/parser': 7.15.8 '@babel/types': 7.15.6 dev: true @@ -1263,12 +1263,12 @@ packages: resolution: {integrity: sha512-W6lQD8l4rUbQR/vYgSuCAE75ADyyQvOpFVsvPPdkhf6lATXAsQIG9YdtOcu8BB1dZ0LKu+Zo3c1wEcbKeuhdlA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/code-frame': 7.14.5 - '@babel/generator': 7.15.4 + '@babel/code-frame': 7.15.8 + '@babel/generator': 7.15.8 '@babel/helper-function-name': 7.15.4 '@babel/helper-hoist-variables': 7.15.4 '@babel/helper-split-export-declaration': 7.15.4 - '@babel/parser': 7.15.7 + '@babel/parser': 7.15.8 '@babel/types': 7.15.6 debug: 4.3.2 globals: 11.12.0 @@ -1433,7 +1433,7 @@ packages: engines: {node: '>=8.0.0'} dependencies: '@csstools/sass-import-resolve': 1.0.0 - postcss: 7.0.38 + postcss: 7.0.39 sass: 1.42.1 source-map: 0.7.3 dev: true @@ -1527,7 +1527,7 @@ packages: path-to-regexp: 6.2.0 dev: false - /@rollup/plugin-babel/5.3.0_@babel+core@7.15.5+rollup@2.58.0: + /@rollup/plugin-babel/5.3.0_@babel+core@7.15.8+rollup@2.58.0: resolution: {integrity: sha512-9uIC8HZOnVLrLHxayq/PTzw+uS25E14KPUBh5ktF+18Mjo5yK0ToMMx6epY0uEgkjwJw0aBW4x2horYXh8juWw==} engines: {node: '>= 10.0.0'} peerDependencies: @@ -1538,7 +1538,7 @@ packages: '@types/babel__core': optional: true dependencies: - '@babel/core': 7.15.5 + '@babel/core': 7.15.8 '@babel/helper-module-imports': 7.15.4 '@rollup/pluginutils': 3.1.0_rollup@2.58.0 rollup: 2.58.0 @@ -1612,12 +1612,12 @@ packages: resolution: {integrity: sha512-jhuKLIRrhvCPLqwPcx6INqmKeiA5EWrsCOPhrlFSrbrmU4ZMPjj5Ul/oLCMDO98XRUIwVm78xICz4EPCektzeQ==} dev: true - /@types/node/14.17.20: - resolution: {integrity: sha512-gI5Sl30tmhXsqkNvopFydP7ASc4c2cLfGNQrVKN3X90ADFWFsPEsotm/8JHSUJQKTHbwowAHtcJPeyVhtKv0TQ==} + /@types/node/14.17.21: + resolution: {integrity: sha512-zv8ukKci1mrILYiQOwGSV4FpkZhyxQtuFWGya2GujWg+zVAeRQ4qbaMmWp9vb9889CFA8JECH7lkwCL6Ygg8kA==} dev: true - /@types/node/16.10.2: - resolution: {integrity: sha512-zCclL4/rx+W5SQTzFs9wyvvyCwoK9QtBpratqz2IYJ3O8Umrn0m3nsTv0wQBk9sRGpvUe9CwPDrQFB10f1FIjQ==} + /@types/node/16.10.3: + resolution: {integrity: sha512-ho3Ruq+fFnBrZhUYI46n/bV2GjwzSkwuT4dTf0GkuNFmnb8nq4ny2z9JEVemFi6bdEJanHLlYfy9c6FN9B9McQ==} dev: true /@types/normalize-package-data/2.4.1: @@ -1631,7 +1631,7 @@ packages: /@types/resolve/1.17.1: resolution: {integrity: sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==} dependencies: - '@types/node': 16.10.2 + '@types/node': 16.10.3 dev: true /@types/trusted-types/2.0.2: @@ -1641,7 +1641,7 @@ packages: resolution: {integrity: sha512-ayJ0iOCDNHnKpKTgBG6Q6JOnHTj9zFta+3j2b8Ejza0e4cvRyMn0ZoLEmbPrTHe5YYRlDYPvPWVdV4cTaRyH7g==} dependencies: '@types/expect': 1.20.4 - '@types/node': 16.10.2 + '@types/node': 16.10.3 dev: true /Base64/0.2.1: @@ -2020,19 +2020,19 @@ packages: hasBin: true dev: true - /autoprefixer/10.3.6_postcss@8.3.8: - resolution: {integrity: sha512-3bDjTfF0MfZntwVCSd18XAT2Zndufh3Mep+mafbzdIQEeWbncVRUVDjH8/EPANV9Hq40seJ24QcYAyhUsFz7gQ==} + /autoprefixer/10.3.7_postcss@8.3.9: + resolution: {integrity: sha512-EmGpu0nnQVmMhX8ROoJ7Mx8mKYPlcUHuxkwrRYEYMz85lu7H09v8w6R1P0JPdn/hKU32GjpLBFEOuIlDWCRWvg==} engines: {node: ^10 || ^12 || >=14} hasBin: true peerDependencies: postcss: ^8.1.0 dependencies: - browserslist: 4.17.2 - caniuse-lite: 1.0.30001264 + browserslist: 4.17.3 + caniuse-lite: 1.0.30001265 fraction.js: 4.1.1 - nanocolors: 0.2.12 normalize-range: 0.1.2 - postcss: 8.3.8 + picocolors: 0.2.1 + postcss: 8.3.9 postcss-value-parser: 4.1.0 dev: true @@ -2055,56 +2055,56 @@ packages: object.assign: 4.1.2 dev: true - /babel-plugin-jsx-dom-expressions/0.29.17_@babel+core@7.15.5: + /babel-plugin-jsx-dom-expressions/0.29.17_@babel+core@7.15.8: resolution: {integrity: sha512-RGd2bUEu6Ym+t/eqS+CwhTMRBnoIgVUEPDD+rUx5GhwLLuGBbJI2tTC0Q92ScX1I5hQpJgveAvaaoDjjyGkgPA==} dependencies: '@babel/helper-module-imports': 7.15.4 - '@babel/plugin-syntax-jsx': 7.14.5_@babel+core@7.15.5 + '@babel/plugin-syntax-jsx': 7.14.5_@babel+core@7.15.8 '@babel/types': 7.15.6 transitivePeerDependencies: - '@babel/core' dev: true - /babel-plugin-polyfill-corejs2/0.2.2_@babel+core@7.15.5: + /babel-plugin-polyfill-corejs2/0.2.2_@babel+core@7.15.8: resolution: {integrity: sha512-kISrENsJ0z5dNPq5eRvcctITNHYXWOA4DUZRFYCz3jYCcvTb/A546LIddmoGNMVYg2U38OyFeNosQwI9ENTqIQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: '@babel/compat-data': 7.15.0 - '@babel/core': 7.15.5 - '@babel/helper-define-polyfill-provider': 0.2.3_@babel+core@7.15.5 + '@babel/core': 7.15.8 + '@babel/helper-define-polyfill-provider': 0.2.3_@babel+core@7.15.8 semver: 6.3.0 transitivePeerDependencies: - supports-color dev: true - /babel-plugin-polyfill-corejs3/0.2.5_@babel+core@7.15.5: + /babel-plugin-polyfill-corejs3/0.2.5_@babel+core@7.15.8: resolution: {integrity: sha512-ninF5MQNwAX9Z7c9ED+H2pGt1mXdP4TqzlHKyPIYmJIYz0N+++uwdM7RnJukklhzJ54Q84vA4ZJkgs7lu5vqcw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 - '@babel/helper-define-polyfill-provider': 0.2.3_@babel+core@7.15.5 - core-js-compat: 3.18.1 + '@babel/core': 7.15.8 + '@babel/helper-define-polyfill-provider': 0.2.3_@babel+core@7.15.8 + core-js-compat: 3.18.2 transitivePeerDependencies: - supports-color dev: true - /babel-plugin-polyfill-regenerator/0.2.2_@babel+core@7.15.5: + /babel-plugin-polyfill-regenerator/0.2.2_@babel+core@7.15.8: resolution: {integrity: sha512-Goy5ghsc21HgPDFtzRkSirpZVW35meGoTmTOb2bxqdl60ghub4xOidgNTHaZfQ2FaxQsKmwvXtOAkcIS4SMBWg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.15.5 - '@babel/helper-define-polyfill-provider': 0.2.3_@babel+core@7.15.5 + '@babel/core': 7.15.8 + '@babel/helper-define-polyfill-provider': 0.2.3_@babel+core@7.15.8 transitivePeerDependencies: - supports-color dev: true - /babel-preset-solid/1.1.5_@babel+core@7.15.5: + /babel-preset-solid/1.1.5_@babel+core@7.15.8: resolution: {integrity: sha512-u+s+3zwErLfQzNqE6BfMRxfalxjSCm7BY/ua4pkCHlUuS5KrCFF/i4Bv5G98Z2uC9fWRXoD1nAu5zXA79vwkZA==} dependencies: - babel-plugin-jsx-dom-expressions: 0.29.17_@babel+core@7.15.5 + babel-plugin-jsx-dom-expressions: 0.29.17_@babel+core@7.15.8 transitivePeerDependencies: - '@babel/core' dev: true @@ -2371,16 +2371,16 @@ packages: parse-asn1: 3.0.2 dev: false - /browserslist/4.17.2: - resolution: {integrity: sha512-jSDZyqJmkKMEMi7SZAgX5UltFdR5NAO43vY0AwTpu4X3sGH7GLLQ83KiUomgrnvZRCeW0yPPnKqnxPqQOER9zQ==} + /browserslist/4.17.3: + resolution: {integrity: sha512-59IqHJV5VGdcJZ+GZ2hU5n4Kv3YiASzW6Xk5g9tf5a/MAzGeFwgGWU39fVzNIOVcgB3+Gp+kiQu0HEfTVU/3VQ==} engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001264 - electron-to-chromium: 1.3.857 + caniuse-lite: 1.0.30001265 + electron-to-chromium: 1.3.861 escalade: 3.1.1 - nanocolors: 0.2.12 node-releases: 1.1.77 + picocolors: 0.2.1 dev: true /bs-recipes/1.3.4: @@ -2485,8 +2485,8 @@ packages: engines: {node: '>=6'} dev: true - /caniuse-lite/1.0.30001264: - resolution: {integrity: sha512-Ftfqqfcs/ePiUmyaySsQ4PUsdcYyXG2rfoBVsk3iY1ahHaJEw65vfb7Suzqm+cEkwwPIv/XWkg27iCpRavH4zA==} + /caniuse-lite/1.0.30001265: + resolution: {integrity: sha512-YzBnspggWV5hep1m9Z6sZVLOt7vrju8xWooFAgN6BA5qvy98qPAPb7vNUzypFaoh2pb3vlfzbDO8tB57UPGbtw==} dev: true /chalk/1.1.3: @@ -2810,7 +2810,7 @@ packages: /constantinople/4.0.1: resolution: {integrity: sha512-vCrqcSIq4//Gx74TXXCGnHpulY1dskqLTFGDmhrGxzeXL8lF8kvXv6mpNWlJj1uD4DW23D4ljAqbY4RRaaUZIw==} dependencies: - '@babel/parser': 7.15.7 + '@babel/parser': 7.15.8 '@babel/types': 7.15.6 dev: true @@ -3019,10 +3019,10 @@ packages: is-plain-object: 5.0.0 dev: true - /core-js-compat/3.18.1: - resolution: {integrity: sha512-XJMYx58zo4W0kLPmIingVZA10+7TuKrMLPt83+EzDmxFJQUMcTVVmQ+n5JP4r6Z14qSzhQBRi3NSWoeVyKKXUg==} + /core-js-compat/3.18.2: + resolution: {integrity: sha512-25VJYCJtGjZwLguj7d66oiHfmnVw3TMOZ0zV8DyMJp/aeQ3OjR519iOOeck08HMyVVRAqXxafc2Hl+5QstJrsQ==} dependencies: - browserslist: 4.17.2 + browserslist: 4.17.3 semver: 7.0.0 dev: true @@ -3463,8 +3463,8 @@ packages: requiresBuild: true dev: true - /electron-to-chromium/1.3.857: - resolution: {integrity: sha512-a5kIr2lajm4bJ5E4D3fp8Y/BRB0Dx2VOcCRE5Gtb679mXIME/OFhWler8Gy2ksrf8gFX+EFCSIGA33FB3gqYpg==} + /electron-to-chromium/1.3.861: + resolution: {integrity: sha512-GZyflmpMnZRdZ1e2yAyvuFwz1MPSVQelwHX4TJZyXypB8NcxdPvPNwy5lOTxnlkrK13EiQzyTPugRSnj6cBgKg==} dev: true /elliptic/3.1.0: @@ -3620,176 +3620,176 @@ packages: es6-symbol: 3.1.3 dev: true - /esbuild-android-arm64/0.13.3: - resolution: {integrity: sha512-jc9E8vGTHkzb0Vwl74H8liANV9BWsqtzLHaKvcsRgf1M+aVCBSF0gUheduAKfDsbDMT0judeMLhwBP34EUesTA==} + /esbuild-android-arm64/0.13.4: + resolution: {integrity: sha512-elDJt+jNyoHFId0/dKsuVYUPke3EcquIyUwzJCH17a3ERglN3A9aMBI5zbz+xNZ+FbaDNdpn0RaJHCFLbZX+fA==} cpu: [arm64] os: [android] requiresBuild: true dev: true optional: true - /esbuild-darwin-64/0.13.3: - resolution: {integrity: sha512-8bG3Zq+ZNuLlIJebOO2+weI7P2LVf33sOzaUfHj8MuJ+1Ixe4KtQxfYp7qhFnP6xP2ToJaYHxGUfLeiUCEz9hw==} + /esbuild-darwin-64/0.13.4: + resolution: {integrity: sha512-zJQGyHRAdZUXlRzbN7W+7ykmEiGC+bq3Gc4GxKYjjWTgDRSEly98ym+vRNkDjXwXYD3gGzSwvH35+MiHAtWvLA==} cpu: [x64] os: [darwin] requiresBuild: true dev: true optional: true - /esbuild-darwin-arm64/0.13.3: - resolution: {integrity: sha512-5E81eImYtTgh8pY7Gq4WQHhWkR/LvYadUXmuYeZBiP+3ADZJZcG60UFceZrjqNPaFOWKr/xmh4aNocwagEubcA==} + /esbuild-darwin-arm64/0.13.4: + resolution: {integrity: sha512-r8oYvAtqSGq8HNTZCAx4TdLE7jZiGhX9ooGi5AQAey37MA6XNaP8ZNlw9OCpcgpx3ryU2WctXwIqPzkHO7a8dg==} cpu: [arm64] os: [darwin] requiresBuild: true dev: true optional: true - /esbuild-freebsd-64/0.13.3: - resolution: {integrity: sha512-ou+f91KkTGexi8HvF/BdtsITL6plbciQfZGys7QX6/QEwyE96PmL5KnU6ZQwoU7E99Ts6Sc9bUDq8HXJubKtBA==} + /esbuild-freebsd-64/0.13.4: + resolution: {integrity: sha512-u9DRGkn09EN8+lCh6z7FKle7awi17PJRBuAKdRNgSo5ZrH/3m+mYaJK2PR2URHMpAfXiwJX341z231tSdVe3Yw==} cpu: [x64] os: [freebsd] requiresBuild: true dev: true optional: true - /esbuild-freebsd-arm64/0.13.3: - resolution: {integrity: sha512-F1zV7nySjHswJuvIgjkiG5liZ63MeazDGXGKViTCeegjZ71sAhOChcaGhKcu6vq9+vqZxlfEi1fmXlx6Pc3coQ==} + /esbuild-freebsd-arm64/0.13.4: + resolution: {integrity: sha512-q3B2k68Uf6gfjATjcK16DqxvjqRQkHL8aPoOfj4op+lSqegdXvBacB1d8jw8PxbWJ8JHpdTLdAVUYU80kotQXA==} cpu: [arm64] os: [freebsd] requiresBuild: true dev: true optional: true - /esbuild-linux-32/0.13.3: - resolution: {integrity: sha512-mHHc2v6uLrHH4zaaq5RB/5IWzgimEJ1HGldzf1qtGI513KZWfH0HRRQ8p1di4notJgBn7tDzWQ1f34ZHy69viQ==} + /esbuild-linux-32/0.13.4: + resolution: {integrity: sha512-UUYJPHSiKAO8KoN3Ls/iZtgDLZvK5HarES96aolDPWZnq9FLx4dIHM/x2z4Rxv9IYqQ/DxlPoE2Co1UPBIYYeA==} cpu: [ia32] os: [linux] requiresBuild: true dev: true optional: true - /esbuild-linux-64/0.13.3: - resolution: {integrity: sha512-FJ1De2O89mrOuqtaEXu41qIYJU6R41F+OA6vheNwcAQcX8fu0aiA13FJeLABq29BYJuTVgRj3cyC8q+tz19/dQ==} + /esbuild-linux-64/0.13.4: + resolution: {integrity: sha512-+RnohAKiiUW4UHLGRkNR1AnENW1gCuDWuygEtd4jxTNPIoeC7lbXGor7rtgjj9AdUzFgOEvAXyNNX01kJ8NueQ==} cpu: [x64] os: [linux] requiresBuild: true dev: true optional: true - /esbuild-linux-arm/0.13.3: - resolution: {integrity: sha512-9BJNRtLwBh3OP22cln9g3AJdbAQUcjRHqA4BScx9k4RZpGqPokFr548zpeplxWhcwrIjT8qPebwH9CrRVy8Bsw==} + /esbuild-linux-arm/0.13.4: + resolution: {integrity: sha512-BH5gKve4jglS7UPSsfwHSX79I5agC/lm4eKoRUEyo8lwQs89frQSRp2Xup+6SFQnxt3md5EsKcd2Dbkqeb3gPA==} cpu: [arm] os: [linux] requiresBuild: true dev: true optional: true - /esbuild-linux-arm64/0.13.3: - resolution: {integrity: sha512-Cauhr45KSo+wRUojs+1qfycQqQCAXTOvsWvkZ6xmEMAXLAm+f8RQGDQeP8CAf8Yeelnegcn6UNdvzdzLHhWDFg==} + /esbuild-linux-arm64/0.13.4: + resolution: {integrity: sha512-+A188cAdd6QuSRxMIwRrWLjgphQA0LDAQ/ECVlrPVJwnx+1i64NjDZivoqPYLOTkSPIKntiWwMhhf0U5/RrPHQ==} cpu: [arm64] os: [linux] requiresBuild: true dev: true optional: true - /esbuild-linux-mips64le/0.13.3: - resolution: {integrity: sha512-YVzJUGCncuuLm2boYyVeuMFsak4ZAhdiBwi0xNDZCC8sy+tS6Boe2mzcrD2uubv5JKAUOrpN186S1DtU4WgBgw==} + /esbuild-linux-mips64le/0.13.4: + resolution: {integrity: sha512-0xkwtPaUkG5xMTFGaQPe1AadSe5QAiQuD4Gix1O9k5Xo/U8xGIkw9UFUTvfEUeu71vFb6ZgsIacfP1NLoFjWNw==} cpu: [mips64el] os: [linux] requiresBuild: true dev: true optional: true - /esbuild-linux-ppc64le/0.13.3: - resolution: {integrity: sha512-GU6CqqKtJEoyxC2QWHiJtmuOz9wc/jMv8ZloK2WwiGY5yMvAmM3PI103Dj7xcjebNTHBqITTUw/aigY1wx5A3w==} + /esbuild-linux-ppc64le/0.13.4: + resolution: {integrity: sha512-E1+oJPP7A+j23GPo3CEpBhGwG1bni4B8IbTA3/3rvzjURwUMZdcN3Fhrz24rnjzdLSHmULtOE4VsbT42h1Om4Q==} cpu: [ppc64] os: [linux] requiresBuild: true dev: true optional: true - /esbuild-openbsd-64/0.13.3: - resolution: {integrity: sha512-HVpkgpn4BQt4BPDAjTOpeMub6mzNWw6Y3gaLQJrpbO24pws6ZwYkY24OI3/Uo3LDCbH6856MM81JxECt92OWjA==} + /esbuild-openbsd-64/0.13.4: + resolution: {integrity: sha512-xEkI1o5HYxDzbv9jSox0EsDxpwraG09SRiKKv0W8pH6O3bt+zPSlnoK7+I7Q69tkvONkpIq5n2o+c55uq0X7cw==} cpu: [x64] os: [openbsd] requiresBuild: true dev: true optional: true - /esbuild-plugin-solid/0.4.0_esbuild@0.13.3+solid-js@1.1.5: + /esbuild-plugin-solid/0.4.0_esbuild@0.13.4+solid-js@1.1.5: resolution: {integrity: sha512-HSFp04cHuMufxWE/KtDdP9Cnn/7Gm33DKZk5CF/VIDZglj0EDizBigz7gUhxt2qckUyqW5hUIuGjs+d4FdmwuQ==} peerDependencies: esbuild: ^0.11 solid-js: '>= 0.26' dependencies: - '@babel/core': 7.15.5 - '@babel/preset-typescript': 7.15.0_@babel+core@7.15.5 - babel-preset-solid: 1.1.5_@babel+core@7.15.5 - esbuild: 0.13.3 + '@babel/core': 7.15.8 + '@babel/preset-typescript': 7.15.0_@babel+core@7.15.8 + babel-preset-solid: 1.1.5_@babel+core@7.15.8 + esbuild: 0.13.4 solid-js: 1.1.5 transitivePeerDependencies: - supports-color dev: true - /esbuild-sunos-64/0.13.3: - resolution: {integrity: sha512-XncBVOtnEfUbPV4CaiFBxh38ychnBfwCxuTm9iAqcHzIwkmeNRN5qMzDyfE1jyfJje+Bbt6AvIfz6SdYt8/UEQ==} + /esbuild-sunos-64/0.13.4: + resolution: {integrity: sha512-bjXUMcODMnB6hQicLBBmmnBl7OMDyVpFahKvHGXJfDChIi5udiIRKCmFUFIRn+AUAKVlfrofRKdyPC7kBsbvGQ==} cpu: [x64] os: [sunos] requiresBuild: true dev: true optional: true - /esbuild-wasm/0.13.3: - resolution: {integrity: sha512-kkTvRzVeE8U2oewyeEyrMJAv53zsYLNF4xLsXWZt8yvV9+HEM0TlaLAszvRBdHpqoxDSliLJIvU1TatQn33gXQ==} + /esbuild-wasm/0.13.4: + resolution: {integrity: sha512-2dN7njr9/2QzKLqbTEgXr73vDbSqffdJMv4EfaMQoy04cej0owbGHH5apPgED0wN9I5e7sBT0/Q81tVy3wQBlA==} engines: {node: '>=8'} hasBin: true dev: false - /esbuild-windows-32/0.13.3: - resolution: {integrity: sha512-ZlgDz7d1nk8wQACi+z8IDzNZVUlN9iprAme+1YSTsfFDlkyI8jeaGWPk9EQFNY7rJzsLVYm6eZ2mhPioc7uT5A==} + /esbuild-windows-32/0.13.4: + resolution: {integrity: sha512-z4CH07pfyVY0XF98TCsGmLxKCl0kyvshKDbdpTekW9f2d+dJqn5mmoUyWhpSVJ0SfYWJg86FoD9nMbbaMVyGdg==} cpu: [ia32] os: [win32] requiresBuild: true dev: true optional: true - /esbuild-windows-64/0.13.3: - resolution: {integrity: sha512-YX7KvRez3TR+GudlQm9tND/ssj2FsF9vb8ZWzAoZOLxpPzE3y+3SFJNrfDzzQKPzJ0Pnh9KBP4gsaMwJjKHDhw==} + /esbuild-windows-64/0.13.4: + resolution: {integrity: sha512-uVL11vORRPjocGLYam67rwFLd0LvkrHEs+JG+1oJN4UD9MQmNGZPa4gBHo6hDpF+kqRJ9kXgQSeDqUyRy0tj/Q==} cpu: [x64] os: [win32] requiresBuild: true dev: true optional: true - /esbuild-windows-arm64/0.13.3: - resolution: {integrity: sha512-nP7H0Y2a6OJd3Qi1Q8sehhyP4x4JoXK4S5y6FzH2vgaJgiyEurzFxjUufGdMaw+RxtxiwD/uRndUgwaZ2JD8lg==} + /esbuild-windows-arm64/0.13.4: + resolution: {integrity: sha512-vA6GLvptgftRcDcWngD5cMlL4f4LbL8JjU2UMT9yJ0MT5ra6hdZNFWnOeOoEtY4GtJ6OjZ0i+81sTqhAB0fMkg==} cpu: [arm64] os: [win32] requiresBuild: true dev: true optional: true - /esbuild/0.13.3: - resolution: {integrity: sha512-98xovMLKnyhv3gcReUuAEi5Ig1rK6SIgvsJuBIcfwzqGSEHsV8UJjMlmkhHoHMf9XZybMpE9Zax8AA8f7i2hlQ==} + /esbuild/0.13.4: + resolution: {integrity: sha512-wMA5eUwpavTBiNl+It6j8OQuKVh69l6z4DKDLzoTIqC+gChnPpcmqdA8WNHptUHRnfyML+mKEQPlW7Mybj8gHg==} hasBin: true requiresBuild: true optionalDependencies: - esbuild-android-arm64: 0.13.3 - esbuild-darwin-64: 0.13.3 - esbuild-darwin-arm64: 0.13.3 - esbuild-freebsd-64: 0.13.3 - esbuild-freebsd-arm64: 0.13.3 - esbuild-linux-32: 0.13.3 - esbuild-linux-64: 0.13.3 - esbuild-linux-arm: 0.13.3 - esbuild-linux-arm64: 0.13.3 - esbuild-linux-mips64le: 0.13.3 - esbuild-linux-ppc64le: 0.13.3 - esbuild-openbsd-64: 0.13.3 - esbuild-sunos-64: 0.13.3 - esbuild-windows-32: 0.13.3 - esbuild-windows-64: 0.13.3 - esbuild-windows-arm64: 0.13.3 + esbuild-android-arm64: 0.13.4 + esbuild-darwin-64: 0.13.4 + esbuild-darwin-arm64: 0.13.4 + esbuild-freebsd-64: 0.13.4 + esbuild-freebsd-arm64: 0.13.4 + esbuild-linux-32: 0.13.4 + esbuild-linux-64: 0.13.4 + esbuild-linux-arm: 0.13.4 + esbuild-linux-arm64: 0.13.4 + esbuild-linux-mips64le: 0.13.4 + esbuild-linux-ppc64le: 0.13.4 + esbuild-openbsd-64: 0.13.4 + esbuild-sunos-64: 0.13.4 + esbuild-windows-32: 0.13.4 + esbuild-windows-64: 0.13.4 + esbuild-windows-arm64: 0.13.4 dev: true /escalade/3.1.1: @@ -4522,7 +4522,7 @@ packages: resolution: {integrity: sha512-Pxcw3ixVCzoK5hnHR/CD2Hp3DQOyVqeY/9s1u1dQk4v9st66dpDos91X9hi5MkvKiVQtDUMuk6IpC9JRB7J9Yw==} engines: {node: '>=8.6.0'} dependencies: - esbuild: 0.13.3 + esbuild: 0.13.4 plugin-error: 1.0.1 vinyl: 2.2.1 dev: true @@ -4551,7 +4551,7 @@ packages: through2: 2.0.5 dev: true - /gulp-postcss/9.0.1_postcss@8.3.8: + /gulp-postcss/9.0.1_postcss@8.3.9: resolution: {integrity: sha512-9QUHam5JyXwGUxaaMvoFQVT44tohpEFpM8xBdPfdwTYGM0AItS1iTQz0MpsF8Jroh7GF5Jt2GVPaYgvy8qD2Fw==} engines: {node: ^10 || ^12 || >=14} peerDependencies: @@ -4559,7 +4559,7 @@ packages: dependencies: fancy-log: 1.3.3 plugin-error: 1.0.1 - postcss: 8.3.8 + postcss: 8.3.9 postcss-load-config: 3.1.0 vinyl-sourcemaps-apply: 0.2.1 transitivePeerDependencies: @@ -4587,7 +4587,7 @@ packages: resolution: {integrity: sha512-HcPHpWY4XdF8zxYkDODHnG2+7a3nD/Y8Mfu3aBgMiCFDW3X2GiOKXllsAmILcxe3KZT2BXoN18WrpEFm48KfLQ==} engines: {node: '>=10'} dependencies: - '@types/node': 14.17.20 + '@types/node': 14.17.21 '@types/vinyl': 2.0.6 istextorbinary: 3.3.0 replacestream: 4.0.3 @@ -5391,7 +5391,7 @@ packages: resolution: {integrity: sha512-KWYVV1c4i+jbMpaBC+U++4Va0cp8OisU185o73T1vo99hqi7w8tSJfUXYswwqqrjzwxa6KpRK54WhPvwf5w6PQ==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 16.10.2 + '@types/node': 16.10.3 merge-stream: 2.0.0 supports-color: 7.2.0 dev: true @@ -5977,12 +5977,8 @@ packages: dev: true optional: true - /nanocolors/0.2.12: - resolution: {integrity: sha512-SFNdALvzW+rVlzqexid6epYdt8H9Zol7xDoQarioEFcFN0JHo4CYNztAxmtfgGTVRCmFlEOqqhBpoFGKqSAMug==} - dev: true - - /nanoid/3.1.28: - resolution: {integrity: sha512-gSu9VZ2HtmoKYe/lmyPFES5nknFrHa+/DT9muUFWFMi6Jh9E1I7bkvlQ8xxf1Kos9pi9o8lBnIOkatMhKX/YUw==} + /nanoid/3.1.29: + resolution: {integrity: sha512-dW2pUSGZ8ZnCFIlBIA31SV8huOGCHb6OwzVCc7A69rb/a+SgPBwfmLvK5TKQ3INPbRkcI8a/Owo0XbiTNH19wg==} engines: {node: ^10 || ^12 || ^13.7 || ^14 || >=15.0.1} hasBin: true dev: true @@ -6358,7 +6354,7 @@ packages: resolution: {integrity: sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==} engines: {node: '>=8'} dependencies: - '@babel/code-frame': 7.14.5 + '@babel/code-frame': 7.15.8 error-ex: 1.3.2 json-parse-even-better-errors: 2.3.1 lines-and-columns: 1.1.6 @@ -6486,6 +6482,10 @@ packages: sha.js: 2.4.11 dev: false + /picocolors/0.2.1: + resolution: {integrity: sha512-cMlDqaLEqfSaW8Z7N5Jw+lyIW869EzT73/F5lhtY9cLGoVxSXznfgfXMO0Z5K0o0Q2TkTXq+0KFsdnSe3jDViA==} + dev: true + /picomatch/2.3.0: resolution: {integrity: sha512-lY1Q/PiJGC2zOv/z391WOTD+Z02bCgsFfvxoXXf6h7kv9o+WmsmzYqrAwY63sNgOxE4xEdq0WyUnXfKeBrSvYw==} engines: {node: '>=8.6'} @@ -6547,14 +6547,14 @@ packages: engines: {node: '>=0.10.0'} dev: true - /postcss-csso/5.0.1_postcss@8.3.8: + /postcss-csso/5.0.1_postcss@8.3.9: resolution: {integrity: sha512-TI99uhhJK2L5IQXPuyNcT3XV9bffSvDPmNpHi5f+tBq+R/01ucgLsUCcTDcVNqKMxO28klI6NwgjrHrM99x9KA==} engines: {node: '>=10.12.0'} peerDependencies: postcss: ^8.0.0 dependencies: csso: 4.2.0 - postcss: 8.3.8 + postcss: 8.3.9 dev: true /postcss-js/3.0.3: @@ -6562,7 +6562,7 @@ packages: engines: {node: '>=10.0'} dependencies: camelcase-css: 2.0.1 - postcss: 8.3.8 + postcss: 8.3.9 dev: true /postcss-load-config/3.1.0: @@ -6579,23 +6579,23 @@ packages: yaml: 1.10.2 dev: true - /postcss-nested/5.0.6_postcss@8.3.8: + /postcss-nested/5.0.6_postcss@8.3.9: resolution: {integrity: sha512-rKqm2Fk0KbA8Vt3AdGN0FB9OBOMDVajMG6ZCf/GoHgdxUJ4sBFp0A/uMIRm+MJUdo33YXEtjqIz8u7DAp8B7DA==} engines: {node: '>=12.0'} peerDependencies: postcss: ^8.2.14 dependencies: - postcss: 8.3.8 + postcss: 8.3.9 postcss-selector-parser: 6.0.6 dev: true - /postcss-scss/4.0.1_postcss@8.3.8: + /postcss-scss/4.0.1_postcss@8.3.9: resolution: {integrity: sha512-7QghUu2l07OyVFT5LyvU/QJ1f2s8IL0mfToN69Yu533PgMZm2B1S6hYd4bao8tFq70r3P5MmAbKhVrZ4wOADxg==} engines: {node: '>=12.0'} peerDependencies: postcss: ^8.3.3 dependencies: - postcss: 8.3.8 + postcss: 8.3.9 dev: true /postcss-selector-parser/6.0.6: @@ -6614,20 +6614,20 @@ packages: resolution: {integrity: sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==} dev: true - /postcss/7.0.38: - resolution: {integrity: sha512-wNrSHWjHDQJR/IZL5IKGxRtFgrYNaAA/UrkW2WqbtZO6uxSLMxMN+s2iqUMwnAWm3fMROlDYZB41dr0Mt7vBwQ==} + /postcss/7.0.39: + resolution: {integrity: sha512-yioayjNbHn6z1/Bywyb2Y4s3yvDAeXGOyxqD+LnVOinq6Mdmd++SW2wUNVzavyyHxd6+DxzWGIuosg6P1Rj8uA==} engines: {node: '>=6.0.0'} dependencies: - nanocolors: 0.2.12 + picocolors: 0.2.1 source-map: 0.6.1 dev: true - /postcss/8.3.8: - resolution: {integrity: sha512-GT5bTjjZnwDifajzczOC+r3FI3Cu+PgPvrsjhQdRqa2kTJ4968/X9CUce9xttIB0xOs5c6xf0TCWZo/y9lF6bA==} + /postcss/8.3.9: + resolution: {integrity: sha512-f/ZFyAKh9Dnqytx5X62jgjhhzttjZS7hMsohcI7HEI5tjELX/HxCy3EFhsRxyzGvrzFF+82XPvCS8T9TFleVJw==} engines: {node: ^10 || ^12 || >=14} dependencies: - nanocolors: 0.2.12 - nanoid: 3.1.28 + nanoid: 3.1.29 + picocolors: 0.2.1 source-map-js: 0.6.2 dev: true @@ -6797,7 +6797,7 @@ packages: dependencies: commander: 6.2.1 glob: 7.2.0 - postcss: 8.3.8 + postcss: 8.3.9 postcss-selector-parser: 6.0.6 dev: true @@ -7185,7 +7185,7 @@ packages: peerDependencies: rollup: ^2.0.0 dependencies: - '@babel/code-frame': 7.14.5 + '@babel/code-frame': 7.15.8 jest-worker: 26.6.2 rollup: 2.58.0 serialize-javascript: 4.0.0 @@ -7833,7 +7833,7 @@ packages: engines: {node: '>=0.10.0'} dev: true - /tailwindcss/2.2.16_d90402d1bb3b165c9c83046beac13a8b: + /tailwindcss/2.2.16_96f83969316717847b3edf58a3f353f3: resolution: {integrity: sha512-EireCtpQyyJ4Xz8NYzHafBoy4baCOO96flM0+HgtsFcIQ9KFy/YBK3GEtlnD+rXen0e4xm8t3WiUcKBJmN6yjg==} engines: {node: '>=12.13.0'} hasBin: true @@ -7842,7 +7842,7 @@ packages: postcss: ^8.0.9 dependencies: arg: 5.0.1 - autoprefixer: 10.3.6_postcss@8.3.8 + autoprefixer: 10.3.7_postcss@8.3.9 bytes: 3.1.0 chalk: 4.1.2 chokidar: 3.5.2 @@ -7863,10 +7863,10 @@ packages: node-emoji: 1.11.0 normalize-path: 3.0.0 object-hash: 2.2.0 - postcss: 8.3.8 + postcss: 8.3.9 postcss-js: 3.0.3 postcss-load-config: 3.1.0 - postcss-nested: 5.0.6_postcss@8.3.8 + postcss-nested: 5.0.6_postcss@8.3.9 postcss-selector-parser: 6.0.6 postcss-value-parser: 4.1.0 pretty-hrtime: 1.0.3 @@ -8468,7 +8468,7 @@ packages: resolution: {integrity: sha512-RNGKj82nUPg3g5ygxkQl0R937xLyho1J24ItRCBTr/m1YnZkzJy1hUiHUJrc/VlsDQzsCnInEGSg3bci0Lmd4w==} engines: {node: '>= 10.0.0'} dependencies: - '@babel/parser': 7.15.7 + '@babel/parser': 7.15.8 '@babel/types': 7.15.6 assert-never: 1.2.1 babel-walk: 3.0.0-canary-5 @@ -8500,11 +8500,11 @@ packages: resolution: {integrity: sha512-Th93AaC+88ZvJje0acTjCCCvU3tGenxJht5xUALXHW+Mzk3I5SMzTFwKn5F3e1iZ+M7U2jjfpMXe/sJ4UMx46A==} engines: {node: '>=10.0.0'} dependencies: - '@apideck/better-ajv-errors': 0.2.5_ajv@8.6.3 - '@babel/core': 7.15.5 - '@babel/preset-env': 7.15.6_@babel+core@7.15.5 + '@apideck/better-ajv-errors': 0.2.6_ajv@8.6.3 + '@babel/core': 7.15.8 + '@babel/preset-env': 7.15.8_@babel+core@7.15.8 '@babel/runtime': 7.15.4 - '@rollup/plugin-babel': 5.3.0_@babel+core@7.15.5+rollup@2.58.0 + '@rollup/plugin-babel': 5.3.0_@babel+core@7.15.8+rollup@2.58.0 '@rollup/plugin-node-resolve': 11.2.1_rollup@2.58.0 '@rollup/plugin-replace': 2.4.2_rollup@2.58.0 '@surma/rollup-plugin-off-main-thread': 1.4.2 diff --git a/src/css/app.scss b/src/css/app.scss index 0157de15..0413ad37 100644 --- a/src/css/app.scss +++ b/src/css/app.scss @@ -378,3 +378,13 @@ footer.footer { @apply dark:hover:bg-gray-800 dark:active:bg-gray-700; @apply focus-visible:border-blue-600 focus-visible:ring-4 focus:rounded-md; } + +.theme-options { + @apply px-2 py-2 rounded-md ml-2; + // color-scheme: light; +} + +// html.dark .theme-options { +// color-scheme: dark; +// @apply bg-black; +// } \ No newline at end of file diff --git a/src/pug/components/footer.pug b/src/pug/components/footer.pug index b6d5e657..dfc7372b 100644 --- a/src/pug/components/footer.pug +++ b/src/pug/components/footer.pug @@ -1,7 +1,16 @@ mixin footer footer.footer.my-6 - .container.space-x-2 - p.bg-gray-200(class="dark:bg-quaternary").inline-block.px-4.py-2.rounded-md - span=" Made by " - a(href='https://github.com/okikio' target='_blank' rel="noopener") Okiki Ojo - | . + .container.flex.flex-wrap.gap-2 + div.text-left + label(for="pet-select") Change Theme: + + select.theme-options + option(value="system" selected) System + option(value="light") Light + option(value="dark") Dark + .flex-grow + div.text-right + p.bg-gray-200(class="dark:bg-quaternary").inline-block.px-4.py-2.rounded-md + span=" Made by " + a(href='https://github.com/okikio' target='_blank' rel="noopener") Okiki Ojo + | . diff --git a/src/pug/components/navbar.pug b/src/pug/components/navbar.pug index 2fa469f9..59104b07 100644 --- a/src/pug/components/navbar.pug +++ b/src/pug/components/navbar.pug @@ -31,5 +31,5 @@ mixin navbar a.btn.btn-highlight(href="https://github.com/okikio/bundle" target="_blank" rel="noopener") GitHub //- button.intall-btn(type='button') span.icon get_app - button.theme-toggle(type='button') + //- button.theme-toggle(type='button') span.icon dark_mode diff --git a/src/pug/index.pug b/src/pug/index.pug index ad15f881..2748cd3a 100644 --- a/src/pug/index.pug +++ b/src/pug/index.pug @@ -121,6 +121,9 @@ block content br br | In order to create a shareble link, you click the `Share` button, it copies the share url to your clipboard, and from there you can paste where you wish. + br + br + | If you would like to bundle your code when the share URL is loaded, add `bundle` to the url, e.g. #[a(href="/?q=@okikio/animate&bundle" rel="noopener") /?q=@okikio/animate&bundle] or #[a(href="/?bundle&share=PTAEGEBsEsGMGtQCUCuA7UAzA9gJ1AC4AWApqAELoAmkJVoA1KALLRrSbR2OgDiAXtAAOQ7kICGCcQHMyAZ2j8SAKBIAPIXgKgAVFlzYAtqABEAAWzxoV7MHHtD4giRMBuIA" rel="noopener") /?bundle&share=PTAEGEBsEsGMGtQCUCuA7UAzA9gJ1AC4AWApqAELoAmkJVoA1KALLRrSbR2OgDiAXtAAOQ7kICGCcQHMyAZ2j8SAKBIAPIXgKgAVFlzYAtqABEAAWzxoV7MHHtD4giRMBuIA] br br +product-hunt.place-content-center @@ -132,6 +135,4 @@ block script link(rel="stylesheet", href="./js/monaco.min.css") - //- link(rel='modulepreload' href='./js/esbuild.worker.js') - //- link(rel="prefetch" href="./js/esbuild.worker.js") \ No newline at end of file diff --git a/src/ts/critical.ts b/src/ts/critical.ts index a46524ba..e82b1683 100644 --- a/src/ts/critical.ts +++ b/src/ts/critical.ts @@ -1,19 +1,22 @@ import { App } from "@okikio/native"; import { Navbar } from "./services/Navbar"; -import { themeSet, themeGet, runTheme } from "./scripts/theme"; +import { themeSet, themeGet } from "./scripts/theme"; import { Workbox } from "workbox-window"; import { animate } from "@okikio/animate"; try { // On theme switcher button click (mouseup is a tiny bit more efficient) toggle the theme between dark and light mode - let themeSwitch = Array.from(document.querySelectorAll(".theme-toggle")); + let themeSwitch = Array.from(document.querySelectorAll(".theme-options")) as HTMLSelectElement[]; if (themeSwitch[0]) { - for (let el of themeSwitch) - el.addEventListener("click", () => { - themeSet(themeGet() === "dark" ? "light" : "dark"); + for (let el of themeSwitch) { + el.value = themeGet(); + el.addEventListener("change", () => { + themeSet(el.value); + el.value = themeGet(); }); + } } } catch (e) { console.warn("Theming seems to break on this browser.", e); diff --git a/src/ts/index.ts b/src/ts/index.ts index 6f424f15..7dc476b3 100644 --- a/src/ts/index.ts +++ b/src/ts/index.ts @@ -61,9 +61,12 @@ BundleEvents.on({ let query = searchParams.get("query") || searchParams.get("q"); let share = searchParams.get("share"); let bundle = searchParams.get("bundle"); - if (query || share || bundle || plaintext) { + if (query || share || plaintext) { fileSizeEl.textContent = `Wait...`; - BundleEvents.emit("bundle"); + + if (bundle != null) { + BundleEvents.emit("bundle"); + } } } }, diff --git a/src/ts/modules/monaco.ts b/src/ts/modules/monaco.ts index 7433e447..d31eccf6 100644 --- a/src/ts/modules/monaco.ts +++ b/src/ts/modules/monaco.ts @@ -77,7 +77,7 @@ import { import GithubLight from "../util/github-light"; import GithubDark from "../util/github-dark"; import WebWorker from "../util/WebWorker"; -import { themeGet } from "../scripts/theme"; +import { mediaTheme, themeGet } from "../scripts/theme"; import TYPESCRIPT_WORKER_URL from "worker:../workers/typescript.ts"; import EDITOR_WORKER_URL from "worker:../workers/editor.ts"; @@ -534,7 +534,8 @@ export * from "@okikio/animate";` editorBtns(outputEl, outputEditor, `// Output`); document.addEventListener("theme-change", () => { - Editor.setTheme(themeGet()); + let theme = themeGet(); + Editor.setTheme(theme == "system" ? mediaTheme() : theme); }); return [inputEditor, outputEditor]; diff --git a/src/ts/scripts/theme.ts b/src/ts/scripts/theme.ts index 6f9cec2b..c356b085 100644 --- a/src/ts/scripts/theme.ts +++ b/src/ts/scripts/theme.ts @@ -42,8 +42,9 @@ export let themeGet = () => { // Set theme in localStorage, as well as in the html tag export let themeSet = (theme: string) => { + let themeColor = theme == "system" ? mediaTheme() : theme; html.setAttribute("data-theme", theme); - html.classList.toggle("dark", theme == "dark"); + html.classList.toggle("dark", themeColor == "dark"); setTheme(theme); document.dispatchEvent(ThemeChange); }; @@ -55,13 +56,12 @@ export let runTheme = () => { theme && themeSet(theme); window.matchMedia("(prefers-color-scheme: dark)").addEventListener("change", (e) => { - themeSet(e.matches ? "dark" : "light"); + themeSet("system"); }); window.matchMedia("(prefers-color-scheme: light)").addEventListener("change", (e) => { - themeSet(e.matches ? "light" : "dark"); + themeSet("system"); }); - } catch (e) { console.warn("Theming isn't available on this browser.", e); }