Skip to content
This repository was archived by the owner on May 19, 2025. It is now read-only.

Commit fb0e92f

Browse files
committed
add postcss to dev deps
1 parent eb7972f commit fb0e92f

2 files changed

Lines changed: 33 additions & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
"html-webpack-plugin": "^2.30.1",
6565
"jest": "^22.1.4",
6666
"normalize.css": "^7.0.0",
67+
"postcss": "^7.0.1",
6768
"postcss-import": "^11.0.0",
6869
"postcss-loader": "^2.0.10",
6970
"precss": "^2.0.0",

yarn.lock

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,12 @@ ansi-styles@^3.1.0, ansi-styles@^3.2.0:
174174
dependencies:
175175
color-convert "^1.9.0"
176176

177+
ansi-styles@^3.2.1:
178+
version "3.2.1"
179+
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d"
180+
dependencies:
181+
color-convert "^1.9.0"
182+
177183
anymatch@^1.3.0:
178184
version "1.3.2"
179185
resolved "https://registry.yarnpkg.com/anymatch/-/anymatch-1.3.2.tgz#553dcb8f91e3c889845dfdba34c77721b90b9d7a"
@@ -1306,6 +1312,14 @@ chalk@^2.0.0, chalk@^2.0.1, chalk@^2.1.0, chalk@^2.3.0:
13061312
escape-string-regexp "^1.0.5"
13071313
supports-color "^4.0.0"
13081314

1315+
chalk@^2.4.1:
1316+
version "2.4.1"
1317+
resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.1.tgz#18c49ab16a037b6eb0152cc83e3471338215b66e"
1318+
dependencies:
1319+
ansi-styles "^3.2.1"
1320+
escape-string-regexp "^1.0.5"
1321+
supports-color "^5.3.0"
1322+
13091323
chardet@^0.4.0:
13101324
version "0.4.2"
13111325
resolved "https://registry.yarnpkg.com/chardet/-/chardet-0.4.2.tgz#b5473b33dc97c424e5d98dc87d55d4d8a29c8bf2"
@@ -2888,6 +2902,10 @@ has-flag@^2.0.0:
28882902
version "2.0.0"
28892903
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-2.0.0.tgz#e8207af1cc7b30d446cc70b734b5e8be18f88d51"
28902904

2905+
has-flag@^3.0.0:
2906+
version "3.0.0"
2907+
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a07f3b955bafd"
2908+
28912909
has-symbols@^1.0.0:
28922910
version "1.0.0"
28932911
resolved "https://registry.yarnpkg.com/has-symbols/-/has-symbols-1.0.0.tgz#ba1a8f1af2a0fc39650f5c850367704122063b44"
@@ -5143,6 +5161,14 @@ postcss@^6.0.1:
51435161
source-map "^0.6.1"
51445162
supports-color "^5.1.0"
51455163

5164+
postcss@^7.0.1:
5165+
version "7.0.1"
5166+
resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.1.tgz#db20ca4fc90aa56809674eea75864148c66b67fa"
5167+
dependencies:
5168+
chalk "^2.4.1"
5169+
source-map "^0.6.1"
5170+
supports-color "^5.4.0"
5171+
51465172
precss@^2.0.0:
51475173
version "2.0.0"
51485174
resolved "https://registry.yarnpkg.com/precss/-/precss-2.0.0.tgz#7f567e3318e06d44c8fdbf9e58452e8358bf4b71"
@@ -6205,6 +6231,12 @@ supports-color@^5.1.0:
62056231
dependencies:
62066232
has-flag "^2.0.0"
62076233

6234+
supports-color@^5.3.0, supports-color@^5.4.0:
6235+
version "5.4.0"
6236+
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.4.0.tgz#1c6b337402c2137605efe19f10fec390f6faab54"
6237+
dependencies:
6238+
has-flag "^3.0.0"
6239+
62086240
svgo@^0.7.0:
62096241
version "0.7.2"
62106242
resolved "https://registry.yarnpkg.com/svgo/-/svgo-0.7.2.tgz#9f5772413952135c6fefbf40afe6a4faa88b4bb5"

0 commit comments

Comments
 (0)