diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-05-21 06:15:05 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-21 06:15:05 +0000 |
commit | 293cc00e76172c3469408ee302dd58ad1123197a (patch) | |
tree | 4fa11e9767f2f95cecb1b113cb13326101b4f998 | |
parent | a7fff90cb802d1b0204eb34f9f532f09ae1f4e1a (diff) | |
download | timeline-293cc00e76172c3469408ee302dd58ad1123197a.tar.gz timeline-293cc00e76172c3469408ee302dd58ad1123197a.tar.bz2 timeline-293cc00e76172c3469408ee302dd58ad1123197a.zip |
build(deps-dev): Bump postcss from 8.2.15 to 8.3.0 in /FrontEnd
Bumps [postcss](https://github.com/postcss/postcss) from 8.2.15 to 8.3.0.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.2.15...8.3.0)
Signed-off-by: dependabot[bot] <support@github.com>
-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 3bf61dbe..b395172c 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",
|