Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/hossainemruz/toha.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmruz Hossain <hossainemruz@gmail.com>2021-05-16 17:05:53 +0300
committerGitHub <noreply@github.com>2021-05-16 17:05:53 +0300
commit6eefce8533480f5c6946a70bf8c92cbfea9c1ac3 (patch)
tree71096fd3f27e2daf2382509c2129d2047a328add /package.json
parent0ff2ecce52838cfac0a133b7714dc0d2b07023df (diff)
Update postcss-cli and autoprefixer (#313)
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 72644f0..86f51dd 100644
--- a/package.json
+++ b/package.json
@@ -17,7 +17,7 @@
},
"homepage": "https://github.com/hossainemruz/toha#readme",
"devDependencies": {
- "autoprefixer": "^9.8.6",
- "postcss-cli": "^7.1.2"
+ "autoprefixer": "^10.2.5",
+ "postcss-cli": "^8.3.1"
}
}