From 334b69ffb12d4f61dd7ac3b026c93b18bcef22f1 Mon Sep 17 00:00:00 2001 From: nanxiaobei Date: Mon, 24 Oct 2022 21:32:29 +0800 Subject: [PATCH] upgrade deps --- assets/main.css | 54 +++++------ package.json | 8 +- pnpm-lock.yaml | 234 ++++++++++++++++++++++++------------------------ 3 files changed, 151 insertions(+), 145 deletions(-) diff --git a/assets/main.css b/assets/main.css index a762469..69694fb 100644 --- a/assets/main.css +++ b/assets/main.css @@ -7,7 +7,7 @@ */ /* - ! tailwindcss v3.1.8 | MIT License | https://tailwindcss.com + ! tailwindcss v3.2.1 | MIT License | https://tailwindcss.com */ /* @@ -418,7 +418,13 @@ video { height: auto; } -html, +/* Make elements with the HTML hidden attribute stay hidden by default */ + +[hidden] { + display: none; +} + +html, body { height: 100%; } @@ -1228,8 +1234,7 @@ body { line-height: 1.25rem; --tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity)); - -webkit-text-decoration-line: none; - text-decoration-line: none; + text-decoration-line: none; --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1); --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color); box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); @@ -1679,8 +1684,7 @@ body { } .no-underline { - -webkit-text-decoration-line: none; - text-decoration-line: none; + text-decoration-line: none; } .opacity-60 { @@ -1705,7 +1709,7 @@ body { transition-property: none !important; } -.btn-menu::before, +.btn-menu::before, .btn-menu::after { display: block; height: 2px; @@ -1717,7 +1721,7 @@ body { content: var(--tw-content); } -.dark .btn-menu::before, .dark +.dark .btn-menu::before,.dark .btn-menu::after { --tw-invert: invert(100%); filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); @@ -1819,6 +1823,23 @@ article blockquote { animation: spin 1s linear infinite; } +.dark .dark\:bg-white\/80 { + background-color: rgb(255 255 255 / 0.8); +} + +.dark .dark\:\!bg-black\/80 { + background-color: rgb(0 0 0 / 0.8) !important; +} + +.dark .dark\:bg-white\/\[8\%\] { + background-color: rgb(255 255 255 / 8%); +} + +.dark .dark\:bg-black { + --tw-bg-opacity: 1; + background-color: rgb(0 0 0 / var(--tw-bg-opacity)); +} + .dark .dark\:prose-invert { --tw-prose-body: var(--tw-prose-invert-body); --tw-prose-headings: var(--tw-prose-invert-headings); @@ -1838,23 +1859,6 @@ article blockquote { --tw-prose-td-borders: var(--tw-prose-invert-td-borders); } -.dark .dark\:bg-white\/80 { - background-color: rgb(255 255 255 / 0.8); -} - -.dark .dark\:\!bg-black\/80 { - background-color: rgb(0 0 0 / 0.8) !important; -} - -.dark .dark\:bg-white\/\[8\%\] { - background-color: rgb(255 255 255 / 8%); -} - -.dark .dark\:bg-black { - --tw-bg-opacity: 1; - background-color: rgb(0 0 0 / var(--tw-bg-opacity)); -} - .dark .dark\:text-white { --tw-text-opacity: 1; color: rgb(255 255 255 / var(--tw-text-opacity)); diff --git a/package.json b/package.json index c68040b..73e2361 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "license": "MIT", "private": true, "scripts": { - "start": "hugo server --buildDrafts --watch --minify --disableFastRender --themesDir=../.. --source=exampleSite --bind=0.0.0.0 --baseURL=192.168.0.102 --port=1313", + "start": "hugo server --buildDrafts --watch --minify --disableFastRender --themesDir=../.. --source=exampleSite --bind=0.0.0.0 --baseURL=192.168.0.122 --port=1313", "open": "open http://0.0.0.0:1313/", "css": "pnpm tailwindcss -i ./assets/app.css -o ./assets/main.css --watch", "go": "cp exampleSite/go.default.mod exampleSite/go.mod", @@ -15,11 +15,11 @@ "build": "pnpm go & pnpm site" }, "dependencies": { - "@tailwindcss/typography": "^0.5.4", + "@tailwindcss/typography": "^0.5.7", "prettier": "^2.7.1", "prettier-plugin-tailwindcss": "^0.1.13", - "stylelint": "^14.10.0", + "stylelint": "^14.14.0", "stylelint-config-one": "^2.3.1", - "tailwindcss": "^3.1.8" + "tailwindcss": "^3.2.1" } } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 263efd1..bfc62eb 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,20 +1,20 @@ lockfileVersion: 5.4 specifiers: - '@tailwindcss/typography': ^0.5.4 + '@tailwindcss/typography': ^0.5.7 prettier: ^2.7.1 prettier-plugin-tailwindcss: ^0.1.13 - stylelint: ^14.10.0 + stylelint: ^14.14.0 stylelint-config-one: ^2.3.1 - tailwindcss: ^3.1.8 + tailwindcss: ^3.2.1 dependencies: - '@tailwindcss/typography': 0.5.4_tailwindcss@3.1.8 + '@tailwindcss/typography': 0.5.7_tailwindcss@3.2.1 prettier: 2.7.1 prettier-plugin-tailwindcss: 0.1.13_prettier@2.7.1 - stylelint: 14.10.0 - stylelint-config-one: 2.3.1_stylelint@14.10.0 - tailwindcss: 3.1.8 + stylelint: 14.14.0 + stylelint-config-one: 2.3.1_stylelint@14.14.0 + tailwindcss: 3.2.1 packages: @@ -25,8 +25,8 @@ packages: '@babel/highlight': 7.18.6 dev: false - /@babel/helper-validator-identifier/7.18.6: - resolution: {integrity: sha512-MmetCkz9ej86nJQV+sFCxoGGrUbU3q02kgLciwkrt9QqEB7cP39oKEY0PakknEO0Gu20SskMRi+AYZ3b1TpN9g==} + /@babel/helper-validator-identifier/7.19.1: + resolution: {integrity: sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==} engines: {node: '>=6.9.0'} dev: false @@ -34,19 +34,19 @@ packages: resolution: {integrity: sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==} engines: {node: '>=6.9.0'} dependencies: - '@babel/helper-validator-identifier': 7.18.6 + '@babel/helper-validator-identifier': 7.19.1 chalk: 2.4.2 js-tokens: 4.0.0 dev: false - /@csstools/selector-specificity/2.0.2_pnx64jze6bptzcedy5bidi3zdi: + /@csstools/selector-specificity/2.0.2_dvkg4kkb622mvceygg47xxdz3a: resolution: {integrity: sha512-IkpVW/ehM1hWKln4fCA3NzJU8KwD+kIOvPZA4cqxoJHtE21CCzjyp+Kxbu0i5I4tBNOlXPL9mjwnWlL0VEG4Fg==} engines: {node: ^12 || ^14 || >=16} peerDependencies: postcss: ^8.2 postcss-selector-parser: ^6.0.10 dependencies: - postcss: 8.4.16 + postcss: 8.4.18 postcss-selector-parser: 6.0.10 dev: false @@ -71,15 +71,16 @@ packages: fastq: 1.13.0 dev: false - /@tailwindcss/typography/0.5.4_tailwindcss@3.1.8: - resolution: {integrity: sha512-QEdg40EmGvE7kKoDei8zr5sf4D1pIayHj4R31bH3lX8x2BtTiR+jNejYPOkhbmy3DXgkMF9jC8xqNiGFAuL9Sg==} + /@tailwindcss/typography/0.5.7_tailwindcss@3.2.1: + resolution: {integrity: sha512-JTTSTrgZfp6Ki4svhPA4mkd9nmQ/j9EfE7SbHJ1cLtthKkpW2OxsFXzSmxbhYbEkfNIyAyhle5p4SYyKRbz/jg==} peerDependencies: tailwindcss: '>=3.0.0 || insiders' dependencies: lodash.castarray: 4.4.0 lodash.isplainobject: 4.0.6 lodash.merge: 4.6.2 - tailwindcss: 3.1.8 + postcss-selector-parser: 6.0.10 + tailwindcss: 3.2.1 dev: false /@types/minimist/1.2.2: @@ -319,8 +320,8 @@ packages: engines: {node: '>=0.10.0'} dev: false - /defined/1.0.0: - resolution: {integrity: sha512-Y2caI5+ZwS5c3RiNDJ6u53VhQHv+hHKwhkI1iHvceKUHw9Df6EK2zRLfjejRgMuCuxK7PfSWIMwWecceVvThjQ==} + /defined/1.0.1: + resolution: {integrity: sha512-hsBd2qSVCRE+5PmNdHt1uzyrFu5d3RwmFDKzyNZMFq/EwDNJF7Ee5+D5oEKF0hU6LhtoUF1macFvOe4AskQC1Q==} dev: false /detective/5.2.1: @@ -329,8 +330,8 @@ packages: hasBin: true dependencies: acorn-node: 1.8.2 - defined: 1.0.0 - minimist: 1.2.6 + defined: 1.0.1 + minimist: 1.2.7 dev: false /didyoumean/1.2.2: @@ -367,8 +368,8 @@ packages: resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==} dev: false - /fast-glob/3.2.11: - resolution: {integrity: sha512-xrO3+1bxSo3ZVHAnqzyuewYT6aMFHRAd4Kcs92MAonjwQZLsK9d0SF1IyQ3k5PoirxTW0Oe/RqFgMQ6TcNE5Ew==} + /fast-glob/3.2.12: + resolution: {integrity: sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==} engines: {node: '>=8.6.0'} dependencies: '@nodelib/fs.stat': 2.0.5 @@ -415,12 +416,12 @@ packages: resolution: {integrity: sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==} engines: {node: ^10.12.0 || >=12.0.0} dependencies: - flatted: 3.2.6 + flatted: 3.2.7 rimraf: 3.0.2 dev: false - /flatted/3.2.6: - resolution: {integrity: sha512-0sQoMh9s0BYsm+12Huy/rkKxVu4R1+r96YX5cG44rHV0pQ6iC3Q+mkoMFaGWObMFYQxCVT+ssG1ksneA2MI9KQ==} + /flatted/3.2.7: + resolution: {integrity: sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==} dev: false /fs.realpath/1.0.0: @@ -486,7 +487,7 @@ packages: dependencies: array-union: 2.1.0 dir-glob: 3.0.1 - fast-glob: 3.2.11 + fast-glob: 3.2.12 ignore: 5.2.0 merge2: 1.4.1 slash: 3.0.0 @@ -588,8 +589,8 @@ packages: binary-extensions: 2.2.0 dev: false - /is-core-module/2.10.0: - resolution: {integrity: sha512-Erxj2n/LDAZ7H8WNJXd9tw38GYM3dv8rk8Zcs+jJuxYTW7sozH+SS8NtrSjVL1/vpLvWi1hxy96IzjJ3EHTJJg==} + /is-core-module/2.11.0: + resolution: {integrity: sha512-RRjxlvLDkD1YJwDbroBHMb+cukurkDWNyHx7D3oNB5x9rb5ogcksMC5wHCadcXoo67gVr/+3GFySh3134zi6rw==} dependencies: has: 1.0.3 dev: false @@ -759,8 +760,8 @@ packages: kind-of: 6.0.3 dev: false - /minimist/1.2.6: - resolution: {integrity: sha512-Jsjnk4bw3YJqYzbdyBiNsPWHPfO++UGG749Cxs6peCu5Xg4nrena6OVxOYxrQTqww0Jmwt+Ref8rggumkTLz9Q==} + /minimist/1.2.7: + resolution: {integrity: sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g==} dev: false /ms/2.1.2: @@ -787,8 +788,8 @@ packages: engines: {node: '>=10'} dependencies: hosted-git-info: 4.1.0 - is-core-module: 2.10.0 - semver: 7.3.7 + is-core-module: 2.11.0 + semver: 7.3.8 validate-npm-package-license: 3.0.4 dev: false @@ -877,29 +878,29 @@ packages: engines: {node: '>=0.10.0'} dev: false - /postcss-import/14.1.0_postcss@8.4.16: + /postcss-import/14.1.0_postcss@8.4.18: resolution: {integrity: sha512-flwI+Vgm4SElObFVPpTIT7SU7R3qk2L7PyduMcokiaVKuWv9d/U+Gm/QAd8NDLuykTWTkcrjOeD2Pp1rMeBTGw==} engines: {node: '>=10.0.0'} peerDependencies: postcss: ^8.0.0 dependencies: - postcss: 8.4.16 + postcss: 8.4.18 postcss-value-parser: 4.2.0 read-cache: 1.0.0 resolve: 1.22.1 dev: false - /postcss-js/4.0.0_postcss@8.4.16: + /postcss-js/4.0.0_postcss@8.4.18: resolution: {integrity: sha512-77QESFBwgX4irogGVPgQ5s07vLvFqWr228qZY+w6lW599cRlK/HmnlivnnVUxkjHnCu4J16PDMHcH+e+2HbvTQ==} engines: {node: ^12 || ^14 || >= 16} peerDependencies: postcss: ^8.3.3 dependencies: camelcase-css: 2.0.1 - postcss: 8.4.16 + postcss: 8.4.18 dev: false - /postcss-load-config/3.1.4_postcss@8.4.16: + /postcss-load-config/3.1.4_postcss@8.4.18: resolution: {integrity: sha512-6DiM4E7v4coTE4uzA8U//WhtPwyhiim3eyjEMFCnUpzbrkK9wJHgKDT2mR+HbtSrd/NubVaYTOpSpjUl8NQeRg==} engines: {node: '>= 10'} peerDependencies: @@ -912,7 +913,7 @@ packages: optional: true dependencies: lilconfig: 2.0.6 - postcss: 8.4.16 + postcss: 8.4.18 yaml: 1.10.2 dev: false @@ -920,13 +921,13 @@ packages: resolution: {integrity: sha512-3sOlxmbKcSHMjlUXQZKQ06jOswE7oVkXPxmZdoB1r5l0q6gTFTQSHxNxOrCccElbW7dxNytifNEo8qidX2Vsig==} dev: false - /postcss-nested/5.0.6_postcss@8.4.16: - resolution: {integrity: sha512-rKqm2Fk0KbA8Vt3AdGN0FB9OBOMDVajMG6ZCf/GoHgdxUJ4sBFp0A/uMIRm+MJUdo33YXEtjqIz8u7DAp8B7DA==} + /postcss-nested/6.0.0_postcss@8.4.18: + resolution: {integrity: sha512-0DkamqrPcmkBDsLn+vQDIrtkSbNkv5AD/M322ySo9kqFkCIYklym2xEmWkwo+Y3/qZo34tzEPNUw4y7yMCdv5w==} engines: {node: '>=12.0'} peerDependencies: postcss: ^8.2.14 dependencies: - postcss: 8.4.16 + postcss: 8.4.18 postcss-selector-parser: 6.0.10 dev: false @@ -934,17 +935,17 @@ packages: resolution: {integrity: sha512-HvExULSwLqHLgUy1rl3ANIqCsvMS0WHss2UOsXhXnQaZ9VCc2oBvIpXrl00IUFT5ZDITME0o6oiXeiHr2SAIfw==} dev: false - /postcss-safe-parser/6.0.0_postcss@8.4.16: + /postcss-safe-parser/6.0.0_postcss@8.4.18: resolution: {integrity: sha512-FARHN8pwH+WiS2OPCxJI8FuRJpTVnn6ZNFiqAM2aeW2LwTHWWmWgIyKC6cUo0L8aeKiF/14MNvnpls6R2PBeMQ==} engines: {node: '>=12.0'} peerDependencies: postcss: ^8.3.3 dependencies: - postcss: 8.4.16 + postcss: 8.4.18 dev: false - /postcss-scss/4.0.4: - resolution: {integrity: sha512-aBBbVyzA8b3hUL0MGrpydxxXKXFZc5Eqva0Q3V9qsBOLEMsjb6w49WfpsoWzpEgcqJGW4t7Rio8WXVU9Gd8vWg==} + /postcss-scss/4.0.5: + resolution: {integrity: sha512-F7xpB6TrXyqUh3GKdyB4Gkp3QL3DDW1+uI+gxx/oJnUt/qXI4trj5OGlp9rOKdoABGULuqtqeG+3HEVQk4DjmA==} engines: {node: '>=12.0'} peerDependencies: postcss: ^8.3.3 @@ -958,20 +959,20 @@ packages: util-deprecate: 1.0.2 dev: false - /postcss-sorting/7.0.1_postcss@8.4.16: + /postcss-sorting/7.0.1_postcss@8.4.18: resolution: {integrity: sha512-iLBFYz6VRYyLJEJsBJ8M3TCqNcckVzz4wFounSc5Oez35ogE/X+aoC5fFu103Ot7NyvjU3/xqIXn93Gp3kJk4g==} peerDependencies: postcss: ^8.3.9 dependencies: - postcss: 8.4.16 + postcss: 8.4.18 dev: false /postcss-value-parser/4.2.0: resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==} dev: false - /postcss/8.4.16: - resolution: {integrity: sha512-ipHE1XBvKzm5xI7hiHCZJCSugxvsdq2mPnsq5+UF+VHCjiBvtDrlxJfMBToWaP9D5XlgNmcFGqoHmUn0EYEaRQ==} + /postcss/8.4.18: + resolution: {integrity: sha512-Wi8mWhncLJm11GATDaQKobXSNEYGUHeQLiQqDFG1qQ5UTDPTEvKw0Xt5NsTpktGTwLps3ByrWsBrG0rB8YQ9oA==} engines: {node: ^10 || ^12 || >=14} dependencies: nanoid: 3.3.4 @@ -1072,7 +1073,7 @@ packages: resolution: {integrity: sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==} hasBin: true dependencies: - is-core-module: 2.10.0 + is-core-module: 2.11.0 path-parse: 1.0.7 supports-preserve-symlinks-flag: 1.0.0 dev: false @@ -1100,8 +1101,8 @@ packages: hasBin: true dev: false - /semver/7.3.7: - resolution: {integrity: sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==} + /semver/7.3.8: + resolution: {integrity: sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==} engines: {node: '>=10'} hasBin: true dependencies: @@ -1135,7 +1136,7 @@ packages: resolution: {integrity: sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==} dependencies: spdx-expression-parse: 3.0.1 - spdx-license-ids: 3.0.11 + spdx-license-ids: 3.0.12 dev: false /spdx-exceptions/2.3.0: @@ -1146,11 +1147,11 @@ packages: resolution: {integrity: sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==} dependencies: spdx-exceptions: 2.3.0 - spdx-license-ids: 3.0.11 + spdx-license-ids: 3.0.12 dev: false - /spdx-license-ids/3.0.11: - resolution: {integrity: sha512-Ctl2BrFiM0X3MANYgj3CkygxhRmr9mi6xhejbdO960nF6EDJApTYpn0BQnDKlnNBULKiCN1n3w9EBkHK8ZWg+g==} + /spdx-license-ids/3.0.12: + resolution: {integrity: sha512-rr+VVSXtRhO4OHbXUiAF7xW3Bo9DuuF6C5jH+q/x15j2jniycgKbxU09Hr0WqlSLUs4i4ltHGXqTe7VHclYWyA==} dev: false /string-width/4.2.3: @@ -1180,120 +1181,120 @@ packages: resolution: {integrity: sha512-Dj1Okke1C3uKKwQcetra4jSuk0DqbzbYtXipzFlFMZtowbF1x7BKJwB9AayVMyFARvU8EDrZdcax4At/452cAg==} dev: false - /stylelint-config-css-modules/4.1.0_stylelint@14.10.0: + /stylelint-config-css-modules/4.1.0_stylelint@14.14.0: resolution: {integrity: sha512-w6d552NscwvpUEaUcmq8GgWXKRv6lVHLbDj6QIHSM2vCWr83qRqRvXBJCfXDyaG/J3Zojw2inU9VvU99ZlXuUw==} peerDependencies: stylelint: ^14.5.1 dependencies: - stylelint: 14.10.0 + stylelint: 14.14.0 optionalDependencies: - stylelint-scss: 4.3.0_stylelint@14.10.0 + stylelint-scss: 4.3.0_stylelint@14.14.0 dev: false - /stylelint-config-one/2.3.1_stylelint@14.10.0: + /stylelint-config-one/2.3.1_stylelint@14.14.0: resolution: {integrity: sha512-WoiqtkUQcurt8ngTsercypc3nyUpj3lJncVEYAPRbeOpRpVDYICgk0rJUFdA7j0X9nHHDambtQOdWFArMj6Xmg==} peerDependencies: stylelint: '>=14.0.0' dependencies: - stylelint: 14.10.0 - stylelint-config-css-modules: 4.1.0_stylelint@14.10.0 - stylelint-config-prettier: 9.0.3_stylelint@14.10.0 - stylelint-config-recess-order: 3.0.0_stylelint@14.10.0 - stylelint-config-standard: 27.0.0_stylelint@14.10.0 - stylelint-config-standard-scss: 5.0.0_stylelint@14.10.0 + stylelint: 14.14.0 + stylelint-config-css-modules: 4.1.0_stylelint@14.14.0 + stylelint-config-prettier: 9.0.3_stylelint@14.14.0 + stylelint-config-recess-order: 3.0.0_stylelint@14.14.0 + stylelint-config-standard: 27.0.0_stylelint@14.14.0 + stylelint-config-standard-scss: 5.0.0_stylelint@14.14.0 transitivePeerDependencies: - postcss dev: false - /stylelint-config-prettier/9.0.3_stylelint@14.10.0: + /stylelint-config-prettier/9.0.3_stylelint@14.14.0: resolution: {integrity: sha512-5n9gUDp/n5tTMCq1GLqSpA30w2sqWITSSEiAWQlpxkKGAUbjcemQ0nbkRvRUa0B1LgD3+hCvdL7B1eTxy1QHJg==} engines: {node: '>= 12'} hasBin: true peerDependencies: stylelint: '>=11.0.0' dependencies: - stylelint: 14.10.0 + stylelint: 14.14.0 dev: false - /stylelint-config-recess-order/3.0.0_stylelint@14.10.0: + /stylelint-config-recess-order/3.0.0_stylelint@14.14.0: resolution: {integrity: sha512-uNXrlDz570Q7HJlrq8mNjgfO/xlKIh2hKVKEFMTG1/ih/6tDLcTbuvO1Zoo2dnQay990OAkWLDpTDOorB+hmBw==} peerDependencies: stylelint: '>=14' dependencies: - stylelint: 14.10.0 - stylelint-order: 5.0.0_stylelint@14.10.0 + stylelint: 14.14.0 + stylelint-order: 5.0.0_stylelint@14.14.0 dev: false - /stylelint-config-recommended-scss/7.0.0_stylelint@14.10.0: + /stylelint-config-recommended-scss/7.0.0_stylelint@14.14.0: resolution: {integrity: sha512-rGz1J4rMAyJkvoJW4hZasuQBB7y9KIrShb20l9DVEKKZSEi1HAy0vuNlR8HyCKy/jveb/BdaQFcoiYnmx4HoiA==} peerDependencies: stylelint: ^14.4.0 dependencies: - postcss-scss: 4.0.4 - stylelint: 14.10.0 - stylelint-config-recommended: 8.0.0_stylelint@14.10.0 - stylelint-scss: 4.3.0_stylelint@14.10.0 + postcss-scss: 4.0.5 + stylelint: 14.14.0 + stylelint-config-recommended: 8.0.0_stylelint@14.14.0 + stylelint-scss: 4.3.0_stylelint@14.14.0 transitivePeerDependencies: - postcss dev: false - /stylelint-config-recommended/8.0.0_stylelint@14.10.0: + /stylelint-config-recommended/8.0.0_stylelint@14.14.0: resolution: {integrity: sha512-IK6dWvE000+xBv9jbnHOnBq01gt6HGVB2ZTsot+QsMpe82doDQ9hvplxfv4YnpEuUwVGGd9y6nbaAnhrjcxhZQ==} peerDependencies: stylelint: ^14.8.0 dependencies: - stylelint: 14.10.0 + stylelint: 14.14.0 dev: false - /stylelint-config-recommended/9.0.0_stylelint@14.10.0: + /stylelint-config-recommended/9.0.0_stylelint@14.14.0: resolution: {integrity: sha512-9YQSrJq4NvvRuTbzDsWX3rrFOzOlYBmZP+o513BJN/yfEmGSr0AxdvrWs0P/ilSpVV/wisamAHu5XSk8Rcf4CQ==} peerDependencies: stylelint: ^14.10.0 dependencies: - stylelint: 14.10.0 + stylelint: 14.14.0 dev: false - /stylelint-config-standard-scss/5.0.0_stylelint@14.10.0: + /stylelint-config-standard-scss/5.0.0_stylelint@14.14.0: resolution: {integrity: sha512-zoXLibojHZYPFjtkc4STZtAJ2yGTq3Bb4MYO0oiyO6f/vNxDKRcSDZYoqN260Gv2eD5niQIr1/kr5SXlFj9kcQ==} peerDependencies: stylelint: ^14.9.0 dependencies: - stylelint: 14.10.0 - stylelint-config-recommended-scss: 7.0.0_stylelint@14.10.0 - stylelint-config-standard: 26.0.0_stylelint@14.10.0 + stylelint: 14.14.0 + stylelint-config-recommended-scss: 7.0.0_stylelint@14.14.0 + stylelint-config-standard: 26.0.0_stylelint@14.14.0 transitivePeerDependencies: - postcss dev: false - /stylelint-config-standard/26.0.0_stylelint@14.10.0: + /stylelint-config-standard/26.0.0_stylelint@14.14.0: resolution: {integrity: sha512-hUuB7LaaqM8abvkOO84wh5oYSkpXgTzHu2Zza6e7mY+aOmpNTjoFBRxSLlzY0uAOMWEFx0OMKzr+reG1BUtcqQ==} peerDependencies: stylelint: ^14.9.0 dependencies: - stylelint: 14.10.0 - stylelint-config-recommended: 8.0.0_stylelint@14.10.0 + stylelint: 14.14.0 + stylelint-config-recommended: 8.0.0_stylelint@14.14.0 dev: false - /stylelint-config-standard/27.0.0_stylelint@14.10.0: + /stylelint-config-standard/27.0.0_stylelint@14.14.0: resolution: {integrity: sha512-J+wxyODWQCW2kgdhVzj51a4cFcJkglkMQrjPU/1Jo8w2oKSKK5ZRqHvDDWxEmjYWIYbMhhIMS5dOgVpGUMIACw==} peerDependencies: stylelint: ^14.10.0 dependencies: - stylelint: 14.10.0 - stylelint-config-recommended: 9.0.0_stylelint@14.10.0 + stylelint: 14.14.0 + stylelint-config-recommended: 9.0.0_stylelint@14.14.0 dev: false - /stylelint-order/5.0.0_stylelint@14.10.0: + /stylelint-order/5.0.0_stylelint@14.14.0: resolution: {integrity: sha512-OWQ7pmicXufDw5BlRqzdz3fkGKJPgLyDwD1rFY3AIEfIH/LQY38Vu/85v8/up0I+VPiuGRwbc2Hg3zLAsJaiyw==} peerDependencies: stylelint: ^14.0.0 dependencies: - postcss: 8.4.16 - postcss-sorting: 7.0.1_postcss@8.4.16 - stylelint: 14.10.0 + postcss: 8.4.18 + postcss-sorting: 7.0.1_postcss@8.4.18 + stylelint: 14.14.0 dev: false - /stylelint-scss/4.3.0_stylelint@14.10.0: + /stylelint-scss/4.3.0_stylelint@14.14.0: resolution: {integrity: sha512-GvSaKCA3tipzZHoz+nNO7S02ZqOsdBzMiCx9poSmLlb3tdJlGddEX/8QzCOD8O7GQan9bjsvLMsO5xiw6IhhIQ==} peerDependencies: stylelint: ^14.5.1 @@ -1303,21 +1304,21 @@ packages: postcss-resolve-nested-selector: 0.1.1 postcss-selector-parser: 6.0.10 postcss-value-parser: 4.2.0 - stylelint: 14.10.0 + stylelint: 14.14.0 dev: false - /stylelint/14.10.0: - resolution: {integrity: sha512-VAmyKrEK+wNFh9R8mNqoxEFzaa4gsHGhcT4xgkQDuOA5cjF6CaNS8loYV7gpi4tIZBPUyXesotPXzJAMN8VLOQ==} + /stylelint/14.14.0: + resolution: {integrity: sha512-yUI+4xXfPHVnueYddSQ/e1GuEA/2wVhWQbGj16AmWLtQJtn28lVxfS4b0CsWyVRPgd3Auzi0NXOthIEUhtQmmA==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} hasBin: true dependencies: - '@csstools/selector-specificity': 2.0.2_pnx64jze6bptzcedy5bidi3zdi + '@csstools/selector-specificity': 2.0.2_dvkg4kkb622mvceygg47xxdz3a balanced-match: 2.0.0 colord: 2.9.3 cosmiconfig: 7.0.1 css-functions-list: 3.1.0 debug: 4.3.4 - fast-glob: 3.2.11 + fast-glob: 3.2.12 fastest-levenshtein: 1.0.16 file-entry-cache: 6.0.1 global-modules: 2.0.0 @@ -1334,21 +1335,21 @@ packages: micromatch: 4.0.5 normalize-path: 3.0.0 picocolors: 1.0.0 - postcss: 8.4.16 + postcss: 8.4.18 postcss-media-query-parser: 0.2.3 postcss-resolve-nested-selector: 0.1.1 - postcss-safe-parser: 6.0.0_postcss@8.4.16 + postcss-safe-parser: 6.0.0_postcss@8.4.18 postcss-selector-parser: 6.0.10 postcss-value-parser: 4.2.0 resolve-from: 5.0.0 string-width: 4.2.3 strip-ansi: 6.0.1 style-search: 0.1.0 - supports-hyperlinks: 2.2.0 + supports-hyperlinks: 2.3.0 svg-tags: 1.0.0 table: 6.8.0 v8-compile-cache: 2.3.0 - write-file-atomic: 4.0.1 + write-file-atomic: 4.0.2 transitivePeerDependencies: - supports-color dev: false @@ -1367,8 +1368,8 @@ packages: has-flag: 4.0.0 dev: false - /supports-hyperlinks/2.2.0: - resolution: {integrity: sha512-6sXEzV5+I5j8Bmq9/vUphGRM/RJNT9SCURJLjwfOg51heRtguGWDzcaBlgAzKhQa0EVNpPEKzQuBwZ8S8WaCeQ==} + /supports-hyperlinks/2.3.0: + resolution: {integrity: sha512-RpsAZlpWcDwOPQA22aCH4J0t7L8JmAvsCxfOSEwm7cQs3LshN36QaTkwd70DnBOXDWGssw2eUoc8CaRWT0XunA==} engines: {node: '>=8'} dependencies: has-flag: 4.0.0 @@ -1395,8 +1396,8 @@ packages: strip-ansi: 6.0.1 dev: false - /tailwindcss/3.1.8: - resolution: {integrity: sha512-YSneUCZSFDYMwk+TGq8qYFdCA3yfBRdBlS7txSq0LUmzyeqRe3a8fBQzbz9M3WS/iFT4BNf/nmw9mEzrnSaC0g==} + /tailwindcss/3.2.1: + resolution: {integrity: sha512-Uw+GVSxp5CM48krnjHObqoOwlCt5Qo6nw1jlCRwfGy68dSYb/LwS9ZFidYGRiM+w6rMawkZiu1mEMAsHYAfoLg==} engines: {node: '>=12.13.0'} hasBin: true dependencies: @@ -1406,18 +1407,19 @@ packages: detective: 5.2.1 didyoumean: 1.2.2 dlv: 1.1.3 - fast-glob: 3.2.11 + fast-glob: 3.2.12 glob-parent: 6.0.2 is-glob: 4.0.3 lilconfig: 2.0.6 + micromatch: 4.0.5 normalize-path: 3.0.0 object-hash: 3.0.0 picocolors: 1.0.0 - postcss: 8.4.16 - postcss-import: 14.1.0_postcss@8.4.16 - postcss-js: 4.0.0_postcss@8.4.16 - postcss-load-config: 3.1.4_postcss@8.4.16 - postcss-nested: 5.0.6_postcss@8.4.16 + postcss: 8.4.18 + postcss-import: 14.1.0_postcss@8.4.18 + postcss-js: 4.0.0_postcss@8.4.18 + postcss-load-config: 3.1.4_postcss@8.4.18 + postcss-nested: 6.0.0_postcss@8.4.18 postcss-selector-parser: 6.0.10 postcss-value-parser: 4.2.0 quick-lru: 5.1.1 @@ -1485,9 +1487,9 @@ packages: resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==} dev: false - /write-file-atomic/4.0.1: - resolution: {integrity: sha512-nSKUxgAbyioruk6hU87QzVbY279oYT6uiwgDoujth2ju4mJ+TZau7SQBhtbTmUyuNYTuXnSyRn66FV0+eCgcrQ==} - engines: {node: ^12.13.0 || ^14.15.0 || >=16} + /write-file-atomic/4.0.2: + resolution: {integrity: sha512-7KxauUdBmSdWnmpaGFg+ppNjKF8uNLry8LyzjauQDOVONfFLNKrKvQOxZ/VuTIcS/gge/YNahf5RIIQWTSarlg==} + engines: {node: ^12.13.0 || ^14.15.0 || >=16.0.0} dependencies: imurmurhash: 0.1.4 signal-exit: 3.0.7