diff options
author | crupest <crupest@outlook.com> | 2021-05-21 15:18:55 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-21 15:18:55 +0800 |
commit | 9aa908593467ab927e59ff8bd1ae065e5b4eb020 (patch) | |
tree | cc1d7873f7b1b3b8f5b611851641ec234cc39d37 | |
parent | b637d2260656180c8753769d95f2cf7b309c0402 (diff) | |
parent | 293cc00e76172c3469408ee302dd58ad1123197a (diff) | |
download | timeline-9aa908593467ab927e59ff8bd1ae065e5b4eb020.tar.gz timeline-9aa908593467ab927e59ff8bd1ae065e5b4eb020.tar.bz2 timeline-9aa908593467ab927e59ff8bd1ae065e5b4eb020.zip |
Merge pull request #555 from crupest/dependabot/npm_and_yarn/FrontEnd/postcss-8.3.0
build(deps-dev): Bump postcss from 8.2.15 to 8.3.0 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 e0049075..123e1511 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -96,7 +96,7 @@ "file-loader": "^6.2.0",
"html-webpack-plugin": "5.3.1",
"mini-css-extract-plugin": "^1.6.0",
- "postcss": "^8.2.15",
+ "postcss": "^8.3.0",
"postcss-loader": "^5.3.0",
"postcss-preset-env": "^6.7.0",
"prettier": "^2.3.0",
|