diff options
author | crupest <crupest@outlook.com> | 2021-04-23 17:37:18 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-23 17:37:18 +0800 |
commit | 6acef36dc717834605eda2af9e1738dac8fa2f6d (patch) | |
tree | 2d0ccbc5c55bf704499fd0bb6fd675c433abe1e1 | |
parent | 264ffc1922ba898adbb679098356744ca4a9b906 (diff) | |
parent | 7139d3d30506603125e1539d3e070b8ada81251c (diff) | |
download | timeline-6acef36dc717834605eda2af9e1738dac8fa2f6d.tar.gz timeline-6acef36dc717834605eda2af9e1738dac8fa2f6d.tar.bz2 timeline-6acef36dc717834605eda2af9e1738dac8fa2f6d.zip |
Merge pull request #479 from crupest/dependabot/npm_and_yarn/FrontEnd/postcss-8.2.12
build(deps-dev): Bump postcss from 8.2.10 to 8.2.12 in /FrontEnd
-rw-r--r-- | FrontEnd/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/package.json b/FrontEnd/package.json index 87e85e2f..25b1a356 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -94,7 +94,7 @@ "html-webpack-plugin": "5.3.1",
"http-server": "^0.12.3",
"mini-css-extract-plugin": "^1.5.0",
- "postcss": "^8.2.10",
+ "postcss": "^8.2.12",
"postcss-loader": "^5.2.0",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.2.1",
|