sforkowany z mirror/soapbox
				
			Merge branch 'remove-postcss-object-fit-images' into 'develop'
Remove object-fit-images See merge request soapbox-pub/soapbox!2099takahe
						commit
						eaf062996e
					
				|  | @ -2,6 +2,3 @@ | ||||||
| 
 | 
 | ||||||
| import 'intersection-observer'; | import 'intersection-observer'; | ||||||
| import 'requestidlecallback'; | import 'requestidlecallback'; | ||||||
| import objectFitImages from 'object-fit-images'; |  | ||||||
| 
 |  | ||||||
| objectFitImages(); |  | ||||||
|  |  | ||||||
|  | @ -28,15 +28,13 @@ function loadPolyfills() { | ||||||
|     window.Symbol |     window.Symbol | ||||||
|   ); |   ); | ||||||
| 
 | 
 | ||||||
|   // Latest version of Firefox and Safari do not have IntersectionObserver.
 |   // Older versions of Firefox and Safari do not have IntersectionObserver.
 | ||||||
|   // Edge does not have requestIdleCallback and object-fit CSS property.
 |  | ||||||
|   // This avoids shipping them all the polyfills.
 |   // This avoids shipping them all the polyfills.
 | ||||||
|   const needsExtraPolyfills = !( |   const needsExtraPolyfills = !( | ||||||
|     window.IntersectionObserver && |     window.IntersectionObserver && | ||||||
|     window.IntersectionObserverEntry && |     window.IntersectionObserverEntry && | ||||||
|     'isIntersecting' in IntersectionObserverEntry.prototype && |     'isIntersecting' in IntersectionObserverEntry.prototype && | ||||||
|     window.requestIdleCallback && |     window.requestIdleCallback | ||||||
|     'object-fit' in (new Image()).style |  | ||||||
|   ); |   ); | ||||||
| 
 | 
 | ||||||
