Skip to content

Commit a899502

Browse files
authored
Merge pull request #276 from ruisaraiva19/develop
chore: release
2 parents aacd83a + 9d4248a commit a899502

File tree

2 files changed

+93
-86
lines changed

2 files changed

+93
-86
lines changed

package.json

+10-10
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"next": "9.5.3",
5151
"nprogress": "0.2.0",
5252
"object-fit-images": "3.2.4",
53-
"preact": "10.4.8",
53+
"preact": "10.5.2",
5454
"preact-render-to-string": "5.1.10",
5555
"preact-ssr-prepass": "1.1.1",
5656
"prismjs": "1.21.0",
@@ -73,7 +73,7 @@
7373
"@commitlint/config-conventional": "11.0.0",
7474
"@storybook/addon-actions": "5.3.21",
7575
"@storybook/addon-backgrounds": "5.3.21",
76-
"@storybook/addon-console": "1.2.1",
76+
"@storybook/addon-console": "1.2.2",
7777
"@storybook/addon-knobs": "5.3.21",
7878
"@storybook/addon-links": "5.3.21",
7979
"@storybook/addon-storysource": "5.3.21",
@@ -84,17 +84,17 @@
8484
"@types/adm-zip": "0.4.33",
8585
"@types/classnames": "2.2.10",
8686
"@types/multer": "1.4.4",
87-
"@types/node": "14.11.1",
87+
"@types/node": "14.11.2",
8888
"@types/nprogress": "0.2.0",
8989
"@types/object-fit-images": "3.2.0",
9090
"@types/prismjs": "1.16.1",
9191
"@types/react": "16.9.49",
9292
"@types/react-modal": "3.10.6",
9393
"@types/react-transition-group": "4.4.0",
9494
"@types/sharp": "0.25.1",
95-
"@typescript-eslint/eslint-plugin": "4.1.1",
96-
"@typescript-eslint/parser": "4.1.1",
97-
"all-contributors-cli": "6.17.3",
95+
"@typescript-eslint/eslint-plugin": "4.2.0",
96+
"@typescript-eslint/parser": "4.2.0",
97+
"all-contributors-cli": "6.17.4",
9898
"babel-eslint": "10.1.0",
9999
"babel-loader": "8.1.0",
100100
"babel-plugin-prismjs": "2.0.1",
@@ -105,15 +105,15 @@
105105
"cz-conventional-changelog": "3.3.0",
106106
"dotenv": "8.2.0",
107107
"eslint": "7.9.0",
108-
"eslint-config-prettier": "6.11.0",
108+
"eslint-config-prettier": "6.12.0",
109109
"eslint-config-react": "1.1.7",
110110
"eslint-config-react-app": "5.2.1",
111111
"eslint-plugin-cypress": "2.11.1",
112112
"eslint-plugin-flowtype": "5.2.0",
113113
"eslint-plugin-import": "2.22.0",
114114
"eslint-plugin-jsx-a11y": "6.3.1",
115115
"eslint-plugin-prettier": "3.1.4",
116-
"eslint-plugin-react": "7.20.6",
116+
"eslint-plugin-react": "7.21.2",
117117
"eslint-plugin-react-hooks": "4.1.2",
118118
"husky": "4.3.0",
119119
"lint-staged": "10.4.0",
@@ -127,8 +127,8 @@
127127
"sass": "1.26.11",
128128
"sass-loader": "9.0.3",
129129
"semantic-release": "17.1.2",
130-
"start-server-and-test": "1.11.3",
131-
"stylelint": "13.7.1",
130+
"start-server-and-test": "1.11.4",
131+
"stylelint": "13.7.2",
132132
"stylelint-config-css-modules": "2.2.0",
133133
"stylelint-config-prettier": "8.0.2",
134134
"stylelint-config-recess-order": "2.1.0",

yarn.lock

+83-76
Original file line numberDiff line numberDiff line change
@@ -2882,10 +2882,10 @@
28822882
react "^16.8.3"
28832883
util-deprecate "^1.0.2"
28842884

