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:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-10-28 18:30:02 +0300
committerGitHub <noreply@github.com>2021-10-28 18:30:02 +0300
commit2ffc0c7a9c274982b53a687bbdf7b9153fa32198 (patch)
tree314699cf27bb4e067a75e2275e8818095676bd6c /package.json
parent098179ec1ffd0bd9408d145123f0338346e9fa28 (diff)
add vendor specific css prefixes (#448)
Co-authored-by: kodiakhq[bot] <kodiakhq[bot]@users.noreply.github.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 7d72729..759c7aa 100644
--- a/package.json
+++ b/package.json
@@ -17,8 +17,8 @@
},
"homepage": "https://github.com/hossainemruz/toha#readme",
"devDependencies": {
- "autoprefixer": "^10.3.7",
- "postcss": "^8.3.10",
+ "autoprefixer": "^10.4.0",
+ "postcss": "^8.3.11",
"postcss-cli": "^8.3.1"
}
}