diff options
author | crupest <crupest@outlook.com> | 2021-02-11 22:26:13 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-11 22:26:13 +0800 |
commit | c128a1abe6cd152da594d3d493dd6f0dd3cd54d0 (patch) | |
tree | bd4f86d43c0a6e775bfd4a5edc021938b4d2162a | |
parent | 0064a85f9c58017382cb6f2ec3cc707dc11e3405 (diff) | |
parent | 7dc8ffcc65e775882072119268f2abef6d21d9d6 (diff) | |
download | timeline-c128a1abe6cd152da594d3d493dd6f0dd3cd54d0.tar.gz timeline-c128a1abe6cd152da594d3d493dd6f0dd3cd54d0.tar.bz2 timeline-c128a1abe6cd152da594d3d493dd6f0dd3cd54d0.zip |
Merge pull request #265 from crupest/dependabot/npm_and_yarn/FrontEnd/postcss-8.2.6
build(deps-dev): Bump postcss from 8.2.5 to 8.2.6 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 dde61006..985f38a9 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -91,7 +91,7 @@ "html-webpack-plugin": "5.0.0",
"http-server": "^0.12.3",
"mini-css-extract-plugin": "^1.3.6",
- "postcss": "^8.2.5",
+ "postcss": "^8.2.6",
"postcss-loader": "^5.0.0",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.2.1",
|