Skip to content

Commit bc74775

Browse files
authored
Update postcss to 8.3.0 (#36)
1 parent c46d990 commit bc74775

File tree

2 files changed

+22
-26
lines changed

2 files changed

+22
-26
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"husky": "^4.3.0",
4646
"jest": "^26.4.2",
4747
"lint-staged": "^10.4.0",
48-
"postcss": "^8.1.0",
48+
"postcss": "^8.3.0",
4949
"prettier": "^2.1.2"
5050
},
5151
"peerDependencies": {

yarn.lock

Lines changed: 21 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1039,10 +1039,10 @@ color-name@~1.1.4:
10391039
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
10401040
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
10411041

1042-
colorette@^1.2.1:
1043-
version "1.2.1"
1044-
resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.2.1.tgz#4d0b921325c14faf92633086a536db6e89564b1b"
1045-
integrity sha512-puCDz0CzydiSYOrnXpz/PKd69zRrribezjtE9yd4zvytoRc8+RY/KJPvtPFKZS3E3wP6neGyMe0vOTlHO5L3Pw==
1042+
colorette@^1.2.2:
1043+
version "1.2.2"
1044+
resolved "https://registry.yarnpkg.com/colorette/-/colorette-1.2.2.tgz#cbcc79d5e99caea2dbf10eb3a26fd8b3e6acfa94"
1045+
integrity sha512-MKGMzyfeuutC/ZJ1cba9NqcNpfeqMUcYmyF1ZFY6/Cn7CNSAKx6a+s48sqLqyAiZuaP2TcqMhoo+dlwFnVxT9w==
10461046

10471047
combined-stream@^1.0.6, combined-stream@~1.0.6:
10481048
version "1.0.8"
@@ -2099,7 +2099,7 @@ is-wsl@^2.2.0:
20992099
dependencies:
21002100
is-docker "^2.0.0"
21012101

2102-
isarray@1.0.0, isarray@^1.0.0:
2102+
isarray@1.0.0:
21032103
version "1.0.0"
21042104
resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11"
21052105
integrity sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=
@@ -2690,14 +2690,6 @@ levn@~0.3.0:
26902690
prelude-ls "~1.1.2"
26912691
type-check "~0.3.2"
26922692

2693-
line-column@^1.0.2:
2694-
version "1.0.2"
2695-
resolved "https://registry.yarnpkg.com/line-column/-/line-column-1.0.2.tgz#d25af2936b6f4849172b312e4792d1d987bc34a2"
2696-
integrity sha1-0lryk2tvSEkXKzEuR5LR2Ye8NKI=
2697-
dependencies:
2698-
isarray "^1.0.0"
2699-
isobject "^2.0.0"
2700-
27012693
lines-and-columns@^1.1.6:
27022694
version "1.1.6"
27032695
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00"
@@ -2889,10 +2881,10 @@ ms@2.1.2:
28892881
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
28902882
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
28912883

2892-
nanoid@^3.1.12:
2893-
version "3.1.12"
2894-
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.12.tgz#6f7736c62e8d39421601e4a0c77623a97ea69654"
2895-
integrity sha512-1qstj9z5+x491jfiC4Nelk+f8XBad7LN20PmyWINJEMRSf3wcAjAWysw1qaA8z6NSKe2sjq1hRSDpBH5paCb6A==
2884+
nanoid@^3.1.23:
2885+
version "3.1.23"
2886+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.23.tgz#f744086ce7c2bc47ee0a8472574d5c78e4183a81"
2887+
integrity sha512-FiB0kzdP0FFVGDKlRLEQ1BgDzU87dy5NnzjeW9YZNt+/c3+q82EQDUwniSAUxp/F0gFNI1ZhKU1FqYsMuqZVnw==
28962888

28972889
nanomatch@^1.2.9:
28982890
version "1.2.13"
@@ -3194,15 +3186,14 @@ postcss-selector-parser@^6.0.4:
31943186
uniq "^1.0.1"
31953187
util-deprecate "^1.0.2"
31963188

3197-
postcss@^8.1.0:
3198-
version "8.1.1"
3199-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.1.1.tgz#c3a287dd10e4f6c84cb3791052b96a5d859c9389"
3200-
integrity sha512-9DGLSsjooH3kSNjTZUOt2eIj2ZTW0VI2PZ/3My+8TC7KIbH2OKwUlISfDsf63EP4aiRUt3XkEWMWvyJHvJelEg==
3189+
postcss@^8.3.0:
3190+
version "8.3.0"
3191+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.0.tgz#b1a713f6172ca427e3f05ef1303de8b65683325f"
3192+
integrity sha512-+ogXpdAjWGa+fdYY5BQ96V/6tAo+TdSSIMP5huJBIygdWwKtVoB5JWZ7yUd4xZ8r+8Kvvx4nyg/PQ071H4UtcQ==
32013193
dependencies:
3202-
colorette "^1.2.1"
3203-
line-column "^1.0.2"
3204-
nanoid "^3.1.12"
3205-
source-map "^0.6.1"
3194+
colorette "^1.2.2"
3195+
nanoid "^3.1.23"
3196+
source-map-js "^0.6.2"
32063197

32073198
prelude-ls@^1.2.1:
32083199
version "1.2.1"
@@ -3622,6 +3613,11 @@ snapdragon@^0.8.1:
36223613
source-map-resolve "^0.5.0"
36233614
use "^3.1.0"
36243615

3616+
source-map-js@^0.6.2:
3617+
version "0.6.2"
3618+
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-0.6.2.tgz#0bb5de631b41cfbda6cfba8bd05a80efdfd2385e"
3619+
integrity sha512-/3GptzWzu0+0MBQFrDKzw/DvvMTUORvgY6k6jd/VS6iCR4RDTKWH6v6WPwQoUO8667uQEf9Oe38DxAYWY5F/Ug==
3620+
36253621
source-map-resolve@^0.5.0:
36263622
version "0.5.3"
36273623
resolved "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.3.tgz#190866bece7553e1f8f267a2ee82c606b5509a1a"

0 commit comments

Comments
 (0)