2885-
"@storybook/addon-console@1.2.1":
2886-
version "1.2.1"
2887-
resolved "https://registry.yarnpkg.com/@storybook/addon-console/-/addon-console-1.2.1.tgz#f338401661b4636118b13839848061e996d4e104"
2888-
integrity sha512-2iDbDTipWonvRpIqLLntfhCGvawFFvoG1xyErpyL7K/HRdQ1zzIvR1Qm83S7TK8Vg+RzZWm4wcDbxx7WOsFCNg==
2885+
"@storybook/addon-console@1.2.2":
2886+
version "1.2.2"
2887+
resolved "https://registry.yarnpkg.com/@storybook/addon-console/-/addon-console-1.2.2.tgz#018cd712e1ed6eee1a7eae57c3d96f1fbbedc191"
2888+
integrity sha512-aTuYoz1Fit9PAhy0VDTjQ5rovRz5a+DgPRIaA5cktkiA9Y0ikK/cu525DDZLTh7oNMOt0fmRYyYPtknTMyeXrQ==
28892889
dependencies:
28902890
global "^4.3.2"
28912891

@@ -3531,10 +3531,10 @@
35313531
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.0.11.tgz#61d4886e2424da73b7b25547f59fdcb534c165a3"
35323532
integrity sha512-lCvvI24L21ZVeIiyIUHZ5Oflv1hhHQ5E1S25IRlKIXaRkVgmXpJMI3wUJkmym2bTbCe+WoIibQnMVAU3FguaOg==
35333533

3534-
"@types/node@14.11.1":
3535-
version "14.11.1"
3536-
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.11.1.tgz#56af902ad157e763f9ba63d671c39cda3193c835"
3537-
integrity sha512-oTQgnd0hblfLsJ6BvJzzSL+Inogp3lq9fGgqRkMB/ziKMgEUaFl801OncOzUmalfzt14N0oPHMK47ipl+wbTIw==
3534+
"@types/node@14.11.2":
3535+
version "14.11.2"
3536+
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.11.2.tgz#2de1ed6670439387da1c9f549a2ade2b0a799256"
3537+
integrity sha512-jiE3QIxJ8JLNcb1Ps6rDbysDhN4xa8DJJvuC9prr6w+1tIh+QAbYyNF3tyiZNLDBIuBCf4KEcV2UvQm/V60xfA==
35383538

35393539
"@types/normalize-package-data@^2.4.0":
35403540
version "2.4.0"
@@ -3723,74 +3723,74 @@
37233723
"@types/webpack-sources" "*"
37243724
source-map "^0.6.0"
37253725

3726-
"@typescript-eslint/eslint-plugin@4.1.1":
3727-
version "4.1.1"
3728-
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.1.1.tgz#78d5b18e259b13c2f4ec41dd9105af269a161a75"
3729-
integrity sha512-Hoxyt99EA9LMmqo/5PuWWPeWeB3mKyvibfJ1Hy5SfiUpjE8Nqp+5QNd9fOkzL66+fqvIWSIE+Ett16LGMzCGnQ==
3726+
"@typescript-eslint/eslint-plugin@4.2.0":
3727+
version "4.2.0"
3728+
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-4.2.0.tgz#a3d5c11b377b7e18f3cd9c4e87d465fe9432669b"
3729+
integrity sha512-zBNRkzvLSwo6y5TG0DVcmshZIYBHKtmzD4N+LYnfTFpzc4bc79o8jNRSb728WV7A4Cegbs+MV5IRAj8BKBgOVQ==
37303730
dependencies:
3731-
"@typescript-eslint/experimental-utils" "4.1.1"
3732-
"@typescript-eslint/scope-manager" "4.1.1"
3731+
"@typescript-eslint/experimental-utils" "4.2.0"
3732+
"@typescript-eslint/scope-manager" "4.2.0"
37333733
debug "^4.1.1"
37343734
functional-red-black-tree "^1.0.1"
37353735
regexpp "^3.0.0"
37363736
semver "^7.3.2"
37373737
tsutils "^3.17.1"
37383738

3739-
"@typescript-eslint/experimental-utils@4.1.1":
3740-
version "4.1.1"
3741-
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.1.1.tgz#52ff4e37c93113eb96385a4e6d075abece1ea72d"
3742-
integrity sha512-jzYsNciHoa4Z3c1URtmeT/bamYm8Dwfw6vuN3WHIE/BXb1iC4KveAnXDErTAZtPVxTYBaYn3n2gbt6F6D2rm1A==
3739+
"@typescript-eslint/experimental-utils@4.2.0":
3740+
version "4.2.0"
3741+
resolved "https://registry.yarnpkg.com/@typescript-eslint/experimental-utils/-/experimental-utils-4.2.0.tgz#3d0b5cd4aa61f5eb7aa1e873dea0db1410b062d2"
3742+
integrity sha512-5BBj6BjgHEndBaQQpUVzRIPERz03LBc0MCQkHwUaH044FJFL08SwWv/sQftk7gf0ShZ2xZysz0LTwCwNt4Xu3w==
37433743
dependencies:
37443744
"@types/json-schema" "^7.0.3"
3745-
"@typescript-eslint/scope-manager" "4.1.1"
3746-
"@typescript-eslint/types" "4.1.1"
3747-
"@typescript-eslint/typescript-estree" "4.1.1"
3745+
"@typescript-eslint/scope-manager" "4.2.0"
3746+
"@typescript-eslint/types" "4.2.0"
3747+
"@typescript-eslint/typescript-estree" "4.2.0"
37483748
eslint-scope "^5.0.0"
37493749
eslint-utils "^2.0.0"
37503750

