Skip to content

Commit dba9ea7

Browse files
committed
Add devDeps for flow and postcss
- Add `flow-bin` to enable manual flow checking. The version added is the last version used by the project. To run flow, use the command: yarn flow check - Explicitly add `postcss` to remove the `yarn install` warning about missing peer dependencies. This version was already referenced in yarn.lock so no new dependencies have been added.
1 parent 0ee2c93 commit dba9ea7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
"eslint-webpack-plugin": "2.5.4",
3636
"file-loader": "6.0.0",
3737
"filesize": "3.6.1",
38+
"flow-bin": "0.123.0",
3839
"fs-extra": "0.30.0",
3940
"gzip-size": "3.0.0",
4041
"handlebars": "4.7.7",
@@ -49,6 +50,7 @@
4950
"opn": "4.0.2",
5051
"optimize-css-assets-webpack-plugin": "6.0.0",
5152
"path-exists": "3.0.0",
53+
"postcss": "7.0.35",
5254
"postcss-loader": "4.2.0",
5355
"postcss-preset-env": "6.7.0",
5456
"postcss-safe-parser": "5.0.2",

yarn.lock

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6446,6 +6446,11 @@ flatten@^1.0.2:
64466446
resolved "https://registry.yarnpkg.com/flatten/-/flatten-1.0.3.tgz#c1283ac9f27b368abc1e36d1ff7b04501a30356b"
64476447
integrity sha512-dVsPA/UwQ8+2uoFe5GHtiBMu48dWLTdsuEd7CKGlZlD78r1TTWBvDuFaFGKCo/ZfEr95Uk56vZoX86OsHkUeIg==
64486448

6449+
6450+
version "0.123.0"
6451+
resolved "https://registry.yarnpkg.com/flow-bin/-/flow-bin-0.123.0.tgz#7ba61a0b8775928cf4943ccf78eed2b1b05f7b3a"
6452+
integrity sha512-Ylcf8YDIM/KrqtxkPuq+f8O+6sdYA2Nuz5f+sWHlp539DatZz3YMcsO1EiXaf1C11HJgpT/3YGYe7xZ9/UZmvQ==
6453+
64496454
flush-write-stream@^1.0.0:
64506455
version "1.1.1"
64516456
resolved "https://registry.yarnpkg.com/flush-write-stream/-/flush-write-stream-1.1.1.tgz#8dd7d873a1babc207d94ead0c2e0e44276ebf2e8"
@@ -11880,7 +11885,7 @@ postcss-values-parser@^2.0.0, postcss-values-parser@^2.0.1:
1188011885
indexes-of "^1.0.1"
1188111886
uniq "^1.0.1"
1188211887

11883-
postcss@^7.0.14, postcss@^7.0.17, postcss@^7.0.2, postcss@^7.0.32, postcss@^7.0.5, postcss@^7.0.6:
11888+
postcss@7.0.35, postcss@^7.0.14, postcss@^7.0.17, postcss@^7.0.2, postcss@^7.0.32, postcss@^7.0.5, postcss@^7.0.6:
1188411889
version "7.0.35"
1188511890
resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.35.tgz#d2be00b998f7f211d8a276974079f2e92b970e24"
1188611891
integrity sha512-3QT8bBJeX/S5zKTTjTCIjRF3If4avAT6kqxcASlTWEtAFCb9NH0OUxNDfgZSWdP5fJnBYCMEWkIFfWeugjzYMg==

0 commit comments

Comments
 (0)