1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-24 15:40:15 +01:00

Bump @types/mini-css-extract-plugin from 1.2.1 to 1.2.2

Bumps [@types/mini-css-extract-plugin](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mini-css-extract-plugin) from 1.2.1 to 1.2.2.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mini-css-extract-plugin)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-12-14 05:55:57 +00:00
parent 244d238cb5
commit f73c9ebd27
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -492,9 +492,9 @@
}
},
"@types/mini-css-extract-plugin": {
"version": "1.2.1",
"resolved": "https://registry.npmjs.org/@types/mini-css-extract-plugin/-/mini-css-extract-plugin-1.2.1.tgz",
"integrity": "sha512-4/cdB1GdB9va4v/K7ivBVqNrcELjVbkgivEtqBjp/z54pqn1AYRHvQ0v97WOZgz/ilMXzG1aGM+3C1DRxp3XZw==",
"version": "1.2.2",
"resolved": "https://registry.npmjs.org/@types/mini-css-extract-plugin/-/mini-css-extract-plugin-1.2.2.tgz",
"integrity": "sha512-EoHBJ4rcrd5j7weAFE4yU1gxedx53EFCWKso03G7DW0h2YvtwjKYz/NnuFHudcQDI1HpTLqoQFTwEgfJxygYCw==",
"dev": true,
"requires": {
"@types/webpack": "*"

View File

@ -50,7 +50,7 @@
"@types/event-hooks-webpack-plugin": "^2.2.0",
"@types/html-minifier": "^4.0.0",
"@types/lunr": "^2.3.3",
"@types/mini-css-extract-plugin": "^1.2.1",
"@types/mini-css-extract-plugin": "^1.2.2",
"@types/node": "^14.14.10",
"@types/ramda": "^0.27.32",
"@types/resize-observer-browser": "^0.1.4",