3751-
"@typescript-eslint/parser@4.1.1":
3752-
version "4.1.1"
3753-
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.1.1.tgz#324b4b35e314075adbc92bd8330cf3ef0c88cf3e"
3754-
integrity sha512-NLIhmicpKGfJbdXyQBz9j48PA6hq6e+SDOoXy7Ak6bq1ebGqbgG+fR1UIDAuay6OjQdot69c/URu2uLlsP8GQQ==
3751+
"@typescript-eslint/parser@4.2.0":
3752+
version "4.2.0"
3753+
resolved "https://registry.yarnpkg.com/@typescript-eslint/parser/-/parser-4.2.0.tgz#1879ef400abd73d972e20f14c3522e5b343d1d1b"
3754+
integrity sha512-54jJ6MwkOtowpE48C0QJF9iTz2/NZxfKVJzv1ha5imigzHbNSLN9yvbxFFH1KdlRPQrlR8qxqyOvLHHxd397VA==
37553755
dependencies:
3756-
"@typescript-eslint/scope-manager" "4.1.1"
3757-
"@typescript-eslint/types" "4.1.1"
3758-
"@typescript-eslint/typescript-estree" "4.1.1"
3756+
"@typescript-eslint/scope-manager" "4.2.0"
3757+
"@typescript-eslint/types" "4.2.0"
3758+
"@typescript-eslint/typescript-estree" "4.2.0"
37593759
debug "^4.1.1"
37603760

3761-
"@typescript-eslint/scope-manager@4.1.1":
3762-
version "4.1.1"
3763-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.1.1.tgz#bdb8526e82435f32b4ccd9dd4cec01af97b48850"
3764-
integrity sha512-0W8TTobCvIIQ2FsrYTffyZGAAFUyIbEHq5EYJb1m7Rpd005jrnOvKOo8ywCLhs/Bm17C+KsrUboBvBAARQVvyA==
3761+
"@typescript-eslint/scope-manager@4.2.0":
3762+
version "4.2.0"
3763+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-4.2.0.tgz#d10e6854a65e175b22a28265d372a97c8cce4bfc"
3764+
integrity sha512-Tb402cxxObSxWIVT+PnBp5ruT2V/36yj6gG4C9AjkgRlZpxrLAzWDk3neen6ToMBGeGdxtnfFLoJRUecGz9mYQ==
37653765
dependencies:
3766-
"@typescript-eslint/types" "4.1.1"
3767-
"@typescript-eslint/visitor-keys" "4.1.1"
3766+
"@typescript-eslint/types" "4.2.0"
3767+
"@typescript-eslint/visitor-keys" "4.2.0"
37683768

3769-
"@typescript-eslint/types@4.1.1":
3770-
version "4.1.1"
3771-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.1.1.tgz#57500c4a86b28cb47094c1a62f1177ea279a09cb"
3772-
integrity sha512-zrBiqOKYerMTllKcn+BP+i1b7LW/EbMMYytroXMxUTvFPn1smkCu0D7lSAx29fTUO4jnwV0ljSvYQtn2vNrNxA==
3769+
"@typescript-eslint/types@4.2.0":
3770+
version "4.2.0"
3771+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-4.2.0.tgz#6f6b094329e72040f173123832397c7c0b910fc8"
3772+
integrity sha512-xkv5nIsxfI/Di9eVwN+G9reWl7Me9R5jpzmZUch58uQ7g0/hHVuGUbbn4NcxcM5y/R4wuJIIEPKPDb5l4Fdmwg==
37733773

