chore(deps): Bump dependencies

chore(view): Remove tabindex from main selector
This commit is contained in:
Brandon
2021-02-08 20:43:48 -06:00
parent a3d3e54a9d
commit e845481fc2
5 changed files with 839 additions and 967 deletions

View File

@@ -40,7 +40,7 @@
},
"require": {
"php": "^7.3|^8.0",
"roots/acorn": "dev-laravel-85"
"roots/acorn": "dev-master"
},
"require-dev": {
"filp/whoops": "^2.9",
@@ -48,7 +48,7 @@
},
"suggest": {
"log1x/sage-directives": "A collection of useful Blade directives for WordPress and Sage (^1.0).",
"log1x/sage-svg": "Provides a useful SVG directive for properly inlining SVG's within your Blade views (^1.0)."
"log1x/sage-svg": "A useful SVG directive for inlining SVG's within Blade views (^1.0)."
},
"config": {
"optimize-autoloader": true,

21
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "efa2f9034051287d5e12b2c50b4ee980",
"content-hash": "4cf007eaf66f5d2254692b8d8731b38e",
"packages": [
{
"name": "brick/math",
@@ -1873,16 +1873,16 @@
},
{
"name": "roots/acorn",
"version": "dev-laravel-85",
"version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/roots/acorn.git",
"reference": "82172735848737dc529d5e78f6ba4a061721e1c6"
"reference": "0024cd551a36580f8c46a70b4fbb5f223a31a472"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/roots/acorn/zipball/82172735848737dc529d5e78f6ba4a061721e1c6",
"reference": "82172735848737dc529d5e78f6ba4a061721e1c6",
"url": "https://api.github.com/repos/roots/acorn/zipball/0024cd551a36580f8c46a70b4fbb5f223a31a472",
"reference": "0024cd551a36580f8c46a70b4fbb5f223a31a472",
"shasum": ""
},
"require": {
@@ -1908,17 +1908,20 @@
"vlucas/phpdotenv": "^5.2"
},
"require-dev": {
"brain/monkey": "^2.6",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
"filp/whoops": "^2.9",
"mikey179/vfsstream": "^1.6",
"mockery/mockery": "^1.4",
"pestphp/pest": "^1.0",
"phpcompatibility/php-compatibility": "^9.3",
"phpunit/phpunit": "^8.5.8|^9.3.3",
"roave/security-advisories": "dev-master",
"spatie/temporary-directory": "^1.3",
"squizlabs/php_codesniffer": "^3.5"
},
"suggest": {
"filp/whoops": "Required for friendly error pages in development (^2.9)."
},
"default-branch": true,
"type": "library",
"autoload": {
"psr-4": {
@@ -1952,7 +1955,7 @@
"support": {
"forum": "https://discourse.roots.io/",
"issues": "https://github.com/roots/acorn/issues",
"source": "https://github.com/roots/acorn/tree/laravel-85"
"source": "https://github.com/roots/acorn/tree/master"
},
"funding": [
{
@@ -1964,7 +1967,7 @@
"type": "patreon"
}
],
"time": "2021-01-18T21:08:03+00:00"
"time": "2021-02-04T19:23:56+00:00"
},
{
"name": "roots/support",

View File

@@ -23,21 +23,21 @@
"devDependencies": {
"@tailwindcss/typography": "^0.4.0",
"@tinypixelco/laravel-mix-wp-blocks": "^1.1.0",
"@wordpress/babel-preset-default": "^5.0.0",
"@wordpress/browserslist-config": "^3.0.0",
"@wordpress/dependency-extraction-webpack-plugin": "^3.0.0",
"@wordpress/babel-preset-default": "^5.0.1",
"@wordpress/browserslist-config": "^3.0.1",
"@wordpress/dependency-extraction-webpack-plugin": "^3.0.1",
"babel-eslint": "^10.1.0",
"browser-sync": "^2.26.13",
"browser-sync": "^2.26.14",
"browser-sync-webpack-plugin": "^2.3.0",
"eslint": "^7.18.0",
"eslint": "^7.19.0",
"eslint-plugin-import": "^2.22.1",
"laravel-mix": "^6.0.10",
"postcss": "^8.1",
"sass": "^1.32.5",
"sass-loader": "10.1.1",
"laravel-mix": "^6.0.11",
"postcss": "^8.2.5",
"sass": "^1.32.6",
"sass-loader": "11.0.1",
"stylelint": "^13.9.0",
"stylelint-config-standard": "^20.0.0",
"tailwindcss": "^2.0.2"
"tailwindcss": "^2.0.3"
},
"dependencies": {
"jquery": "^3.5.1"

View File

@@ -6,7 +6,7 @@
@include('partials.header')
<main id="main" tabindex="-1" class="py-8 prose main">
<main id="main" class="py-8 prose main">
@yield('content')
</main>

1759
yarn.lock

File diff suppressed because it is too large Load Diff