|   return Promise.all([ |   return Promise.all([ | ||||||
|  |  | ||||||
|  | @ -80,7 +80,6 @@ | ||||||
|     "@types/leaflet": "^1.8.0", |     "@types/leaflet": "^1.8.0", | ||||||
|     "@types/lodash": "^4.14.180", |     "@types/lodash": "^4.14.180", | ||||||
|     "@types/object-assign": "^4.0.30", |     "@types/object-assign": "^4.0.30", | ||||||
|     "@types/object-fit-images": "^3.2.3", |  | ||||||
|     "@types/qrcode.react": "^1.0.2", |     "@types/qrcode.react": "^1.0.2", | ||||||
|     "@types/react-color": "^3.0.6", |     "@types/react-color": "^3.0.6", | ||||||
|     "@types/react-datepicker": "^4.4.2", |     "@types/react-datepicker": "^4.4.2", | ||||||
|  | @ -150,12 +149,10 @@ | ||||||
|     "marky": "^1.2.4", |     "marky": "^1.2.4", | ||||||
|     "mini-css-extract-plugin": "^2.6.0", |     "mini-css-extract-plugin": "^2.6.0", | ||||||
|     "object-assign": "^4.1.1", |     "object-assign": "^4.1.1", | ||||||
|     "object-fit-images": "^3.2.3", |  | ||||||
|     "object.values": "^1.1.0", |     "object.values": "^1.1.0", | ||||||
|     "path-browserify": "^1.0.1", |     "path-browserify": "^1.0.1", | ||||||
|     "postcss": "^8.4.14", |     "postcss": "^8.4.14", | ||||||
|     "postcss-loader": "^7.0.0", |     "postcss-loader": "^7.0.0", | ||||||
|     "postcss-object-fit-images": "^1.1.2", |  | ||||||
|     "process": "^0.11.10", |     "process": "^0.11.10", | ||||||
|     "prop-types": "^15.5.10", |     "prop-types": "^15.5.10", | ||||||
|     "punycode": "^2.1.1", |     "punycode": "^2.1.1", | ||||||
|  |  | ||||||
|  | @ -2,7 +2,6 @@ module.exports = ({ env }) => ({ | ||||||
|   plugins: { |   plugins: { | ||||||
|     tailwindcss: {}, |     tailwindcss: {}, | ||||||
|     autoprefixer: {}, |     autoprefixer: {}, | ||||||
|     'postcss-object-fit-images': {}, |  | ||||||
|     cssnano: env === 'production' ? {} : false, |     cssnano: env === 'production' ? {} : false, | ||||||
|   }, |   }, | ||||||
| }); | }); | ||||||
|  |  | ||||||
							
								
								
									
										157
									
								
								yarn.lock
								
								
								
								
							
							
						
						
									
										157
									
								
								yarn.lock
								
								
								
								
							|  | @ -2732,11 +2732,6 @@ | ||||||
|   resolved "https://registry.yarnpkg.com/@types/object-assign/-/object-assign-4.0.30.tgz#8949371d5a99f4381ee0f1df0a9b7a187e07e652" |   resolved "https://registry.yarnpkg.com/@types/object-assign/-/object-assign-4.0.30.tgz#8949371d5a99f4381ee0f1df0a9b7a187e07e652" | ||||||
|   integrity sha1-iUk3HVqZ9Dge4PHfCpt6GH4H5lI= |   integrity sha1-iUk3HVqZ9Dge4PHfCpt6GH4H5lI= | ||||||
| 
 | 
 | ||||||
| "@types/object-fit-images@^3.2.3": |  | ||||||
|   version "3.2.3" |  | ||||||
|   resolved "https://registry.yarnpkg.com/@types/object-fit-images/-/object-fit-images-3.2.3.tgz#aa17a1cb4ac113ba81ce62f901177c9ccd5194f5" |  | ||||||
|   integrity sha512-kpBPy4HIzbM1o3v+DJrK4V5NgUpcUg/ayzjixOVHQNukpdEUYDIaeDrnYJUSemQXWX5mKeEnxDRU1nACAWYnvg== |  | ||||||
| 
 |  | ||||||
| "@types/parse-json@^4.0.0": | "@types/parse-json@^4.0.0": | ||||||
|   version "4.0.0" |   version "4.0.0" | ||||||
|   resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0" |   resolved "https://registry.yarnpkg.com/@types/parse-json/-/parse-json-4.0.0.tgz#2f8bb441434d163b35fb8ffdccd7138927ffb8c0" | ||||||
|  | @ -3463,21 +3458,11 @@ ansi-html-community@^0.0.8: | ||||||
|   resolved "https://registry.yarnpkg.com/ansi-html-community/-/ansi-html-community-0.0.8.tgz#69fbc4d6ccbe383f9736934ae34c3f8290f1bf41" |   resolved "https://registry.yarnpkg.com/ansi-html-community/-/ansi-html-community-0.0.8.tgz#69fbc4d6ccbe383f9736934ae34c3f8290f1bf41" | ||||||
|   integrity sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw== |   integrity sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw== | ||||||
| 
 | 
 | ||||||
| ansi-regex@^2.0.0: |  | ||||||
|   version "2.1.1" |  | ||||||
|   resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-2.1.1.tgz#c3b33ab5ee360d86e0e628f0468ae7ef27d654df" |  | ||||||
|   integrity sha1-w7M6te42DYbg5ijwRorn7yfWVN8= |  | ||||||
| 
 |  | ||||||
| ansi-regex@^5.0.0, ansi-regex@^5.0.1: | ansi-regex@^5.0.0, ansi-regex@^5.0.1: | ||||||
|   version "5.0.1" |   version "5.0.1" | ||||||
|   resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304" |   resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53bd6a4dc5301db304" | ||||||
|   integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ== |   integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ== | ||||||
| 
 | 
 | ||||||
| ansi-styles@^2.2.1: |  | ||||||
|   version "2.2.1" |  | ||||||
|   resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-2.2.1.tgz#b432dd3358b634cf75e1e4664368240533c1ddbe" |  | ||||||
|   integrity sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4= |  | ||||||
| 
 |  | ||||||
| ansi-styles@^3.2.1: | ansi-styles@^3.2.1: | ||||||
|   version "3.2.1" |   version "3.2.1" | ||||||
|   resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d" |   resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-3.2.1.tgz#41fbb20243e50b12be0f04b8dedbf07520ce841d" | ||||||
|  | @ -4147,17 +4132,6 @@ catharsis@^0.9.0: | ||||||
|   dependencies: |   dependencies: | ||||||
|     lodash "^4.17.15" |     lodash "^4.17.15" | ||||||
| 
 | 
 | ||||||
| chalk@^1.1.3: |  | ||||||
|   version "1.1.3" |  | ||||||
|   resolved "https://registry.yarnpkg.com/chalk/-/chalk-1.1.3.tgz#a8115c55e4a702fe4d150abd3872822a7e09fc98" |  | ||||||
|   integrity sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg= |  | ||||||
|   dependencies: |  | ||||||
|     ansi-styles "^2.2.1" |  | ||||||
|     escape-string-regexp "^1.0.2" |  | ||||||
|     has-ansi "^2.0.0" |  | ||||||
|     strip-ansi "^3.0.0" |  | ||||||
|     supports-color "^2.0.0" |  | ||||||
| 
 |  | ||||||
| chalk@^2.0.0, chalk@^2.3.0, chalk@^2.3.2, chalk@^2.4.2: | chalk@^2.0.0, chalk@^2.3.0, chalk@^2.3.2, chalk@^2.4.2: | ||||||
|   version "2.4.2" |   version "2.4.2" | ||||||
|   resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424" |   resolved "https://registry.yarnpkg.com/chalk/-/chalk-2.4.2.tgz#cd42541677a54333cf541a49108c1432b44c9424" | ||||||
|  | @ -4580,38 +4554,6 @@ css-declaration-sorter@^6.2.2: | ||||||
|   resolved "https://registry.yarnpkg.com/css-declaration-sorter/-/css-declaration-sorter-6.2.2.tgz#bfd2f6f50002d6a3ae779a87d3a0c5d5b10e0f02" |   resolved "https://registry.yarnpkg.com/css-declaration-sorter/-/css-declaration-sorter-6.2.2.tgz#bfd2f6f50002d6a3ae779a87d3a0c5d5b10e0f02" | ||||||
|   integrity sha512-Ufadglr88ZLsrvS11gjeu/40Lw74D9Am/Jpr3LlYm5Q4ZP5KdlUhG+6u2EjyXeZcxmZ2h1ebCKngDjolpeLHpg== |   integrity sha512-Ufadglr88ZLsrvS11gjeu/40Lw74D9Am/Jpr3LlYm5Q4ZP5KdlUhG+6u2EjyXeZcxmZ2h1ebCKngDjolpeLHpg== | ||||||
| 
 | 
 | ||||||
| css-font-size-keywords@^1.0.0: |  | ||||||
|   version "1.0.0" |  | ||||||
|   resolved "https://registry.yarnpkg.com/css-font-size-keywords/-/css-font-size-keywords-1.0.0.tgz#854875ace9aca6a8d2ee0d345a44aae9bb6db6cb" |  | ||||||
|   integrity sha1-hUh1rOmspqjS7g00WkSq6btttss= |  | ||||||
| 
 |  | ||||||
| css-font-stretch-keywords@^1.0.1: |  | ||||||
|   version "1.0.1" |  | ||||||
|   resolved "https://registry.yarnpkg.com/css-font-stretch-keywords/-/css-font-stretch-keywords-1.0.1.tgz#50cee9b9ba031fb5c952d4723139f1e107b54b10" |  | ||||||
|   integrity sha1-UM7puboDH7XJUtRyMTnx4Qe1SxA= |  | ||||||
| 
 |  | ||||||
| css-font-style-keywords@^1.0.1: |  | ||||||
|   version "1.0.1" |  | ||||||
|   resolved "https://registry.yarnpkg.com/css-font-style-keywords/-/css-font-style-keywords-1.0.1.tgz#5c3532813f63b4a1de954d13cea86ab4333409e4" |  | ||||||
|   integrity sha1-XDUygT9jtKHelU0TzqhqtDM0CeQ= |  | ||||||
| 
 |  | ||||||
| css-font-weight-keywords@^1.0.0: |  | ||||||
|   version "1.0.0" |  | ||||||
|   resolved "https://registry.yarnpkg.com/css-font-weight-keywords/-/css-font-weight-keywords-1.0.0.tgz#9bc04671ac85bc724b574ef5d3ac96b0d604fd97" |  | ||||||
|   integrity sha1-m8BGcayFvHJLV07106yWsNYE/Zc= |  | ||||||
| 
 |  | ||||||
| css-global-keywords@^1.0.1: |  | ||||||
|   version "1.0.1" |  | ||||||
|   resolved "https://registry.yarnpkg.com/css-global-keywords/-/css-global-keywords-1.0.1.tgz#72a9aea72796d019b1d2a3252de4e5aaa37e4a69" |  | ||||||
|   integrity sha1-cqmupyeW0Bmx0qMlLeTlqqN+Smk= |  | ||||||
| 
 |  | ||||||
| css-list-helpers@^1.0.1: |  | ||||||
|   version "1.0.1" |  | ||||||
|   resolved "https://registry.yarnpkg.com/css-list-helpers/-/css-list-helpers-1.0.1.tgz#fff57192202db83240c41686f919e449a7024f7d" |  | ||||||
|   integrity sha1-//VxkiAtuDJAxBaG+RnkSacCT30= |  | ||||||
|   dependencies: |  | ||||||
|     tcomb "^2.5.0" |  | ||||||
| 
 |  | ||||||
| css-loader@^6.7.1: | css-loader@^6.7.1: | ||||||
|   version "6.7.1" |   version "6.7.1" | ||||||
|   resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-6.7.1.tgz#e98106f154f6e1baf3fc3bc455cb9981c1d5fd2e" |   resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-6.7.1.tgz#e98106f154f6e1baf3fc3bc455cb9981c1d5fd2e" | ||||||
|  | @ -4637,11 +4579,6 @@ css-select@^4.1.3: | ||||||
|     domutils "^2.6.0" |     domutils "^2.6.0" | ||||||
|     nth-check "^2.0.0" |     nth-check "^2.0.0" | ||||||
| 
 | 
 | ||||||
| css-system-font-keywords@^1.0.0: |  | ||||||
|   version "1.0.0" |  | ||||||
|   resolved "https://registry.yarnpkg.com/css-system-font-keywords/-/css-system-font-keywords-1.0.0.tgz#85c6f086aba4eb32c571a3086affc434b84823ed" |  | ||||||
|   integrity sha1-hcbwhquk6zLFcaMIav/ENLhII+0= |  | ||||||
| 
 |  | ||||||
| css-tree@^1.1.2, css-tree@^1.1.3: | css-tree@^1.1.2, css-tree@^1.1.3: | ||||||
|   version "1.1.3" |   version "1.1.3" | ||||||
|   resolved "https://registry.yarnpkg.com/css-tree/-/css-tree-1.1.3.tgz#eb4870fb6fd7707327ec95c2ff2ab09b5e8db91d" |   resolved "https://registry.yarnpkg.com/css-tree/-/css-tree-1.1.3.tgz#eb4870fb6fd7707327ec95c2ff2ab09b5e8db91d" | ||||||
|  | @ -5452,7 +5389,7 @@ escape-html@^1.0.3, escape-html@~1.0.3: | ||||||
|   resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988" |   resolved "https://registry.yarnpkg.com/escape-html/-/escape-html-1.0.3.tgz#0258eae4d3d0c0974de1c169188ef0051d1d1988" | ||||||
|   integrity sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg= |   integrity sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg= | ||||||
| 
 | 
 | ||||||
| escape-string-regexp@^1.0.2, escape-string-regexp@^1.0.5: | escape-string-regexp@^1.0.5: | ||||||
|   version "1.0.5" |   version "1.0.5" | ||||||
|   resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" |   resolved "https://registry.yarnpkg.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz#1b61c0562190a8dff6ae3bb2cf0200ca130b86d4" | ||||||
|   integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= |   integrity sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ= | ||||||
|  | @ -6401,13 +6338,6 @@ hard-rejection@^2.1.0: | ||||||
|   resolved "https://registry.yarnpkg.com/hard-rejection/-/hard-rejection-2.1.0.tgz#1c6eda5c1685c63942766d79bb40ae773cecd883" |   resolved "https://registry.yarnpkg.com/hard-rejection/-/hard-rejection-2.1.0.tgz#1c6eda5c1685c63942766d79bb40ae773cecd883" | ||||||
|   integrity sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA== |   integrity sha512-VIZB+ibDhx7ObhAe7OVtoEbuP4h/MuOTHJ+J8h/eBXotJYl0fBgR72xDFCKgIh22OJZIOVNxBMWuhAr10r8HdA== | ||||||
| 
 | 
 | ||||||
| has-ansi@^2.0.0: |  | ||||||
|   version "2.0.0" |  | ||||||
|   resolved "https://registry.yarnpkg.com/has-ansi/-/has-ansi-2.0.0.tgz#34f5049ce1ecdf2b0649af3ef24e45ed35416d91" |  | ||||||
|   integrity sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE= |  | ||||||
|   dependencies: |  | ||||||
|     ansi-regex "^2.0.0" |  | ||||||
| 
 |  | ||||||
| has-bigints@^1.0.1: | has-bigints@^1.0.1: | ||||||
|   version "1.0.1" |   version "1.0.1" | ||||||
|   resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.1.tgz#64fe6acb020673e3b78db035a5af69aa9d07b113" |   resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.1.tgz#64fe6acb020673e3b78db035a5af69aa9d07b113" | ||||||
|  | @ -6418,11 +6348,6 @@ has-bigints@^1.0.2: | ||||||
|   resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.2.tgz#0871bd3e3d51626f6ca0966668ba35d5602d6eaa" |   resolved "https://registry.yarnpkg.com/has-bigints/-/has-bigints-1.0.2.tgz#0871bd3e3d51626f6ca0966668ba35d5602d6eaa" | ||||||
|   integrity sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ== |   integrity sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ== | ||||||
| 
 | 
 | ||||||
| has-flag@^1.0.0: |  | ||||||
|   version "1.0.0" |  | ||||||
|   resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-1.0.0.tgz#9d9e793165ce017a00f00418c43f942a7b1d11fa" |  | ||||||
|   integrity sha1-nZ55MWXOAXoA8AQYxD+UKnsdEfo= |  | ||||||
| 
 |  | ||||||
| has-flag@^2.0.0: | has-flag@^2.0.0: | ||||||
|   version "2.0.0" |   version "2.0.0" | ||||||
|   resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-2.0.0.tgz#e8207af1cc7b30d446cc70b734b5e8be18f88d51" |   resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-2.0.0.tgz#e8207af1cc7b30d446cc70b734b5e8be18f88d51" | ||||||
|  | @ -7691,11 +7616,6 @@ jest@^28.1.2: | ||||||
|     import-local "^3.0.2" |     import-local "^3.0.2" | ||||||
|     jest-cli "^28.1.2" |     jest-cli "^28.1.2" | ||||||
| 
 | 
 | ||||||
| js-base64@^2.1.9: |  | ||||||
|   version "2.6.4" |  | ||||||
|   resolved "https://registry.yarnpkg.com/js-base64/-/js-base64-2.6.4.tgz#f4e686c5de1ea1f867dbcad3d46d969428df98c4" |  | ||||||
|   integrity sha512-pZe//GGmwJndub7ZghVHz7vjb2LgC1m8B07Au3eYqeqv9emhESByMXxaEgkUkEqJe87oBbSniGYoQNIBklc7IQ== |  | ||||||
| 
 |  | ||||||
| "js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0: | "js-tokens@^3.0.0 || ^4.0.0", js-tokens@^4.0.0: | ||||||
|   version "4.0.0" |   version "4.0.0" | ||||||
|   resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499" |   resolved "https://registry.yarnpkg.com/js-tokens/-/js-tokens-4.0.0.tgz#19203fb59991df98e3a287050d4647cdeaf32499" | ||||||
|  | @ -8783,11 +8703,6 @@ object-assign@^4.1.1: | ||||||
|   resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863" |   resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863" | ||||||
|   integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM= |   integrity sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM= | ||||||
| 
 | 
 | ||||||
| object-fit-images@^3.2.3: |  | ||||||
|   version "3.2.4" |  | ||||||
|   resolved "https://registry.yarnpkg.com/object-fit-images/-/object-fit-images-3.2.4.tgz#6c299d38fdf207746e5d2d46c2877f6f25d15b52" |  | ||||||
|   integrity sha512-G+7LzpYfTfqUyrZlfrou/PLLLAPNC52FTy5y1CBywX+1/FkxIloOyQXBmZ3Zxa2AWO+lMF0JTuvqbr7G5e5CWg== |  | ||||||
| 
 |  | ||||||
| object-hash@^3.0.0: | object-hash@^3.0.0: | ||||||
|   version "3.0.0" |   version "3.0.0" | ||||||
|   resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-3.0.0.tgz#73f97f753e7baffc0e2cc9d6e079079744ac82e9" |   resolved "https://registry.yarnpkg.com/object-hash/-/object-hash-3.0.0.tgz#73f97f753e7baffc0e2cc9d6e079079744ac82e9" | ||||||
|  | @ -9011,21 +8926,6 @@ parent-module@^1.0.0: | ||||||
|   dependencies: |   dependencies: | ||||||
|     callsites "^3.0.0" |     callsites "^3.0.0" | ||||||
| 
 | 
 | ||||||
| parse-css-font@^2.0.2: |  | ||||||
|   version "2.0.2" |  | ||||||
|   resolved "https://registry.yarnpkg.com/parse-css-font/-/parse-css-font-2.0.2.tgz#7b60b060705a25a9b90b7f0ed493e5823248a652" |  | ||||||
|   integrity sha1-e2CwYHBaJam5C38O1JPlgjJIplI= |  | ||||||
|   dependencies: |  | ||||||
|     css-font-size-keywords "^1.0.0" |  | ||||||
|     css-font-stretch-keywords "^1.0.1" |  | ||||||
|     css-font-style-keywords "^1.0.1" |  | ||||||
|     css-font-weight-keywords "^1.0.0" |  | ||||||
|     css-global-keywords "^1.0.1" |  | ||||||
|     css-list-helpers "^1.0.1" |  | ||||||
|     css-system-font-keywords "^1.0.0" |  | ||||||
|     tcomb "^2.5.0" |  | ||||||
|     unquote "^1.1.0" |  | ||||||
| 
 |  | ||||||
| parse-diff@^0.7.0: | parse-diff@^0.7.0: | ||||||
|   version "0.7.1" |   version "0.7.1" | ||||||
|   resolved "https://registry.yarnpkg.com/parse-diff/-/parse-diff-0.7.1.tgz#9b7a2451c3725baf2c87c831ba192d40ee2237d4" |   resolved "https://registry.yarnpkg.com/parse-diff/-/parse-diff-0.7.1.tgz#9b7a2451c3725baf2c87c831ba192d40ee2237d4" | ||||||
|  | @ -9451,15 +9351,6 @@ postcss-normalize-whitespace@^5.1.1: | ||||||
|   dependencies: |   dependencies: | ||||||
|     postcss-value-parser "^4.2.0" |     postcss-value-parser "^4.2.0" | ||||||
| 
 | 
 | ||||||
| postcss-object-fit-images@^1.1.2: |  | ||||||
|   version "1.1.2" |  | ||||||
|   resolved "https://registry.yarnpkg.com/postcss-object-fit-images/-/postcss-object-fit-images-1.1.2.tgz#8b773043db14672ef6cd6f2cb1f0d8b26a9f573b" |  | ||||||
|   integrity sha1-i3cwQ9sUZy72zW8ssfDYsmqfVzs= |  | ||||||
|   dependencies: |  | ||||||
|     parse-css-font "^2.0.2" |  | ||||||
|     postcss "^5.0.16" |  | ||||||
|     quote "^0.4.0" |  | ||||||
| 
 |  | ||||||
| postcss-ordered-values@^5.1.1: | postcss-ordered-values@^5.1.1: | ||||||
|   version "5.1.1" |   version "5.1.1" | ||||||
|   resolved "https://registry.yarnpkg.com/postcss-ordered-values/-/postcss-ordered-values-5.1.1.tgz#0b41b610ba02906a3341e92cab01ff8ebc598adb" |   resolved "https://registry.yarnpkg.com/postcss-ordered-values/-/postcss-ordered-values-5.1.1.tgz#0b41b610ba02906a3341e92cab01ff8ebc598adb" | ||||||
|  | @ -9556,16 +9447,6 @@ postcss-value-parser@^4.1.0: | ||||||
|   resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz#443f6a20ced6481a2bda4fa8532a6e55d789a2cb" |   resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz#443f6a20ced6481a2bda4fa8532a6e55d789a2cb" | ||||||
|   integrity sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ== |   integrity sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ== | ||||||
| 
 | 
 | ||||||
| postcss@^5.0.16: |  | ||||||
|   version "5.2.18" |  | ||||||
|   resolved "https://registry.yarnpkg.com/postcss/-/postcss-5.2.18.tgz#badfa1497d46244f6390f58b319830d9107853c5" |  | ||||||
|   integrity sha512-zrUjRRe1bpXKsX1qAJNJjqZViErVuyEkMTRrwu4ud4sbTtIBRmtaYDrHmcGgmrbsW3MHfmtIf+vJumgQn+PrXg== |  | ||||||
|   dependencies: |  | ||||||
|     chalk "^1.1.3" |  | ||||||
|     js-base64 "^2.1.9" |  | ||||||
|     source-map "^0.5.6" |  | ||||||
|     supports-color "^3.2.3" |  | ||||||
| 
 |  | ||||||
| postcss@^7.0.14, postcss@^7.0.2, postcss@^7.0.21, postcss@^7.0.26, postcss@^7.0.32, postcss@^7.0.35, postcss@^7.0.6: | postcss@^7.0.14, postcss@^7.0.2, postcss@^7.0.21, postcss@^7.0.26, postcss@^7.0.32, postcss@^7.0.35, postcss@^7.0.6: | ||||||
|   version "7.0.36" |   version "7.0.36" | ||||||
|   resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.36.tgz#056f8cffa939662a8f5905950c07d5285644dfcb" |   resolved "https://registry.yarnpkg.com/postcss/-/postcss-7.0.36.tgz#056f8cffa939662a8f5905950c07d5285644dfcb" | ||||||
|  | @ -9746,11 +9627,6 @@ quick-lru@^5.1.1: | ||||||
|   resolved "https://registry.yarnpkg.com/quick-lru/-/quick-lru-5.1.1.tgz#366493e6b3e42a3a6885e2e99d18f80fb7a8c932" |   resolved "https://registry.yarnpkg.com/quick-lru/-/quick-lru-5.1.1.tgz#366493e6b3e42a3a6885e2e99d18f80fb7a8c932" | ||||||
|   integrity sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA== |   integrity sha512-WuyALRjWPDGtt/wzJiadO5AXY+8hZ80hVpe6MyivgraREW751X3SbhRvG3eLKOYN+8VEvqLcf3wdnt44Z4S4SA== | ||||||
| 
 | 
 | ||||||
| quote@^0.4.0: |  | ||||||
|   version "0.4.0" |  | ||||||
|   resolved "https://registry.yarnpkg.com/quote/-/quote-0.4.0.tgz#10839217f6c1362b89194044d29b233fd7f32f01" |  | ||||||
|   integrity sha1-EIOSF/bBNiuJGUBE0psjP9fzLwE= |  | ||||||
| 
 |  | ||||||
| raf@^3.1.0, raf@^3.4.1: | raf@^3.1.0, raf@^3.4.1: | ||||||
|   version "3.4.1" |   version "3.4.1" | ||||||
|   resolved "https://registry.yarnpkg.com/raf/-/raf-3.4.1.tgz#0742e99a4a6552f445d73e3ee0328af0ff1ede39" |   resolved "https://registry.yarnpkg.com/raf/-/raf-3.4.1.tgz#0742e99a4a6552f445d73e3ee0328af0ff1ede39" | ||||||
|  | @ -10882,7 +10758,7 @@ source-map-support@^0.5.20, source-map-support@~0.5.20: | ||||||
|     buffer-from "^1.0.0" |     buffer-from "^1.0.0" | ||||||
|     source-map "^0.6.0" |     source-map "^0.6.0" | ||||||
| 
 | 
 | ||||||
| source-map@^0.5.0, source-map@^0.5.6: | source-map@^0.5.0: | ||||||
|   version "0.5.7" |   version "0.5.7" | ||||||
|   resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc" |   resolved "https://registry.yarnpkg.com/source-map/-/source-map-0.5.7.tgz#8a039d2d1021d22d1ea14c80d8ea468ba2ef3fcc" | ||||||
|   integrity sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w= |   integrity sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w= | ||||||
|  | @ -11098,13 +10974,6 @@ stringz@^2.0.0: | ||||||
|   dependencies: |   dependencies: | ||||||
|     char-regex "^1.0.2" |     char-regex "^1.0.2" | ||||||
| 
 | 
 | ||||||
| strip-ansi@^3.0.0: |  | ||||||
|   version "3.0.1" |  | ||||||
|   resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-3.0.1.tgz#6a385fb8853d952d5ff05d0e8aaf94278dc63dcf" |  | ||||||
|   integrity sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8= |  | ||||||
|   dependencies: |  | ||||||
|     ansi-regex "^2.0.0" |  | ||||||
| 
 |  | ||||||
| strip-ansi@^6.0.0: | strip-ansi@^6.0.0: | ||||||
|   version "6.0.0" |   version "6.0.0" | ||||||
|   resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.0.tgz#0b1571dd7669ccd4f3e06e14ef1eed26225ae532" |   resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.0.tgz#0b1571dd7669ccd4f3e06e14ef1eed26225ae532" | ||||||
|  | @ -11253,18 +11122,6 @@ sugarss@^2.0.0: | ||||||
|   dependencies: |   dependencies: | ||||||
|     postcss "^7.0.2" |     postcss "^7.0.2" | ||||||
| 
 | 
 | ||||||
| supports-color@^2.0.0: |  | ||||||
|   version "2.0.0" |  | ||||||
|   resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-2.0.0.tgz#535d045ce6b6363fa40117084629995e9df324c7" |  | ||||||
|   integrity sha1-U10EXOa2Nj+kARcIRimZXp3zJMc= |  | ||||||
| 
 |  | ||||||
| supports-color@^3.2.3: |  | ||||||
|   version "3.2.3" |  | ||||||
|   resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-3.2.3.tgz#65ac0504b3954171d8a64946b2ae3cbb8a5f54f6" |  | ||||||
|   integrity sha1-ZawFBLOVQXHYpklGsq48u4pfVPY= |  | ||||||
|   dependencies: |  | ||||||
|     has-flag "^1.0.0" |  | ||||||
| 
 |  | ||||||
| supports-color@^5.0.0, supports-color@^5.3.0: | supports-color@^5.0.0, supports-color@^5.3.0: | ||||||
|   version "5.5.0" |   version "5.5.0" | ||||||
|   resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f" |   resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-5.5.0.tgz#e2e69a44ac8772f78a1ec0b35b689df6530efc8f" | ||||||
|  | @ -11388,11 +11245,6 @@ tapable@^2.0, tapable@^2.0.0, tapable@^2.1.1, tapable@^2.2.0, tapable@^2.2.1: | ||||||
|   resolved "https://registry.yarnpkg.com/tapable/-/tapable-2.2.1.tgz#1967a73ef4060a82f12ab96af86d52fdb76eeca0" |   resolved "https://registry.yarnpkg.com/tapable/-/tapable-2.2.1.tgz#1967a73ef4060a82f12ab96af86d52fdb76eeca0" | ||||||
|   integrity sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ== |   integrity sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ== | ||||||
| 
 | 
 | ||||||
| tcomb@^2.5.0: |  | ||||||
|   version "2.7.0" |  | ||||||
|   resolved "https://registry.yarnpkg.com/tcomb/-/tcomb-2.7.0.tgz#10d62958041669a5d53567b9a4ee8cde22b1c2b0" |  | ||||||
|   integrity sha1-ENYpWAQWaaXVNWe5pO6M3iKxwrA= |  | ||||||
| 
 |  | ||||||
| terminal-link@^2.0.0: | terminal-link@^2.0.0: | ||||||
|   version "2.1.1" |   version "2.1.1" | ||||||
|   resolved "https://registry.yarnpkg.com/terminal-link/-/terminal-link-2.1.1.tgz#14a64a27ab3c0df933ea546fba55f2d078edc994" |   resolved "https://registry.yarnpkg.com/terminal-link/-/terminal-link-2.1.1.tgz#14a64a27ab3c0df933ea546fba55f2d078edc994" | ||||||
|  | @ -11833,11 +11685,6 @@ unpipe@1.0.0, unpipe@~1.0.0: | ||||||
|   resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec" |   resolved "https://registry.yarnpkg.com/unpipe/-/unpipe-1.0.0.tgz#b2bf4ee8514aae6165b4817829d21b2ef49904ec" | ||||||
|   integrity sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw= |   integrity sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw= | ||||||
| 
 | 
 | ||||||
| unquote@^1.1.0: |  | ||||||
|   version "1.1.1" |  | ||||||
|   resolved "https://registry.yarnpkg.com/unquote/-/unquote-1.1.1.tgz#8fded7324ec6e88a0ff8b905e7c098cdc086d544" |  | ||||||
|   integrity sha1-j97XMk7G6IoP+LkF58CYzcCG1UQ= |  | ||||||
| 
 |  | ||||||
| update-browserslist-db@^1.0.4: | update-browserslist-db@^1.0.4: | ||||||
|   version "1.0.5" |   version "1.0.5" | ||||||
|   resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.5.tgz#be06a5eedd62f107b7c19eb5bcefb194411abf38" |   resolved "https://registry.yarnpkg.com/update-browserslist-db/-/update-browserslist-db-1.0.5.tgz#be06a5eedd62f107b7c19eb5bcefb194411abf38" | ||||||
|  |  | ||||||
		Ładowanie…
	
		Reference in New Issue
	
	 Alex Gleason
						Alex Gleason