3774-
"@typescript-eslint/typescript-estree@4.1.1":
3775-
version "4.1.1"
3776-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.1.1.tgz#2015a84d71303ecdb6f46efd807ac19a51aab490"
3777-
integrity sha512-2AUg5v0liVBsqbGxBphbJ0QbGqSRVaF5qPoTPWcxop+66vMdU1h4CCvHxTC47+Qb+Pr4l2RhXDd41JNpwcQEKw==
3774+
"@typescript-eslint/typescript-estree@4.2.0":
3775+
version "4.2.0"
3776+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-4.2.0.tgz#9d746240991c305bf225ad5e96cbf57e7fea0551"
3777+
integrity sha512-iWDLCB7z4MGkLipduF6EOotdHNtgxuNKnYD54nMS/oitFnsk4S3S/TE/UYXQTra550lHtlv9eGmp+dvN9pUDtA==
37783778
dependencies:
3779-
"@typescript-eslint/types" "4.1.1"
3780-
"@typescript-eslint/visitor-keys" "4.1.1"
3779+
"@typescript-eslint/types" "4.2.0"
3780+
"@typescript-eslint/visitor-keys" "4.2.0"
37813781
debug "^4.1.1"
37823782
globby "^11.0.1"
37833783
is-glob "^4.0.1"
37843784
lodash "^4.17.15"
37853785
semver "^7.3.2"
37863786
tsutils "^3.17.1"
37873787

3788-
"@typescript-eslint/visitor-keys@4.1.1":
3789-
version "4.1.1"
3790-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.1.1.tgz#bb05664bf4bea28dc120d1da94f3027d42ab0f6f"
3791-
integrity sha512-/EOOXbA2ferGLG6RmCHEQ0lTTLkOlXYDgblCmQk3tIU7mTPLm4gKhFMeeUSe+bcchTUsKeCk8xcpbop5Zr/8Rw==
3788+
"@typescript-eslint/visitor-keys@4.2.0":
3789+
version "4.2.0"
3790+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-4.2.0.tgz#ae13838e3a260b63ae51021ecaf1d0cdea8dbba5"
3791+
integrity sha512-WIf4BNOlFOH2W+YqGWa6YKLcK/EB3gEj2apCrqLw6mme1RzBy0jtJ9ewJgnrZDB640zfnv8L+/gwGH5sYp/rGw==
37923792
dependencies:
3793-
"@typescript-eslint/types" "4.1.1"
3793+
"@typescript-eslint/types" "4.2.0"
37943794
eslint-visitor-keys "^2.0.0"
37953795

37963796
"@use-it/event-listener@^0.1.2":
@@ -4106,10 +4106,10 @@ ajv@^6.12.4:
41064106
json-schema-traverse "^0.4.1"
41074107
uri-js "^4.2.2"
41084108

4109-
all-contributors-cli@6.17.3:
4110-
version "6.17.3"
4111-
resolved "https://registry.yarnpkg.com/all-contributors-cli/-/all-contributors-cli-6.17.3.tgz#d8f2e0a81f85322e78caa4ee5ac42237e4e5667d"
4112-
integrity sha512-kRyGpk+i9LAxOvbCGorJK4fVXphvfS5cABlNGqeKLUbKF5QZEviwhfqb2ZpFXW90OJpjKNEQ3JQ4r9cwesXHqw==
4109+
all-contributors-cli@6.17.4:
4110+
version "6.17.4"
4111+
resolved "https://registry.yarnpkg.com/all-contributors-cli/-/all-contributors-cli-6.17.4.tgz#5d942479c8a1704b6ef772fd087c533dc90c326d"
4112+
integrity sha512-fv55BHQu1cna2/pJJdv/ULp1C7vfUMxnW8ZRm16RE0brTR3RmuEa4NPY180vHwFjGF5vBZdZsjX/+XxAyapazA==
41134113
dependencies:
41144114
"@babel/runtime" "^7.7.6"
41154115
async "^3.0.1"
@@ -6668,13 +6668,20 @@ debug@3.1.0, debug@=3.1.0:
66686668
dependencies:
66696669
ms "2.0.0"
66706670

6671-
debug@4, debug@4.1.1, debug@^4.0.0, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1:
6671+
debug@4, debug@^4.0.0, debug@^4.0.1, debug@^4.1.0, debug@^4.1.1:
66726672
version "4.1.1"
66736673
resolved "https://registry.yarnpkg.com/debug/-/debug-4.1.1.tgz#3b72260255109c6b589cee050f1d516139664791"
66746674
integrity sha512-pYAIzeRo8J6KPEaJ0VWOh5Pzkbw/RetuzehGM7QRRX5he4fPHx2rdKMB256ehJCkX+XRQm16eZLqLNS8RSZXZw==
66756675
dependencies:
66766676
ms "^2.1.1"
66776677

