aboutsummaryrefslogtreecommitdiff
path: root/vnext/package.json
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2021-08-16 23:56:42 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:57 +0300
commitefee747f811bf0d077db2994bd8774dfa6c82cc9 (patch)
treecd51186d0434b8c412a55c7050b782744408376a /vnext/package.json
parent71da010aea285970f546073b8313dbddb5a10cd4 (diff)
Add postcss to dev dependencies
Diffstat (limited to 'vnext/package.json')
-rw-r--r--vnext/package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/vnext/package.json b/vnext/package.json
index 24de600d..e8051bc7 100644
--- a/vnext/package.json
+++ b/vnext/package.json
@@ -33,6 +33,7 @@
"html-webpack-plugin": "^5.3.2",
"jest": "^27.0.6",
"mini-css-extract-plugin": "^2.2.0",
+ "postcss": "^8.3.6",
"postcss-loader": "^6.1.1",
"postcss-preset-env": "^6.7.0",
"react-test-renderer": "^17.0.2",