diff options
author | dependabot[bot] | 2021-06-30 17:07:44 +0000 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:57 +0300 |
commit | d5ed4742459571cfac5d610ba514bebb220e66fa (patch) | |
tree | 4d665adaabfebe59f9f8602bff9de69950f01718 /vnext/package.json | |
parent | 054c55b45bfd92088021a139df2e93e1a238378d (diff) |
Bump mini-css-extract-plugin from 1.6.2 to 2.0.0
Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 1.6.2 to 2.0.0.
- [Release notes](https://github.com/webpack-contrib/mini-css-extract-plugin/releases)
- [Changelog](https://github.com/webpack-contrib/mini-css-extract-plugin/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v1.6.2...v2.0.0)
---
updated-dependencies:
- dependency-name: mini-css-extract-plugin
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'vnext/package.json')
-rw-r--r-- | vnext/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/package.json b/vnext/package.json index 74aad118..bbd10d8e 100644 --- a/vnext/package.json +++ b/vnext/package.json @@ -32,7 +32,7 @@ "html-loader": "^2.1.2", "html-webpack-plugin": "^5.3.2", "jest": "^27.0.6", - "mini-css-extract-plugin": "^1.6.2", + "mini-css-extract-plugin": "^2.0.0", "postcss-loader": "^6.1.0", "postcss-preset-env": "^6.7.0", "react-test-renderer": "^17.0.2", |