From e05ae3413ac3c35ea83056f21d8c25de48e761a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Dec 2020 03:05:27 +0000 Subject: [PATCH 1/3] Bump mini-css-extract-plugin from 1.3.1 to 1.3.2 Bumps [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin) from 1.3.1 to 1.3.2. - [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.3.1...v1.3.2) Signed-off-by: dependabot[bot] --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index f8439500c..c593049df 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "eslint-plugin-import": "^2.22.1", "file-loader": "^6.2.0", "lato-font": "^3.0.0", - "mini-css-extract-plugin": "^1.3.0", + "mini-css-extract-plugin": "^1.3.2", "node-sass": "^5.0.0", "postcss": "^8.1.14", "postcss-loader": "^4.0.4", diff --git a/yarn.lock b/yarn.lock index 06679ef1b..af00b6797 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4432,10 +4432,10 @@ 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@^1.3.0: - version "1.3.1" - resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-1.3.1.tgz#1375c88b2bc2a9d197670a55761edcd1b5d72f21" - integrity sha512-jIOheqh9EU98rqj6ZaFTYNNDSFqdakNqaUZfkYwaXPjI9batmXVXX+K71NrqRAgtoGefELBMld1EQ7dqSAD5SQ== +mini-css-extract-plugin@^1.3.2: + version "1.3.2" + resolved "https://registry.yarnpkg.com/mini-css-extract-plugin/-/mini-css-extract-plugin-1.3.2.tgz#e2c9c0ef3f7c1a516916a3ab7b073a761e5b1d26" + integrity sha512-ofYJgCZNm1TToSv02pGANe1lfb31g7ULwNV5Nt31d2dAnVLxFHoguDUAj6U0BLEO7Nrztq4mdtL1yFDaeW7J+A== dependencies: loader-utils "^2.0.0" schema-utils "^3.0.0" From 69eb9d93291c47e5861e7f613fbc342a10f613a6 Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Mon, 7 Dec 2020 09:18:36 +0100 Subject: [PATCH 2/3] Update assets --- web/wallassets/manifest.json | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/web/wallassets/manifest.json b/web/wallassets/manifest.json index 4c2a345e0..f217e8d01 100644 --- a/web/wallassets/manifest.json +++ b/web/wallassets/manifest.json @@ -1,12 +1,21 @@ { "material.css": "material.css", "material.js": "material.js", - "material.png": "img/annotator-glyph-sprite.png", + "material.eot": "fonts/MaterialIcons-Regular.eot", + "material.woff2": "fonts/lato-black-italic.woff2", + "material.woff": "fonts/lato-black-italic.woff", + "material.ttf": "fonts/IcoMoon-Free.ttf", + "material.png": "themes/_global/img/icons/scuttle.png", "material.css.map": "material.css.map", "material.js.map": "material.js.map", "baggy.css": "baggy.css", "baggy.js": "baggy.js", - "baggy.png": "img/annotator-glyph-sprite.png", + "baggy.eot": "fonts/MaterialIcons-Regular.eot", + "baggy.woff2": "fonts/lato-black-italic.woff2", + "baggy.woff": "fonts/lato-black-italic.woff", + "baggy.ttf": "fonts/IcoMoon-Free.ttf", + "baggy.png": "themes/_global/img/list.png", + "baggy.svg": "themes/_global/img/icons/Diaspora-asterisk.svg", "baggy.css.map": "baggy.css.map", "baggy.js.map": "baggy.js.map", "public.css": "public.css", From 321262980932f9f1d65a3ea13d2cf3492da94c52 Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Mon, 7 Dec 2020 09:50:08 +0100 Subject: [PATCH 3/3] Update assets -_- --- web/wallassets/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/wallassets/manifest.json b/web/wallassets/manifest.json index f217e8d01..a16a2235b 100644 --- a/web/wallassets/manifest.json +++ b/web/wallassets/manifest.json @@ -1,20 +1,20 @@ { "material.css": "material.css", "material.js": "material.js", + "material.png": "themes/_global/img/icons/scuttle.png", "material.eot": "fonts/MaterialIcons-Regular.eot", "material.woff2": "fonts/lato-black-italic.woff2", "material.woff": "fonts/lato-black-italic.woff", "material.ttf": "fonts/IcoMoon-Free.ttf", - "material.png": "themes/_global/img/icons/scuttle.png", "material.css.map": "material.css.map", "material.js.map": "material.js.map", "baggy.css": "baggy.css", "baggy.js": "baggy.js", + "baggy.png": "themes/_global/img/list.png", "baggy.eot": "fonts/MaterialIcons-Regular.eot", "baggy.woff2": "fonts/lato-black-italic.woff2", "baggy.woff": "fonts/lato-black-italic.woff", "baggy.ttf": "fonts/IcoMoon-Free.ttf", - "baggy.png": "themes/_global/img/list.png", "baggy.svg": "themes/_global/img/icons/Diaspora-asterisk.svg", "baggy.css.map": "baggy.css.map", "baggy.js.map": "baggy.js.map",