Skip to content

Commit 5bbc560

Browse files
authored
Update postcss to 8.3.0 (#23)
* Update postcss to 8.3.0 * update yarn.lock
1 parent 3851eec commit 5bbc560

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
@@ -42,7 +42,7 @@
4242
"husky": "^4.3.0",
4343
"jest": "^26.5.2",
4444
"lint-staged": "^10.4.0",
45-
"postcss": "^8.1.0",
45+
"postcss": "^8.3.0",
4646
"prettier": "^2.1.2"
4747
},
4848
"dependencies": {

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"
@@ -2094,7 +2094,7 @@ is-wsl@^2.2.0:
20942094
dependencies:
20952095
is-docker "^2.0.0"
20962096

2097-
isarray@1.0.0, isarray@^1.0.0:
2097+
isarray@1.0.0:
20982098
version "1.0.0"
20992099
resolved "https://registry.yarnpkg.com/isarray/-/isarray-1.0.0.tgz#bb935d48582cba168c06834957a54a3e07124f11"
21002100
integrity sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=
@@ -2685,14 +2685,6 @@ levn@~0.3.0:
26852685
prelude-ls "~1.1.2"
26862686
type-check "~0.3.2"
26872687

2688-
line-column@^1.0.2:
2689-
version "1.0.2"
2690-
resolved "https://registry.yarnpkg.com/line-column/-/line-column-1.0.2.tgz#d25af2936b6f4849172b312e4792d1d987bc34a2"
2691-
integrity sha1-0lryk2tvSEkXKzEuR5LR2Ye8NKI=
2692-
dependencies:
2693-
isarray "^1.0.0"
2694-
isobject "^2.0.0"
2695-
26962688
lines-and-columns@^1.1.6:
26972689
version "1.1.6"
26982690
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00"
@@ -2884,10 +2876,10 @@ ms@2.1.2:
28842876
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"
28852877
integrity sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==
28862878

2887-
nanoid@^3.1.12:
2888-
version "3.1.12"
2889-
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.12.tgz#6f7736c62e8d39421601e4a0c77623a97ea69654"
2890-
integrity sha512-1qstj9z5+x491jfiC4Nelk+f8XBad7LN20PmyWINJEMRSf3wcAjAWysw1qaA8z6NSKe2sjq1hRSDpBH5paCb6A==
2879+
nanoid@^3.1.23:
2880+
version "3.1.23"
2881+
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.1.23.tgz#f744086ce7c2bc47ee0a8472574d5c78e4183a81"
2882+
integrity sha512-FiB0kzdP0FFVGDKlRLEQ1BgDzU87dy5NnzjeW9YZNt+/c3+q82EQDUwniSAUxp/F0gFNI1ZhKU1FqYsMuqZVnw==
28912883

28922884
nanomatch@^1.2.9:
28932885
version "1.2.13"
@@ -3179,15 +3171,14 @@ posix-character-classes@^0.1.0:
31793171
resolved "https://registry.yarnpkg.com/posix-character-classes/-/posix-character-classes-0.1.1.tgz#01eac0fe3b5af71a2a6c02feabb8c1fef7e00eab"
31803172
integrity sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=
31813173

3182-
postcss@^8.1.0:
3183-
version "8.1.1"
3184-
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.1.1.tgz#c3a287dd10e4f6c84cb3791052b96a5d859c9389"
3185-
integrity sha512-9DGLSsjooH3kSNjTZUOt2eIj2ZTW0VI2PZ/3My+8TC7KIbH2OKwUlISfDsf63EP4aiRUt3XkEWMWvyJHvJelEg==
3174+
postcss@^8.3.0:
3175+
version "8.3.0"
3176+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.3.0.tgz#b1a713f6172ca427e3f05ef1303de8b65683325f"
3177+
integrity sha512-+ogXpdAjWGa+fdYY5BQ96V/6tAo+TdSSIMP5huJBIygdWwKtVoB5JWZ7yUd4xZ8r+8Kvvx4nyg/PQ071H4UtcQ==
31863178
dependencies:
3187-
colorette "^1.2.1"
3188-
line-column "^1.0.2"
3189-
nanoid "^3.1.12"
3190-
source-map "^0.6.1"
3179+
colorette "^1.2.2"
3180+
nanoid "^3.1.23"
3181+
source-map-js "^0.6.2"
31913182

31923183
prelude-ls@^1.2.1:
31933184
version "1.2.1"
@@ -3607,6 +3598,11 @@ snapdragon@^0.8.1:
36073598
source-map-resolve "^0.5.0"
36083599
use "^3.1.0"
36093600

3601+
source-map-js@^0.6.2:
3602+
version "0.6.2"
3603+
resolved "https://registry.yarnpkg.com/source-map-js/-/source-map-js-0.6.2.tgz#0bb5de631b41cfbda6cfba8bd05a80efdfd2385e"
3604+
integrity sha512-/3GptzWzu0+0MBQFrDKzw/DvvMTUORvgY6k6jd/VS6iCR4RDTKWH6v6WPwQoUO8667uQEf9Oe38DxAYWY5F/Ug==
3605+
36103606
source-map-resolve@^0.5.0:
36113607
version "0.5.3"
36123608
resolved "https://registry.yarnpkg.com/source-map-resolve/-/source-map-resolve-0.5.3.tgz#190866bece7553e1f8f267a2ee82c606b5509a1a"

0 commit comments

Comments
 (0)