diff options
author | crupest <crupest@outlook.com> | 2021-05-06 15:18:36 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-06 15:18:36 +0800 |
commit | 7f87f177ab07bcf26c46128b9d19a5962d7abe5d (patch) | |
tree | bfb9b7b138ce3e68c2620b2c9a8e507f3c62dea7 /FrontEnd | |
parent | 73e3cb9aee753728a251185f61e0768e6f502596 (diff) | |
parent | a948804122b6b76fbd304821a6d2d8d87f3984f0 (diff) | |
download | timeline-7f87f177ab07bcf26c46128b9d19a5962d7abe5d.tar.gz timeline-7f87f177ab07bcf26c46128b9d19a5962d7abe5d.tar.bz2 timeline-7f87f177ab07bcf26c46128b9d19a5962d7abe5d.zip |
Merge pull request #511 from crupest/dependabot/npm_and_yarn/FrontEnd/postcss-8.2.14
build(deps-dev): Bump postcss from 8.2.13 to 8.2.14 in /FrontEnd
Diffstat (limited to '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 777b2293..ef86526c 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -93,7 +93,7 @@ "html-webpack-plugin": "5.3.1",
"http-server": "^0.12.3",
"mini-css-extract-plugin": "^1.6.0",
- "postcss": "^8.2.13",
+ "postcss": "^8.2.14",
"postcss-loader": "^5.2.0",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.2.1",
|