diff options
author | crupest <crupest@outlook.com> | 2021-04-29 15:52:57 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-29 15:52:57 +0800 |
commit | 6767aaa7ae5b8761e7cbe6a9df125137084cba6c (patch) | |
tree | 7c6556287607c08a2464fe68fd298c5bec992f3e | |
parent | fb3e62c89daa4ea497d544355a46a599ad29df25 (diff) | |
parent | f797db8459859e44a165af86427a9d96da22dfad (diff) | |
download | timeline-6767aaa7ae5b8761e7cbe6a9df125137084cba6c.tar.gz timeline-6767aaa7ae5b8761e7cbe6a9df125137084cba6c.tar.bz2 timeline-6767aaa7ae5b8761e7cbe6a9df125137084cba6c.zip |
Merge pull request #496 from crupest/dependabot/npm_and_yarn/FrontEnd/mini-css-extract-plugin-1.5.1
build(deps-dev): Bump mini-css-extract-plugin from 1.5.0 to 1.5.1 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 394cc4f5..63803d30 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -93,7 +93,7 @@ "file-loader": "^6.2.0",
"html-webpack-plugin": "5.3.1",
"http-server": "^0.12.3",
- "mini-css-extract-plugin": "^1.5.0",
+ "mini-css-extract-plugin": "^1.5.1",
"postcss": "^8.2.13",
"postcss-loader": "^5.2.0",
"postcss-preset-env": "^6.7.0",
|