self-host font awesome and tails image

This commit is contained in:
HolgerHatGarKeineNode
2023-02-02 13:49:52 +01:00
parent c208ff411c
commit cf55ff1752
9 changed files with 125 additions and 48 deletions

67
composer.lock generated
View File

@@ -2702,16 +2702,16 @@
}, },
{ {
"name": "laravel/framework", "name": "laravel/framework",
"version": "v9.49.0", "version": "v9.50.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/framework.git", "url": "https://github.com/laravel/framework.git",
"reference": "e02d9453442ad0a6a2f5dc9df96ea0319d218026" "reference": "3b400f76619cd5257a69fdd6b897043b6522a89a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/e02d9453442ad0a6a2f5dc9df96ea0319d218026", "url": "https://api.github.com/repos/laravel/framework/zipball/3b400f76619cd5257a69fdd6b897043b6522a89a",
"reference": "e02d9453442ad0a6a2f5dc9df96ea0319d218026", "reference": "3b400f76619cd5257a69fdd6b897043b6522a89a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -2886,7 +2886,7 @@
"issues": "https://github.com/laravel/framework/issues", "issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework" "source": "https://github.com/laravel/framework"
}, },
"time": "2023-01-31T14:36:47+00:00" "time": "2023-02-01T17:36:26+00:00"
}, },
{ {
"name": "laravel/horizon", "name": "laravel/horizon",
@@ -4855,29 +4855,30 @@
}, },
{ {
"name": "nette/utils", "name": "nette/utils",
"version": "v3.2.9", "version": "v4.0.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/nette/utils.git", "url": "https://github.com/nette/utils.git",
"reference": "c91bac3470c34b2ecd5400f6e6fdf0b64a836a5c" "reference": "cacdbf5a91a657ede665c541eda28941d4b09c1e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/nette/utils/zipball/c91bac3470c34b2ecd5400f6e6fdf0b64a836a5c", "url": "https://api.github.com/repos/nette/utils/zipball/cacdbf5a91a657ede665c541eda28941d4b09c1e",
"reference": "c91bac3470c34b2ecd5400f6e6fdf0b64a836a5c", "reference": "cacdbf5a91a657ede665c541eda28941d4b09c1e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=7.2 <8.3" "php": ">=8.0 <8.3"
}, },
"conflict": { "conflict": {
"nette/di": "<3.0.6" "nette/finder": "<3",
"nette/schema": "<1.2.2"
}, },
"require-dev": { "require-dev": {
"jetbrains/phpstorm-attributes": "dev-master", "jetbrains/phpstorm-attributes": "dev-master",
"nette/tester": "~2.0", "nette/tester": "^2.4",
"phpstan/phpstan": "^1.0", "phpstan/phpstan": "^1.0",
"tracy/tracy": "^2.3" "tracy/tracy": "^2.9"
}, },
"suggest": { "suggest": {
"ext-gd": "to use Image", "ext-gd": "to use Image",
@@ -4891,7 +4892,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "3.2-dev" "dev-master": "4.0-dev"
} }
}, },
"autoload": { "autoload": {
@@ -4935,9 +4936,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/nette/utils/issues", "issues": "https://github.com/nette/utils/issues",
"source": "https://github.com/nette/utils/tree/v3.2.9" "source": "https://github.com/nette/utils/tree/v4.0.0"
}, },
"time": "2023-01-18T03:26:20+00:00" "time": "2023-02-02T10:41:53+00:00"
}, },
{ {
"name": "nikic/php-parser", "name": "nikic/php-parser",
@@ -7496,20 +7497,20 @@
}, },
{ {
"name": "sentry/sentry-laravel", "name": "sentry/sentry-laravel",
"version": "3.1.3", "version": "3.2.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/getsentry/sentry-laravel.git", "url": "https://github.com/getsentry/sentry-laravel.git",
"reference": "392efc852241ee95b1a68141247d461dd690814a" "reference": "55ad9bd47766cec2d8978b8487c40e81a5a87d76"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/getsentry/sentry-laravel/zipball/392efc852241ee95b1a68141247d461dd690814a", "url": "https://api.github.com/repos/getsentry/sentry-laravel/zipball/55ad9bd47766cec2d8978b8487c40e81a5a87d76",
"reference": "392efc852241ee95b1a68141247d461dd690814a", "reference": "55ad9bd47766cec2d8978b8487c40e81a5a87d76",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"illuminate/support": "^6.0 | ^7.0 | ^8.0 | ^9.0", "illuminate/support": "^6.0 | ^7.0 | ^8.0 | ^9.0 | ^10.0",
"nyholm/psr7": "^1.0", "nyholm/psr7": "^1.0",
"php": "^7.2 | ^8.0", "php": "^7.2 | ^8.0",
"sentry/sdk": "^3.3", "sentry/sdk": "^3.3",
@@ -7521,9 +7522,9 @@
}, },
"require-dev": { "require-dev": {
"friendsofphp/php-cs-fixer": "^3.11", "friendsofphp/php-cs-fixer": "^3.11",
"laravel/framework": "^6.0 | ^7.0 | ^8.0 | ^9.0", "laravel/framework": "^6.0 | ^7.0 | ^8.0 | ^9.0 | ^10.0",
"mockery/mockery": "^1.3", "mockery/mockery": "^1.3",
"orchestra/testbench": "^4.7 | ^5.1 | ^6.0 | ^7.0", "orchestra/testbench": "^4.7 | ^5.1 | ^6.0 | ^7.0 | ^8.0",
"phpunit/phpunit": "^8.4 | ^9.3" "phpunit/phpunit": "^8.4 | ^9.3"
}, },
"type": "library", "type": "library",
@@ -7573,7 +7574,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/getsentry/sentry-laravel/issues", "issues": "https://github.com/getsentry/sentry-laravel/issues",
"source": "https://github.com/getsentry/sentry-laravel/tree/3.1.3" "source": "https://github.com/getsentry/sentry-laravel/tree/3.2.0"
}, },
"funding": [ "funding": [
{ {
@@ -7585,7 +7586,7 @@
"type": "custom" "type": "custom"
} }
], ],
"time": "2023-01-12T12:24:44+00:00" "time": "2023-02-01T10:56:52+00:00"
}, },
{ {
"name": "simplesoftwareio/simple-qrcode", "name": "simplesoftwareio/simple-qrcode",
@@ -8789,20 +8790,20 @@
}, },
{ {
"name": "spatie/laravel-options", "name": "spatie/laravel-options",
"version": "1.0.3", "version": "1.0.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/spatie/laravel-options.git", "url": "https://github.com/spatie/laravel-options.git",
"reference": "7631d2bb99b5b4b507293a4d8823c9244b4c18cb" "reference": "bc557d91ba55a9e5a69f8f630715d63aa56ad9b2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/spatie/laravel-options/zipball/7631d2bb99b5b4b507293a4d8823c9244b4c18cb", "url": "https://api.github.com/repos/spatie/laravel-options/zipball/bc557d91ba55a9e5a69f8f630715d63aa56ad9b2",
"reference": "7631d2bb99b5b4b507293a4d8823c9244b4c18cb", "reference": "bc557d91ba55a9e5a69f8f630715d63aa56ad9b2",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"illuminate/contracts": "^8.81|^9.0", "illuminate/contracts": "^8.81|^9.0|^10.0",
"php": "^8.1", "php": "^8.1",
"spatie/laravel-package-tools": "^1.9.2" "spatie/laravel-package-tools": "^1.9.2"
}, },
@@ -8811,7 +8812,7 @@
"myclabs/php-enum": "^1.6", "myclabs/php-enum": "^1.6",
"nunomaduro/collision": "^6.0|^5.0", "nunomaduro/collision": "^6.0|^5.0",
"nunomaduro/larastan": "^2.0.1|^1.0.3", "nunomaduro/larastan": "^2.0.1|^1.0.3",
"orchestra/testbench": "^7.0|^v6.24.1", "orchestra/testbench": "^7.0|^v6.24.1|^8.0",
"pestphp/pest": "^v1.21.3", "pestphp/pest": "^v1.21.3",
"pestphp/pest-plugin-laravel": "^1.1", "pestphp/pest-plugin-laravel": "^1.1",
"phpstan/extension-installer": "^1.1", "phpstan/extension-installer": "^1.1",
@@ -8855,9 +8856,9 @@
"spatie" "spatie"
], ],
"support": { "support": {
"source": "https://github.com/spatie/laravel-options/tree/1.0.3" "source": "https://github.com/spatie/laravel-options/tree/1.0.4"
}, },
"time": "2022-07-29T08:14:50+00:00" "time": "2023-02-02T08:15:11+00:00"
}, },
{ {
"name": "spatie/laravel-package-tools", "name": "spatie/laravel-package-tools",

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

6
public/assets/fontawesome/thin.min.js vendored Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,54 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="1408" height="716"
viewBox="0 0 1408 716"
preserveAspectRatio="xMinYMin"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns="http://www.w3.org/2000/svg">
<!-- Generated by PQINA - https://pqina.nl/ -->
<title></title>
<g transform="rotate(NaN 704 358) translate(704 358) scale(NaN) translate(-704 -358) translate(0 0)">
<g transform="scale(1 1) translate(0 0)">
<svg width="1408" height="716" viewBox="0 0 1408 716" fill="none" xmlns="http://www.w3.org/2000/svg" style="overflow: visible;">
<g clip-path="url(#clip0)">
<path d="M1747.53 -430.507C1747.53 -430.507 1108.18 609.457 947.609 154.147C868.315 -70.8135 -288.373 317.478 -698 642.749" stroke="white" stroke-miterlimit="10"></path>
<path d="M1737.64 -413.297C1737.64 -413.297 1137.52 613.02 948.89 166.489C847.357 -73.6831 -264.038 332.515 -660.507 647.355" stroke="white" stroke-miterlimit="10"></path>
<path d="M1727.74 -396.086C1727.74 -396.086 1163.02 616.584 950.17 178.745C825.699 -77.2471 -239.703 347.64 -622.898 651.962" stroke="white" stroke-miterlimit="10"></path>
<path d="M1717.84 -378.875C1717.84 -378.875 1185.37 620.495 951.336 191.002C803.111 -81.0717 -215.367 362.677 -585.404 656.482" stroke="white" stroke-miterlimit="10"></path>
<path d="M1707.94 -361.663C1707.94 -361.663 1205.05 624.755 952.616 203.258C779.823 -85.1569 -190.915 377.803 -547.796 661.089" stroke="white" stroke-miterlimit="10"></path>
<path d="M1698.05 -344.453C1698.05 -344.453 1222.75 629.361 953.897 215.514C755.837 -89.3296 -166.579 392.84 -510.186 665.609" stroke="white" stroke-miterlimit="10"></path>
<path d="M1688.04 -327.242C1688.04 -327.242 1238.7 634.316 955.062 227.858C730.92 -93.4149 -142.244 407.878 -472.576 670.216" stroke="white" stroke-miterlimit="10"></path>
<path d="M1678.14 -310.03C1678.14 -310.03 1253.26 639.619 956.342 240.114C705.419 -97.4133 -117.909 423.003 -435.085 674.823" stroke="white" stroke-miterlimit="10"></path>
<path d="M1668.24 -292.819C1668.24 -292.819 1266.76 645.269 957.623 252.37C679.338 -101.238 -93.5731 438.041 -397.474 679.43" stroke="white" stroke-miterlimit="10"></path>
<path d="M1658.34 -275.609C1658.34 -275.609 1279.46 651.267 958.904 264.627C652.441 -104.889 -69.1214 453.079 -359.865 683.95" stroke="white" stroke-miterlimit="10"></path>
<path d="M1648.45 -258.397C1648.45 -258.397 1291.33 657.612 960.068 276.883C624.961 -108.279 -44.7861 468.204 -322.373 688.557" stroke="white" stroke-miterlimit="10"></path>
<path d="M1638.55 -241.186C1638.55 -241.186 1302.63 664.218 961.348 289.226C596.899 -111.321 -20.4514 483.329 -284.764 693.164" stroke="white" stroke-miterlimit="10"></path>
<path d="M1628.53 -223.975C1628.53 -223.975 1313.22 671.085 962.513 301.483C568.14 -114.016 3.76812 498.367 -247.271 697.771" stroke="white" stroke-miterlimit="10"></path>
<path d="M1618.64 -206.764C1618.64 -206.764 1323.7 678.213 963.794 313.739C539.03 -116.45 28.2198 513.404 -209.662 702.291" stroke="white" stroke-miterlimit="10"></path>
<path d="M1608.74 -189.553C1608.74 -189.553 1333.72 685.515 965.075 325.995C509.223 -118.536 52.5561 528.529 -172.052 706.898" stroke="white" stroke-miterlimit="10"></path>
<path d="M1598.84 -172.342C1598.84 -172.342 1343.5 693.164 966.355 338.252C478.949 -120.188 77.007 543.567 -134.443 711.419" stroke="white" stroke-miterlimit="10"></path>
<path d="M1588.95 -155.131C1588.95 -155.131 1353.16 700.987 967.52 350.595C448.093 -121.405 101.226 558.692 -96.9502 716.112" stroke="white" stroke-miterlimit="10"></path>
<path d="M1579.05 -137.92C1579.05 -137.92 1362.59 708.984 968.801 362.851C416.888 -122.274 125.678 573.73 -59.3405 720.632" stroke="white" stroke-miterlimit="10"></path>
<path d="M1569.15 -120.709C1569.15 -120.709 1371.91 717.155 970.081 375.108C385.1 -122.795 150.013 588.768 -21.7318 725.239" stroke="white" stroke-miterlimit="10"></path>
<path d="M1559.14 -103.498C1559.14 -103.498 1380.99 725.587 971.246 387.364C352.964 -122.882 174.349 603.893 15.7614 729.759" stroke="white" stroke-miterlimit="10"></path>
<path d="M1549.24 -86.2871C1549.24 -86.2871 1390.19 734.105 972.527 399.707C320.478 -122.448 198.685 618.931 53.3707 734.366" stroke="white" stroke-miterlimit="10"></path>
<path d="M1539.34 -69.0761C1539.34 -69.0761 1399.27 742.798 973.808 411.964C287.41 -121.752 223.136 634.055 90.9801 738.973" stroke="white" stroke-miterlimit="10"></path>
<path d="M1529.45 -51.8651C1529.45 -51.8651 1408.47 751.664 975.088 424.22C254.225 -120.535 247.471 649.093 128.589 743.58" stroke="white" stroke-miterlimit="10"></path>
<path d="M1519.55 -34.6538C1519.55 -34.6538 1417.55 760.705 976.252 436.476C220.457 -118.97 271.806 664.131 166.081 748.1" stroke="white" stroke-miterlimit="10"></path>
<path d="M1509.65 -17.443C1509.65 -17.443 1426.63 769.918 977.534 448.733C186.458 -116.971 296.142 679.256 203.691 752.707" stroke="white" stroke-miterlimit="10"></path>
<path d="M1499.64 -0.231819C1499.64 -0.231819 1435.6 779.22 978.698 461.076C152.109 -114.537 320.478 694.294 241.184 757.315" stroke="white" stroke-miterlimit="10"></path>
<path d="M1489.74 16.9793C1489.74 16.9793 1444.8 788.607 979.978 473.332C117.41 -111.756 344.812 709.419 278.792 761.835" stroke="white" stroke-miterlimit="10"></path>
<path d="M1479.84 34.1902C1479.84 34.1902 1453.99 798.169 981.259 485.589C82.5959 -108.54 369.265 724.457 316.402 766.442" stroke="white" stroke-miterlimit="10"></path>
<path d="M1469.95 51.401C1469.95 51.401 1463.31 807.817 982.541 497.845C47.4329 -104.976 393.601 739.582 353.896 771.048" stroke="white" stroke-miterlimit="10"></path>
<path d="M1460.05 68.6123C1460.05 68.6123 1472.62 817.64 983.704 510.101C12.0346 -101.064 417.935 754.62 391.504 775.655" stroke="white" stroke-miterlimit="10"></path>
<path d="M1450.15 85.8233C1450.15 85.8233 1482.06 827.462 984.985 522.445C-23.5949 -96.718 442.271 769.744 429.113 780.175" stroke="white" stroke-miterlimit="10"></path>
<path d="M1440.26 103.034C1440.26 103.034 1491.49 837.458 986.267 534.701C-59.3404 -92.024 466.723 784.782 466.723 784.782" stroke="white" stroke-miterlimit="10"></path>
</g>
<defs>
<clipPath id="clip0">
<rect width="1408" height="716" fill="white"></rect>
</clipPath>
</defs>
</svg>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 6.0 KiB

View File

@@ -27,8 +27,10 @@
<script src="{{ asset('vendor/jvector/maps/it.js') }}"></script> <script src="{{ asset('vendor/jvector/maps/it.js') }}"></script>
<script src="{{ asset('vendor/jvector/maps/pt.js') }}"></script> <script src="{{ asset('vendor/jvector/maps/pt.js') }}"></script>
<script src="{{ asset('vendor/jvector/maps/pl.js') }}"></script> <script src="{{ asset('vendor/jvector/maps/pl.js') }}"></script>
<script src="https://kit.fontawesome.com/03bc14bd1e.js" crossorigin="anonymous"></script>
<script src="{{ asset('dist/smoothscroll.js') }}"></script> <script src="{{ asset('dist/smoothscroll.js') }}"></script>
<script defer src="assets/fontawesome/brands.min.js"></script>
<script defer src="assets/fontawesome/thin.min.js"></script>
<script defer src="assets/fontawesome/fontawesome.min.js"></script>
@mapstyles @mapstyles
@mapscripts @mapscripts
<wireui:scripts/> <wireui:scripts/>

View File

@@ -27,8 +27,10 @@
<script src="{{ asset('vendor/jvector/maps/it.js') }}"></script> <script src="{{ asset('vendor/jvector/maps/it.js') }}"></script>
<script src="{{ asset('vendor/jvector/maps/pt.js') }}"></script> <script src="{{ asset('vendor/jvector/maps/pt.js') }}"></script>
<script src="{{ asset('vendor/jvector/maps/pl.js') }}"></script> <script src="{{ asset('vendor/jvector/maps/pl.js') }}"></script>
<script src="https://kit.fontawesome.com/03bc14bd1e.js" crossorigin="anonymous"></script>
<script src="{{ asset('dist/smoothscroll.js') }}"></script> <script src="{{ asset('dist/smoothscroll.js') }}"></script>
<script defer src="assets/fontawesome/brands.min.js"></script>
<script defer src="assets/fontawesome/thin.min.js"></script>
<script defer src="assets/fontawesome/fontawesome.min.js"></script>
@mapscripts @mapscripts
<wireui:scripts/> <wireui:scripts/>
<x-comments::scripts/> <x-comments::scripts/>

View File

@@ -3,7 +3,7 @@
<img class="absolute h-43 left-0 z-0 w-3/4 transform -translate-y-1/2 opacity-70 top-1/2" <img class="absolute h-43 left-0 z-0 w-3/4 transform -translate-y-1/2 opacity-70 top-1/2"
src="{{ asset('img/gradient-blob.svg') }}"> src="{{ asset('img/gradient-blob.svg') }}">
<img class="absolute left-0 z-0 object-cover object-center w-full h-full opacity-50 top-24" <img class="absolute left-0 z-0 object-cover object-center w-full h-full opacity-50 top-24"
src="https://cdn.devdojo.com/tails/images/swirl-white.svg"> src="{{ asset('img/swirl-white.svg') }}">
<div class="container relative z-10 px-4 mx-auto"> <div class="container relative z-10 px-4 mx-auto">
<div class="w-full mb-8 sm:w-1/2 md:w-3/4 sm:pr-4 md:pr-12 sm:-mb-32 md:-mb-24 lg:-mb-36 xl:-mb-28"> <div class="w-full mb-8 sm:w-1/2 md:w-3/4 sm:pr-4 md:pr-12 sm:-mb-32 md:-mb-24 lg:-mb-36 xl:-mb-28">
<h2 class="tracking-widest text-amber-500 uppercase">{{ __('Einundzwanzig') }}</h2> <h2 class="tracking-widest text-amber-500 uppercase">{{ __('Einundzwanzig') }}</h2>

View File

@@ -350,7 +350,7 @@ electron-to-chromium@^1.4.284:
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.284.tgz#61046d1e4cab3a25238f6bf7413795270f125592" resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.284.tgz#61046d1e4cab3a25238f6bf7413795270f125592"
integrity sha512-M8WEXFuKXMYMVr45fo8mq0wUrrJHheiKZf6BArTKk9ZBYCKJEOU5H8cdWgDT+qCVZf7Na4lVUaZsA+h6uA9+PA== integrity sha512-M8WEXFuKXMYMVr45fo8mq0wUrrJHheiKZf6BArTKk9ZBYCKJEOU5H8cdWgDT+qCVZf7Na4lVUaZsA+h6uA9+PA==
esbuild@^0.16.3: esbuild@^0.16.14:
version "0.16.17" version "0.16.17"
resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.16.17.tgz#fc2c3914c57ee750635fee71b89f615f25065259" resolved "https://registry.yarnpkg.com/esbuild/-/esbuild-0.16.17.tgz#fc2c3914c57ee750635fee71b89f615f25065259"
integrity sha512-G8LEkV0XzDMNwXKgM0Jwu3nY3lSTwSGY6XbxM9cr9+s0T/qSV1q1JVPBGzm3dcjhCic9+emZDmMffkwgPeOeLg== integrity sha512-G8LEkV0XzDMNwXKgM0Jwu3nY3lSTwSGY6XbxM9cr9+s0T/qSV1q1JVPBGzm3dcjhCic9+emZDmMffkwgPeOeLg==
@@ -635,7 +635,7 @@ postcss-value-parser@^4.0.0, postcss-value-parser@^4.2.0:
resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514" resolved "https://registry.yarnpkg.com/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz#723c09920836ba6d3e5af019f92bc0971c02e514"
integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ== integrity sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==
postcss@^8.4.14, postcss@^8.4.18, postcss@^8.4.20: postcss@^8.4.14, postcss@^8.4.18, postcss@^8.4.21:
version "8.4.21" version "8.4.21"
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.21.tgz#c639b719a57efc3187b13a1d765675485f4134f4" resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.4.21.tgz#c639b719a57efc3187b13a1d765675485f4134f4"
integrity sha512-tP7u/Sn/dVxK2NnruI4H9BG+x+Wxz6oeZ1cJ8P6G/PZY0IKk4k/63TDsQf2kQq3+qoJeLm2kIBUNlZe3zgb4Zg== integrity sha512-tP7u/Sn/dVxK2NnruI4H9BG+x+Wxz6oeZ1cJ8P6G/PZY0IKk4k/63TDsQf2kQq3+qoJeLm2kIBUNlZe3zgb4Zg==
@@ -691,10 +691,10 @@ reusify@^1.0.4:
resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76" resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76"
integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw== integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==
rollup@^3.7.0: rollup@^3.10.0:
version "3.12.0" version "3.12.1"
resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.12.0.tgz#813d88ec11e36108da788fc471b3c81b365a7c29" resolved "https://registry.yarnpkg.com/rollup/-/rollup-3.12.1.tgz#2975b97713e4af98c15e7024b88292d7fddb3853"
integrity sha512-4MZ8kA2HNYahIjz63rzrMMRvDqQDeS9LoriJvMuV0V6zIGysP36e9t4yObUfwdT9h/szXoHQideICftcdZklWg== integrity sha512-t9elERrz2i4UU9z7AwISj3CQcXP39cWxgRWLdf4Tm6aKm1eYrqHIgjzXBgb67GNY1sZckTFFi0oMozh3/S++Ig==
optionalDependencies: optionalDependencies:
fsevents "~2.3.2" fsevents "~2.3.2"
@@ -783,14 +783,14 @@ vite-plugin-full-reload@^1.0.5:
picomatch "^2.3.1" picomatch "^2.3.1"
vite@^4.0.0: vite@^4.0.0:
version "4.0.4" version "4.1.0"
resolved "https://registry.yarnpkg.com/vite/-/vite-4.0.4.tgz#4612ce0b47bbb233a887a54a4ae0c6e240a0da31" resolved "https://registry.yarnpkg.com/vite/-/vite-4.1.0.tgz#4f0d3aa0491d313cd8c144e4339171b2a0fb6b54"
integrity sha512-xevPU7M8FU0i/80DMR+YhgrzR5KS2ORy1B4xcX/cXLsvnUWvfHuqMmVU6N0YiJ4JWGRJJsLCgjEzKjG9/GKoSw== integrity sha512-YoUKE/9bbK4C8ZeSYMDDEF8H5aypmWUq4WisftDhntR1gkI2zt2SGT/5Wd2xu6ZoVXkCyO3U4844KWG9e4nFoQ==
dependencies: dependencies:
esbuild "^0.16.3" esbuild "^0.16.14"
postcss "^8.4.20" postcss "^8.4.21"
resolve "^1.22.1" resolve "^1.22.1"
rollup "^3.7.0" rollup "^3.10.0"
optionalDependencies: optionalDependencies:
fsevents "~2.3.2" fsevents "~2.3.2"