diff options
author | crupest <crupest@outlook.com> | 2021-02-09 21:49:47 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-09 21:49:47 +0800 |
commit | 09f4db50fc2f5b1894d704777c4a8067de246cf4 (patch) | |
tree | a61bd211671c6f0c6cdd7e44e23fcd2990bafefa /FrontEnd/package.json | |
parent | 61146f44e9bd4d484bd1943f32ecf44b4a2f0cb5 (diff) | |
parent | 1395785e142cd092ec2f71143b43578a6172b5c7 (diff) | |
download | timeline-09f4db50fc2f5b1894d704777c4a8067de246cf4.tar.gz timeline-09f4db50fc2f5b1894d704777c4a8067de246cf4.tar.bz2 timeline-09f4db50fc2f5b1894d704777c4a8067de246cf4.zip |
Merge pull request #254 from crupest/dependabot/npm_and_yarn/FrontEnd/mini-css-extract-plugin-1.3.6
build(deps-dev): Bump mini-css-extract-plugin from 1.3.5 to 1.3.6 in /FrontEnd
Diffstat (limited to 'FrontEnd/package.json')
-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 0bd99eab..6997e9b1 100644 --- a/FrontEnd/package.json +++ b/FrontEnd/package.json @@ -90,7 +90,7 @@ "file-loader": "^6.2.0",
"html-webpack-plugin": "5.0.0",
"http-server": "^0.12.3",
- "mini-css-extract-plugin": "^1.3.4",
+ "mini-css-extract-plugin": "^1.3.6",
"postcss": "^8.2.5",
"postcss-loader": "^5.0.0",
"postcss-preset-env": "^6.7.0",
|