From eb2eb2af64bf4d5cf4d27958bffa0866114a49c4 Mon Sep 17 00:00:00 2001 From: slowbackspace Date: Thu, 20 Dec 2018 12:00:09 +0100 Subject: [PATCH] link to fonts.css file from index.html --- package.json | 2 - .../support/styles => public/fonts}/fonts.css | 58 ++++---- src/index.html | 8 +- src/support/styles/index.js | 1 - webpack/dev.babel.js | 5 - webpack/local.babel.js | 5 - webpack/production.babel.js | 5 - yarn.lock | 134 ------------------ 8 files changed, 33 insertions(+), 185 deletions(-) rename {src/support/styles => public/fonts}/fonts.css (62%) diff --git a/package.json b/package.json index 8830b2ef..289cfb04 100644 --- a/package.json +++ b/package.json @@ -90,7 +90,6 @@ "babel-preset-env": "^1.6.0", "babel-preset-jest": "^23.2.0", "babel-preset-react": "^6.24.1", - "css-loader": "^2.0.1", "eslint": "^4", "eslint-config-airbnb": "^17.0.0", "eslint-import-resolver-babel-module": "^4.0.0", @@ -103,7 +102,6 @@ "file-loader": "1.1.11", "flow-bin": "0.72.0", "jest": "^23.4.2", - "style-loader": "^0.23.1", "stylelint": "^8.0.0", "stylelint-config-standard": "^18.2.0", "stylelint-config-styled-components": "^0.1.1", diff --git a/src/support/styles/fonts.css b/public/fonts/fonts.css similarity index 62% rename from src/support/styles/fonts.css rename to public/fonts/fonts.css index 7a0b8470..d159c626 100644 --- a/src/support/styles/fonts.css +++ b/public/fonts/fonts.css @@ -2,7 +2,7 @@ font-family: 'Roboto Mono'; font-style: normal; font-display: swap; - src: url('/fonts/roboto/RobotoMono.woff2') format('woff2'), /* Super Modern Browsers */ + src: url('./roboto/RobotoMono.woff2') format('woff2'), /* Super Modern Browsers */ } /* cyrillic-ext */ @@ -12,7 +12,7 @@ font-style: normal; font-display: swap; font-weight: 300; - src: local('Roboto Light'), local('Roboto-Light'), url('/fonts/roboto/regular/RobotoLightCyrillicExt.woff2') format('woff2'); + src: local('Roboto Light'), local('Roboto-Light'), url('./roboto/regular/RobotoLightCyrillicExt.woff2') format('woff2'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @@ -22,7 +22,7 @@ font-style: normal; font-display: swap; font-weight: 300; - src: local('Roboto Light'), local('Roboto-Light'), url('/fonts/roboto/regular/RobotoLightCyrillic.woff2') format('woff2'); + src: local('Roboto Light'), local('Roboto-Light'), url('./roboto/regular/RobotoLightCyrillic.woff2') format('woff2'); unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @@ -32,7 +32,7 @@ font-style: normal; font-display: swap; font-weight: 300; - src: local('Roboto Light'), local('Roboto-Light'), url('/fonts/roboto/regular/RobotoLightGreekExt.woff2') format('woff2'); + src: local('Roboto Light'), local('Roboto-Light'), url('./roboto/regular/RobotoLightGreekExt.woff2') format('woff2'); unicode-range: U+1F00-1FFF; } /* greek */ @@ -42,7 +42,7 @@ font-style: normal; font-display: swap; font-weight: 300; - src: local('Roboto Light'), local('Roboto-Light'), url('/fonts/roboto/regular/RobotoLightGreek.woff2') format('woff2'); + src: local('Roboto Light'), local('Roboto-Light'), url('./roboto/regular/RobotoLightGreek.woff2') format('woff2'); unicode-range: U+0370-03FF; } /* vietnamese */ @@ -52,7 +52,7 @@ font-style: normal; font-display: swap; font-weight: 300; - src: local('Roboto Light'), local('Roboto-Light'), url('/fonts/roboto/regular/RobotoLightVietnamese.woff2') format('woff2'); + src: local('Roboto Light'), local('Roboto-Light'), url('./roboto/regular/RobotoLightVietnamese.woff2') format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @@ -62,7 +62,7 @@ font-style: normal; font-display: swap; font-weight: 300; - src: local('Roboto Light'), local('Roboto-Light'), url('/fonts/roboto/regular/RobotoLightLatinExt.woff2') format('woff2'); + src: local('Roboto Light'), local('Roboto-Light'), url('./roboto/regular/RobotoLightLatinExt.woff2') format('woff2'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @@ -72,7 +72,7 @@ font-style: normal; font-display: swap; font-weight: 300; - src: local('Roboto Light'), local('Roboto-Light'), url('/fonts/roboto/regular/RobotoLightLatin.woff2') format('woff2'); + src: local('Roboto Light'), local('Roboto-Light'), url('./roboto/regular/RobotoLightLatin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @@ -82,7 +82,7 @@ font-style: normal; font-display: swap; font-weight: 400; - src: local('Roboto'), local('Roboto-Regular'), url('/fonts/roboto/regular/RobotoCyrillicExt.woff2') format('woff2'); + src: local('Roboto'), local('Roboto-Regular'), url('./roboto/regular/RobotoCyrillicExt.woff2') format('woff2'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @@ -92,7 +92,7 @@ font-style: normal; font-display: swap; font-weight: 400; - src: local('Roboto'), local('Roboto-Regular'), url('/fonts/roboto/regular/RobotoCyrillic.woff2') format('woff2'); + src: local('Roboto'), local('Roboto-Regular'), url('./roboto/regular/RobotoCyrillic.woff2') format('woff2'); unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @@ -102,7 +102,7 @@ font-style: normal; font-display: swap; font-weight: 400; - src: local('Roboto'), local('Roboto-Regular'), url('/fonts/roboto/regular/RobotoGreekExt.woff2') format('woff2'); + src: local('Roboto'), local('Roboto-Regular'), url('./roboto/regular/RobotoGreekExt.woff2') format('woff2'); unicode-range: U+1F00-1FFF; } /* greek */ @@ -112,7 +112,7 @@ font-style: normal; font-display: swap; font-weight: 400; - src: local('Roboto'), local('Roboto-Regular'), url('/fonts/roboto/regular/RobotoGreek.woff2') format('woff2'); + src: local('Roboto'), local('Roboto-Regular'), url('./roboto/regular/RobotoGreek.woff2') format('woff2'); unicode-range: U+0370-03FF; } /* vietnamese */ @@ -122,7 +122,7 @@ font-style: normal; font-display: swap; font-weight: 400; - src: local('Roboto'), local('Roboto-Regular'), url('/fonts/roboto/regular/RobotoVietnamese.woff2') format('woff2'); + src: local('Roboto'), local('Roboto-Regular'), url('./roboto/regular/RobotoVietnamese.woff2') format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @@ -132,7 +132,7 @@ font-style: normal; font-display: swap; font-weight: 400; - src: local('Roboto'), local('Roboto-Regular'), url('/fonts/roboto/regular/RobotoLatinExt.woff2') format('woff2'); + src: local('Roboto'), local('Roboto-Regular'), url('./roboto/regular/RobotoLatinExt.woff2') format('woff2'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @@ -142,7 +142,7 @@ font-style: normal; font-display: swap; font-weight: 400; - src: local('Roboto'), local('Roboto-Regular'), url('/fonts/roboto/regular/RobotoLatin.woff2') format('woff2'); + src: local('Roboto'), local('Roboto-Regular'), url('./roboto/regular/RobotoLatin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @@ -152,7 +152,7 @@ font-style: normal; font-display: swap; font-weight: 500; - src: local('Roboto Medium'), local('Roboto-Medium'), url('/fonts/roboto/regular/RobotoMediumCyrillicExt.woff2') format('woff2'); + src: local('Roboto Medium'), local('Roboto-Medium'), url('./roboto/regular/RobotoMediumCyrillicExt.woff2') format('woff2'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @@ -162,7 +162,7 @@ font-style: normal; font-display: swap; font-weight: 500; - src: local('Roboto Medium'), local('Roboto-Medium'), url('/fonts/roboto/regular/RobotoMediumCyrillic.woff2') format('woff2'); + src: local('Roboto Medium'), local('Roboto-Medium'), url('./roboto/regular/RobotoMediumCyrillic.woff2') format('woff2'); unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @@ -172,7 +172,7 @@ font-style: normal; font-display: swap; font-weight: 500; - src: local('Roboto Medium'), local('Roboto-Medium'), url('/fonts/roboto/regular/RobotoMediumGreekExt.woff2') format('woff2'); + src: local('Roboto Medium'), local('Roboto-Medium'), url('./roboto/regular/RobotoMediumGreekExt.woff2') format('woff2'); unicode-range: U+1F00-1FFF; } /* greek */ @@ -182,7 +182,7 @@ font-style: normal; font-display: swap; font-weight: 500; - src: local('Roboto Medium'), local('Roboto-Medium'), url('/fonts/roboto/regular/RobotoMediumGreek.woff2') format('woff2'); + src: local('Roboto Medium'), local('Roboto-Medium'), url('./roboto/regular/RobotoMediumGreek.woff2') format('woff2'); unicode-range: U+0370-03FF; } /* vietnamese */ @@ -192,7 +192,7 @@ font-style: normal; font-display: swap; font-weight: 500; - src: local('Roboto Medium'), local('Roboto-Medium'), url('/fonts/roboto/regular/RobotoMediumVietnamese.woff2') format('woff2'); + src: local('Roboto Medium'), local('Roboto-Medium'), url('./roboto/regular/RobotoMediumVietnamese.woff2') format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @@ -202,7 +202,7 @@ font-style: normal; font-display: swap; font-weight: 500; - src: local('Roboto Medium'), local('Roboto-Medium'), url('/fonts/roboto/regular/RobotoMediumLatinExt.woff2') format('woff2'); + src: local('Roboto Medium'), local('Roboto-Medium'), url('./roboto/regular/RobotoMediumLatinExt.woff2') format('woff2'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @@ -212,7 +212,7 @@ font-style: normal; font-display: swap; font-weight: 500; - src: local('Roboto Medium'), local('Roboto-Medium'), url('/fonts/roboto/regular/RobotoMediumLatin.woff2') format('woff2'); + src: local('Roboto Medium'), local('Roboto-Medium'), url('./roboto/regular/RobotoMediumLatin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } /* cyrillic-ext */ @@ -222,7 +222,7 @@ font-style: normal; font-display: swap; font-weight: 700; - src: local('Roboto Bold'), local('Roboto-Bold'), url('/fonts/roboto/regular/RobotoBoldCyrillicExt.woff2') format('woff2'); + src: local('Roboto Bold'), local('Roboto-Bold'), url('./roboto/regular/RobotoBoldCyrillicExt.woff2') format('woff2'); unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; } /* cyrillic */ @@ -232,7 +232,7 @@ font-style: normal; font-display: swap; font-weight: 700; - src: local('Roboto Bold'), local('Roboto-Bold'), url('/fonts/roboto/regular/RobotoBoldCyrillic.woff2') format('woff2'); + src: local('Roboto Bold'), local('Roboto-Bold'), url('./roboto/regular/RobotoBoldCyrillic.woff2') format('woff2'); unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; } /* greek-ext */ @@ -242,7 +242,7 @@ font-style: normal; font-display: swap; font-weight: 700; - src: local('Roboto Bold'), local('Roboto-Bold'), url('/fonts/roboto/regular/RobotoBoldGreekExt.woff2') format('woff2'); + src: local('Roboto Bold'), local('Roboto-Bold'), url('./roboto/regular/RobotoBoldGreekExt.woff2') format('woff2'); unicode-range: U+1F00-1FFF; } /* greek */ @@ -252,7 +252,7 @@ font-style: normal; font-display: swap; font-weight: 700; - src: local('Roboto Bold'), local('Roboto-Bold'), url('/fonts/roboto/regular/RobotoBoldGreek.woff2') format('woff2'); + src: local('Roboto Bold'), local('Roboto-Bold'), url('./roboto/regular/RobotoBoldGreek.woff2') format('woff2'); unicode-range: U+0370-03FF; } /* vietnamese */ @@ -262,7 +262,7 @@ font-style: normal; font-display: swap; font-weight: 700; - src: local('Roboto Bold'), local('Roboto-Bold'), url('/fonts/roboto/regular/RobotoBoldVietnamese.woff2') format('woff2'); + src: local('Roboto Bold'), local('Roboto-Bold'), url('./roboto/regular/RobotoBoldVietnamese.woff2') format('woff2'); unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; } /* latin-ext */ @@ -272,7 +272,7 @@ font-style: normal; font-display: swap; font-weight: 700; - src: local('Roboto Bold'), local('Roboto-Bold'), url('/fonts/roboto/regular/RobotoBoldLatinExt.woff2') format('woff2'); + src: local('Roboto Bold'), local('Roboto-Bold'), url('./roboto/regular/RobotoBoldLatinExt.woff2') format('woff2'); unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; } /* latin */ @@ -282,6 +282,6 @@ font-style: normal; font-display: swap; font-weight: 700; - src: local('Roboto Bold'), local('Roboto-Bold'), url('/fonts/roboto/regular/RobotoBoldLatin.woff2') format('woff2'); + src: local('Roboto Bold'), local('Roboto-Bold'), url('./roboto/regular/RobotoBoldLatin.woff2') format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } \ No newline at end of file diff --git a/src/index.html b/src/index.html index d4763335..2e39f71d 100644 --- a/src/index.html +++ b/src/index.html @@ -10,9 +10,9 @@ + @@ -23,11 +23,11 @@

Please choose one of the supported browsers

diff --git a/src/support/styles/index.js b/src/support/styles/index.js index a862d9bd..c3a84194 100644 --- a/src/support/styles/index.js +++ b/src/support/styles/index.js @@ -4,7 +4,6 @@ import { FONT_WEIGHT } from 'config/variables'; import tooltipStyles from './Tooltip'; import animationStyles from './Animations'; -import './fonts.css'; const baseStyles = createGlobalStyle` html, body { diff --git a/webpack/dev.babel.js b/webpack/dev.babel.js index d84e9510..1d527a7a 100644 --- a/webpack/dev.babel.js +++ b/webpack/dev.babel.js @@ -84,11 +84,6 @@ module.exports = { name: '[name].[ext]', }, }, - { - test: /\.css$/, - exclude: /(node_modules)/, - use: ['style-loader', 'css-loader'], - }, ], }, resolve: { diff --git a/webpack/local.babel.js b/webpack/local.babel.js index 463246f9..b6d1894e 100644 --- a/webpack/local.babel.js +++ b/webpack/local.babel.js @@ -98,11 +98,6 @@ module.exports = { name: 'js/[name].[ext]', }, }, - { - test: /\.css$/, - exclude: /(node_modules)/, - use: ['style-loader', 'css-loader'], - }, ], }, resolve: { diff --git a/webpack/production.babel.js b/webpack/production.babel.js index d7d35db6..63294226 100644 --- a/webpack/production.babel.js +++ b/webpack/production.babel.js @@ -51,11 +51,6 @@ module.exports = { name: '[name].[hash].[ext]', }, }, - { - test: /\.css$/, - exclude: /(node_modules)/, - use: ['style-loader', 'css-loader'], - }, ], }, resolve: { diff --git a/yarn.lock b/yarn.lock index f8cdba9f..52aa295a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -556,11 +556,6 @@ add-dom-event-listener@1.x: dependencies: object-assign "4.x" -ajv-errors@^1.0.0: - version "1.0.1" - resolved "https://registry.yarnpkg.com/ajv-errors/-/ajv-errors-1.0.1.tgz#f35986aceb91afadec4102fbd85014950cefa64d" - integrity sha512-DCRfO/4nQ+89p/RK43i8Ezd41EqdGIU4ld7nGF8OQ14oc/we5rEntLCUa7+jrn3nn83BosfwZA0wb4pon2o8iQ== - ajv-keywords@^2.1.0: version "2.1.1" resolved "https://registry.yarnpkg.com/ajv-keywords/-/ajv-keywords-2.1.1.tgz#617997fc5f60576894c435f940d819e135b80762" @@ -3259,22 +3254,6 @@ css-color-keywords@^1.0.0: resolved "https://registry.yarnpkg.com/css-color-keywords/-/css-color-keywords-1.0.0.tgz#fea2616dc676b2962686b3af8dbdbe180b244e05" integrity sha1-/qJhbcZ2spYmhrOvjb2+GAskTgU= -css-loader@^2.0.1: - version "2.0.1" - resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-2.0.1.tgz#2e51a15449ab3f7195b7e1bc00a407460016a3b3" - integrity sha512-XIVwoIOzSFRVsafOKa060GJ/A70c0IP/C1oVPHEX4eHIFF39z0Jl7j8Kua1SUTiqWDupUnbY3/yQx9r7EUB35w== - dependencies: - icss-utils "^4.0.0" - loader-utils "^1.0.2" - lodash "^4.17.11" - postcss "^7.0.6" - postcss-modules-extract-imports "^2.0.0" - postcss-modules-local-by-default "^2.0.2" - postcss-modules-scope "^2.0.0" - postcss-modules-values "^2.0.0" - postcss-value-parser "^3.3.0" - schema-utils "^1.0.0" - css-select@^1.1.0: version "1.2.0" resolved "https://registry.yarnpkg.com/css-select/-/css-select-1.2.0.tgz#2b3a110539c5355f1cd8d314623e870b121ec858" @@ -3285,15 +3264,6 @@ css-select@^1.1.0: domutils "1.5.1" nth-check "~1.0.1" -css-selector-tokenizer@^0.7.0: - version "0.7.0" - resolved "https://registry.yarnpkg.com/css-selector-tokenizer/-/css-selector-tokenizer-0.7.0.tgz#e6988474ae8c953477bf5e7efecfceccd9cf4c86" - integrity sha1-5piEdK6MlTR3v15+/s/OzNnPTIY= - dependencies: - cssesc "^0.1.0" - fastparse "^1.1.1" - regexpu-core "^1.0.0" - css-to-react-native@^2.2.2: version "2.2.2" resolved "https://registry.yarnpkg.com/css-to-react-native/-/css-to-react-native-2.2.2.tgz#c077d0f7bf3e6c915a539e7325821c9dd01f9965" @@ -3308,11 +3278,6 @@ css-what@2.1: resolved "https://registry.yarnpkg.com/css-what/-/css-what-2.1.0.tgz#9467d032c38cfaefb9f2d79501253062f87fa1bd" integrity sha1-lGfQMsOM+u+58teVASUwYvh/ob0= -cssesc@^0.1.0: - version "0.1.0" - resolved "https://registry.yarnpkg.com/cssesc/-/cssesc-0.1.0.tgz#c814903e45623371a0477b40109aaafbeeaddbb4" - integrity sha1-yBSQPkViM3GgR3tAEJqq++6t27Q= - cssom@0.3.x, "cssom@>= 0.3.2 < 0.4.0": version "0.3.4" resolved "https://registry.yarnpkg.com/cssom/-/cssom-0.3.4.tgz#8cd52e8a3acfd68d3aed38ee0a640177d2f9d797" @@ -4626,11 +4591,6 @@ fast-levenshtein@^2.0.6, fast-levenshtein@~2.0.4: resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917" integrity sha1-PYpcZog6FqMMqGQ+hR8Zuqd5eRc= -fastparse@^1.1.1: - version "1.1.1" - resolved "https://registry.yarnpkg.com/fastparse/-/fastparse-1.1.1.tgz#d1e2643b38a94d7583b479060e6c4affc94071f8" - integrity sha1-0eJkOzipTXWDtHkGDmxK/8lAcfg= - faye-websocket@^0.10.0: version "0.10.0" resolved "https://registry.yarnpkg.com/faye-websocket/-/faye-websocket-0.10.0.tgz#4e492f8d04dfb6f89003507f6edbf2d501e7c6f4" @@ -5771,18 +5731,6 @@ iconv-lite@0.4.23, iconv-lite@^0.4.17, iconv-lite@^0.4.4: dependencies: safer-buffer ">= 2.1.2 < 3" -icss-replace-symbols@^1.1.0: - version "1.1.0" - resolved "https://registry.yarnpkg.com/icss-replace-symbols/-/icss-replace-symbols-1.1.0.tgz#06ea6f83679a7749e386cfe1fe812ae5db223ded" - integrity sha1-Bupvg2ead0njhs/h/oEq5dsiPe0= - -icss-utils@^4.0.0: - version "4.0.0" - resolved "https://registry.yarnpkg.com/icss-utils/-/icss-utils-4.0.0.tgz#d52cf4bcdcfa1c45c2dbefb4ffdf6b00ef608098" - integrity sha512-bA/xGiwWM17qjllIs9X/y0EjsB7e0AV08F3OL8UPsoNkNRibIuu8f1eKTnQ8QO1DteKKTxTUAn+IEWUToIwGOA== - dependencies: - postcss "^7.0.5" - ieee754@^1.1.11, ieee754@^1.1.4: version "1.1.12" resolved "https://registry.yarnpkg.com/ieee754/-/ieee754-1.1.12.tgz#50bf24e5b9c8bb98af4964c941cdb0918da7b60b" @@ -7249,11 +7197,6 @@ lodash.keys@^3.1.2: lodash.isarguments "^3.0.0" lodash.isarray "^3.0.0" -lodash.memoize@^4.1.2: - version "4.1.2" - resolved "https://registry.yarnpkg.com/lodash.memoize/-/lodash.memoize-4.1.2.tgz#bcc6c49a42a2840ed997f323eada5ecd182e0bfe" - integrity sha1-vMbEmkKihA7Zl/Mj6tpezRguC/4= - lodash.merge@^4.6.1: version "4.6.1" resolved "https://registry.yarnpkg.com/lodash.merge/-/lodash.merge-4.6.1.tgz#adc25d9cb99b9391c59624f379fbba60d7111d54" @@ -7269,11 +7212,6 @@ lodash@^4.13.1, lodash@^4.14.0, lodash@^4.17.10, lodash@^4.17.2, lodash@^4.17.3, resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.10.tgz#1b7793cf7259ea38fb3661d4d38b3260af8ae4e7" integrity sha512-UejweD1pDoXu+AD825lWwp4ZGtSwgnpZxb3JDViD7StjQz+Nb/6l093lx4OQ0foGWNRoc19mWy7BzL+UAK2iVg== -lodash@^4.17.11: - version "4.17.11" - resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.11.tgz#b39ea6229ef607ecd89e2c8df12536891cac9b8d" - integrity sha512-cQKh8igo5QUhZ7lg38DYWAxMvjSAKG0A8wGSVimP07SIUEK2UO+arSRKbRZWtelMtN5V0Hkwh5ryOto/SshYIg== - lodash@^4.17.5: version "4.17.5" resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.5.tgz#99a92d65c0272debe8c96b6057bc8fbfa3bed511" @@ -8764,38 +8702,6 @@ postcss-media-query-parser@^0.2.3: resolved "https://registry.yarnpkg.com/postcss-media-query-parser/-/postcss-media-query-parser-0.2.3.tgz#27b39c6f4d94f81b1a73b8f76351c609e5cef244" integrity sha1-J7Ocb02U+Bsac7j3Y1HGCeXO8kQ= -postcss-modules-extract-imports@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/postcss-modules-extract-imports/-/postcss-modules-extract-imports-2.0.0.tgz#818719a1ae1da325f9832446b01136eeb493cd7e" - integrity sha512-LaYLDNS4SG8Q5WAWqIJgdHPJrDDr/Lv775rMBFUbgjTz6j34lUznACHcdRWroPvXANP2Vj7yNK57vp9eFqzLWQ== - dependencies: - postcss "^7.0.5" - -postcss-modules-local-by-default@^2.0.2: - version "2.0.2" - resolved "https://registry.yarnpkg.com/postcss-modules-local-by-default/-/postcss-modules-local-by-default-2.0.2.tgz#edfd6a874d326b52daaa3014bfc11e9e4b0cfafc" - integrity sha512-qghHvHeydUBQ3EQic5NjYryZ5jzXzAYxHR7lZQlCNmjGpJtINRyX/ELnh/7fxBBmHNkEzNkq2l5cV6trfidYng== - dependencies: - css-selector-tokenizer "^0.7.0" - postcss "^7.0.6" - postcss-value-parser "^3.3.1" - -postcss-modules-scope@^2.0.0: - version "2.0.1" - resolved "https://registry.yarnpkg.com/postcss-modules-scope/-/postcss-modules-scope-2.0.1.tgz#2c0f2394cde4cd09147db054c68917e38f6d43a4" - integrity sha512-7+6k9c3/AuZ5c596LJx9n923A/j3nF3ormewYBF1RrIQvjvjXe1xE8V8A1KFyFwXbvnshT6FBZFX0k/F1igneg== - dependencies: - css-selector-tokenizer "^0.7.0" - postcss "^7.0.6" - -postcss-modules-values@^2.0.0: - version "2.0.0" - resolved "https://registry.yarnpkg.com/postcss-modules-values/-/postcss-modules-values-2.0.0.tgz#479b46dc0c5ca3dc7fa5270851836b9ec7152f64" - integrity sha512-Ki7JZa7ff1N3EIMlPnGTZfUMe69FFwiQPnVSXC9mnn3jozCRBYIxiZd44yJOV2AmabOo4qFf8s0dC/+lweG7+w== - dependencies: - icss-replace-symbols "^1.1.0" - postcss "^7.0.6" - postcss-reporter@^5.0.0: version "5.0.0" resolved "https://registry.yarnpkg.com/postcss-reporter/-/postcss-reporter-5.0.0.tgz#a14177fd1342829d291653f2786efd67110332c3" @@ -8847,11 +8753,6 @@ postcss-value-parser@^3.2.3, postcss-value-parser@^3.3.0: resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-3.3.0.tgz#87f38f9f18f774a4ab4c8a232f5c5ce8872a9d15" integrity sha1-h/OPnxj3dKSrTIojL1xc6IcqnRU= -postcss-value-parser@^3.3.1: - version "3.3.1" - resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-3.3.1.tgz#9ff822547e2893213cf1c30efa51ac5fd1ba8281" - integrity sha512-pISE66AbVkp4fDQ7VHBwRNXzAAKJjw4Vw7nWI/+Q3vuly7SNfgYXvm6i5IgFylHGK5sP/xHAbB7N49OS4gWNyQ== - postcss@^5.2.16: version "5.2.18" resolved "https://registry.yarnpkg.com/postcss/-/postcss-5.2.18.tgz#badfa1497d46244f6390f58b319830d9107853c5" @@ -8871,15 +8772,6 @@ postcss@^6.0.14, postcss@^6.0.17, postcss@^6.0.23, postcss@^6.0.6, postcss@^6.0. source-map "^0.6.1" supports-color "^5.4.0" -postcss@^7.0.5, postcss@^7.0.6: - version "7.0.7" - resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.7.tgz#2754d073f77acb4ef08f1235c36c5721a7201614" - integrity sha512-HThWSJEPkupqew2fnuQMEI2YcTj/8gMV3n80cMdJsKxfIh5tHf7nM5JigNX6LxVMqo6zkgQNAI88hyFvBk41Pg== - dependencies: - chalk "^2.4.1" - source-map "^0.6.1" - supports-color "^5.5.0" - prelude-ls@~1.1.2: version "1.1.2" resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.1.2.tgz#21932a549f5e52ffd9a827f570e04be62a97da54" @@ -9720,15 +9612,6 @@ regexpp@^1.0.1: resolved "https://registry.yarnpkg.com/regexpp/-/regexpp-1.1.0.tgz#0e3516dd0b7904f413d2d4193dce4618c3a689ab" integrity sha512-LOPw8FpgdQF9etWMaAfG/WRthIdXJGYp4mJ2Jgn/2lpkbod9jPn0t9UqN7AxBOKNfzRbYyVfgc7Vk4t/MpnXgw== -regexpu-core@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-1.0.0.tgz#86a763f58ee4d7c2f6b102e4764050de7ed90c6b" - integrity sha1-hqdj9Y7k18L2sQLkdkBQ3n7ZDGs= - dependencies: - regenerate "^1.2.1" - regjsgen "^0.2.0" - regjsparser "^0.1.4" - regexpu-core@^2.0.0: version "2.0.0" resolved "https://registry.yarnpkg.com/regexpu-core/-/regexpu-core-2.0.0.tgz#49d038837b8dcf8bfa5b9a42139938e6ea2ae240" @@ -10201,15 +10084,6 @@ schema-utils@^0.4.4, schema-utils@^0.4.5: ajv "^6.1.0" ajv-keywords "^3.1.0" -schema-utils@^1.0.0: - version "1.0.0" - resolved "https://registry.yarnpkg.com/schema-utils/-/schema-utils-1.0.0.tgz#0b79a93204d7b600d4b2850d1f66c2a34951c770" - integrity sha512-i27Mic4KovM/lnGsy8whRCHhc7VicJajAjTrYg11K9zfZXnYIt4k5F+kZkwjnrhKzLic/HLU4j11mjsz2G/75g== - dependencies: - ajv "^6.1.0" - ajv-errors "^1.0.0" - ajv-keywords "^3.1.0" - scoped-regex@^1.0.0: version "1.0.0" resolved "https://registry.yarnpkg.com/scoped-regex/-/scoped-regex-1.0.0.tgz#a346bb1acd4207ae70bd7c0c7ca9e566b6baddb8" @@ -10956,14 +10830,6 @@ strip-json-comments@~2.0.1: resolved "https://registry.yarnpkg.com/strip-json-comments/-/strip-json-comments-2.0.1.tgz#3c531942e908c2697c0ec344858c286c7ca0a60a" integrity sha1-PFMZQukIwml8DsNEhYwobHygpgo= -style-loader@^0.23.1: - version "0.23.1" - resolved "https://registry.yarnpkg.com/style-loader/-/style-loader-0.23.1.tgz#cb9154606f3e771ab6c4ab637026a1049174d925" - integrity sha512-XK+uv9kWwhZMZ1y7mysB+zoihsEj4wneFWAS5qoiLwzW0WzSqMrrsIy+a3zkQJq0ipFtBpX5W3MqyRIBF/WFGg== - dependencies: - loader-utils "^1.1.0" - schema-utils "^1.0.0" - style-search@^0.1.0: version "0.1.0" resolved "https://registry.yarnpkg.com/style-search/-/style-search-0.1.0.tgz#7958c793e47e32e07d2b5cafe5c0bf8e12e77902"