Skip to content

Commit

Permalink
chore(deps): update dependency mini-css-extract-plugin to ^0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 18, 2023
1 parent 192470c commit 87f8d4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions examples/ssr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"start:prod": "NODE_ENV=production node build/server.js"
},
"resolutions": {
"mini-css-extract-plugin": "^1.6.2",
"mini-css-extract-plugin": "^0.12.0",
"webpack-dev-server": "^4.7.4"
},
"dependencies": {
Expand All @@ -22,7 +22,7 @@
"devDependencies": {
"babel-preset-razzle": "^4.2.18",
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^0.9.0",
"mini-css-extract-plugin": "^0.12.0",
"postcss": "^8.4.14",
"razzle": "^4.2.18",
"razzle-dev-utils": "^4.2.18",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11768,7 +11768,7 @@ min-indent@^1.0.0:
resolved "https://registry.yarnpkg.com/min-indent/-/min-indent-1.0.1.tgz#a63f681673b30571fbe8bc25686ae746eefa9869"
integrity sha512-I9jwMn07Sy/IwOj3zVkVik2JTvgpaykDZEigL6Rx6N9LbMywwUSMtxET+7lVoDLLd3O3IXwJwvuuns8UB/HeAg==

mini-css-extract-plugin@^0.9.0, mini-css-extract-plugin@^1.6.2:
mini-css-extract-plugin@^0.12.0, mini-css-extract-plugin@^1.6.2:
version "1.6.2"
resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-1.6.2.tgz#83172b4fd812f8fc4a09d6f6d16f924f53990ca8"
integrity sha512-WhDvO3SjGm40oV5y26GjMJYjd2UMqrLAGKy5YS2/3QKJy2F7jgynuHTir/tgUUOiNQu5saXHdc8reo7YuhhT4Q==
Expand Down

0 comments on commit 87f8d4f

Please sign in to comment.