6678+
debug@4.2.0:
6679+
version "4.2.0"
6680+
resolved "https://registry.yarnpkg.com/debug/-/debug-4.2.0.tgz#7f150f93920e94c58f5574c2fd01a3110effe7f1"
6681+
integrity sha512-IX2ncY78vDTjZMFUdmsvIRFY2Cf4FnD0wRs+nQwJU8Lu99/tPFdb0VybiiMTPe3I6rQmwsqQqRBvxU+bZ/I8sg==
6682+
dependencies:
6683+
ms "2.1.2"
6684+
66786685
debug@^3.0.0, debug@^3.1.0, debug@^3.2.5:
66796686
version "3.2.6"
66806687
resolved "https://registry.yarnpkg.com/debug/-/debug-3.2.6.tgz#e83d17de16d8a7efb7717edbe5fb10135eee629b"
@@ -7404,10 +7411,10 @@ escape-string-regexp@1.0.5, escape-string-regexp@^1.0.2, escape-string-regexp@^1
74047411
resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4"
74057412
integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=
74067413

7407-
eslint-config-prettier@6.11.0:
7408-
version "6.11.0"
7409-
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.11.0.tgz#f6d2238c1290d01c859a8b5c1f7d352a0b0da8b1"
7410-
integrity sha512-oB8cpLWSAjOVFEJhhyMZh6NOEOtBVziaqdDQ86+qhDHFbZXoRTM7pNSvFRfW/W/L/LrQ38C99J5CGuRBBzBsdA==
7414+
eslint-config-prettier@6.12.0:
7415+
version "6.12.0"
7416+
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-6.12.0.tgz#9eb2bccff727db1c52104f0b49e87ea46605a0d2"
7417+
integrity sha512-9jWPlFlgNwRUYVoujvWTQ1aMO8o6648r+K7qU7K5Jmkbyqav1fuEZC0COYpGBxyiAJb65Ra9hrmFx19xRGwXWw==
74117418
dependencies:
74127419
get-stdin "^6.0.0"
74137420

@@ -7502,10 +7509,10 @@ eslint-plugin-react-hooks@4.1.2:
75027509
resolved "https://registry.yarnpkg.com/eslint-plugin-react-hooks/-/eslint-plugin-react-hooks-4.1.2.tgz#2eb53731d11c95826ef7a7272303eabb5c9a271e"
75037510
integrity sha512-ykUeqkGyUGgwTtk78C0o8UG2fzwmgJ0qxBGPp2WqRKsTwcLuVf01kTDRAtOsd4u6whX2XOC8749n2vPydP82fg==
75047511

7505-
eslint-plugin-react@7.20.6:
7506-
version "7.20.6"
7507-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.20.6.tgz#4d7845311a93c463493ccfa0a19c9c5d0fd69f60"
7508-
integrity sha512-kidMTE5HAEBSLu23CUDvj8dc3LdBU0ri1scwHBZjI41oDv4tjsWZKU7MQccFzH1QYPYhsnTF2ovh7JlcIcmxgg==
7512+
eslint-plugin-react@7.21.2:
7513+
version "7.21.2"
7514+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.21.2.tgz#3bd5d2c4c36d5a0428d0d6dda301ac9a84d681b2"
7515+
integrity sha512-j3XKvrK3rpBzveKFbgAeGsWb9uz6iUOrR0jixRfjwdFeGSRsXvVTFtHDQYCjsd1/6Z/xvb8Vy3LiI5Reo7fDrg==
75097516
dependencies:
75107517
array-includes "^3.1.1"
75117518
array.prototype.flatmap "^1.2.3"
@@ -11367,7 +11374,7 @@ ms@2.1.1:
1136711374
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.1.tgz#30a5864eb3ebb0a66f2ebe6d727af06a09d86e0a"
1136811375
integrity sha512-tgp+dl5cGk28utYktBsrFqA7HKgrhgPsg6Z/EfhWI4gl1Hwq8B/GmY/0oXZ6nF8hDVesS/FpnYaD/kOWhYQvyg==
1136911376

