mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2025-11-02 13:24:02 -05:00
update mdx/terser config
This commit is contained in:
@@ -24,7 +24,6 @@ module.exports = {
|
||||
githubRepo: "jakejarvis/jarv.is",
|
||||
verifyGoogle: "qQhmLTwjNWYgQ7W42nSTq63xIrTch13X_11mmxBE9zk",
|
||||
verifyBing: "164551986DA47F7F6FC0D21A93FFFCA6",
|
||||
verifyFacebook: "q45jxbgyp22ef55xror1pvbehisg9m",
|
||||
fathomSiteId: "WBGNQUKW",
|
||||
webmentionId: "jarv.is",
|
||||
giscusConfig: {
|
||||
|
||||
@@ -17,6 +17,7 @@ import rehypeSlug from "rehype-slug";
|
||||
// eslint-disable-next-line import/no-unresolved
|
||||
import rehypePrism from "rehype-prism-plus/common";
|
||||
|
||||
import type { MinifyOptions } from "terser";
|
||||
import type { NoteMetaType, NoteType } from "../types";
|
||||
|
||||
// returns all .mdx files in NOTES_DIR (without .mdx extension)
|
||||
@@ -73,20 +74,23 @@ export const getNote = async (slug: string): Promise<NoteType> => {
|
||||
},
|
||||
});
|
||||
|
||||
// next-mdx-remote v4 doesn't (yet?) minify compiled JSX output, see:
|
||||
// HACK: next-mdx-remote v4 doesn't (yet?) minify compiled JSX output, see:
|
||||
// https://github.com/hashicorp/next-mdx-remote/pull/211#issuecomment-1013658514
|
||||
// ...so for now do it manually (and conservatively) with terser when building for production.
|
||||
// ...so for now, let's do it manually (and conservatively) with terser when building for production.
|
||||
const terserOptions: MinifyOptions = {
|
||||
ecma: 2018,
|
||||
module: true,
|
||||
parse: {
|
||||
bare_returns: true,
|
||||
},
|
||||
compress: {
|
||||
defaults: true,
|
||||
},
|
||||
sourceMap: false,
|
||||
};
|
||||
const compiledSource =
|
||||
process.env.NEXT_PUBLIC_VERCEL_ENV === "production"
|
||||
? (
|
||||
await minify(source.compiledSource, {
|
||||
ecma: 2018,
|
||||
module: true,
|
||||
parse: { bare_returns: true },
|
||||
compress: { defaults: true },
|
||||
sourceMap: false,
|
||||
})
|
||||
).code
|
||||
? (await minify(source.compiledSource, terserOptions)).code
|
||||
: source.compiledSource;
|
||||
|
||||
return {
|
||||
|
||||
@@ -51,10 +51,6 @@ export const defaultSeo: DefaultSeoProps = {
|
||||
name: "msvalidate.01",
|
||||
content: config.verifyBing,
|
||||
},
|
||||
{
|
||||
name: "facebook-domain-verification",
|
||||
content: config.verifyFacebook,
|
||||
},
|
||||
],
|
||||
additionalLinkTags: [
|
||||
{
|
||||
|
||||
@@ -24,8 +24,8 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@fontsource/comic-neue": "4.5.2",
|
||||
"@fontsource/inter": "4.5.2",
|
||||
"@fontsource/roboto-mono": "4.5.1",
|
||||
"@fontsource/inter": "4.5.3",
|
||||
"@fontsource/roboto-mono": "4.5.2",
|
||||
"@giscus/react": "^1.1.1",
|
||||
"@hcaptcha/react-hcaptcha": "^1.1.0",
|
||||
"@next/bundle-analyzer": "12.0.10",
|
||||
@@ -46,7 +46,7 @@
|
||||
"is-absolute-url": "^4.0.1",
|
||||
"markdown-to-jsx": "^7.1.6",
|
||||
"modern-normalize": "^1.1.0",
|
||||
"next": "12.0.11-canary.5",
|
||||
"next": "12.0.11-canary.6",
|
||||
"next-compose-plugins": "^2.2.1",
|
||||
"next-mdx-remote": "4.0.0-rc.1",
|
||||
"next-seo": "^5.1.0",
|
||||
|
||||
298
yarn.lock
298
yarn.lock
@@ -3,12 +3,12 @@
|
||||
|
||||
|
||||
"@ampproject/remapping@^2.0.0":
|
||||
version "2.0.2"
|
||||
resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.0.2.tgz#f3d9760bf30588c51408dbe7c05ff2bb13069307"
|
||||
integrity sha512-sE8Gx+qSDMLoJvb3QarJJlDQK7SSY4rK3hxp4XsiANeFOmjU46ZI7Y9adAQRJrmbz8zbtZkp3mJTT+rGxtF0XA==
|
||||
version "2.0.3"
|
||||
resolved "https://registry.yarnpkg.com/@ampproject/remapping/-/remapping-2.0.3.tgz#899999b5b7a5ce570d6d9bafdcc1e62cea466cf3"
|
||||
integrity sha512-DmIAguV77yFP0MGVFWknCMgSLAtsLR3VlRTteR6xgMpIfYtwaZuMvjGv5YlpiqN7S/5q87DHyuIx8oa15kiyag==
|
||||
dependencies:
|
||||
"@jridgewell/trace-mapping" "^0.2.2"
|
||||
sourcemap-codec "1.4.8"
|
||||
"@jridgewell/sourcemap-codec" "^1.4.9"
|
||||
"@jridgewell/trace-mapping" "^0.2.7"
|
||||
|
||||
"@babel/code-frame@^7.0.0", "@babel/code-frame@^7.10.4", "@babel/code-frame@^7.16.7":
|
||||
version "7.16.7"
|
||||
@@ -1079,15 +1079,15 @@
|
||||
resolved "https://registry.yarnpkg.com/@fontsource/comic-neue/-/comic-neue-4.5.2.tgz#8a3f8061fbb2a6890e0e9729855886642f137aa1"
|
||||
integrity sha512-65ivrkCixQTMyVMGfS55aR2eBwyrify8yvhZtDKdH2kZdMguVHjPgxwVHkK416c6sQlDDcl3TaAb3P/Skh5rmg==
|
||||
|
||||
"@fontsource/inter@4.5.2":
|
||||
version "4.5.2"
|
||||
resolved "https://registry.yarnpkg.com/@fontsource/inter/-/inter-4.5.2.tgz#f21a1b39e9fc40fd7f315f37687ad6f6f040528a"
|
||||
integrity sha512-4LLfZYr5dRsobtC9JNkATL5OwOqrxs2tF29eNljjogxWXm4tlHxRo4dgOFTlWxQOxcj5Zv7dM8IMiSoOqMGy3g==
|
||||
"@fontsource/inter@4.5.3":
|
||||
version "4.5.3"
|
||||
resolved "https://registry.yarnpkg.com/@fontsource/inter/-/inter-4.5.3.tgz#56d5969c4cb9db81d9c58f667f0eb1dc8631c660"
|
||||
integrity sha512-2PC2tEv3Qvzp6z9vDKrcxiGh6woaQB/wi5adkgLLX9bXr8rcwY/zAQGcZhhWZPal5rO5KTdAfuCTH9lwguy5ZA==
|
||||
|
||||
"@fontsource/roboto-mono@4.5.1":
|
||||
version "4.5.1"
|
||||
resolved "https://registry.yarnpkg.com/@fontsource/roboto-mono/-/roboto-mono-4.5.1.tgz#8b1b38ad7d2c202968ffd87bee3e471152b437e9"
|
||||
integrity sha512-uP/GMF9N2XaxrB9flM1LiZUdcrG/3YdYpGJddY2d7rvsqqitZ8fWBckbdW717WMty4V96N+k1EArilYwQOvN3A==
|
||||
"@fontsource/roboto-mono@4.5.2":
|
||||
version "4.5.2"
|
||||
resolved "https://registry.yarnpkg.com/@fontsource/roboto-mono/-/roboto-mono-4.5.2.tgz#3462d720b7ba0530358dd748545523a711c7428a"
|
||||
integrity sha512-MoWKypBXIyZMnvExDTmaRWJSBNLQvKNaWAk2rAwXCNP5AtIa7mzawx9Yfl1LxCY/kVjhMZHPPKtt75CNQQHzQA==
|
||||
|
||||
"@giscus/react@^1.1.1":
|
||||
version "1.1.1"
|
||||
@@ -1124,13 +1124,18 @@
|
||||
resolved "https://registry.yarnpkg.com/@jridgewell/resolve-uri/-/resolve-uri-3.0.4.tgz#b876e3feefb9c8d3aa84014da28b5e52a0640d72"
|
||||
integrity sha512-cz8HFjOFfUBtvN+NXYSFMHYRdxZMaEl0XypVrhzxBgadKIXhIkRd8aMeHhmF56Sl7SuS8OnUpQ73/k9LE4VnLg==
|
||||
|
||||
"@jridgewell/trace-mapping@^0.2.2":
|
||||
version "0.2.6"
|
||||
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.2.6.tgz#5eac4bea1b56e073471c6f021582bdb986c4b8b7"
|
||||
integrity sha512-rVJf5dSMEBxnDEwtAT5x8+p6tZ+xU6Ocm+cR1MYL2gMsRi4MMzVf9Pvq6JaxIsEeKAyYmo2U+yPQN4QfdTfFnA==
|
||||
"@jridgewell/sourcemap-codec@^1.4.9":
|
||||
version "1.4.10"
|
||||
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.10.tgz#baf57b4e2a690d4f38560171f91783656b7f8186"
|
||||
integrity sha512-Ht8wIW5v165atIX1p+JvKR5ONzUyF4Ac8DZIQ5kZs9zrb6M8SJNXpx1zn04rn65VjBMygRoMXcyYwNK0fT7bEg==
|
||||
|
||||
"@jridgewell/trace-mapping@^0.2.7":
|
||||
version "0.2.7"
|
||||
resolved "https://registry.yarnpkg.com/@jridgewell/trace-mapping/-/trace-mapping-0.2.7.tgz#d45be64544788e32c7ea5c8faa16a7000d840b5b"
|
||||
integrity sha512-ZKfRhw6eK2vvdWqpU7DQq49+BZESqh5rmkYpNhuzkz01tapssl2sNNy6uMUIgrTtUWQDijomWJzJRCoevVrfgw==
|
||||
dependencies:
|
||||
"@jridgewell/resolve-uri" "^3.0.3"
|
||||
sourcemap-codec "1.4.8"
|
||||
"@jridgewell/sourcemap-codec" "^1.4.9"
|
||||
|
||||
"@mdx-js/mdx@^2.0.0-rc.2":
|
||||
version "2.0.0"
|
||||
@@ -1175,10 +1180,10 @@
|
||||
dependencies:
|
||||
webpack-bundle-analyzer "4.3.0"
|
||||
|
||||
"@next/env@12.0.11-canary.5":
|
||||
version "12.0.11-canary.5"
|
||||
resolved "https://registry.yarnpkg.com/@next/env/-/env-12.0.11-canary.5.tgz#d610897f7dfc352cc87b489512d2777b92dc825b"
|
||||
integrity sha512-zkousnS6wRvkehVUgWsoKeE6QgqV2TKwC9Ox9qEXuw4HTJE8VqODHQxZpjsjUkYcGkSBcvaJeyD4hO8bVekKhA==
|
||||
"@next/env@12.0.11-canary.6":
|
||||
version "12.0.11-canary.6"
|
||||
resolved "https://registry.yarnpkg.com/@next/env/-/env-12.0.11-canary.6.tgz#db942cb9554feb5ff2c084758dd8a63493e0093f"
|
||||
integrity sha512-QvYsqpIwUwUo9YFLYtwCZkA2zt3s4iSGYZjYFEPQ3eLHHGSpI6RdmpMNil9mPEjs/9fa4XES5eRXrOZvIeRReg==
|
||||
|
||||
"@next/eslint-plugin-next@12.0.10":
|
||||
version "12.0.10"
|
||||
@@ -1187,60 +1192,60 @@
|
||||
dependencies:
|
||||
glob "7.1.7"
|
||||
|
||||
"@next/swc-android-arm64@12.0.11-canary.5":
|
||||
version "12.0.11-canary.5"
|
||||
resolved "https://registry.yarnpkg.com/@next/swc-android-arm64/-/swc-android-arm64-12.0.11-canary.5.tgz#542533c724872906677b3bfea0bf3e4dee846b07"
|
||||
integrity sha512-cHQ3l4OMjxQZFwyYlh9wGgSV95Dd0ALLJOqeCgU9WFHCeMk6V7Trr4MVwlnItCQy8YkuNZwIKnQo1rmdAhbAJA==
|
||||
"@next/swc-android-arm64@12.0.11-canary.6":
|
||||
version "12.0.11-canary.6"
|
||||
resolved "https://registry.yarnpkg.com/@next/swc-android-arm64/-/swc-android-arm64-12.0.11-canary.6.tgz#b699b612f93dc7f5f1eace1f0924d5606f0ba616"
|
||||
integrity sha512-74nwrFQ/eK/pyFaqtoP3vQQDsdhwpxr1CPEyL+ztVBCGmNQaM9J2xgRCc3XSzfWUJstM/Zn2gov0+c2asQOqKw==
|
||||
|
||||
"@next/swc-darwin-arm64@12.0.11-canary.5":
|
||||
version "12.0.11-canary.5"
|
||||
resolved "https://registry.yarnpkg.com/@next/swc-darwin-arm64/-/swc-darwin-arm64-12.0.11-canary.5.tgz#15d2d786556340a9b8d946a27405e5af3abe780c"
|
||||
integrity sha512-rAE3pNqZvtYDgx1NWk8VqJ/ts0bnfp1QKQ6/sT1CyEwx70TOZtN3pJTTZ43iwl4RjAN/C+qZkcPWiFCfy8MRZA==
|
||||
"@next/swc-darwin-arm64@12.0.11-canary.6":
|
||||
version "12.0.11-canary.6"
|
||||
resolved "https://registry.yarnpkg.com/@next/swc-darwin-arm64/-/swc-darwin-arm64-12.0.11-canary.6.tgz#5566b272102d1094aa93ac8aee94cb4f7d809a50"
|
||||
integrity sha512-0eCuMnINxb3rccdlcDk6bSJdsIWvBMzJBVMlTi8+Viv+2ZVV33ww96YSpB5749H+1WGQPiZiL3wKAxPUel0ZmA==
|
||||
|
||||
"@next/swc-darwin-x64@12.0.11-canary.5":
|
||||
version "12.0.11-canary.5"
|
||||
resolved "https://registry.yarnpkg.com/@next/swc-darwin-x64/-/swc-darwin-x64-12.0.11-canary.5.tgz#4106e94c3726c8063044aa26328e02ada4cae57a"
|
||||
integrity sha512-CxFs0DaYsmdGSR/TuDoFrsAUieB384okAOzsKKWkm/v2CeEKG5fXkU7HOgdqlseLf3IHrUavtIQ/B2PXeGmSIA==
|
||||
"@next/swc-darwin-x64@12.0.11-canary.6":
|
||||
version "12.0.11-canary.6"
|
||||
resolved "https://registry.yarnpkg.com/@next/swc-darwin-x64/-/swc-darwin-x64-12.0.11-canary.6.tgz#51c7b4b2d8a0645b775f4aad9206b8efa7f1bf2c"
|
||||
integrity sha512-7rxCu0xCWcNO7zJjgAzvsxXw5yIU18hX2jETvFgK9Ai/TQVMIkvExuJGVfIoSbCY3fcRURa4AdFxHLrDJWfAMw==
|
||||
|
||||
"@next/swc-linux-arm-gnueabihf@12.0.11-canary.5":
|
||||
version "12.0.11-canary.5"
|
||||
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm-gnueabihf/-/swc-linux-arm-gnueabihf-12.0.11-canary.5.tgz#b1317ef2a3a8465cb7889b5464ab0867b9227b5f"
|
||||
integrity sha512-cfDxibMTF/KLpVUBfB+AzxgzN2R4dew4IHZZn+BEKG+Lrp4felS/2ijwSQs49JekM7SnTeESXYEFED5UsdM2ug==
|
||||
"@next/swc-linux-arm-gnueabihf@12.0.11-canary.6":
|
||||
version "12.0.11-canary.6"
|
||||
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm-gnueabihf/-/swc-linux-arm-gnueabihf-12.0.11-canary.6.tgz#89e21adfbecfc45a450e801625ea1d353913f6a0"
|
||||
integrity sha512-6/Jp7Fa/wFkfoXsNMXRMLzi9iaJNN8jPb23wyTpUFGZumQ2Dvu/bWSBr2y7gcUOgS+ghAGXhrqVRTIOIfMu4IA==
|
||||
|
||||
"@next/swc-linux-arm64-gnu@12.0.11-canary.5":
|
||||
version "12.0.11-canary.5"
|
||||
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-12.0.11-canary.5.tgz#e0a99dd71568753ef91b1bf4cc7483bdb06f00b3"
|
||||
integrity sha512-YpCyFXcAaJJsQzMN5TNadk83mAMBpWMJNzApPfa/ouQyjIZ6m6l1ZLQjbT5RxIXmIJlap4F7/nTmhr9Wjh38RQ==
|
||||
"@next/swc-linux-arm64-gnu@12.0.11-canary.6":
|
||||
version "12.0.11-canary.6"
|
||||
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-gnu/-/swc-linux-arm64-gnu-12.0.11-canary.6.tgz#6b8eed9d78394f504c77a7e1a1ee414a618063a7"
|
||||
integrity sha512-Uv7l7kq+T6PLT8UbHmYqBjXXSqePsQtBPL4Wv8j8VrukjS3/Zx7e7Sig1eEJxZoaCDtqZeBuTfH+thAORG3xiQ==
|
||||
|
||||
"@next/swc-linux-arm64-musl@12.0.11-canary.5":
|
||||
version "12.0.11-canary.5"
|
||||
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-12.0.11-canary.5.tgz#1367ae63c7c61c52ab5ecc556f622fe73a7dfca5"
|
||||
integrity sha512-6W2SCeYuOlXozq7hdUsmGaA49FPS3IWpoLvYn2mLLY661X8MH5j8CvEJH7KzabyqmdLdr16hbD59JW8QaDQN+w==
|
||||
"@next/swc-linux-arm64-musl@12.0.11-canary.6":
|
||||
version "12.0.11-canary.6"
|
||||
resolved "https://registry.yarnpkg.com/@next/swc-linux-arm64-musl/-/swc-linux-arm64-musl-12.0.11-canary.6.tgz#cd7d1cc652d3b3e10640589299e35810e43223ff"
|
||||
integrity sha512-SWe8CUfK0pJUuMkaY1KEUD37MwW8VQ8bZ3NpOsX3SXh3kFVnBwYH1T8OuBcdDi+NZFmrnqJKlVSEvu8NpZudZg==
|
||||
|
||||
"@next/swc-linux-x64-gnu@12.0.11-canary.5":
|
||||
version "12.0.11-canary.5"
|
||||
resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-12.0.11-canary.5.tgz#632e6571b54d4506e87612c701e0373c26b489b2"
|
||||
integrity sha512-dc+B6rTfyel1G2RAi1DuldS4N294YPdx8fF4gPJgYJof0JRc2U55ZNOkLPtv5K5KA/oZ3FYad45LdCbsEKrauw==
|
||||
"@next/swc-linux-x64-gnu@12.0.11-canary.6":
|
||||
version "12.0.11-canary.6"
|
||||
resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-gnu/-/swc-linux-x64-gnu-12.0.11-canary.6.tgz#3fbab727ccfcdd606a237f9d30f1998a0f5d98cf"
|
||||
integrity sha512-bb71Iw+VrESE8QJN0QDwEq7erAGlTJeCBAcTaST4fTt/8brFvwNSuvusfX3m5HdgqqjJgU+MopzFF/PjVV87Qg==
|
||||
|
||||
"@next/swc-linux-x64-musl@12.0.11-canary.5":
|
||||
version "12.0.11-canary.5"
|
||||
resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-12.0.11-canary.5.tgz#826e9b6abdfa6160dc86f0df68c5a4068a8bdb49"
|
||||
integrity sha512-f52qcBvZOfPRpTJCAt40NqlTe7DcBDTaff/9uMMNXR8eIxvvR1z1+eG8EklZT3sk4ycnVMyr0FrNnc5FhV3wxg==
|
||||
"@next/swc-linux-x64-musl@12.0.11-canary.6":
|
||||
version "12.0.11-canary.6"
|
||||
resolved "https://registry.yarnpkg.com/@next/swc-linux-x64-musl/-/swc-linux-x64-musl-12.0.11-canary.6.tgz#7dd371e15463be18187b5df16f9cd1f3cf0593e6"
|
||||
integrity sha512-dRcPS0TTV+VtLmWWHKpTWHQK1eXKuOxyE4rxGixufiPdLl0UbsmpWbmBgDU6j2LxA8fD5IBNA7e6o3sM5DTMuw==
|
||||
|
||||
"@next/swc-win32-arm64-msvc@12.0.11-canary.5":
|
||||
version "12.0.11-canary.5"
|
||||
resolved "https://registry.yarnpkg.com/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-12.0.11-canary.5.tgz#84026e7aa19a0036659e35191766ba36ffb32b30"
|
||||
integrity sha512-CjVoI5vZbQgOrhQjD58yzyafABWk/1fWkmuvpPrHwVQfqAA3IemIkmcMyX2YsGFbc0TXSK952+PYmqYfd0PpbQ==
|
||||
"@next/swc-win32-arm64-msvc@12.0.11-canary.6":
|
||||
version "12.0.11-canary.6"
|
||||
resolved "https://registry.yarnpkg.com/@next/swc-win32-arm64-msvc/-/swc-win32-arm64-msvc-12.0.11-canary.6.tgz#218afda39d107823e4328b95e6646a2a17e7ff5b"
|
||||
integrity sha512-drKMXlaOSR3mIsIeeB1s8PnVwaBiczATyjLGfbHjteA2/9TQwnw56eq1CqbW0MyL9KRIbCgp9FzkL7PVgDlrbw==
|
||||
|
||||
"@next/swc-win32-ia32-msvc@12.0.11-canary.5":
|
||||
version "12.0.11-canary.5"
|
||||
resolved "https://registry.yarnpkg.com/@next/swc-win32-ia32-msvc/-/swc-win32-ia32-msvc-12.0.11-canary.5.tgz#6caa9a6ca9616ccc1bb76530a1b0711590fc918c"
|
||||
integrity sha512-VpJIktwglh6bUuJ0P3rWfJluJ1qJrRCz7cQlFka0FUYNtPEcry3+ILGFbbGKF+rOmTDvjfmMBd8WSr3EkSJ/yA==
|
||||
"@next/swc-win32-ia32-msvc@12.0.11-canary.6":
|
||||
version "12.0.11-canary.6"
|
||||
resolved "https://registry.yarnpkg.com/@next/swc-win32-ia32-msvc/-/swc-win32-ia32-msvc-12.0.11-canary.6.tgz#13c6cf3debf1c2e5aa8628e6f746e0a836dc2e9e"
|
||||
integrity sha512-Pba9D+qBbHWZKEbgExvU8DofRLmaphcAYgCpy8BCahVf8+/F406a+b7DCxs6rvRnRzBrbKEi/XsBKwFaWMWQ4Q==
|
||||
|
||||
"@next/swc-win32-x64-msvc@12.0.11-canary.5":
|
||||
version "12.0.11-canary.5"
|
||||
resolved "https://registry.yarnpkg.com/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-12.0.11-canary.5.tgz#01fa2ff59dced28bd518a74f978587043d2cb3c6"
|
||||
integrity sha512-SzrqlFt6eveoCxAzdpB7TCDmVoUJJIK6M0YleI2Ml9SCJfiDlOMhgCxN67Si9YHWbcDfjpNbpQ/dXjvtNFmCzw==
|
||||
"@next/swc-win32-x64-msvc@12.0.11-canary.6":
|
||||
version "12.0.11-canary.6"
|
||||
resolved "https://registry.yarnpkg.com/@next/swc-win32-x64-msvc/-/swc-win32-x64-msvc-12.0.11-canary.6.tgz#794c39816e16583c58912feb9053d4b31af5bd80"
|
||||
integrity sha512-RRJxjkV1gt/53LmQQSYhZmEKBA5XhMMSCgC0m3Lu7jHlQptBF1n0T/zxXkMqBYJRJKP6JN5eXD+LpU3W/Rq2Yg==
|
||||
|
||||
"@nodelib/fs.scandir@2.1.5":
|
||||
version "2.1.5"
|
||||
@@ -1594,9 +1599,9 @@
|
||||
integrity sha512-iiUgKzV9AuaEkZqkOLDIvlQiL6ltuZd9tGcW3gwpnX8JbuiuhFlEGmmFXEXkN50Cvq7Os88IY2v0dkDqXYWVgA==
|
||||
|
||||
"@types/node@*":
|
||||
version "17.0.14"
|
||||
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.14.tgz#33b9b94f789a8fedd30a68efdbca4dbb06b61f20"
|
||||
integrity sha512-SbjLmERksKOGzWzPNuW7fJM7fk3YXVTFiZWB/Hs99gwhk+/dnrQRPBQjPW9aO+fi1tAffi9PrwFvsmOKmDTyng==
|
||||
version "17.0.15"
|
||||
resolved "https://registry.yarnpkg.com/@types/node/-/node-17.0.15.tgz#97779282c09c09577120a2162e71d8380003590a"
|
||||
integrity sha512-zWt4SDDv1S9WRBNxLFxFRHxdD9tvH8f5/kg5/IaLFdnSNXsDY4eL3Q3XXN+VxUnWIhyVFDwcsmAprvwXoM/ClA==
|
||||
|
||||
"@types/normalize-package-data@^2.4.0":
|
||||
version "2.4.1"
|
||||
@@ -2354,18 +2359,18 @@ cross-spawn@^7.0.1, cross-spawn@^7.0.2, cross-spawn@^7.0.3:
|
||||
which "^2.0.1"
|
||||
|
||||
css-blank-pseudo@^3.0.2:
|
||||
version "3.0.2"
|
||||
resolved "https://registry.yarnpkg.com/css-blank-pseudo/-/css-blank-pseudo-3.0.2.tgz#f8660f6a48b17888a9277e53f25cc5abec1f0169"
|
||||
integrity sha512-hOb1LFjRR+8ocA071xUSmg5VslJ8NGo/I2qpUpdeAYyBVCgupS5O8SEVo4SxEMYyFBNodBkzG3T1iqW9HCXxew==
|
||||
version "3.0.3"
|
||||
resolved "https://registry.yarnpkg.com/css-blank-pseudo/-/css-blank-pseudo-3.0.3.tgz#36523b01c12a25d812df343a32c322d2a2324561"
|
||||
integrity sha512-VS90XWtsHGqoM0t4KpH053c4ehxZ2E6HtGI7x68YFV0pTo/QmkV/YFA+NnlvK8guxZVNWGQhVNJGC39Q8XF4OQ==
|
||||
dependencies:
|
||||
postcss-selector-parser "^6.0.8"
|
||||
postcss-selector-parser "^6.0.9"
|
||||
|
||||
css-has-pseudo@^3.0.3:
|
||||
version "3.0.3"
|
||||
resolved "https://registry.yarnpkg.com/css-has-pseudo/-/css-has-pseudo-3.0.3.tgz#4824a34cb92dae7e09ea1d3fd19691b653412098"
|
||||
integrity sha512-0gDYWEKaGacwxCqvQ3Ypg6wGdD1AztbMm5h1JsactG2hP2eiflj808QITmuWBpE7sjSEVrAlZhPTVd/nNMj/hQ==
|
||||
version "3.0.4"
|
||||
resolved "https://registry.yarnpkg.com/css-has-pseudo/-/css-has-pseudo-3.0.4.tgz#57f6be91ca242d5c9020ee3e51bbb5b89fc7af73"
|
||||
integrity sha512-Vse0xpR1K9MNlp2j5w1pgWIJtm1a8qS0JwS9goFYcImjlHEmywP9VUF05aGBXzGpDJF86QXk4L0ypBmwPhGArw==
|
||||
dependencies:
|
||||
postcss-selector-parser "^6.0.8"
|
||||
postcss-selector-parser "^6.0.9"
|
||||
|
||||
css-prefers-color-scheme@^6.0.3:
|
||||
version "6.0.3"
|
||||
@@ -2397,9 +2402,9 @@ css-what@^5.1.0:
|
||||
integrity sha512-arSMRWIIFY0hV8pIxZMEfmMI47Wj3R/aWpZDDxWYCPEiOMv6tfOrnpDtgxBYPEQD4V0Y/958+1TdC3iWTFcUPw==
|
||||
|
||||
cssdb@^6.1.0:
|
||||
version "6.1.0"
|
||||
resolved "https://registry.yarnpkg.com/cssdb/-/cssdb-6.1.0.tgz#75d63b1257e33af72ffdfec65f0f342189e4ab37"
|
||||
integrity sha512-tZEDdN57Wlb5DRbOpJI9hSoP0t6DjtzSRswFoWo0hmJxfAXTBuDAcp2Oybj6BgQ+sErs9hXnWS1kzYKDKHanmg==
|
||||
version "6.2.0"
|
||||
resolved "https://registry.yarnpkg.com/cssdb/-/cssdb-6.2.0.tgz#dea14422e3084b9e2da54d439e310a46e9e36107"
|
||||
integrity sha512-OP1owHiK7IkCPSmNvWGMOEbfMcPZ8HA1TkzUXzB2SA708Y4pFGXWtLAVxds2QJI/0FA3mCNwRkEA9B4U4fW2Dw==
|
||||
|
||||
cssesc@^3.0.0:
|
||||
version "3.0.0"
|
||||
@@ -2583,9 +2588,9 @@ eastasianwidth@^0.2.0:
|
||||
integrity sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==
|
||||
|
||||
electron-to-chromium@^1.4.17:
|
||||
version "1.4.64"
|
||||
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.64.tgz#8b1b5372f77ca208f2c498c6490da0e51176bd81"
|
||||
integrity sha512-8mec/99xgLUZCIZZq3wt61Tpxg55jnOSpxGYapE/1Ma9MpFEYYaz4QNYm0CM1rrnCo7i3FRHhbaWjeCLsveGjQ==
|
||||
version "1.4.65"
|
||||
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.65.tgz#c0820db06e268e0a2fd4dbce38fb5376d38ca449"
|
||||
integrity sha512-0/d8Skk8sW3FxXP0Dd6MnBlrwx7Qo9cqQec3BlIAlvKnrmS3pHsIbaroEi+nd0kZkGpQ6apMEre7xndzjlEnLw==
|
||||
|
||||
emoji-regex@^8.0.0:
|
||||
version "8.0.0"
|
||||
@@ -4842,28 +4847,28 @@ next-transpile-modules@^9.0.0:
|
||||
enhanced-resolve "^5.7.0"
|
||||
escalade "^3.1.1"
|
||||
|
||||
next@12.0.11-canary.5:
|
||||
version "12.0.11-canary.5"
|
||||
resolved "https://registry.yarnpkg.com/next/-/next-12.0.11-canary.5.tgz#f1bf52407f86d6e02312f1782671134abf73dc09"
|
||||
integrity sha512-Tf6/vATvRGu39NgDG1LiQP4PevN9PNCpNlpZqQT+WgcZn2SDt8cM7KRJo+pDuc4EJDHKcKCvtI6FsNaNrRApEA==
|
||||
next@12.0.11-canary.6:
|
||||
version "12.0.11-canary.6"
|
||||
resolved "https://registry.yarnpkg.com/next/-/next-12.0.11-canary.6.tgz#5653b4402c79c1cf4864473e7df7c8d7fe88f0d2"
|
||||
integrity sha512-VpjGeLhcd+GGiKI1rocZkxUbukTHwkfDfR34BmI6xPlo+IqpEfm2smB+WL8Au8wbWNJORDYYU064ujj83WxKlw==
|
||||
dependencies:
|
||||
"@next/env" "12.0.11-canary.5"
|
||||
"@next/env" "12.0.11-canary.6"
|
||||
caniuse-lite "^1.0.30001283"
|
||||
postcss "8.4.5"
|
||||
styled-jsx "5.0.0"
|
||||
use-subscription "1.5.1"
|
||||
optionalDependencies:
|
||||
"@next/swc-android-arm64" "12.0.11-canary.5"
|
||||
"@next/swc-darwin-arm64" "12.0.11-canary.5"
|
||||
"@next/swc-darwin-x64" "12.0.11-canary.5"
|
||||
"@next/swc-linux-arm-gnueabihf" "12.0.11-canary.5"
|
||||
"@next/swc-linux-arm64-gnu" "12.0.11-canary.5"
|
||||
"@next/swc-linux-arm64-musl" "12.0.11-canary.5"
|
||||
"@next/swc-linux-x64-gnu" "12.0.11-canary.5"
|
||||
"@next/swc-linux-x64-musl" "12.0.11-canary.5"
|
||||
"@next/swc-win32-arm64-msvc" "12.0.11-canary.5"
|
||||
"@next/swc-win32-ia32-msvc" "12.0.11-canary.5"
|
||||
"@next/swc-win32-x64-msvc" "12.0.11-canary.5"
|
||||
"@next/swc-android-arm64" "12.0.11-canary.6"
|
||||
"@next/swc-darwin-arm64" "12.0.11-canary.6"
|
||||
"@next/swc-darwin-x64" "12.0.11-canary.6"
|
||||
"@next/swc-linux-arm-gnueabihf" "12.0.11-canary.6"
|
||||
"@next/swc-linux-arm64-gnu" "12.0.11-canary.6"
|
||||
"@next/swc-linux-arm64-musl" "12.0.11-canary.6"
|
||||
"@next/swc-linux-x64-gnu" "12.0.11-canary.6"
|
||||
"@next/swc-linux-x64-musl" "12.0.11-canary.6"
|
||||
"@next/swc-win32-arm64-msvc" "12.0.11-canary.6"
|
||||
"@next/swc-win32-ia32-msvc" "12.0.11-canary.6"
|
||||
"@next/swc-win32-x64-msvc" "12.0.11-canary.6"
|
||||
|
||||
nice-try@^1.0.4:
|
||||
version "1.0.5"
|
||||
@@ -5260,16 +5265,16 @@ postcss-clamp@^3.0.0:
|
||||
postcss-value-parser "^4.1.0"
|
||||
|
||||
postcss-color-functional-notation@^4.2.1:
|
||||
version "4.2.1"
|
||||
resolved "https://registry.yarnpkg.com/postcss-color-functional-notation/-/postcss-color-functional-notation-4.2.1.tgz#a25e9e1855e14d04319222a689f120b3240d39e0"
|
||||
integrity sha512-62OBIXCjRXpQZcFOYIXwXBlpAVWrYk8ek1rcjvMING4Q2cf0ipyN9qT+BhHA6HmftGSEnFQu2qgKO3gMscl3Rw==
|
||||
version "4.2.2"
|
||||
resolved "https://registry.yarnpkg.com/postcss-color-functional-notation/-/postcss-color-functional-notation-4.2.2.tgz#f59ccaeb4ee78f1b32987d43df146109cc743073"
|
||||
integrity sha512-DXVtwUhIk4f49KK5EGuEdgx4Gnyj6+t2jBSEmxvpIK9QI40tWrpS2Pua8Q7iIZWBrki2QOaeUdEaLPPa91K0RQ==
|
||||
dependencies:
|
||||
postcss-value-parser "^4.2.0"
|
||||
|
||||
postcss-color-hex-alpha@^8.0.2:
|
||||
version "8.0.2"
|
||||
resolved "https://registry.yarnpkg.com/postcss-color-hex-alpha/-/postcss-color-hex-alpha-8.0.2.tgz#7a248b006dd47bd83063f662352d31fd982f74ec"
|
||||
integrity sha512-gyx8RgqSmGVK156NAdKcsfkY3KPGHhKqvHTL3hhveFrBBToguKFzhyiuk3cljH6L4fJ0Kv+JENuPXs1Wij27Zw==
|
||||
version "8.0.3"
|
||||
resolved "https://registry.yarnpkg.com/postcss-color-hex-alpha/-/postcss-color-hex-alpha-8.0.3.tgz#61a0fd151d28b128aa6a8a21a2dad24eebb34d52"
|
||||
integrity sha512-fESawWJCrBV035DcbKRPAVmy21LpoyiXdPTuHUfWJ14ZRjY7Y7PA6P4g8z6LQGYhU1WAxkTxjIjurXzoe68Glw==
|
||||
dependencies:
|
||||
postcss-value-parser "^4.2.0"
|
||||
|
||||
@@ -5300,23 +5305,23 @@ postcss-custom-selectors@^6.0.0:
|
||||
postcss-selector-parser "^6.0.4"
|
||||
|
||||
postcss-dir-pseudo-class@^6.0.3:
|
||||
version "6.0.3"
|
||||
resolved "https://registry.yarnpkg.com/postcss-dir-pseudo-class/-/postcss-dir-pseudo-class-6.0.3.tgz#febfe305e75267913a53bf5094c7679f5cfa9b55"
|
||||
integrity sha512-qiPm+CNAlgXiMf0J5IbBBEXA9l/Q5HGsNGkL3znIwT2ZFRLGY9U2fTUpa4lqCUXQOxaLimpacHeQC80BD2qbDw==
|
||||
version "6.0.4"
|
||||
resolved "https://registry.yarnpkg.com/postcss-dir-pseudo-class/-/postcss-dir-pseudo-class-6.0.4.tgz#9afe49ea631f0cb36fa0076e7c2feb4e7e3f049c"
|
||||
integrity sha512-I8epwGy5ftdzNWEYok9VjW9whC4xnelAtbajGv4adql4FIF09rnrxnA9Y8xSHN47y7gqFIv10C5+ImsLeJpKBw==
|
||||
dependencies:
|
||||
postcss-selector-parser "^6.0.8"
|
||||
postcss-selector-parser "^6.0.9"
|
||||
|
||||
postcss-double-position-gradients@^3.0.4:
|
||||
version "3.0.4"
|
||||
resolved "https://registry.yarnpkg.com/postcss-double-position-gradients/-/postcss-double-position-gradients-3.0.4.tgz#2484b9785ef3ba81b0f03a279c52ec58fc5344c2"
|
||||
integrity sha512-qz+s5vhKJlsHw8HjSs+HVk2QGFdRyC68KGRQGX3i+GcnUjhWhXQEmCXW6siOJkZ1giu0ddPwSO6I6JdVVVPoog==
|
||||
version "3.0.5"
|
||||
resolved "https://registry.yarnpkg.com/postcss-double-position-gradients/-/postcss-double-position-gradients-3.0.5.tgz#f6b755e9850bb9816dfbf8fa346d9ce2e8a03848"
|
||||
integrity sha512-XiZzvdxLOWZwtt/1GgHJYGoD9scog/DD/yI5dcvPrXNdNDEv7T53/6tL7ikl+EM3jcerII5/XIQzd1UHOdTi2w==
|
||||
dependencies:
|
||||
postcss-value-parser "^4.2.0"
|
||||
|
||||
postcss-env-function@^4.0.4:
|
||||
version "4.0.4"
|
||||
resolved "https://registry.yarnpkg.com/postcss-env-function/-/postcss-env-function-4.0.4.tgz#4e85359ca4fcdde4ec4b73752a41de818dbe91cc"
|
||||
integrity sha512-0ltahRTPtXSIlEZFv7zIvdEib7HN0ZbUQxrxIKn8KbiRyhALo854I/CggU5lyZe6ZBvSTJ6Al2vkZecI2OhneQ==
|
||||
version "4.0.5"
|
||||
resolved "https://registry.yarnpkg.com/postcss-env-function/-/postcss-env-function-4.0.5.tgz#b9614d50abd91e4c88a114644a9766880dabe393"
|
||||
integrity sha512-gPUJc71ji9XKyl0WSzAalBeEA/89kU+XpffpPxSaaaZ1c48OL36r1Ep5R6+9XAPkIiDlSvVAwP4io12q/vTcvA==
|
||||
dependencies:
|
||||
postcss-value-parser "^4.2.0"
|
||||
|
||||
@@ -5326,18 +5331,18 @@ postcss-flexbugs-fixes@^5.0.2:
|
||||
integrity sha512-18f9voByak7bTktR2QgDveglpn9DTbBWPUzSOe9g0N4WR/2eSt6Vrcbf0hmspvMI6YWGywz6B9f7jzpFNJJgnQ==
|
||||
|
||||
postcss-focus-visible@^6.0.3:
|
||||
version "6.0.3"
|
||||
resolved "https://registry.yarnpkg.com/postcss-focus-visible/-/postcss-focus-visible-6.0.3.tgz#14635b71a6b9140f488f11f26cbc9965a13f6843"
|
||||
integrity sha512-ozOsg+L1U8S+rxSHnJJiET6dNLyADcPHhEarhhtCI9DBLGOPG/2i4ddVoFch9LzrBgb8uDaaRI4nuid2OM82ZA==
|
||||
version "6.0.4"
|
||||
resolved "https://registry.yarnpkg.com/postcss-focus-visible/-/postcss-focus-visible-6.0.4.tgz#50c9ea9afa0ee657fb75635fabad25e18d76bf9e"
|
||||
integrity sha512-QcKuUU/dgNsstIK6HELFRT5Y3lbrMLEOwG+A4s5cA+fx3A3y/JTq3X9LaOj3OC3ALH0XqyrgQIgey/MIZ8Wczw==
|
||||
dependencies:
|
||||
postcss-selector-parser "^6.0.8"
|
||||
postcss-selector-parser "^6.0.9"
|
||||
|
||||
postcss-focus-within@^5.0.3:
|
||||
version "5.0.3"
|
||||
resolved "https://registry.yarnpkg.com/postcss-focus-within/-/postcss-focus-within-5.0.3.tgz#0b0bf425f14a646bbfd973b463e2d20d85a3a841"
|
||||
integrity sha512-fk9y2uFS6/Kpp7/A9Hz9Z4rlFQ8+tzgBcQCXAFSrXFGAbKx+4ZZOmmfHuYjCOMegPWoz0pnC6fNzi8j7Xyqp5Q==
|
||||
version "5.0.4"
|
||||
resolved "https://registry.yarnpkg.com/postcss-focus-within/-/postcss-focus-within-5.0.4.tgz#5b1d2ec603195f3344b716c0b75f61e44e8d2e20"
|
||||
integrity sha512-vvjDN++C0mu8jz4af5d52CB184ogg/sSxAFS+oUJQq2SuCe7T5U2iIsVJtsCp2d6R4j0jr5+q3rPkBVZkXD9fQ==
|
||||
dependencies:
|
||||
postcss-selector-parser "^6.0.8"
|
||||
postcss-selector-parser "^6.0.9"
|
||||
|
||||
postcss-font-display@^0.3.0:
|
||||
version "0.3.0"
|
||||
@@ -5350,14 +5355,14 @@ postcss-font-variant@^5.0.0:
|
||||
integrity sha512-1fmkBaCALD72CK2a9i468mA/+tr9/1cBxRRMXOUaZqO43oWPR5imcyPjXwuv7PXbCid4ndlP5zWhidQVVa3hmA==
|
||||
|
||||
postcss-gap-properties@^3.0.2:
|
||||
version "3.0.2"
|
||||
resolved "https://registry.yarnpkg.com/postcss-gap-properties/-/postcss-gap-properties-3.0.2.tgz#562fbf43a6a721565b3ca0e01008690991d2f726"
|
||||
integrity sha512-EaMy/pbxtQnKDsnbEjdqlkCkROTQZzolcLKgIE+3b7EuJfJydH55cZeHfm+MtIezXRqhR80VKgaztO/vHq94Fw==
|
||||
version "3.0.3"
|
||||
resolved "https://registry.yarnpkg.com/postcss-gap-properties/-/postcss-gap-properties-3.0.3.tgz#6401bb2f67d9cf255d677042928a70a915e6ba60"
|
||||
integrity sha512-rPPZRLPmEKgLk/KlXMqRaNkYTUpE7YC+bOIQFN5xcu1Vp11Y4faIXv6/Jpft6FMnl6YRxZqDZG0qQOW80stzxQ==
|
||||
|
||||
postcss-image-set-function@^4.0.5:
|
||||
version "4.0.5"
|
||||
resolved "https://registry.yarnpkg.com/postcss-image-set-function/-/postcss-image-set-function-4.0.5.tgz#8cb3a971507e2c00d5532658af62529c89f0ecc6"
|
||||
integrity sha512-D4jXzlypkJ6BiSoUGazrRlR+GF3SED+BeiRDzOmuinDKdAn/Wuu8KtEGa5Z4pg4kxyeSMBywMgNt2+Yi/TZPPw==
|
||||
version "4.0.6"
|
||||
resolved "https://registry.yarnpkg.com/postcss-image-set-function/-/postcss-image-set-function-4.0.6.tgz#bcff2794efae778c09441498f40e0c77374870a9"
|
||||
integrity sha512-KfdC6vg53GC+vPd2+HYzsZ6obmPqOk6HY09kttU19+Gj1nC3S3XBVEXDHxkhxTohgZqzbUb94bKXvKDnYWBm/A==
|
||||
dependencies:
|
||||
postcss-value-parser "^4.2.0"
|
||||
|
||||
@@ -5367,16 +5372,16 @@ postcss-initial@^4.0.1:
|
||||
integrity sha512-0ueD7rPqX8Pn1xJIjay0AZeIuDoF+V+VvMt/uOnn+4ezUKhZM/NokDeP6DwMNyIoYByuN/94IQnt5FEkaN59xQ==
|
||||
|
||||
postcss-lab-function@^4.0.3:
|
||||
version "4.0.3"
|
||||
resolved "https://registry.yarnpkg.com/postcss-lab-function/-/postcss-lab-function-4.0.3.tgz#633745b324afbcd5881da85fe2cef58b17487536"
|
||||
integrity sha512-MH4tymWmefdZQ7uVG/4icfLjAQmH6o2NRYyVh2mKoB4RXJp9PjsyhZwhH4ouaCQHvg+qJVj3RzeAR1EQpIlXZA==
|
||||
version "4.0.4"
|
||||
resolved "https://registry.yarnpkg.com/postcss-lab-function/-/postcss-lab-function-4.0.4.tgz#504747ab2754e046fb01e72779bbb434a05357df"
|
||||
integrity sha512-TAEW8X/ahMYV33mvLFQARtBPAy1VVJsiR9VVx3Pcbu+zlqQj0EIyJ/Ie1/EwxwIt530CWtEDzzTXBDzfdb+qIQ==
|
||||
dependencies:
|
||||
postcss-value-parser "^4.2.0"
|
||||
|
||||
postcss-logical@^5.0.3:
|
||||
version "5.0.3"
|
||||
resolved "https://registry.yarnpkg.com/postcss-logical/-/postcss-logical-5.0.3.tgz#9934e0fb16af70adbd94217b24d2f315ceb5c2f0"
|
||||
integrity sha512-P5NcHWYrif0vK8rgOy/T87vg0WRIj3HSknrvp1wzDbiBeoDPVmiVRmkown2eSQdpPveat/MC1ess5uhzZFVnqQ==
|
||||
version "5.0.4"
|
||||
resolved "https://registry.yarnpkg.com/postcss-logical/-/postcss-logical-5.0.4.tgz#ec75b1ee54421acc04d5921576b7d8db6b0e6f73"
|
||||
integrity sha512-RHXxplCeLh9VjinvMrZONq7im4wjWGlRJAqmAVLXyZaXwfDWP73/oq4NdIp+OZwhQUMj0zjqDfM5Fj7qby+B4g==
|
||||
|
||||
postcss-media-minmax@^5.0.0:
|
||||
version "5.0.0"
|
||||
@@ -5401,9 +5406,9 @@ postcss-opacity-percentage@^1.1.2:
|
||||
integrity sha512-lyUfF7miG+yewZ8EAk9XUBIlrHyUE6fijnesuz+Mj5zrIHIEw6KcIZSOk/elVMqzLvREmXB83Zi/5QpNRYd47w==
|
||||
|
||||
postcss-overflow-shorthand@^3.0.2:
|
||||
version "3.0.2"
|
||||
resolved "https://registry.yarnpkg.com/postcss-overflow-shorthand/-/postcss-overflow-shorthand-3.0.2.tgz#b4e9c89728cd1e4918173dfb95936b75f78d4148"
|
||||
integrity sha512-odBMVt6PTX7jOE9UNvmnLrFzA9pXS44Jd5shFGGtSHY80QCuJF+14McSy0iavZggRZ9Oj//C9vOKQmexvyEJMg==
|
||||
version "3.0.3"
|
||||
resolved "https://registry.yarnpkg.com/postcss-overflow-shorthand/-/postcss-overflow-shorthand-3.0.3.tgz#ebcfc0483a15bbf1b27fdd9b3c10125372f4cbc2"
|
||||
integrity sha512-CxZwoWup9KXzQeeIxtgOciQ00tDtnylYIlJBBODqkgS/PU2jISuWOL/mYLHmZb9ZhZiCaNKsCRiLp22dZUtNsg==
|
||||
|
||||
postcss-page-break@^3.0.4:
|
||||
version "3.0.4"
|
||||
@@ -5411,9 +5416,9 @@ postcss-page-break@^3.0.4:
|
||||
integrity sha512-1JGu8oCjVXLa9q9rFTo4MbeeA5FMe00/9C7lN4va606Rdb+HkxXtXsmEDrIraQ11fGz/WvKWa8gMuCKkrXpTsQ==
|
||||
|
||||
postcss-place@^7.0.3:
|
||||
version "7.0.3"
|
||||
resolved "https://registry.yarnpkg.com/postcss-place/-/postcss-place-7.0.3.tgz#ca8040dfd937c7769a233a3bd6e66e139cf89e62"
|
||||
integrity sha512-tDQ3m+GYoOar+KoQgj+pwPAvGHAp/Sby6vrFiyrELrMKQJ4AejL0NcS0mm296OKKYA2SRg9ism/hlT/OLhBrdQ==
|
||||
version "7.0.4"
|
||||
resolved "https://registry.yarnpkg.com/postcss-place/-/postcss-place-7.0.4.tgz#eb026650b7f769ae57ca4f938c1addd6be2f62c9"
|
||||
integrity sha512-MrgKeiiu5OC/TETQO45kV3npRjOFxEHthsqGtkh3I1rPbZSbXGD/lZVi9j13cYh+NA8PIAPyk6sGjT9QbRyvSg==
|
||||
dependencies:
|
||||
postcss-value-parser "^4.2.0"
|
||||
|
||||
@@ -5462,9 +5467,9 @@ postcss-preset-env@^7.3.1:
|
||||
postcss-selector-not "^5.0.0"
|
||||
|
||||
postcss-pseudo-class-any-link@^7.1.0:
|
||||
version "7.1.0"
|
||||
resolved "https://registry.yarnpkg.com/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-7.1.0.tgz#88eb02b9529c5458ffebc68df3760534b6c9fbbf"
|
||||
integrity sha512-l7sAkLmm3bYq8wt8/0r/dn6o9mVCPq7MOiNrb/Xi2zBlw/+w1V2jKFo/3IijKHfJ92SwDqkVLPwQfGO3xxUdAw==
|
||||
version "7.1.1"
|
||||
resolved "https://registry.yarnpkg.com/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-7.1.1.tgz#534eb1dadd9945eb07830dbcc06fb4d5d865b8e0"
|
||||
integrity sha512-JRoLFvPEX/1YTPxRxp1JO4WxBVXJYrSY7NHeak5LImwJ+VobFMwYDQHvfTXEpcn+7fYIeGkC29zYFhFWIZD8fg==
|
||||
dependencies:
|
||||
postcss-selector-parser "^6.0.9"
|
||||
|
||||
@@ -6165,11 +6170,6 @@ source-map@~0.7.2:
|
||||
resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.7.3.tgz#5302f8169031735226544092e64981f751750383"
|
||||
integrity sha512-CkCj6giN3S+n9qrYiBTX5gystlENnRW5jZeNLHpe6aue+SrHcG5VYwujhW9s4dY31mEGsxBDrHR6oI69fTXsaQ==
|
||||
|
||||
sourcemap-codec@1.4.8:
|
||||
version "1.4.8"
|
||||
resolved "https://registry.yarnpkg.com/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz#ea804bd94857402e6992d05a38ef1ae35a9ab4c4"
|
||||
integrity sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==
|
||||
|
||||
space-separated-tokens@^2.0.0:
|
||||
version "2.0.1"
|
||||
resolved "https://registry.yarnpkg.com/space-separated-tokens/-/space-separated-tokens-2.0.1.tgz#43193cec4fb858a2ce934b7f98b7f2c18107098b"
|
||||
|
||||
Reference in New Issue
Block a user