11370-
ms@^2.0.0, ms@^2.1.1:
11377+
ms@2.1.2, ms@^2.0.0, ms@^2.1.1:
1137111378
version "2.1.2"
1137211379
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
1137311380
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
@@ -13218,10 +13225,10 @@ preact-ssr-prepass@1.1.1:
1321813225
resolved "https://registry.yarnpkg.com/preact-ssr-prepass/-/preact-ssr-prepass-1.1.1.tgz#1031e50c3b80cbdd8e155e520d0e97b9bc425faa"
1321913226
integrity sha512-AszER25gPq8GMcUP+PruRCRg6FEgeoVfR8tlquz7QCPbRLSqkmHkTNwRiwx0zeRl0wd0CtFN4D9r6zCPeVo8Hg==
1322013227

13221-
preact@10.4.8:
13222-
version "10.4.8"
13223-
resolved "https://registry.yarnpkg.com/preact/-/preact-10.4.8.tgz#8517b106cc5591eb675237c93da99ac052cf4756"
13224-
integrity sha512-uVLeEAyRsCkUEFhVHlOu17OxcrwC7+hTGZ08kBoLBiGHiZooUZuibQnphgMKftw/rqYntNMyhVCPqQhcyAGHag==
13228+
preact@10.5.2:
13229+
version "10.5.2"
13230+
resolved "https://registry.yarnpkg.com/preact/-/preact-10.5.2.tgz#4c07c27f4239666840e0d637ec7c110cfcae181d"
13231+
integrity sha512-4y2Q6kMiJtMONMJR7z+o8P5tGkMzVItyy77AXGrUdusv+dk4jwoS3KrpCBkFloY2xsScRJYwZQZrx89tTjDkOw==
1322513232

1322613233
prebuild-install@^5.3.3:
1322713234
version "5.3.4"
@@ -15259,14 +15266,14 @@ stacktrace-parser@0.1.10:
1525915266
dependencies:
1526015267
type-fest "^0.7.1"
1526115268

15262-
start-server-and-test@1.11.3:
15263-
version "1.11.3"
15264-
resolved "https://registry.yarnpkg.com/start-server-and-test/-/start-server-and-test-1.11.3.tgz#d293d2cff2c2fa0a46bbcf6b292716dbc8042d01"
15265-
integrity sha512-7r2lvcnJPECSG+ydMzk1wLt3MdzsHnYj+kXgKyzbvTXul5XYEmYJJ3K7YUGNgo5w/vnZb8L/AZMyg1C17qBdzg==
15269+
start-server-and-test@1.11.4:
15270+
version "1.11.4"
15271+
resolved "https://registry.yarnpkg.com/start-server-and-test/-/start-server-and-test-1.11.4.tgz#12ede252b661e030ffd4eae325e51794a88a2473"
15272+
integrity sha512-db89HoSLpRAj+gfcI2i5g1CSLijzFNXplG7cFvZM0ulyXTR8MtH6KtuKecEcH8GnMDEdrqfDiCidbG/QsBPu6Q==
1526615273
dependencies:
1526715274
bluebird "3.7.2"
1526815275
check-more-types "2.24.0"
15269-
debug "4.1.1"
15276+
debug "4.2.0"
1527015277
execa "3.4.0"
1527115278
lazy-ass "1.6.0"
1527215279
ps-tree "1.2.0"
@@ -15687,10 +15694,10 @@ stylelint-scss@3.18.0:
1568715694
postcss-selector-parser "^6.0.2"
1568815695
postcss-value-parser "^4.1.0"
1568915696

15690-
stylelint@13.7.1:
15691-
version "13.7.1"
15692-
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-13.7.1.tgz#bee97ee78d778a3f1dbe3f7397b76414973e263e"
15693-
integrity sha512-qzqazcyRxrSRdmFuO0/SZOJ+LyCxYy0pwcvaOBBnl8/2VfHSMrtNIE+AnyJoyq6uKb+mt+hlgmVrvVi6G6XHfQ==
15697+
stylelint@13.7.2:
15698+
version "13.7.2"
15699+
resolved "https://registry.yarnpkg.com/stylelint/-/stylelint-13.7.2.tgz#6f3c58eea4077680ed0ceb0d064b22b100970486"
15700+
integrity sha512-mmieorkfmO+ZA6CNDu1ic9qpt4tFvH2QUB7vqXgrMVHe5ENU69q7YDq0YUg/UHLuCsZOWhUAvcMcLzLDIERzSg==
1569415701
dependencies:
1569515702
"@stylelint/postcss-css-in-js" "^0.37.2"
1569615703
"@stylelint/postcss-markdown" "^0.36.1"

0 commit comments

Comments
 (0)